From bc7d951bff3d0645d8f0c8851f60c9bf002c89f8 Mon Sep 17 00:00:00 2001 From: ligi Date: Sun, 30 Jan 2022 17:58:32 +0100 Subject: [PATCH] Add explorer, shorten name, add title (#819) * Add explorer, shorten name, add title * Add FaucETH * Update _data/chains/eip155-3.json --- _data/chains/eip155-3.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-3.json b/_data/chains/eip155-3.json index 5e20f066..1857ee89 100644 --- a/_data/chains/eip155-3.json +++ b/_data/chains/eip155-3.json @@ -1,11 +1,13 @@ { - "name": "Ethereum Testnet Ropsten", + "name": "Ropsten", + "title": "Ethereum Testnet Ropsten", "chain": "ETH", "rpc": [ "https://ropsten.infura.io/v3/${INFURA_API_KEY}", "wss://ropsten.infura.io/ws/v3/${INFURA_API_KEY}" ], "faucets": [ + "http://fauceth.komputing.org?chain=3&address=${ADDRESS}", "https://faucet.ropsten.be?${ADDRESS}" ], "nativeCurrency": { @@ -19,5 +21,10 @@ "networkId": 3, "ens": { "registry":"0x112234455c3a32fd11230c42e7bccd4a84e02010" - } + }, + "explorers": [{ + "name": "etherscan", + "url": "https://ropsten.etherscan.io", + "standard": "EIP3091" + }] }