Skip to content

Commit

Permalink
chore: run-chain.sh is identical in example dapps
Browse files Browse the repository at this point in the history
  • Loading branch information
amessbee committed Sep 10, 2024
1 parent 3f4fc0e commit 0500327
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contract/scripts/run-chain.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
#!/bin/bash

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

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

# wait for blocks to start being produced
waitForBlock 2
waitForBlock 1

make -C /workspace/contract mint100

Expand Down

0 comments on commit 0500327

Please sign in to comment.