Upgrade
Prepare for and the upcomming chain upgrade using Cosmovisor.
Download and build upgrade binaries
# Clone project repository
cd $HOME
rm -rf {{ network }}
git clone {{ repo }} {{ network }}
cd {{ network }}
git checkout
# Build binaries
make build && make install
# Prepare binaries for Cosmovisor
mkdir -p $DAEMON_HOME/cosmovisor/upgrades//bin && cp $HOME/go/bin/{{ daemon }} $DAEMON_HOME/cosmovisor/upgrades//bin
$DAEMON_HOME/cosmovisor/upgrades//bin/{{ daemon }} version
rm -rf buildLast updated