Defines a chain with the given options.
const chain = defineChain({ id: 1, nativeCurrency: { name: "Ether", symbol: "ETH", decimals: 18, },});
The defined chain.