From 1adb8b21724d25488c9feea8e210d81295e3b288 Mon Sep 17 00:00:00 2001 From: LtSnakePlissken Date: Sun, 23 Jan 2022 01:47:41 -0700 Subject: [PATCH] Updated Elastos RPC/Info (#798) * Updated Elastos RPC/Info * Update _data/chains/eip155-20.json * Update _data/chains/eip155-20.json Co-authored-by: ligi --- _data/chains/eip155-20.json | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/_data/chains/eip155-20.json b/_data/chains/eip155-20.json index 0bddca16..67d3bac8 100644 --- a/_data/chains/eip155-20.json +++ b/_data/chains/eip155-20.json @@ -1,10 +1,10 @@ { - "name": "ELA-ETH-Sidechain Mainnet", + "name": "Elastos Smart Chain", "chain": "ETH", "rpc": [ - "https://mainrpc.elaeth.io" + "https://api.elastos.io/eth" ], - "faucets": [], + "faucets": ["https://faucet.elastos.org/"], "nativeCurrency": { "name": "Elastos", "symbol": "ELA", @@ -13,5 +13,10 @@ "infoURL": "https://www.elastos.org/", "shortName": "elaeth", "chainId": 20, - "networkId": 20 + "networkId": 20, + "explorers": [{ + "name": "elastos eth explorer", + "url": "https://eth.elastos.io", + "standard": "EIP3091" + }] }