Upgrade
Using Cosmovisor streamlines upgrade preparation. Just build new binaries and move them to the Cosmovisor upgrades directory.
π’
Since updated binary to v1.1.0
is not crucial, you fell free to update them!
Download latest binaries
Download and build specific upgrade binary file
cd $HOME
rm -rf planq/
git clone https://github.com/planq-network/planq.git
cd planq
git checkout v1.1.0
make build
Latest commit : 226bd3624e139fb71ba5f4fd7c523e5965f4c176
Move binaries
Move to current bin folder
mv build/planq $HOME/.planqd/cosmovisor/current/bin/
Restart node
Restart planq node
sudo systemctl restart planq