Update eip155-79.json (#1235)

This commit is contained in:
usman149 2022-06-12 17:09:03 +05:00 committed by GitHub
parent d439c78d88
commit 655b163e56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,26 +1,30 @@
{ {
"name": "Zenith Mainnet", "name": "Zenith Mainnet",
"chain": "Zenith", "chain": "Zenith",
"rpc": [ "rpc": [
"https://dataserver-us-1.zenithchain.co/", "https://dataserver-us-1.zenithchain.co/",
"https://dataserver-asia-3.zenithchain.co/", "https://dataserver-asia-3.zenithchain.co/",
"https://dataserver-asia-4.zenithchain.co/", "https://dataserver-asia-4.zenithchain.co/",
"https://dataserver-asia-2.zenithchain.co/" "https://dataserver-asia-2.zenithchain.co/",
], "https://dataserver-asia-5.zenithchain.co/",
"faucets": [], "https://dataserver-asia-6.zenithchain.co/",
"nativeCurrency": { "https://dataserver-asia-7.zenithchain.co/"
"name": "ZENITH", ],
"symbol": "ZENITH", "faucets": [],
"decimals": 18 "nativeCurrency": {
}, "name": "ZENITH",
"infoURL": "https://www.zenithchain.co/", "symbol": "ZENITH",
"chainId": 79, "decimals": 18
"networkId": 79, },
"shortName": "zenith", "infoURL": "https://www.zenithchain.co/",
"explorers": [{ "chainId": 79,
"networkId": 79,
"shortName": "zenith",
"explorers": [
{
"name": "zenith scan", "name": "zenith scan",
"url": "https://scan.zenithchain.co", "url": "https://scan.zenithchain.co",
"standard": "EIP3091" "standard": "EIP3091"
}] }
} ]
}