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
1 year ago. A
countdown clock is here.
The governance proposal is here.
cd osmosis
git pull
git checkout v16.1.0
make install
# should be 16.1.0
osmosisd version
# Should be commit 326dfb08a9af17d53ed5d5a71ac4a591e72ae4b0
osmosisd version --long | grep commit
mkdir -p $HOME/.osmosisd/cosmovisor/upgrades/v16/bin
cp $HOME/go/bin/osmosisd $HOME/.osmosisd/cosmovisor/upgrades/v16/bin
# should be 16.1.0
$HOME/.osmosisd/cosmovisor/upgrades/v16/bin/osmosisd version