Get the chain ID for a network
Network identifier (CAIP-2 format)
Numeric chain ID
const chainId = getChainId('eip155:8453');console.log(chainId); // 8453 Copy
const chainId = getChainId('eip155:8453');console.log(chainId); // 8453
Get the chain ID for a network