From c3a11cfb763538475ae4256089c5cbfeb06ea9a1 Mon Sep 17 00:00:00 2001 From: lcl Date: Mon, 16 Mar 2020 13:00:32 +0800 Subject: [PATCH] Create 21.json (#88) elastos ethereum sidechain testnet --- _data/chains/21.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 _data/chains/21.json diff --git a/_data/chains/21.json b/_data/chains/21.json new file mode 100644 index 00000000..169b3a19 --- /dev/null +++ b/_data/chains/21.json @@ -0,0 +1,20 @@ +{ + "name": "ELA-ETH-Sidechain Testnet", + "chain": "ETH", + "network": "testnet", + "rpc": [ + "https://rpc.elaeth.io" + ], + "faucets": [ + "https://faucet.elaeth.io/" + ], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://elaeth.io/", + "shortName": "ELAETHSC", + "chainId": 21, + "networkId": 2 +}