mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
25 lines
503 B
JSON
25 lines
503 B
JSON
{
|
|
"name": "Harmony Testnet Shard 0",
|
|
"chain": "Harmony",
|
|
"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"
|
|
}]
|
|
}
|
|
|