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 haqq
git clone https://github.com/haqq-network/haqq.git
cd haqq
git checkout v1.6.4
make build

Latest commit : 174a99b3dd8d6b0e089cb1e54dc3e628bb90c0f5

Prepare Cosmovisor

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

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