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@5d3d2fc702 🚀
This commit is contained in:
parent
37d676eb76
commit
5b13beda97
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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,
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user