Get network identifier from chain ID
The chain ID (numeric)
Network identifier in CAIP-2 format
Error if chain ID is not recognized
const network = getNetworkFromChainId(8453);console.log(network); // 'eip155:8453' Copy
const network = getNetworkFromChainId(8453);console.log(network); // 'eip155:8453'
Get network identifier from chain ID