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

This commit is contained in:
ligi 2021-11-10 12:17:34 +00:00
parent 37d676eb76
commit 5b13beda97
5 changed files with 36 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

@ -2039,6 +2039,19 @@
"rpc": ["https://proxy.wegochain.io", "http://wallet.wegochain.io:7764"],
"faucets": [],
"infoURL": "http://wegochain.io"
}, {
"name": "Hazlor Testnet",
"chainId": 7878,
"shortName": "hazlor-hatlas",
"networkId": 7878,
"nativeCurrency": {
"name": "Planet",
"symbol": "PLANET",
"decimals": 18
},
"rpc": ["http://hatlas.rpc.hazlor.com:8545/"],
"faucets": ["https://faucet.hazlor.com"],
"infoURL": "https://hazlor.com"
}, {
"name": "MDGL Testnet",
"chainId": 8029,

View File

@ -2729,6 +2729,26 @@
"shortName": "rbd",
"chainId": 5869,
"networkId": 5869
}, {
"name": "Hazlor Testnet",
"chain": "Hazlor",
"network": "testnet",
"rpc": ["http://hatlas.rpc.hazlor.com:8545/"],
"faucets": ["https://faucet.hazlor.com"],
"nativeCurrency": {
"name": "Planet",
"symbol": "PLANET",
"decimals": 18
},
"infoURL": "https://hazlor.com",
"shortName": "hazlor-hatlas",
"chainId": 7878,
"networkId": 7878,
"explorers": [{
"name": "Hazlor Explorer ",
"url": "https://explorer.hazlor.com",
"standard": "none"
}]
}, {
"name": "MDGL Testnet",
"chain": "MDGL",

View File

@ -156,6 +156,7 @@
"tsys": "eip155:5700",
"Ontology Testnet": "eip155:5851",
"rbd": "eip155:5869",
"hazlor-hatlas": "eip155:7878",
"mdgl": "eip155:8029",
"GeneChainAdn": "eip155:8080",
"Cypress": "eip155:8217",