Last active
November 15, 2024 08:53
-
-
Save comficker/9803dc8419ec0a46b8046d73630fe8ac to your computer and use it in GitHub Desktop.
Chain List
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "Ethereum Mainnet", | |
"rpc": [ | |
"https://cloudflare-eth.com" | |
], | |
"shortName": "ethereum-mainnet" | |
}, | |
{ | |
"name": "OP Mainnet", | |
"rpc": [ | |
"https://1rpc.io/op" | |
], | |
"shortName": "op-mainnet" | |
}, | |
{ | |
"name": "Binance Smart Chain Mainnet", | |
"rpc": [ | |
"https://bsc-dataseed1.binance.org" | |
], | |
"shortName": "bsc-mainnet" | |
}, | |
{ | |
"name": "Binance Smart Chain Testnet", | |
"rpc": [ | |
"https://data-seed-prebsc-1-s1.binance.org:8545" | |
], | |
"shortName": "bsc-testnet" | |
}, | |
{ | |
"name": "Polygon Mainnet", | |
"rpc": [ | |
"https://polygon-rpc.com/" | |
], | |
"shortName": "polygon-mainnet" | |
}, | |
{ | |
"name": "Fantom Opera", | |
"rpc": [ | |
"https://rpc.ftm.tools" | |
], | |
"shortName": "fantom-opera" | |
}, | |
{ | |
"name": "Fantom Testnet", | |
"rpc": [ | |
"https://rpc.testnet.fantom.network" | |
], | |
"shortName": "fantom-testnet" | |
}, | |
{ | |
"name": "Celo Mainnet", | |
"rpc": [ | |
"https://forno.celo.org" | |
], | |
"shortName": "celo-mainnet" | |
}, | |
{ | |
"name": "Celo Baklava Testnet", | |
"shortName": "celo-bklava", | |
"rpc": [ | |
"https://baklava-forno.celo-testnet.org" | |
] | |
}, | |
{ | |
"name": "Avalanche C-Chain", | |
"rpc": [ | |
"https://api.avax.network/ext/bc/C/rpc" | |
], | |
"shortName": "avalanche" | |
}, | |
{ | |
"name": "Avalanche Fuji Testnet", | |
"rpc": [ | |
"https://api.avax-test.network/ext/bc/C/rpc" | |
], | |
"shortName": "avalanche-fuji" | |
}, | |
{ | |
"name": "Aurora Mainnet", | |
"rpc": [ | |
"https://mainnet.aurora.dev" | |
], | |
"shortName": "aurora-mainnet" | |
}, | |
{ | |
"name": "Aurora Testnet", | |
"rpc": [ | |
"https://testnet.aurora.dev/" | |
], | |
"shortName": "aurora-testnet" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment