Skip to content

Instantly share code, notes, and snippets.

@reachjason
Created March 14, 2022 06:12
Show Gist options
  • Save reachjason/1086890fb9ed8800ac0bc98537c752b2 to your computer and use it in GitHub Desktop.
Save reachjason/1086890fb9ed8800ac0bc98537c752b2 to your computer and use it in GitHub Desktop.
Chainlist JSON for CELO networks
{
"name": "Celo Mainnet",
"chainId": 42220,
"shortName": "CELO",
"chain": "CELO",
"networkId": 42220,
"nativeCurrency": {
"name": "CELO",
"symbol": "CELO",
"decimals": 18
},
"rpc": ["https://forno.celo.org", "wss://forno.celo.org/ws"],
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
"infoURL": "https://docs.celo.org/",
"explorers": [{
"name": "blockscout",
"url": "https://explorer.celo.org",
"standard": "none"
}]
},
{
"name": "Celo Alfajores Testnet",
"chainId": 44787,
"shortName": "ALFA",
"chain": "CELO",
"networkId": 44787,
"nativeCurrency": {
"name": "CELO",
"symbol": "CELO",
"decimals": 18
},
"rpc": [
"https://alfajores-forno.celo-testnet.org",
"wss://alfajores-forno.celo-testnet.org/ws"
],
"faucets": [
"https://celo.org/developers/faucet",
"https://cauldron.pretoriaresearchlab.io/alfajores-faucet"
],
"infoURL": "https://docs.celo.org/"
},
{
"name": "Celo Baklava Testnet",
"chainId": 62320,
"shortName": "BKLV",
"chain": "CELO",
"networkId": 62320,
"nativeCurrency": {
"name": "CELO",
"symbol": "CELO",
"decimals": 18
},
"rpc": ["https://baklava-forno.celo-testnet.org"],
"faucets": [
"https://docs.google.com/forms/d/e/1FAIpQLSdfr1BwUTYepVmmvfVUDRCwALejZ-TUva2YujNpvrEmPAX2pg/viewform",
"https://cauldron.pretoriaresearchlab.io/baklava-faucet"
],
"infoURL": "https://docs.celo.org/"
}
@reachjason
Copy link
Author

add cUSD, cEUR and cREAL token addresses too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment