Get network configuration for a given network
The network identifier (CAIP-2 format)
Network configuration
const config = getNetworkConfig('eip155:8453');console.log(config.rpcUrl); // https://mainnet.base.org Copy
const config = getNetworkConfig('eip155:8453');console.log(config.rpcUrl); // https://mainnet.base.org
Get network configuration for a given network