From c6ec9d5abcfe8aa61da13b346661acc96ec95d0d Mon Sep 17 00:00:00 2001 From: silence Date: Tue, 22 Dec 2020 15:51:56 +0800 Subject: [PATCH] add Huobi ECO Chain info (#142) --- _data/chains/eip155-128.json | 19 +++++++++++++++++++ _data/chains/eip155-256.json | 21 +++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 _data/chains/eip155-128.json create mode 100644 _data/chains/eip155-256.json diff --git a/_data/chains/eip155-128.json b/_data/chains/eip155-128.json new file mode 100644 index 00000000..c4501974 --- /dev/null +++ b/_data/chains/eip155-128.json @@ -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 +} \ No newline at end of file diff --git a/_data/chains/eip155-256.json b/_data/chains/eip155-256.json new file mode 100644 index 00000000..8b9f530b --- /dev/null +++ b/_data/chains/eip155-256.json @@ -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 +}