Skip to content

Commit

Permalink
Update start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wcgcyx committed Nov 21, 2023
1 parent 93a7425 commit 2dad80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/localdev/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cp .env.local .env
# Start root & child chain.
npx hardhat node --config ./rootchain.config.js --port 8500 > /dev/null 2>&1 &
npx hardhat node --config ./childchain.config.js --port 8501 > /dev/null 2>&1 &
sleep 3
sleep 10

# trap ctrl-c and call ctrl_c()
trap ctrl_c INT
Expand Down

0 comments on commit 2dad80e

Please sign in to comment.