mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
19 lines
393 B
JSON
19 lines
393 B
JSON
{
|
|
"name": "Ganache",
|
|
"title": "Ganache GUI Ethereum Testnet",
|
|
"chain": "ETH",
|
|
"icon": "ganache",
|
|
"rpc": ["https://127.0.0.1:7545"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Ganache Test Ether",
|
|
"symbol": "ETH",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://trufflesuite.com/ganache/",
|
|
"shortName": "ggui",
|
|
"chainId": 5777,
|
|
"networkId": 5777,
|
|
"explorers": []
|
|
}
|