The Upgrade is scheduled for block 3654321
. A countdown clock is here
This guide assumes that you use cosmovisor to manage upgrades
# get the new version
cd chihuahua
git pull
git checkout v2.0.2
make install
# should be v2.0.2
chihuahuad version
# Should be commit eeb863cfbcf2731c20b1e9970f99a786507f0332
chihuahuad version --long
mkdir -p $HOME/.chihuahua/cosmovisor/upgrades/minpropdeposit/bin
cp $HOME/go/bin/chihuahuad $HOME/.chihuahua/cosmovisor/upgrades/minpropdeposit/bin
# should be v2.0.2
$HOME/.chihuahua/cosmovisor/upgrades/minpropdeposit/bin/chihuahuad version