Skip to content

Commit

Permalink
upgrade to "trufflesuite/ganache"
Browse files Browse the repository at this point in the history
  • Loading branch information
klifish committed Jan 12, 2023
1 parent 9c3adcb commit c7c4646
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ version: '3'
services:

ganache_db:
image: trufflesuite/ganache-cli
image: trufflesuite/ganache:v7.7.3
restart: unless-stopped
command: --mnemonic luce --db /ganache_db --networkId 72 --host 0.0.0.0 --accounts 10 --defaultBalanceEther 1000000 --account "0x5714ad5f65fb27cb0d0ab914db9252dfe24cf33038a181555a7efc3dcf863ab3,1000000000000000000000000" --account "0xad740a17686169082f3148dcec143e4730fc69a636d710cb8e4e23ef966feadd,1000000000000000000000000" --account "0xdd11160def74259a8cfcb0282702ab65c1388cf4e0265f567fe0a3707957d810,1000000000000000000000000"
command: --database.dbPath /ganache_db --chain.networkId 72 -h 0.0.0.0 -e 1000000
ports:
- 8545:8545
environment:
Expand Down

0 comments on commit c7c4646

Please sign in to comment.