From cb8ea490ca95738152b5fe8a6726046560c8c4a4 Mon Sep 17 00:00:00 2001 From: Reggie <92185630+blockchainreg@users.noreply.github.com> Date: Wed, 15 Dec 2021 09:12:38 -0500 Subject: [PATCH] Update Chain (#672) We changed forks and now needed to change the parameters. --- _data/chains/eip155-7878.json | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/_data/chains/eip155-7878.json b/_data/chains/eip155-7878.json index 792f840f..53a9ddf0 100644 --- a/_data/chains/eip155-7878.json +++ b/_data/chains/eip155-7878.json @@ -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" + }] }