mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
25 lines
573 B
JSON
25 lines
573 B
JSON
{
|
|
"name": "Huobi ECO Chain Mainnet",
|
|
"chain": "Heco",
|
|
"network": "mainnet",
|
|
"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,
|
|
"explorers": [{
|
|
"name": "hecoinfo",
|
|
"url": "https://hecoinfo.com",
|
|
"standard": "EIP3091"
|
|
}]
|
|
}
|