➑️v0.3.2 to v0.4.1 Update

➑️ Let's do it

❗️❗️Automatic upgrade with Cosmovisor❗️❗️

sudo apt update && sudo apt upgrade -y
sudo apt install curl git wget htop tmux build-essential jq make lz4 gcc unzip -y
cd $HOME
wget https://github.com/warden-protocol/wardenprotocol/releases/download/v0.4.1/wardend_Linux_x86_64.zip
unzip wardend_Linux_x86_64.zip
rm -rf wardend_Linux_x86_64.zip
chmod +x wardend
mkdir -p $HOME/.warden/cosmovisor/upgrades/v03-to-v04/bin
mv /root/wardend $HOME/.warden/cosmovisor/upgrades/v03-to-v04/bin/

❗️Will update itself when the block height is 1675700.

Last updated