Skip to content

Commit

Permalink
update checkout branch
Browse files Browse the repository at this point in the history
  • Loading branch information
0g-peterzhb authored and 0g-wh committed Sep 25, 2024
1 parent 483a939 commit 0bfbd11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion networks/testnet/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ NUM_NODES=${#IPS[@]}

# Install dependent libraries and binary
for ((i=0; i<$NUM_NODES; i++)) do
ssh $PEM_FLAG ubuntu@${IPS[$i]} "rm -rf 0g-chain; git clone https://github.com/0glabs/0g-chain.git; cd 0g-chain; git checkout patch_testnet_1; ./networks/testnet/install.sh"
ssh $PEM_FLAG ubuntu@${IPS[$i]} "rm -rf 0g-chain; git clone https://github.com/0glabs/0g-chain.git; cd 0g-chain; git checkout v0.1.0; ./networks/testnet/install.sh"
done

# Create genesis config on node0
Expand Down

0 comments on commit 0bfbd11

Please sign in to comment.