chains/_data/chains/eip155-1280.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
418 B
JSON

{
"name": "HALO Mainnet",
"chain": "HALO",
"rpc": ["https://nodes.halo.land"],
"faucets": [],
"nativeCurrency": {
"name": "HALO",
"symbol": "HO",
"decimals": 18
},
"infoURL": "https://halo.land/#/",
"shortName": "HO",
"chainId": 1280,
"networkId": 1280,
"explorers": [
{
"name": "HALOexplorer",
"url": "https://browser.halo.land",
"standard": "none"
}
]
}