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
44788180. It is estimated to take place
1 hour ago. A
countdown clock is here.
The governance proposal is here.
cd nibiru
git pull
git checkout v2.18.1
make install
# should be 2.18.1
nibid version
# Should be commit 1a7b2749d34ee0dd55b14ec0d2af9c16ce776366
nibid version --long | grep commit
mkdir -p $HOME/.nibid/cosmovisor/upgrades/v2.18.1/bin
cp $HOME/go/bin/nibid $HOME/.nibid/cosmovisor/upgrades/v2.18.1/bin
# should be 2.18.1
$HOME/.nibid/cosmovisor/upgrades/v2.18.1/bin/nibid version