Fix typo for Zenith Testnet (Vilnius) (#1143)

* 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

* fix vilnius typo

* Update _data/chains/eip155-81.json

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
ammar-lakho 2022-05-09 13:59:17 +05:00 committed by GitHub
parent 1de69edca4
commit 22293518d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{ {
"name": "Villinius", "name": "Zenith Testnet (Vilnius)",
"chain": "Zenith", "chain": "Zenith",
"rpc": [ "rpc": [
"https://vilinius.zenithchain.co/http" "https://vilnius.zenithchain.co/http"
], ],
"faucets": ["https://faucet.zenithchain.co/"], "faucets": ["https://faucet.zenithchain.co/"],
"nativeCurrency": { "nativeCurrency": {
"name": "Villinius", "name": "Vilnius",
"symbol": "VIL", "symbol": "VIL",
"decimals": 18 "decimals": 18
}, },
@ -15,8 +15,8 @@
"networkId": 81, "networkId": 81,
"shortName": "VIL", "shortName": "VIL",
"explorers": [{ "explorers": [{
"name": "villinius zenith scan", "name": "vilnius scan",
"url": "https://vilinius.scan.zenithchain.co", "url": "https://vilnius.scan.zenithchain.co",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
} }