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", "name": "Zenith Mainnet",
"chain": "Zenith Mainnet", "chain": "Zenith",
"rpc": [ "rpc": [
"https://dataserver-1.zenithchain.co/", "https://dataserver-1.zenithchain.co/",
"https://dataserver-us-1.zenithchain.co/" "https://dataserver-us-1.zenithchain.co/"

View File

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