Deploying to gh-pages from @ ethereum-lists/chains@a8237d9bcb 🚀

This commit is contained in:
ligi 2022-04-08 13:27:30 +00:00
parent b9c652bc50
commit a393bd6085
5 changed files with 68 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -869,6 +869,19 @@
"rpc": ["https://ethnode.primusmoney.com/mainnet"], "rpc": ["https://ethnode.primusmoney.com/mainnet"],
"faucets": [], "faucets": [],
"infoURL": "https://primusmoney.com" "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", "name": "GeneChain",
"chainId": 80, "chainId": 80,
@ -882,6 +895,19 @@
"rpc": ["https://rpc.genechain.io"], "rpc": ["https://rpc.genechain.io"],
"faucets": [], "faucets": [],
"infoURL": "https://scan.genechain.io/" "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", "name": "Meter Mainnet",
"chainId": 82, "chainId": 82,

View File

@ -1172,6 +1172,25 @@
"shortName": "primuschain", "shortName": "primuschain",
"chainId": 78, "chainId": 78,
"networkId": 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", "name": "GeneChain",
"chain": "GeneChain", "chain": "GeneChain",
@ -1191,6 +1210,25 @@
"url": "https://scan.genechain.io", "url": "https://scan.genechain.io",
"standard": "EIP3091" "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", "name": "Meter Mainnet",
"chain": "METER", "chain": "METER",

View File

@ -66,7 +66,9 @@
"mix": "eip155:76", "mix": "eip155:76",
"spoa": "eip155:77", "spoa": "eip155:77",
"primuschain": "eip155:78", "primuschain": "eip155:78",
"zenith": "eip155:79",
"GeneChain": "eip155:80", "GeneChain": "eip155:80",
"tzenith": "eip155:81",
"Meter": "eip155:82", "Meter": "eip155:82",
"MeterTest": "eip155:83", "MeterTest": "eip155:83",
"gttest": "eip155:85", "gttest": "eip155:85",