chains/_data/chains/eip155-42220.json
Ashutosh Kumar fb49612d70
Added Prettier and formatted existing JSON files (#1501)
* Added Prettier and formatted existing JSON files

* fixed one more json file
2022-08-27 19:20:08 +02:00

24 lines
507 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"
}
]
}