Skip to content

Commit

Permalink
feat: clean run-chain.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
amessbee committed Aug 19, 2024
1 parent fe09846 commit 222025a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions contract/scripts/run-chain.sh
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
#!/bin/bash

. /usr/src/upgrade-test-scripts/env_setup.sh

# Start the chain in the background
/usr/src/upgrade-test-scripts/start_agd.sh &
. /usr/src/upgrade-test-scripts/env_setup.sh; /usr/src/upgrade-test-scripts/start_agd.sh &

# wait for blocks to start being produced
waitForBlock 1

make -C /workspace/contract mint100
make -C /workspace/contract lower-bundle-cost

# bring back chain process to foreground
wait

0 comments on commit 222025a

Please sign in to comment.