From 5d3d2fc7025aa2c1b3ed393610e273a2ac66f062 Mon Sep 17 00:00:00 2001 From: Reggie <92185630+blockchainreg@users.noreply.github.com> Date: Wed, 10 Nov 2021 04:14:57 -0800 Subject: [PATCH] Adding Hazlor Smart Chain (#550) * Adding Hazlor Smart Chain * Updated RPC Url --- _data/chains/eip155-7878.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 _data/chains/eip155-7878.json diff --git a/_data/chains/eip155-7878.json b/_data/chains/eip155-7878.json new file mode 100644 index 00000000..087c3942 --- /dev/null +++ b/_data/chains/eip155-7878.json @@ -0,0 +1,23 @@ +{ + "name": "Hazlor Testnet", + "chain": "Hazlor", + "network": "testnet", + "rpc": ["http://hatlas.rpc.hazlor.com:8545/"], + "faucets": ["https://faucet.hazlor.com"], + "nativeCurrency": { + "name": "Planet", + "symbol": "PLANET", + "decimals": 18 + }, + "infoURL": "https://hazlor.com", + "shortName": "hazlor-hatlas", + "chainId": 7878, + "networkId": 7878, + "explorers": [ + { + "name": "Hazlor Explorer ", + "url": "https://explorer.hazlor.com", + "standard": "none" + } + ] +}