Upgrade
Using Cosmovisor streamlines upgrade preparation. Just build new binaries and move them to the Cosmovisor upgrades directory.
Download latest binaries
Download and build a specific upgrade binary file
cd $HOME
rm -rf lava
git clone https://github.com/lavanet/lava.git
cd lava
git checkout v3.1.0
export LAVA_BINARY=lavad
make build
Latest commit : 200972c00b75a819a10385e47e64e199633480f0
Prepare Cosmovisor
Get the binaries ready for Cosmovisor upgrades
mkdir -p $HOME/.lava/cosmovisor/upgrades/v3.1.0/bin
mv build/lavad $HOME/.lava/cosmovisor/upgrades/v3.1.0/bin/
rm -rf build
β³
That's all! Cosmovisor will take care of the upgrade automatically once the specified block height is reached.