Upgrade
Prepare for and the upcomming chain upgrade using Cosmovisor.

Chain ID: lava-testnet-1 | Latest Version Tag: v0.15.1 | Custom Port: 44
Download and install upgrade binaries
# Clone project repository
cd $HOME
rm -rf lava
git clone https://github.com/lavanet/lava.git
cd lava
git checkout v0.15.1
# Install binaries
make install
#Start
sudo systemctl restart lavad && journalctl -u lavad -f
Thats it! Now when upgrade block height is reached, Cosmovisor will handle it automatically!
Last updated