From 6fc206c7694cd58c1e88f1c56ace1b6c3fc8f792 Mon Sep 17 00:00:00 2001 From: HooGroup <82445060+HooGroup@users.noreply.github.com> Date: Sun, 24 Apr 2022 03:27:40 +0800 Subject: [PATCH] Add eip155-70.json for Hoo Smart Chain mainnet (#1099) Co-authored-by: xxx --- _data/chains/eip155-70.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 _data/chains/eip155-70.json diff --git a/_data/chains/eip155-70.json b/_data/chains/eip155-70.json new file mode 100644 index 00000000..f147f3a1 --- /dev/null +++ b/_data/chains/eip155-70.json @@ -0,0 +1,26 @@ +{ + "name": "Hoo Smart Chain", + "chain": "HSC", + "rpc": [ + "https://http-mainnet.hoosmartchain.com", + "https://http-mainnet2.hoosmartchain.com", + "wss://ws-mainnet.hoosmartchain.com", + "wss://ws-mainnet2.hoosmartchain.com" + ], + "faucets": [], + "nativeCurrency": { + "name": "Hoo Smart Chain Native Token", + "symbol": "HOO", + "decimals": 18 + }, + "infoURL": "https://www.hoosmartchain.com", + "shortName": "hsc", + "chainId": 70, + "networkId": 70, + "slip44": 1170, + "explorers": [{ + "name": "hooscan", + "url": "https://www.hooscan.com", + "standard": "EIP3091" + }] +}