From 8c9c4e261d7e8ac8c5483a8f694af2f6d95c1789 Mon Sep 17 00:00:00 2001 From: 0xJolly <31243646+vincen7su@users.noreply.github.com> Date: Thu, 5 Aug 2021 05:33:09 +0800 Subject: [PATCH] Add Harmony mainnet and testnet block explorer url and testnet faucet url. (#362) --- _data/chains/eip155-1666600000.json | 7 ++++- _data/chains/eip155-1666700000.json | 42 ++++++++++++++++------------- 2 files changed, 30 insertions(+), 19 deletions(-) diff --git a/_data/chains/eip155-1666600000.json b/_data/chains/eip155-1666600000.json index c3804555..d4837f59 100644 --- a/_data/chains/eip155-1666600000.json +++ b/_data/chains/eip155-1666600000.json @@ -15,5 +15,10 @@ "infoURL": "https://www.harmony.one/", "shortName": "hmy-s0", "chainId": 1666600000, - "networkId": 1666600000 + "networkId": 1666600000, + "explorers": [{ + "name": "Harmony Block Explorer", + "url": "https://explorer.harmony.one", + "standard": "EIP3091" + }] } diff --git a/_data/chains/eip155-1666700000.json b/_data/chains/eip155-1666700000.json index f276861a..f8d4e6d7 100644 --- a/_data/chains/eip155-1666700000.json +++ b/_data/chains/eip155-1666700000.json @@ -1,20 +1,26 @@ { - "name": "Harmony Testnet Shard 0", - "chain": "Harmony", - "network": "testnet", - "rpc": [ - "https://api.s0.b.hmny.io" - ], - "faucets": [ - ], - "nativeCurrency": { - "name": "ONE", - "symbol": "ONE", - "decimals": 18 - }, - "infoURL": "https://www.harmony.one/", - "shortName": "hmy-b-s0", - "chainId": 1666700000, - "networkId": 1666700000 - } + "name": "Harmony Testnet Shard 0", + "chain": "Harmony", + "network": "testnet", + "rpc": [ + "https://api.s0.b.hmny.io" + ], + "faucets": [ + "https://faucet.pops.one" + ], + "nativeCurrency": { + "name": "ONE", + "symbol": "ONE", + "decimals": 18 + }, + "infoURL": "https://www.harmony.one/", + "shortName": "hmy-b-s0", + "chainId": 1666700000, + "networkId": 1666700000, + "explorers": [{ + "name": "Harmony Testnet Block Explorer", + "url": "https://explorer.pops.one", + "standard": "EIP3091" + }] +} \ No newline at end of file