FirmaChain

FirmaChain v0.4.0 Upgrade

LFG!

This guide assumes that you use cosmovisor to manage upgrades. If you do not use cosmovisor, please adjust some commands accordingly.

The upgrade is scheduled for Block 15678000. It is estimated to take place 6 days ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd firmachain
git pull
git checkout v0.4.0
make install

Check Version

# should be 0.4.0
firmachaind version

# Should be commit e2ab40a4074a05838f94babab566fe231f4c39b3
firmachaind version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.firmachain/cosmovisor/upgrades/v0.4.0/bin
cp $HOME/go/bin/firmachaind $HOME/.firmachain/cosmovisor/upgrades/v0.4.0/bin

Check Version Again

# should be 0.4.0
$HOME/.firmachain/cosmovisor/upgrades/v0.4.0/bin/firmachaind version