➡️v0.5.3 Update

➡️ Let's instal the Binary

sudo systemctl stop wardend
cd $HOME
wget https://github.com/warden-protocol/wardenprotocol/releases/download/v0.5.3/wardend_Linux_x86_64.zip
unzip wardend_Linux_x86_64.zip
chmod +x wardend
rm -rf wardend_Linux_x86_64.zip

➡️ Let's move Binary to Cosmovisor

mkdir -p $HOME/.warden/cosmovisor/upgrades/v0.5.3/bin
mv $HOME/wardend $HOME/.warden/cosmovisor/upgrades/v0.5.3/bin
sudo ln -sfn $HOME/.warden/cosmovisor/upgrades/v0.5.3 $HOME/.warden/cosmovisor/current
sudo ln -sfn $HOME/.warden/cosmovisor/current/bin/wardend /usr/local/bin/wardend

➡️ Check logs 😄

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

Last updated