This documentation under development by nodex.one team! πŸ‘·β€β™‚οΈπŸ‘‹
Networks
Mainnet
⏳ 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 nibiru
git clone https://github.com/NibiruChain/nibiru.git
cd nibiru
git checkout v1.0.3
make build

Latest commit : 208012ca00eb1286786950d5ff6b87ecaaadddd7

Prepare Cosmovisor

Get the binaries ready for Cosmovisor upgrades
mkdir -p $HOME/.nibid/cosmovisor/upgrades/v1.0.3/bin
mv build/nibid $HOME/.nibid/cosmovisor/upgrades/v1.0.3/bin/
⏳

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