From 25f3181b5c16c907782863c2df63f03f7f87261e Mon Sep 17 00:00:00 2001 From: Peter Zhang Date: Mon, 6 May 2024 08:16:53 +0800 Subject: [PATCH] update checkout branch --- networks/testnet/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/networks/testnet/deploy.sh b/networks/testnet/deploy.sh index 36fb8771..a2723591 100755 --- a/networks/testnet/deploy.sh +++ b/networks/testnet/deploy.sh @@ -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