mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Update Chain (#672)
We changed forks and now needed to change the parameters.
This commit is contained in:
parent
4bfae3321e
commit
cb8ea490ca
|
@ -2,22 +2,25 @@
|
||||||
"name": "Hazlor Testnet",
|
"name": "Hazlor Testnet",
|
||||||
"chain": "SCAS",
|
"chain": "SCAS",
|
||||||
"network": "testnet",
|
"network": "testnet",
|
||||||
"rpc": ["https://hatlas.rpc.hazlor.com:8545/"],
|
"rpc": [
|
||||||
"faucets": ["https://faucet.hazlor.com"],
|
"https://hatlas.rpc.hazlor.com:8545",
|
||||||
|
"wss://hatlas.rpc.hazlor.com:8546"
|
||||||
|
],
|
||||||
|
"faucets": [
|
||||||
|
"https://faucet.hazlor.com"
|
||||||
|
],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Hazlor Test Coin",
|
"name": "Hazlor Test Coin",
|
||||||
"symbol": "TSCAS",
|
"symbol": "TSCAS",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://hazlor.com",
|
"infoURL": "https://hazlor.com",
|
||||||
"shortName": "hazlor-hatlas",
|
"shortName": "tscas",
|
||||||
"chainId": 7878,
|
"chainId": 7878,
|
||||||
"networkId": 7878,
|
"networkId": 7878,
|
||||||
"explorers": [
|
"explorers": [{
|
||||||
{
|
"name": "Hazlor Testnet Explorer",
|
||||||
"name": "Hazlor Explorer ",
|
"url": "https://explorer.hazlor.com",
|
||||||
"url": "https://explorer.hazlor.com",
|
"standard": "none"
|
||||||
"standard": "none"
|
}]
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user