Union

Union v1.1.0 Upgrade

LFG!

This guide assumes that you use cosmovisor to manage upgrades. If you do not use cosmovisor, please adjust some commands accordingly.

The upgrade is scheduled for Block 1641800. It is estimated to take place 5 days ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd union
git pull
git checkout v1.1.0
make install

Check Version

# should be v1.1.0
uniond version

# Should be commit f874eec993fc4416a809e6d00085cc41169c071b
uniond version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.union/cosmovisor/upgrades/v1.1.0/bin
cp $HOME/go/bin/uniond $HOME/.union/cosmovisor/upgrades/v1.1.0/bin

Check Version Again

# should be v1.1.0
$HOME/.union/cosmovisor/upgrades/v1.1.0/bin/uniond version