Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyWooo committed Dec 12, 2024
1 parent e1bd4b2 commit 1079e2e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion parachain/scripts/fork-parachain-and-launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ echo "nvm version: $(nvm --version)"

nvm install 20
echo "start chopsticks: $1"
npx @acala-network/[email protected] --config=litentry.yml --allow-unresolved-imports=true --block 6361000
npx @acala-network/[email protected] --config=litentry.yml --allow-unresolved-imports=true --block 6361000 &
PID=$!
echo "Started server with PID: $PID"


exit 0
Expand Down

0 comments on commit 1079e2e

Please sign in to comment.