Skip to content

Latest commit

 

History

History

v502

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Chihuahua v5.0.2 Upgrade

The Upgrade is scheduled for block 9180000. 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 v5.0.2
make install

check the version

# should be v5.0.2
chihuahuad version
# Should be commit 3c20e93c7dc16f82fa2584382402f9149ec1b431
chihuahuad version --long | grep commit

Make new directory and copy binary

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

check the version again

# should be v5.0.2
$HOME/.chihuahuad/cosmovisor/upgrades/v502/bin/chihuahuad version