The Upgrade is scheduled for block 13250000
. A countdown clock is here
This guide assumes that you use cosmovisor to manage upgrades.
# get the new version
cd chihuahua
git fetch --all
git checkout v7.0.2
make install
# should be v7.0.2
chihuahuad version
# Should be commit 5b818dfb534994c1dd6542665f9c7504b25a185e
chihuahuad version --long | grep commit
mkdir -p $HOME/.chihuahuad/cosmovisor/upgrades/v7.0.1/bin
cp $HOME/go/bin/chihuahuad $HOME/.chihuahuad/cosmovisor/upgrades/v7.0.1/bin
# should be v7.0.2
$HOME/.chihuahuad/cosmovisor/upgrades/v7.0.1/bin/chihuahuad version