chains/_data/chains/eip155-70.json
Ashutosh Kumar fb49612d70
Added Prettier and formatted existing JSON files (#1501)
* Added Prettier and formatted existing JSON files

* fixed one more json file
2022-08-27 19:20:08 +02:00

29 lines
620 B
JSON

{
"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"
}
]
}