Upgrade
Prepare for and the upcomming chain upgrade using Cosmovisor.

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