This documentation under development by nodex.one team! πŸ‘·β€β™‚οΈπŸ‘‹
Networks
Testnet
⏳ Upgrade

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 v2.0.0
export LAVA_BINARY=lavad
make build

Latest commit : d4cd0e1b92cb0df0c9f6a69365c14426a054c141

Prepare Cosmovisor

Get the binaries ready for Cosmovisor upgrades
mkdir -p $HOME/.lava/cosmovisor/upgrades/v2.0.0/bin
mv build/lavad $HOME/.lava/cosmovisor/upgrades/v2.0.0/bin/
rm -rf build
⏳

That's all! Cosmovisor will take care of the upgrade automatically once the specified block height is reached.