Get all supported networks
Array of supported network identifiers in CAIP-2 format
const networks = getSupportedNetworks();console.log(networks); // ['eip155:1', 'eip155:8453', ...] Copy
const networks = getSupportedNetworks();console.log(networks); // ['eip155:1', 'eip155:8453', ...]
Get all supported networks