From 8391e222d019b998903d94831c659464d4e3ff2e Mon Sep 17 00:00:00 2001 From: ammar-lakho Date: Fri, 8 Apr 2022 14:41:22 +0500 Subject: [PATCH] added zenith mainnet and testnet networks --- _data/chains/eip155-79.json | 23 +++++++++++++++++++++++ _data/chains/eip155-81.json | 22 ++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 _data/chains/eip155-79.json create mode 100644 _data/chains/eip155-81.json diff --git a/_data/chains/eip155-79.json b/_data/chains/eip155-79.json new file mode 100644 index 00000000..75a21484 --- /dev/null +++ b/_data/chains/eip155-79.json @@ -0,0 +1,23 @@ +{ + "name": "Zenith Mainnet", + "chain": "Zenith Mainnet", + "rpc": [ + "https://dataserver-1.zenithchain.co/", + "https://dataserver-us-1.zenithchain.co/" + ], + "faucets": [], + "nativeCurrency": { + "name": "ZENITH", + "symbol": "ZENITH", + "decimals": 18 + }, + "infoURL": "https://www.zenithchain.co/", + "chainId": 79, + "networkId": 79, + "explorers": [{ + "name": "zenith scan", + "url": "https://scan.zenithchain.co/", + "standard": "EIP3091" + }] + } + \ No newline at end of file diff --git a/_data/chains/eip155-81.json b/_data/chains/eip155-81.json new file mode 100644 index 00000000..84ba9ec5 --- /dev/null +++ b/_data/chains/eip155-81.json @@ -0,0 +1,22 @@ +{ + "name": "Zenith Testnet", + "chain": "Zenith Testnet", + "rpc": [ + "https://vilinius.zenithchain.co/http" + ], + "faucets": ["https://faucet.zenithchain.co/"], + "nativeCurrency": { + "name": "test ZENITH", + "symbol": "tZENITH", + "decimals": 18 + }, + "infoURL": "https://www.zenithchain.co/", + "chainId": 81, + "networkId": 81, + "explorers": [{ + "name": "villinius zenith scan", + "url": "https://vilinius.scan.zenithchain.co/", + "standard": "EIP3091" + }] + } + \ No newline at end of file