mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
21 lines
407 B
JSON
21 lines
407 B
JSON
{
|
|
"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
|
|
}
|