Fix length error for symbol (#1067)

* added zenith mainnet and testnet networks

* Update _data/chains/eip155-79.json

* Update _data/chains/eip155-81.json

* added shortName

* rename testnet symbol to length<6

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
ammar-lakho 2022-04-11 11:05:53 +05:00 committed by GitHub
parent e6b7fca210
commit 74e34a8feb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "Zenith Mainnet",
"chain": "Zenith Mainnet",
"chain": "Zenith",
"rpc": [
"https://dataserver-1.zenithchain.co/",
"https://dataserver-us-1.zenithchain.co/"

View File

@ -1,19 +1,19 @@
{
"name": "Zenith Testnet",
"chain": "Zenith Testnet",
"name": "Villinius",
"chain": "Zenith",
"rpc": [
"https://vilinius.zenithchain.co/http"
],
"faucets": ["https://faucet.zenithchain.co/"],
"nativeCurrency": {
"name": "test ZENITH",
"symbol": "tZENITH",
"name": "Villinius",
"symbol": "VIL",
"decimals": 18
},
"infoURL": "https://www.zenithchain.co/",
"chainId": 81,
"networkId": 81,
"shortName": "tzenith",
"shortName": "VIL",
"explorers": [{
"name": "villinius zenith scan",
"url": "https://vilinius.scan.zenithchain.co",