The Upgrade is scheduled for block 10666000
. 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 v6
make install
# should be v6
chihuahuad version
# Should be commit c49c60854b6d167ea7c912ac4fd368d1546fa7dd
chihuahuad version --long | grep commit
mkdir -p $HOME/.chihuahuad/cosmovisor/upgrades/v6/bin
cp $HOME/go/bin/chihuahuad $HOME/.chihuahuad/cosmovisor/upgrades/v6/bin
# should be v6
$HOME/.chihuahuad/cosmovisor/upgrades/v6/bin/chihuahuad version