Get chain ID from network identifier
The network identifier (CAIP-2 format)
Chain ID (numeric)
const chainId = getChainIdFromNetwork('eip155:8453');console.log(chainId); // 8453 Copy
const chainId = getChainIdFromNetwork('eip155:8453');console.log(chainId); // 8453
Get chain ID from network identifier