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 nolus-core
git clone https://github.com/Nolus-Protocol/nolus-core.git
cd nolus-core
git checkout v0.5.3
make build

Latest commit : 70d96b4a6efa529215a1e2a3a89a795edbdba556

Prepare Cosmovisor

Get the binaries ready for Cosmovisor upgrades
mkdir -p $HOME/.nolus/cosmovisor/upgrades/v0.5.3/bin
mv target/release/nolusd $HOME/.nolus/cosmovisor/upgrades/v0.5.3/bin/
⏳

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