From 5d5b77d65584361030f57018b767ae2af6601339 Mon Sep 17 00:00:00 2001 From: Ashutosh Kumar Date: Sat, 27 Aug 2022 16:49:04 +0530 Subject: [PATCH] Update eip155-8080.json - Removed the older Network as it is down from a long time - Added Shardeum network which has the same chain ID --- _data/chains/eip155-8080.json | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/_data/chains/eip155-8080.json b/_data/chains/eip155-8080.json index 05de5ba1..a8691f3e 100644 --- a/_data/chains/eip155-8080.json +++ b/_data/chains/eip155-8080.json @@ -1,17 +1,29 @@ { +<<<<<<< HEAD "name": "GeneChain Adenine Testnet", "chain": "GeneChain", "rpc": ["https://rpc-testnet.genechain.io"], "faucets": ["https://faucet.genechain.io"], +======= + "name": "Shardeum Liberty 1.3", + "chain": "Shardeum", + "rpc": [ + "https://liberty10.shardeum.org/" + ], + "faucets": [ + "https://faucet.liberty10.shardeum.org" + ], +>>>>>>> 1a8f2e7 (Update eip155-8080.json) "nativeCurrency": { - "name": "Testnet RNA", - "symbol": "tRNA", + "name": "Shardeum SHM", + "symbol": "SHM", "decimals": 18 }, - "infoURL": "https://scan-testnet.genechain.io/", - "shortName": "GeneChainAdn", + "infoURL": "https://docs.shardeum.org/", + "shortName": "ShardeumSHM", "chainId": 8080, "networkId": 8080, +<<<<<<< HEAD "explorers": [ { "name": "GeneChain Adenine Testnet Scan", @@ -19,4 +31,11 @@ "standard": "EIP3091" } ] +======= + "explorers": [{ + "name": "Sharedum Scan", + "url": "https://explorer.liberty10.shardeum.org", + "standard": "EIP3091" + }] +>>>>>>> 1a8f2e7 (Update eip155-8080.json) }