Skip to content

Commit

Permalink
testing 1
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyWooo committed Oct 9, 2024
1 parent f2c995b commit 724613d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion parachain/scripts/fork-parachain-and-launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,16 @@ fi

cp -f data/fork.json "$ROOTDIR/parachain/docker/"

echo "ls pwd"
pwd
ls

cd "$ROOTDIR"
echo "ls rootdir pwd"
pwd
ls
sed -i.bak "s;$FORK_CHAIN;fork.json;" "parachain/docker/$ORIG_CHAIN-parachain-launch-config.yml"

# start the network
make "launch-docker-$ORIG_CHAIN"
echo "start the network"
make "launch-network-$ORIG_CHAIN"

0 comments on commit 724613d

Please sign in to comment.