Skip to content

Latest commit

 

History

History

v410

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Chihuahua v4.1.0 Upgrade (burn parameter)

The Upgrade is scheduled for block 4886666. 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 v4.1.0
make install

check the version

# should be v4.1.0
chihuahuad version
# Should be commit 49a1b6d8f71bb0e981f6ff0fce5deae63e270324
chihuahuad version --long

Make new directory and copy binary

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

check the version again

# should be v4.1.0
$HOME/.chihuahuad/cosmovisor/upgrades/v410/bin/chihuahuad version