chains/_data/chains/eip155-1666900000.json
Ashutosh Kumar fb49612d70
Added Prettier and formatted existing JSON files (#1501)
* Added Prettier and formatted existing JSON files

* fixed one more json file
2022-08-27 19:20:08 +02:00

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"
}
]
}