mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
cb8ea490ca
We changed forks and now needed to change the parameters.
27 lines
551 B
JSON
27 lines
551 B
JSON
{
|
|
"name": "Hazlor Testnet",
|
|
"chain": "SCAS",
|
|
"network": "testnet",
|
|
"rpc": [
|
|
"https://hatlas.rpc.hazlor.com:8545",
|
|
"wss://hatlas.rpc.hazlor.com:8546"
|
|
],
|
|
"faucets": [
|
|
"https://faucet.hazlor.com"
|
|
],
|
|
"nativeCurrency": {
|
|
"name": "Hazlor Test Coin",
|
|
"symbol": "TSCAS",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://hazlor.com",
|
|
"shortName": "tscas",
|
|
"chainId": 7878,
|
|
"networkId": 7878,
|
|
"explorers": [{
|
|
"name": "Hazlor Testnet Explorer",
|
|
"url": "https://explorer.hazlor.com",
|
|
"standard": "none"
|
|
}]
|
|
}
|