Hippo Protocol

Hippo Protocol v1.0.1 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 1056500. It is estimated to take place 1 week ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd hippo
git pull
git checkout v1.0.1
make install

Check Version

# should be 1.0.1
hippod version

# Should be commit e2e864a879fe7d88e302763cdb9dbc9dcc3e6c9a
hippod version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.hippo/cosmovisor/upgrades/v1.0.1/bin
cp $HOME/go/bin/hippod $HOME/.hippo/cosmovisor/upgrades/v1.0.1/bin

Check Version Again

# should be 1.0.1
$HOME/.hippo/cosmovisor/upgrades/v1.0.1/bin/hippod version