mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Harmony mainnet and testnet block explorer url and testnet faucet url. (#362)
This commit is contained in:
parent
1ab08f61c3
commit
8c9c4e261d
|
@ -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"
|
||||
}]
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user