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
22429600
. It is estimated to take place
15 hours from now. A
countdown clock is here.
The governance proposal is here.
cd regen
git pull
git checkout v6.0.0
make install
# should be v6.0.0
regen version
# Should be commit 50a7d718d9438c854ad24ed227a45b68d55cb44d
regen version --long | grep commit
mkdir -p $HOME/.regen/cosmovisor/upgrades/v6.0/bin
cp $HOME/go/bin/regen $HOME/.regen/cosmovisor/upgrades/v6.0/bin
# should be v6.0.0
$HOME/.regen/cosmovisor/upgrades/v6.0/bin/regen version