From 2d5c5bb5cbccec5757fc57f6961169546071e8e3 Mon Sep 17 00:00:00 2001 From: HooGroup <82445060+HooGroup@users.noreply.github.com> Date: Mon, 26 Apr 2021 18:06:34 +0800 Subject: [PATCH] update (#235) Co-authored-by: eoscats --- _data/chains/eip155-170.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 _data/chains/eip155-170.json diff --git a/_data/chains/eip155-170.json b/_data/chains/eip155-170.json new file mode 100644 index 00000000..85f7c853 --- /dev/null +++ b/_data/chains/eip155-170.json @@ -0,0 +1,20 @@ +{ + "name": "HOO Smart Chain Testnet", + "chain": "ETH", + "network": "testnet", + "rpc": [ + "https://http-testnet.hoosmartchain.com" + ], + "faucets": [ + "https://faucet-testnet.hscscan.com/" + ], + "nativeCurrency": { + "name": "HOO", + "symbol": "HOO", + "decimals": 18 + }, + "infoURL": "https://www.hoosmartchain.com", + "shortName": "hoosmartchain", + "chainId": 170, + "networkId": 170 +}