The Upgrade is scheduled for block 3000800
. 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.1
make install
# should be v2.0.1
chihuahuad version
# Should be commit 937a38f8d39b3e6fb3976132014f2888737a9790
chihuahuad version --long
mkdir -p $HOME/.chihuahua/cosmovisor/upgrades/chiwawasm/bin
cp $HOME/go/bin/chihuahuad $HOME/.chihuahua/cosmovisor/upgrades/chiwawasm/bin
# should be v2.0.1
$HOME/.chihuahua/cosmovisor/upgrades/chiwawasm/bin/chihuahuad version