Skip to content

Commit

Permalink
Simplify script for starting test chain.
Browse files Browse the repository at this point in the history
  • Loading branch information
m1cm1c committed Jun 26, 2024
1 parent b8eb511 commit 7236755
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion start_ganache_async.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash

ganacheOutputTmpFile=`mktemp`
echo > "$ganacheOutputTmpFile"
npx ganache-cli --gasLimit 10000000 -m "$MNEMONIC" 2>&1 >> "$ganacheOutputTmpFile" &
tail -n0 -f "$ganacheOutputTmpFile" | sed '/Listening on/ q'
echo "Chain started"

0 comments on commit 7236755

Please sign in to comment.