Upgrade
Prepare for and the upcomming chain upgrade using Cosmovisor.

Chain ID: stride-1 | Latest Version Tag: v24.0.0
Download and build upgrade binaries
# Clone project repository
cd $HOME
rm -rf stride
git clone https://github.com/Stride-Labs/stride stride
cd stride
git checkout v24.0.0
# Build binaries
make build && make install
# Prepare binaries for Cosmovisor
mkdir -p $DAEMON_HOME/cosmovisor/upgrades/v24.0.0/bin && cp $HOME/go/bin/strided $DAEMON_HOME/cosmovisor/upgrades/v24.0.0/bin
$DAEMON_HOME/cosmovisor/upgrades/v24.0.0/bin/strided version
rm -rf build
Thats it! Now when upgrade block height is reached, Cosmovisor will handle it automatically!
Last updated