mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
22 lines
491 B
JSON
22 lines
491 B
JSON
{
|
|
"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"
|
|
}]
|
|
}
|