mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
deaa1d9e10
commit
a8237d9bcb
24
_data/chains/eip155-79.json
Normal file
24
_data/chains/eip155-79.json
Normal 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"
|
||||
}]
|
||||
}
|
||||
|
23
_data/chains/eip155-81.json
Normal file
23
_data/chains/eip155-81.json
Normal 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"
|
||||
}]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user