Upgrade
Prepare for and the upcomming chain upgrade using Cosmovisor.

Chain ID: constantine-3 | Latest Version Tag: v1.0.0-rc.1 | Custom Port: 156
Download and build upgrade binaries
# Clone project repository
cd $HOME
rm -rf archway
git clone https://github.com/archway-network/archway.git
cd archway
git checkout v1.0.0-rc.1
# Build binaries
make build
# Prepare binaries for Cosmovisor
mkdir -p $HOME/.archway/cosmovisor/upgrades/v0.6.0/bin
mv build/archwayd $HOME/.archway/cosmovisor/upgrades/v0.6.0/bin/
rm -rf build
Thats it! Now when upgrade block height is reached, Cosmovisor will handle it automatically!
Last updated