UNPKG

@pooltogether/evm-chains-extended

Version:

Package to get chain data from ethereum-lists/chains with extra data such as blockExplorerUrls

338 lines 6.46 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.chainsExtraData = [ { blockExplorerUrls: ['https://etherscan.io'], chainId: 1 }, { rpc: [ 'https://rpc.gnosischain.com/', 'https://xdai-rpc.gateway.pokt.network', 'https://rpc.ankr.com/gnosis' ], blockExplorerUrls: ['https://blockscout.com/xdai/mainnet'], chainId: 100 }, { blockExplorerUrls: [], chainId: 101 }, { blockExplorerUrls: [], chainId: 108 }, { blockExplorerUrls: [], chainId: 11 }, { blockExplorerUrls: [], chainId: 1122334455 }, { blockExplorerUrls: [], chainId: 12 }, { blockExplorerUrls: [], chainId: 122 }, { blockExplorerUrls: [], chainId: 13 }, { blockExplorerUrls: [], chainId: 1313114 }, { blockExplorerUrls: [], chainId: 1313161554 }, { blockExplorerUrls: [], chainId: 1313161555 }, { blockExplorerUrls: [], chainId: 1313500 }, { blockExplorerUrls: [], chainId: 13371337 }, { rpc: [ 'https://polygon-rpc.com/', 'https://rpc-mainnet.matic.network', 'https://matic-mainnet.chainstacklabs.com', 'https://rpc-mainnet.maticvigil.com', 'https://rpc-mainnet.matic.quiknode.pro', 'https://matic-mainnet-full-rpc.bwarelabs.com' ], blockExplorerUrls: ['https://polygonscan.com'], chainId: 137 }, { blockExplorerUrls: [], chainId: 15 }, { blockExplorerUrls: [], chainId: 162 }, { blockExplorerUrls: [], chainId: 1620 }, { blockExplorerUrls: [], chainId: 163 }, { blockExplorerUrls: [], chainId: 18 }, { blockExplorerUrls: [], chainId: 18289463 }, { blockExplorerUrls: [], chainId: 1856 }, { blockExplorerUrls: [], chainId: 1987 }, { blockExplorerUrls: [], chainId: 2 }, { blockExplorerUrls: [], chainId: 20 }, { blockExplorerUrls: [], chainId: 200625 }, { blockExplorerUrls: [], chainId: 21 }, { blockExplorerUrls: [], chainId: 211 }, { blockExplorerUrls: [], chainId: 24484 }, { blockExplorerUrls: [], chainId: 246 }, { blockExplorerUrls: [], chainId: 246529 }, { blockExplorerUrls: [], chainId: 246785 }, { blockExplorerUrls: [], chainId: 250 }, { blockExplorerUrls: [], chainId: 269 }, { blockExplorerUrls: [], chainId: 28945486 }, { blockExplorerUrls: ['https://ropsten.etherscan.io'], chainId: 3 }, { blockExplorerUrls: [], chainId: 30 }, { blockExplorerUrls: [], chainId: 31 }, { blockExplorerUrls: [], chainId: 31102 }, { blockExplorerUrls: [], chainId: 3125659152 }, { blockExplorerUrls: [], chainId: 38 }, { blockExplorerUrls: [], chainId: 385 }, { blockExplorerUrls: [], chainId: 39797 }, { blockExplorerUrls: ['https://rinkeby.etherscan.io'], chainId: 4 }, { blockExplorerUrls: ['https://kovan.etherscan.io'], chainId: 42 }, { blockExplorerUrls: [], chainId: 420 }, { blockExplorerUrls: [], chainId: 43110 }, { blockExplorerUrls: [], chainId: 49797 }, { blockExplorerUrls: ['https://goerli.etherscan.io'], chainId: 5 }, { blockExplorerUrls: ['https://bscscan.com/'], chainId: 56 }, { blockExplorerUrls: [], chainId: 6 }, { blockExplorerUrls: [], chainId: 60 }, { blockExplorerUrls: [], chainId: 61 }, { blockExplorerUrls: [], chainId: 61717561 }, { blockExplorerUrls: [], chainId: 62 }, { blockExplorerUrls: [], chainId: 63 }, { blockExplorerUrls: [], chainId: 64 }, { blockExplorerUrls: [], chainId: 7 }, { blockExplorerUrls: [], chainId: 73799 }, { blockExplorerUrls: [], chainId: 76 }, { blockExplorerUrls: ['https://blockscout.com/poa/sokol'], chainId: 77 }, { blockExplorerUrls: [], chainId: 7762959 }, { blockExplorerUrls: [], chainId: 78110 }, { blockExplorerUrls: [], chainId: 8 }, { blockExplorerUrls: ['https://explorer-mumbai.maticvigil.com'], chainId: 80001 }, { blockExplorerUrls: [], chainId: 820 }, { blockExplorerUrls: [], chainId: 821 }, { blockExplorerUrls: [], chainId: 88 }, { blockExplorerUrls: [], chainId: 8995 }, { blockExplorerUrls: [], chainId: 9 }, { blockExplorerUrls: ['https://testnet.bscscan.com'], chainId: 97 }, { blockExplorerUrls: [], chainId: 977 }, { blockExplorerUrls: ['https://blockscout.com/poa/core'], chainId: 99 }, { blockExplorerUrls: [], chainId: 31337 }, { blockExplorerUrls: ['https://alfajores-blockscout.celo-testnet.org'], chainId: 44787 }, { blockExplorerUrls: ['https://explorer.celo.org'], chainId: 42220 }, { blockExplorerUrls: ['https://optimistic.etherscan.io'], chainId: 10 }, { blockExplorerUrls: ['https://kovan-optimistic.etherscan.io'], chainId: 69 }, { blockExplorerUrls: ['https://snowtrace.io/'], chainId: 43114 }, { blockExplorerUrls: ['https://testnet.snowtrace.io/'], chainId: 43113 } ]; //# sourceMappingURL=chainsExtraData.js.map