➑️v0.4.1 to v0.4.2 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.2/wardend_Linux_x86_64.zip
unzip -o wardend_Linux_x86_64.zip
rm -rf wardend_Linux_x86_64.zip
chmod +x wardend
mkdir -p $HOME/.warden/cosmovisor/upgrades/v042/bin
mv wardend $HOME/.warden/cosmovisor/upgrades/v042/bin/

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

Last updated