From c259518c9f7607c2baefca4f47fe1c954fc8777b Mon Sep 17 00:00:00 2001 From: Matthew Lilley Date: Mon, 3 Oct 2022 10:39:42 +0100 Subject: [PATCH] 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 --- _data/chains/eip155-42220.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-42220.json b/_data/chains/eip155-42220.json index 8a72114d..caa13b1b 100644 --- a/_data/chains/eip155-42220.json +++ b/_data/chains/eip155-42220.json @@ -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",