Skip to content

Commit

Permalink
fix issue with funds in accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
RostyslavBortman committed Jul 30, 2018
1 parent bd073ed commit 3f30d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if ganachecli_running; then
echo "Using existing ganache-cli instance"
else
echo "Starting ganache-cli"
./node_modules/ganache-cli/build/cli.node.js --gasLimit 0xfffffffffff --port 8555\
./node_modules/ganache-cli/build/cli.node.js --gasLimit 0xfffffffffff --port 8555 --defaultBalanceEther 200\
> /dev/null &
ganachecli_pid=$!
fi
Expand Down

0 comments on commit 3f30d27

Please sign in to comment.