Skip to content

Instantly share code, notes, and snippets.

@korrio
Last active May 16, 2022 07:57
Show Gist options
  • Save korrio/50825ff584d81b3201f4655b4a5318ae to your computer and use it in GitHub Desktop.
Save korrio/50825ff584d81b3201f4655b4a5318ae to your computer and use it in GitHub Desktop.
EVM-compatible Networks
const NETWORKS = {
'1': 'https://eth-mainnet.alchemyapi.io/v2/q1gSNoSMEzJms47Qn93f9-9Xg5clkmEC',
'3': 'https://eth-ropsten.alchemyapi.io/v2/cidKix2Xr-snU3f6f6Zjq_rYdalKKHmW',
'4': 'https://eth-rinkeby.alchemyapi.io/v2/XVLwDlhGP6ApBXFz_lfv0aZ6VmurWhYD',
'5': 'https://eth-goerli.alchemyapi.io/v2/Dkk5d02QjttYEoGmhZnJG37rKt8Yl3Im',
'10': 'https://mainnet.optimism.io',
'42': 'https://eth-kovan.alchemyapi.io/v2/6OVAa_B_rypWWl9HqtiYK26IRxXiYqER',
'56': 'https://bsc-dataseed.binance.org/',
'65': 'https://exchaintestrpc.okex.org',
'66': 'https://exchainrpc.okex.org',
'96': 'https://rpc.bitkubchain.io',
'97': 'https://data-seed-prebsc-2-s3.binance.org:8545',
'100': 'https://rpc.xdaichain.com',
'128': 'https://http-mainnet.hecochain.com',
'137': 'https://rpc-mainnet.maticvigil.com',
'250': 'https://rpcapi.fantom.network',
'256': 'https://http-testnet.hecochain.com',
'1287': 'https://rpc.testnet.moonbeam.network',
'4002': 'https://rpc.testnet.fantom.network',
'42161': 'https://arb1.arbitrum.io/rpc',
'42220': 'https://forno.celo.org',
'43113': 'https://api.avax-test.network/ext/bc/C/rpc',
'43114': 'https://api.avax.network/ext/bc/C/rpc',
'80001': 'https://rpc-mumbai.matic.today',
'1666600000': 'https://api.harmony.one',
'1666700000': 'https://api.s0.b.hmny.io',
'11297108109': 'https://palm-mainnet.infura.io/v3/da5fbfafcca14b109e2665290681e267'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment