Osmosis

Osmosis v16.1.0 Upgrade

Supercharged liquidity is coming!

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 10517000. It is estimated to take place 10 months ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd osmosis
git pull
git checkout v16.1.0
make install

Check Version

# should be 16.1.0
osmosisd version

# Should be commit 326dfb08a9af17d53ed5d5a71ac4a591e72ae4b0
osmosisd version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.osmosisd/cosmovisor/upgrades/v16/bin
cp $HOME/go/bin/osmosisd $HOME/.osmosisd/cosmovisor/upgrades/v16/bin

Check Version Again

# should be 16.1.0
$HOME/.osmosisd/cosmovisor/upgrades/v16/bin/osmosisd version