mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
21 lines
445 B
JSON
21 lines
445 B
JSON
{
|
|
"name": "Huobi ECO Chain Testnet",
|
|
"chain": "Heco",
|
|
"rpc": [
|
|
"https://http-testnet.hecochain.com",
|
|
"wss://ws-testnet.hecochain.com"
|
|
],
|
|
"faucets": [
|
|
"https://scan-testnet.hecochain.com/faucet"
|
|
],
|
|
"nativeCurrency": {
|
|
"name": "Huobi ECO Chain Test Native Token",
|
|
"symbol": "htt",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://testnet.hecoinfo.com",
|
|
"shortName": "hecot",
|
|
"chainId": 256,
|
|
"networkId": 256
|
|
}
|