From 655b163e562ca61fee718e37943eb97c2275dc12 Mon Sep 17 00:00:00 2001 From: usman149 <100894237+usman149@users.noreply.github.com> Date: Sun, 12 Jun 2022 17:09:03 +0500 Subject: [PATCH] Update eip155-79.json (#1235) --- _data/chains/eip155-79.json | 48 ++++++++++++++++++++----------------- 1 file changed, 26 insertions(+), 22 deletions(-) diff --git a/_data/chains/eip155-79.json b/_data/chains/eip155-79.json index 93cbd2c1..726d5f5f 100644 --- a/_data/chains/eip155-79.json +++ b/_data/chains/eip155-79.json @@ -1,26 +1,30 @@ { - "name": "Zenith Mainnet", - "chain": "Zenith", - "rpc": [ - "https://dataserver-us-1.zenithchain.co/", - "https://dataserver-asia-3.zenithchain.co/", - "https://dataserver-asia-4.zenithchain.co/", - "https://dataserver-asia-2.zenithchain.co/" - ], - "faucets": [], - "nativeCurrency": { - "name": "ZENITH", - "symbol": "ZENITH", - "decimals": 18 - }, - "infoURL": "https://www.zenithchain.co/", - "chainId": 79, - "networkId": 79, - "shortName": "zenith", - "explorers": [{ + "name": "Zenith Mainnet", + "chain": "Zenith", + "rpc": [ + "https://dataserver-us-1.zenithchain.co/", + "https://dataserver-asia-3.zenithchain.co/", + "https://dataserver-asia-4.zenithchain.co/", + "https://dataserver-asia-2.zenithchain.co/", + "https://dataserver-asia-5.zenithchain.co/", + "https://dataserver-asia-6.zenithchain.co/", + "https://dataserver-asia-7.zenithchain.co/" + ], + "faucets": [], + "nativeCurrency": { + "name": "ZENITH", + "symbol": "ZENITH", + "decimals": 18 + }, + "infoURL": "https://www.zenithchain.co/", + "chainId": 79, + "networkId": 79, + "shortName": "zenith", + "explorers": [ + { "name": "zenith scan", "url": "https://scan.zenithchain.co", "standard": "EIP3091" - }] - } - \ No newline at end of file + } + ] +}