➡️ Let's instal the Binary
sudo systemctl stop wardend
cd $HOME
wget https://github.com/warden-protocol/wardenprotocol/releases/download/v0.5.4/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.4/bin
mv $HOME/wardend $HOME/.warden/cosmovisor/upgrades/v0.5.4/bin
sudo ln -sfn $HOME/.warden/cosmovisor/upgrades/v0.5.4 $HOME/.warden/cosmovisor/current
sudo ln -sfn $HOME/.warden/cosmovisor/current/bin/wardend /usr/local/bin/wardend
sudo systemctl restart wardend
sudo journalctl -fu wardend -o cat