chains/_data/chains/eip155-128.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

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