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
16912345
. It is estimated to take place
1 hour from now. A
countdown clock is here.
The governance proposal is here.
cd nym
git pull
git checkout v0.54.1
make install
# should be v0.54.1
nyxd version
# Should be commit 460ce6e1648ecdf6f673d15ab6734f2c420258a0
nyxd version --long | grep commit
mkdir -p $HOME/.nyxd/cosmovisor/upgrades/v0.54.1/bin
cp $HOME/go/bin/nyxd $HOME/.nyxd/cosmovisor/upgrades/v0.54.1/bin
# should be v0.54.1
$HOME/.nyxd/cosmovisor/upgrades/v0.54.1/bin/nyxd version