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

This commit is contained in:
ligi 2022-12-05 02:09:48 +00:00
parent fdefa7ff98
commit fce1540746
9 changed files with 46 additions and 38 deletions

View File

@ -1342,6 +1342,14 @@
"height": 1280, "height": 1280,
"format": "png" "format": "png"
}] }]
}, {
"name": "ganache",
"icons": [{
"url": "ipfs://Qmc9N7V8CiLB4r7FEcG7GojqfiGGsRCZqcFWCahwMohbDW",
"width": 267,
"height": 300,
"format": "png"
}]
}, { }, {
"name": "rangers", "name": "rangers",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,23 +1,18 @@
{ {
"name": "Digest Swarm Chain", "name": "Ganache",
"chain": "DSC", "title": "Ganache GUI Ethereum Testnet",
"icon": "swarmchain", "chain": "ETH",
"rpc": ["https://rpc.digestgroup.ltd"], "icon": "ganache",
"rpc": ["https://127.0.0.1:7545"],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "DigestCoin", "name": "Ganache Test Ether",
"symbol": "DGCC", "symbol": "ETH",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://digestgroup.ltd", "infoURL": "https://trufflesuite.com/ganache/",
"shortName": "dgcc", "shortName": "ggui",
"chainId": 5777, "chainId": 5777,
"networkId": 5777, "networkId": 5777,
"explorers": [ "explorers": []
{
"name": "swarmexplorer",
"url": "https://explorer.digestgroup.ltd",
"standard": "EIP3091"
}
]
} }

File diff suppressed because one or more lines are too long

View File

@ -4549,18 +4549,18 @@
"faucets": ["https://faucet.tanenbaum.io"], "faucets": ["https://faucet.tanenbaum.io"],
"infoURL": "https://syscoin.org" "infoURL": "https://syscoin.org"
}, { }, {
"name": "Digest Swarm Chain", "name": "Ganache",
"chainId": 5777, "chainId": 5777,
"shortName": "dgcc", "shortName": "ggui",
"networkId": 5777, "networkId": 5777,
"nativeCurrency": { "nativeCurrency": {
"name": "DigestCoin", "name": "Ganache Test Ether",
"symbol": "DGCC", "symbol": "ETH",
"decimals": 18 "decimals": 18
}, },
"rpc": ["https://rpc.digestgroup.ltd"], "rpc": ["https://127.0.0.1:7545"],
"faucets": [], "faucets": [],
"infoURL": "https://digestgroup.ltd" "infoURL": "https://trufflesuite.com/ganache/"
}, { }, {
"name": "Ontology Testnet", "name": "Ontology Testnet",
"chainId": 5851, "chainId": 5851,

View File

@ -6515,25 +6515,22 @@
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, { }, {
"name": "Digest Swarm Chain", "name": "Ganache",
"chain": "DSC", "title": "Ganache GUI Ethereum Testnet",
"icon": "swarmchain", "chain": "ETH",
"rpc": ["https://rpc.digestgroup.ltd"], "icon": "ganache",
"rpc": ["https://127.0.0.1:7545"],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "DigestCoin", "name": "Ganache Test Ether",
"symbol": "DGCC", "symbol": "ETH",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://digestgroup.ltd", "infoURL": "https://trufflesuite.com/ganache/",
"shortName": "dgcc", "shortName": "ggui",
"chainId": 5777, "chainId": 5777,
"networkId": 5777, "networkId": 5777,
"explorers": [{ "explorers": []
"name": "swarmexplorer",
"url": "https://explorer.digestgroup.ltd",
"standard": "EIP3091"
}]
}, { }, {
"name": "Ontology Testnet", "name": "Ontology Testnet",
"chain": "Ontology", "chain": "Ontology",

8
icons/ganache.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://Qmc9N7V8CiLB4r7FEcG7GojqfiGGsRCZqcFWCahwMohbDW",
"width": 267,
"height": 300,
"format": "png"
}
]

View File

@ -349,7 +349,7 @@
"Nahmii": "eip155:5551", "Nahmii": "eip155:5551",
"NahmiiTestnet": "eip155:5553", "NahmiiTestnet": "eip155:5553",
"tsys": "eip155:5700", "tsys": "eip155:5700",
"dgcc": "eip155:5777", "ggui": "eip155:5777",
"OntologyTestnet": "eip155:5851", "OntologyTestnet": "eip155:5851",
"rbd": "eip155:5869", "rbd": "eip155:5869",
"TRESTEST": "eip155:6065", "TRESTEST": "eip155:6065",