Chain ID Latest Version Tag Custom Port
chiado_10010-1 v054-to-v060 178

Since we are using Cosmovisor, it makes it very easy to prepare for upcomming upgrade. You just have to build new binaries and move it into cosmovisor upgrades directory.

Download binaries

# Download project binaries
mkdir -p $HOME/.warden/cosmovisor/upgrades/v054-to-v060/bin
wget -O $HOME/.warden/cosmovisor/upgrades/v054-to-v060/bin/wardend https://github.com/warden-protocol/wardenprotocol/releases/download/v0.6.2/wardend-0.6.2-linux-amd64
chmod +x $HOME/.warden/cosmovisor/upgrades/v054-to-v060/bin/wardend

Thats it! Now when upgrade block height is reached, Cosmovisor will handle it automatically!