mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
fb49612d70
* Added Prettier and formatted existing JSON files * fixed one more json file
23 lines
533 B
JSON
23 lines
533 B
JSON
{
|
|
"name": "Harmony Devnet Shard 0",
|
|
"chain": "Harmony",
|
|
"rpc": ["https://api.s1.ps.hmny.io", "https://api.s1.ps.hmny.io"],
|
|
"faucets": ["http://dev.faucet.easynode.one/"],
|
|
"nativeCurrency": {
|
|
"name": "ONE",
|
|
"symbol": "ONE",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.harmony.one/",
|
|
"shortName": "hmy-ps-s0",
|
|
"chainId": 1666900000,
|
|
"networkId": 1666900000,
|
|
"explorers": [
|
|
{
|
|
"name": "Harmony Block Explorer",
|
|
"url": "https://explorer.ps.hmny.io",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|