Upgrade
Using Cosmovisor streamlines upgrade preparation. Just build new binaries and move them to the Cosmovisor upgrades directory.
Download latest binaries
Download and build a specific upgrade binary file
cd $HOME
rm -rf sge
git clone https://github.com/sge-network/sge
cd sge
git checkout v1.7.0
make build
Latest commit : 89894feef95d075d9f12df67c5c0ecaf41b1af5a
Prepare Cosmovisor
Get the binaries ready for Cosmovisor upgrades
mkdir -p $HOME/.sge/cosmovisor/upgrades/v1.7.0/bin
mv build/sged $HOME/.sge/cosmovisor/upgrades/v1.7.0/bin/
rm -rf build
β³
That's all! Cosmovisor will take care of the upgrade automatically once the specified block height is reached.