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 v3.0.0
make build

Latest commit : 3b83f60be14100eeac027d7d9aa68b5873e9795e

Prepare Cosmovisor

Prepare binaries for cosmovisor upgrades
mkdir -p $HOME/.quasarnode/cosmovisor/upgrades/v3/bin
mv build/quasard $HOME/.quasarnode/cosmovisor/upgrades/v3/bin/
rm -rf build
⏳

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