Skip to content

Latest commit

 

History

History

minpropdeposit

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Chihuahua 2.0.2 Upgrade (minpropdeposit)

The Upgrade is scheduled for block 3654321. 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.2
make install

check the version

# should be v2.0.2
chihuahuad version
# Should be commit eeb863cfbcf2731c20b1e9970f99a786507f0332
chihuahuad version --long

Make new directory and copy binary

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

check the version again

# should be v2.0.2
$HOME/.chihuahua/cosmovisor/upgrades/minpropdeposit/bin/chihuahuad version