Get the network reference from a CAIP-2 identifier
CAIP-2 network identifier
Network reference (e.g., "ethereum", "base", "polygon")
const ref = getNetworkReference('eip155:8453');console.log(ref); // 'base' Copy
const ref = getNetworkReference('eip155:8453');console.log(ref); // 'base'
Get the network reference from a CAIP-2 identifier