Update Chain (#672)

We changed forks and now needed to change the parameters.
This commit is contained in:
Reggie 2021-12-15 09:12:38 -05:00 committed by GitHub
parent 4bfae3321e
commit cb8ea490ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,22 +2,25 @@
"name": "Hazlor Testnet",
"chain": "SCAS",
"network": "testnet",
"rpc": ["https://hatlas.rpc.hazlor.com:8545/"],
"faucets": ["https://faucet.hazlor.com"],
"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": "hazlor-hatlas",
"shortName": "tscas",
"chainId": 7878,
"networkId": 7878,
"explorers": [
{
"name": "Hazlor Explorer ",
"url": "https://explorer.hazlor.com",
"standard": "none"
}
]
"explorers": [{
"name": "Hazlor Testnet Explorer",
"url": "https://explorer.hazlor.com",
"standard": "none"
}]
}