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
40772317
. It is estimated to take place
1 week ago. A
countdown clock is here.
The governance proposal is here.
cd paloma
git pull
git checkout v2.4.13
make install
# should be v2.4.13
palomad version
# Should be commit 64fcf20c1daa68ce5520013922eb654c008caeb3
palomad version --long | grep commit
mkdir -p $HOME/.paloma/cosmovisor/upgrades/v2.4.13/bin
cp $HOME/go/bin/palomad $HOME/.paloma/cosmovisor/upgrades/v2.4.13/bin
# should be v2.4.13
$HOME/.paloma/cosmovisor/upgrades/v2.4.13/bin/palomad version