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,
"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

View File

@ -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

View File

@ -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,

View File

@ -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
View File

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

View File

@ -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",