Upgrade
Using Cosmovisor streamlines upgrade preparation. Just build new binaries and move them to the Cosmovisor upgrades directory.
Download latest binaries
Download a specific upgrade binary file
cd $HOME
wget https://snapshots.rhinostake.com/testnet-union/uniond-v0.23.0.tar.gz
tar -xvf uniond-v0.23.0.tar.gz
mv uniond-v0.23.0 uniond
chmod +x uniond
Latest commit : b12c7440a9897bfa7b98a16934bad9222b6a153d
Prepare Cosmovisor
Get the binaries ready for Cosmovisor upgrades
mkdir -p $HOME/.union/cosmovisor/upgrades/v0.23.0/bin
mv uniond $HOME/.union/cosmovisor/upgrades/v0.23.0/bin/
rm -rf build
β³
That's all! Cosmovisor will take care of the upgrade automatically once the specified block height is reached.