mirror of
				https://github.com/0glabs/0g-chain.git
				synced 2025-11-04 11:17:28 +00:00 
			
		
		
		
	update checkout branch
This commit is contained in:
		
							parent
							
								
									8ac0f3ec27
								
							
						
					
					
						commit
						b8b4a08235
					
				@ -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
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user