mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add Huobi ECO Chain info (#142)
This commit is contained in:
parent
5316ae7722
commit
c6ec9d5abc
19
_data/chains/eip155-128.json
Normal file
19
_data/chains/eip155-128.json
Normal 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
|
||||||
|
}
|
21
_data/chains/eip155-256.json
Normal file
21
_data/chains/eip155-256.json
Normal 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
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user