mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
23 lines
418 B
JSON
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"
|
|
}
|
|
]
|
|
}
|