Skip to content

Latest commit

 

History

History

chiwawasm

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Chihuahua 2.0.1 Upgrade

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

check the version

# should be v2.0.1
chihuahuad version
# Should be commit 937a38f8d39b3e6fb3976132014f2888737a9790
chihuahuad version --long

Make new directory and copy binary

mkdir -p $HOME/.chihuahua/cosmovisor/upgrades/chiwawasm/bin
cp $HOME/go/bin/chihuahuad $HOME/.chihuahua/cosmovisor/upgrades/chiwawasm/bin

check the version again

# should be v2.0.1
$HOME/.chihuahua/cosmovisor/upgrades/chiwawasm/bin/chihuahuad version