Build a CAIP-2 identifier from a chain ID
Numeric chain ID
CAIP-2 network identifier
const network = buildEVMCAIP2(8453);console.log(network); // 'eip155:8453' Copy
const network = buildEVMCAIP2(8453);console.log(network); // 'eip155:8453'
Build a CAIP-2 identifier from a chain ID