From ddbcf085a1e19159a6623bcd7ea2629b6b41fe56 Mon Sep 17 00:00:00 2001 From: ligi Date: Sun, 30 Jan 2022 17:33:38 +0100 Subject: [PATCH] Add explorer, shorten name, add title --- _data/chains/eip155-3.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-3.json b/_data/chains/eip155-3.json index 5e20f066..92e5dfda 100644 --- a/_data/chains/eip155-3.json +++ b/_data/chains/eip155-3.json @@ -1,5 +1,6 @@ { - "name": "Ethereum Testnet Ropsten", + "name": "Ropsten", + "title": "Ethereum Testnet Ropsten", "chain": "ETH", "rpc": [ "https://ropsten.infura.io/v3/${INFURA_API_KEY}", @@ -19,5 +20,10 @@ "networkId": 3, "ens": { "registry":"0x112234455c3a32fd11230c42e7bccd4a84e02010" - } + }, + "explorers": [{ + "name": "etherscan", + "url": "https://ropsten.etherscan.io", + "standard": "EIP3091" + }] }