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 quasar
git clone https://github.com/quasar-finance/quasar.git
cd quasar
git checkout v1.0.0
make build

Latest commit : 942923b4d0e25d56fcc9634e5fefccc08d9c9fa6

Prepare Cosmovisor

Prepare binaries for cosmovisor upgrades
mkdir -p $HOME/.quasarnode/cosmovisor/upgrades/v0.4.1/bin
mv build/quasarnoded $HOME/.quasarnode/cosmovisor/upgrades/v0.4.1/bin/
rm -rf build
⏳

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