mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@a8237d9bcb 🚀
This commit is contained in:
parent
b9c652bc50
commit
a393bd6085
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -869,6 +869,19 @@
|
|||
"rpc": ["https://ethnode.primusmoney.com/mainnet"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://primusmoney.com"
|
||||
}, {
|
||||
"name": "Zenith Mainnet",
|
||||
"chainId": 79,
|
||||
"shortName": "zenith",
|
||||
"networkId": 79,
|
||||
"nativeCurrency": {
|
||||
"name": "ZENITH",
|
||||
"symbol": "ZENITH",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://dataserver-1.zenithchain.co/", "https://dataserver-us-1.zenithchain.co/"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://www.zenithchain.co/"
|
||||
}, {
|
||||
"name": "GeneChain",
|
||||
"chainId": 80,
|
||||
|
@ -882,6 +895,19 @@
|
|||
"rpc": ["https://rpc.genechain.io"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://scan.genechain.io/"
|
||||
}, {
|
||||
"name": "Zenith Testnet",
|
||||
"chainId": 81,
|
||||
"shortName": "tzenith",
|
||||
"networkId": 81,
|
||||
"nativeCurrency": {
|
||||
"name": "test ZENITH",
|
||||
"symbol": "tZENITH",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://vilinius.zenithchain.co/http"],
|
||||
"faucets": ["https://faucet.zenithchain.co/"],
|
||||
"infoURL": "https://www.zenithchain.co/"
|
||||
}, {
|
||||
"name": "Meter Mainnet",
|
||||
"chainId": 82,
|
||||
|
|
|
@ -1172,6 +1172,25 @@
|
|||
"shortName": "primuschain",
|
||||
"chainId": 78,
|
||||
"networkId": 78
|
||||
}, {
|
||||
"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"
|
||||
}]
|
||||
}, {
|
||||
"name": "GeneChain",
|
||||
"chain": "GeneChain",
|
||||
|
@ -1191,6 +1210,25 @@
|
|||
"url": "https://scan.genechain.io",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"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"
|
||||
}]
|
||||
}, {
|
||||
"name": "Meter Mainnet",
|
||||
"chain": "METER",
|
||||
|
|
|
@ -66,7 +66,9 @@
|
|||
"mix": "eip155:76",
|
||||
"spoa": "eip155:77",
|
||||
"primuschain": "eip155:78",
|
||||
"zenith": "eip155:79",
|
||||
"GeneChain": "eip155:80",
|
||||
"tzenith": "eip155:81",
|
||||
"Meter": "eip155:82",
|
||||
"MeterTest": "eip155:83",
|
||||
"gttest": "eip155:85",
|
||||
|
|
Loading…
Reference in New Issue
Block a user