Arkeo

Arkeo providers-v1.0.14 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 1526000. It is estimated to take place 1 week ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd arkeo
git pull
git checkout providers-v1.0.14
make install

Check Version

# should be providers-v1.0.14
arkeod version

# Should be commit providers-v1.0.14
arkeod version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.arkeo/cosmovisor/upgrades/providers-v1.0.14/bin
cp $HOME/go/bin/arkeod $HOME/.arkeo/cosmovisor/upgrades/providers-v1.0.14/bin

Check Version Again

# should be providers-v1.0.14
$HOME/.arkeo/cosmovisor/upgrades/providers-v1.0.14/bin/arkeod version