mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
cc36a06ff8
commit
c259518c9f
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user