From 2f6db598ad76fdd879219f6534a4a67951df0fd3 Mon Sep 17 00:00:00 2001 From: David Hunt-Mateo Date: Wed, 27 Apr 2022 09:57:19 -0400 Subject: [PATCH] Increase default ganache wallet balance to 1_000_000 ETH --- compose-files/ganache.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose-files/ganache.yml b/compose-files/ganache.yml index dc8f274..18b000e 100644 --- a/compose-files/ganache.yml +++ b/compose-files/ganache.yml @@ -7,4 +7,4 @@ services: networks: backend: ipv4_address: 172.15.0.3 - entrypoint: ["node", "/app/ganache-core.docker.cli.js", "--db", "./ganache_cache","--chainId","0x2324","--networkId","0x2324","--gasLimit","10000000000","--gasPrice","1","---hardfork","istanbul","--mnemonic","${GANACHE_MNEMONIC}"] + entrypoint: ["node", "/app/ganache-core.docker.cli.js", "--db", "./ganache_cache","--chainId","0x2324","--networkId","0x2324","--gasLimit","10000000000","--gasPrice","1","---hardfork","istanbul","--mnemonic","${GANACHE_MNEMONIC}", "-e", "1000000"]