➡️ v0.7.2 Update

BEFORE THE UPGRADE BLOCK

Preparing for the Upgrade

1. Create Upgrade Directories and Download the Binary

cd $HOME
mkdir -p $HOME/.warden/cosmovisor/upgrades/v0.7.2/bin
wget https://github.com/warden-protocol/wardenprotocol/releases/download/v0.7.2/wardend-v0.7.2-linux-amd64 -O $HOME/.warden/cosmovisor/upgrades/v0.7.2/bin/wardend
chmod +x $HOME/.warden/cosmovisor/upgrades/v0.7.2/bin/wardend
cd $HOME

2. Check Version

$HOME/.warden/cosmovisor/upgrades/v0.7.2/bin/wardend version
If the version shows as v0.7.2, the preparation is complete.

AFTER THE UPGRADE BLOCK

1. Stop the Service and Download the Binary

sudo systemctl stop wardend
cd $HOME
mkdir -p $HOME/.warden/cosmovisor/upgrades/v0.7.2/bin
wget https://github.com/warden-protocol/wardenprotocol/releases/download/v0.7.2/wardend-v0.7.2-linux-amd64 -O $HOME/.warden/cosmovisor/upgrades/v0.7.2/bin/wardend
chmod +x $HOME/.warden/cosmovisor/upgrades/v0.7.2/bin/wardend
cd $HOME

2. Activate the New Version

sudo ln -sfn $HOME/.warden/cosmovisor/upgrades/v0.7.2 $HOME/.warden/cosmovisor/current
sudo ln -sfn $HOME/.warden/cosmovisor/current/bin/wardend /usr/local/bin/wardend

3. Restart and Monitor the Service

sudo systemctl restart wardend
sudo journalctl -fu wardend -o cat