Added Zenith chain mainnet and testnet (#1062)

* added zenith mainnet and testnet networks

* Update _data/chains/eip155-79.json

* Update _data/chains/eip155-81.json

* added shortName

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
ammar-lakho 2022-04-08 18:23:51 +05:00 committed by GitHub
parent deaa1d9e10
commit a8237d9bcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 47 additions and 0 deletions

View File

@ -0,0 +1,24 @@
{
"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,
"shortName": "zenith",
"explorers": [{
"name": "zenith scan",
"url": "https://scan.zenithchain.co",
"standard": "EIP3091"
}]
}

View File

@ -0,0 +1,23 @@
{
"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,
"shortName": "tzenith",
"explorers": [{
"name": "villinius zenith scan",
"url": "https://vilinius.scan.zenithchain.co",
"standard": "EIP3091"
}]
}