added zenith mainnet and testnet networks

This commit is contained in:
ammar-lakho 2022-04-08 14:41:22 +05:00
parent 8588b8d5f8
commit 8391e222d0
2 changed files with 45 additions and 0 deletions

View File

@ -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"
}]
}

View File

@ -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"
}]
}