Add Celoscan (EIP3091) and lowercase shortName (#1676)

* Add Celoscan (EIP3091) and lowercase shortName

Add Celoscan (EIP3091) and lowercase shortName to adhere to EIP-3770

* Update _data/chains/eip155-42220.json

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
Matthew Lilley 2022-10-03 10:39:42 +01:00 committed by GitHub
parent cc36a06ff8
commit c259518c9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
{
"name": "Celo Mainnet",
"chainId": 42220,
"shortName": "CELO",
"shortName": "celo",
"chain": "CELO",
"networkId": 42220,
"nativeCurrency": {
@ -12,8 +12,12 @@
"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": "Celoscan",
"url": "https://celoscan.io",
"standard": "EIP3091"
},
{
"name": "blockscout",
"url": "https://explorer.celo.org",