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
27 lines
583 B
JSON
27 lines
583 B
JSON
{
|
|
"name": "Huobi ECO Chain Mainnet",
|
|
"chain": "Heco",
|
|
"rpc": [
|
|
"https://http-mainnet.hecochain.com",
|
|
"wss://ws-mainnet.hecochain.com"
|
|
],
|
|
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
|
|
"nativeCurrency": {
|
|
"name": "Huobi ECO Chain Native Token",
|
|
"symbol": "HT",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.hecochain.com",
|
|
"shortName": "heco",
|
|
"chainId": 128,
|
|
"networkId": 128,
|
|
"slip44": 1010,
|
|
"explorers": [
|
|
{
|
|
"name": "hecoinfo",
|
|
"url": "https://hecoinfo.com",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|