Oraichain

Oraichain v0.50.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 39720039. It is estimated to take place 1 month ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd orai
git pull
git checkout v0.50.1
make install

Check Version

# should be 0.50.1
oraid version

# Should be commit 5643727ae244776d3fe23e742062eb80728b3da3
oraid version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.oraid/cosmovisor/upgrades/v0.50.1/bin
cp $HOME/go/bin/oraid $HOME/.oraid/cosmovisor/upgrades/v0.50.1/bin

Check Version Again

# should be 0.50.1
$HOME/.oraid/cosmovisor/upgrades/v0.50.1/bin/oraid version