Add Harmony mainnet and testnet block explorer url and testnet faucet url. (#362)

This commit is contained in:
0xJolly 2021-08-05 05:33:09 +08:00 committed by GitHub
parent 1ab08f61c3
commit 8c9c4e261d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 30 additions and 19 deletions

View File

@ -15,5 +15,10 @@
"infoURL": "https://www.harmony.one/", "infoURL": "https://www.harmony.one/",
"shortName": "hmy-s0", "shortName": "hmy-s0",
"chainId": 1666600000, "chainId": 1666600000,
"networkId": 1666600000 "networkId": 1666600000,
"explorers": [{
"name": "Harmony Block Explorer",
"url": "https://explorer.harmony.one",
"standard": "EIP3091"
}]
} }

View File

@ -1,20 +1,26 @@
{ {
"name": "Harmony Testnet Shard 0", "name": "Harmony Testnet Shard 0",
"chain": "Harmony", "chain": "Harmony",
"network": "testnet", "network": "testnet",
"rpc": [ "rpc": [
"https://api.s0.b.hmny.io" "https://api.s0.b.hmny.io"
], ],
"faucets": [ "faucets": [
], "https://faucet.pops.one"
"nativeCurrency": { ],
"name": "ONE", "nativeCurrency": {
"symbol": "ONE", "name": "ONE",
"decimals": 18 "symbol": "ONE",
}, "decimals": 18
"infoURL": "https://www.harmony.one/", },
"shortName": "hmy-b-s0", "infoURL": "https://www.harmony.one/",
"chainId": 1666700000, "shortName": "hmy-b-s0",
"networkId": 1666700000 "chainId": 1666700000,
} "networkId": 1666700000,
"explorers": [{
"name": "Harmony Testnet Block Explorer",
"url": "https://explorer.pops.one",
"standard": "EIP3091"
}]
}