chains/_data/chains/eip155-1666600000.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
552 B
JSON

{
"name": "Harmony Mainnet Shard 0",
"chain": "Harmony",
"rpc": ["https://api.harmony.one", "https://api.s0.t.hmny.io"],
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
"nativeCurrency": {
"name": "ONE",
"symbol": "ONE",
"decimals": 18
},
"infoURL": "https://www.harmony.one/",
"shortName": "hmy-s0",
"chainId": 1666600000,
"networkId": 1666600000,
"explorers": [
{
"name": "Harmony Block Explorer",
"url": "https://explorer.harmony.one",
"standard": "EIP3091"
}
]
}