Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
pawanjay176 committed Mar 2, 2021
1 parent d99dc06 commit 405a612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/local_testnet/ganache_test_node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ganache-cli \
--defaultBalanceEther 1000000000 \
--gasLimit 1000000000 \
--accounts 10 \
--mnemonic $ETH1_NETWORK_MNEMONIC \
--mnemonic "$ETH1_NETWORK_MNEMONIC" \
--port 8545 \
--blockTime 3 \
--networkId 4242 \
Expand Down

0 comments on commit 405a612

Please sign in to comment.