add Huobi ECO Chain info (#142)

This commit is contained in:
silence 2020-12-22 15:51:56 +08:00 committed by GitHub
parent 5316ae7722
commit c6ec9d5abc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,19 @@
{
"name": "Huobi ECO Chain Mainnet",
"chain": "Heco",
"network": "mainnet",
"rpc": [
"https://http-mainnet.hecochain.com",
"wss://ws-mainnet.hecochain.com"
],
"faucets": [],
"nativeCurrency": {
"name": "Huobi ECO Chain Native Token",
"symbol": "HT",
"decimals": 18
},
"infoURL": "https://www.hecochain.com",
"shortName": "heco",
"chainId": 128,
"networkId": 128
}

View File

@ -0,0 +1,21 @@
{
"name": "Huobi ECO Chain Testnet",
"chain": "Heco",
"network": "testnet",
"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://www.hecochain.com",
"shortName": "hecot",
"chainId": 256,
"networkId": 256
}