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/",
"shortName": "hmy-s0",
"chainId": 1666600000,
"networkId": 1666600000
"networkId": 1666600000,
"explorers": [{
"name": "Harmony Block Explorer",
"url": "https://explorer.harmony.one",
"standard": "EIP3091"
}]
}

View File

@ -6,6 +6,7 @@
"https://api.s0.b.hmny.io"
],
"faucets": [
"https://faucet.pops.one"
],
"nativeCurrency": {
"name": "ONE",
@ -15,6 +16,11 @@
"infoURL": "https://www.harmony.one/",
"shortName": "hmy-b-s0",
"chainId": 1666700000,
"networkId": 1666700000
"networkId": 1666700000,
"explorers": [{
"name": "Harmony Testnet Block Explorer",
"url": "https://explorer.pops.one",
"standard": "EIP3091"
}]
}