From 66a883d45a4c8802596705bd1b58e430b36f6db4 Mon Sep 17 00:00:00 2001 From: xxx Date: Fri, 22 Apr 2022 11:09:46 +0800 Subject: [PATCH] Add eip155-70.json for Hoo Smart Chain mainnet --- _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" + }] +}