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@eaab919fce 🚀
This commit is contained in:
parent
fdefa7ff98
commit
fce1540746
|
@ -1342,6 +1342,14 @@
|
|||
"height": 1280,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "ganache",
|
||||
"icons": [{
|
||||
"url": "ipfs://Qmc9N7V8CiLB4r7FEcG7GojqfiGGsRCZqcFWCahwMohbDW",
|
||||
"width": 267,
|
||||
"height": 300,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "rangers",
|
||||
"icons": [{
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,23 +1,18 @@
|
|||
{
|
||||
"name": "Digest Swarm Chain",
|
||||
"chain": "DSC",
|
||||
"icon": "swarmchain",
|
||||
"rpc": ["https://rpc.digestgroup.ltd"],
|
||||
"name": "Ganache",
|
||||
"title": "Ganache GUI Ethereum Testnet",
|
||||
"chain": "ETH",
|
||||
"icon": "ganache",
|
||||
"rpc": ["https://127.0.0.1:7545"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "DigestCoin",
|
||||
"symbol": "DGCC",
|
||||
"name": "Ganache Test Ether",
|
||||
"symbol": "ETH",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://digestgroup.ltd",
|
||||
"shortName": "dgcc",
|
||||
"infoURL": "https://trufflesuite.com/ganache/",
|
||||
"shortName": "ggui",
|
||||
"chainId": 5777,
|
||||
"networkId": 5777,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "swarmexplorer",
|
||||
"url": "https://explorer.digestgroup.ltd",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
"explorers": []
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4549,18 +4549,18 @@
|
|||
"faucets": ["https://faucet.tanenbaum.io"],
|
||||
"infoURL": "https://syscoin.org"
|
||||
}, {
|
||||
"name": "Digest Swarm Chain",
|
||||
"name": "Ganache",
|
||||
"chainId": 5777,
|
||||
"shortName": "dgcc",
|
||||
"shortName": "ggui",
|
||||
"networkId": 5777,
|
||||
"nativeCurrency": {
|
||||
"name": "DigestCoin",
|
||||
"symbol": "DGCC",
|
||||
"name": "Ganache Test Ether",
|
||||
"symbol": "ETH",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.digestgroup.ltd"],
|
||||
"rpc": ["https://127.0.0.1:7545"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://digestgroup.ltd"
|
||||
"infoURL": "https://trufflesuite.com/ganache/"
|
||||
}, {
|
||||
"name": "Ontology Testnet",
|
||||
"chainId": 5851,
|
||||
|
|
|
@ -6515,25 +6515,22 @@
|
|||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Digest Swarm Chain",
|
||||
"chain": "DSC",
|
||||
"icon": "swarmchain",
|
||||
"rpc": ["https://rpc.digestgroup.ltd"],
|
||||
"name": "Ganache",
|
||||
"title": "Ganache GUI Ethereum Testnet",
|
||||
"chain": "ETH",
|
||||
"icon": "ganache",
|
||||
"rpc": ["https://127.0.0.1:7545"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "DigestCoin",
|
||||
"symbol": "DGCC",
|
||||
"name": "Ganache Test Ether",
|
||||
"symbol": "ETH",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://digestgroup.ltd",
|
||||
"shortName": "dgcc",
|
||||
"infoURL": "https://trufflesuite.com/ganache/",
|
||||
"shortName": "ggui",
|
||||
"chainId": 5777,
|
||||
"networkId": 5777,
|
||||
"explorers": [{
|
||||
"name": "swarmexplorer",
|
||||
"url": "https://explorer.digestgroup.ltd",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
"explorers": []
|
||||
}, {
|
||||
"name": "Ontology Testnet",
|
||||
"chain": "Ontology",
|
||||
|
|
8
icons/ganache.json
Normal file
8
icons/ganache.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://Qmc9N7V8CiLB4r7FEcG7GojqfiGGsRCZqcFWCahwMohbDW",
|
||||
"width": 267,
|
||||
"height": 300,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
|
@ -349,7 +349,7 @@
|
|||
"Nahmii": "eip155:5551",
|
||||
"NahmiiTestnet": "eip155:5553",
|
||||
"tsys": "eip155:5700",
|
||||
"dgcc": "eip155:5777",
|
||||
"ggui": "eip155:5777",
|
||||
"OntologyTestnet": "eip155:5851",
|
||||
"rbd": "eip155:5869",
|
||||
"TRESTEST": "eip155:6065",
|
||||
|
|
Loading…
Reference in New Issue
Block a user