This documentation under development by nodex.one team! πŸ‘·β€β™‚οΈπŸ‘‹
Networks
Mainnet
⏳ Upgrade

Upgrade

Using Cosmovisor streamlines upgrade preparation. Just build new binaries and move them to the Cosmovisor upgrades directory.

Download latest binaries

Download and build a specific upgrade binary file
cd $HOME
rm -rf orai
git clone https://github.com/oraichain/orai
cd orai/orai
git checkout v0.42.1
make build

Latest commit : 8a71cdf81be3f546b5f921144b1102684cef4937

Prepare Cosmovisor

Get the binaries ready for Cosmovisor upgrades
mkdir -p $HOME/.oraid/cosmovisor/upgrades/v0.42.1/bin
mv build/oraid $HOME/.oraid/cosmovisor/upgrades/v0.42.1/bin/
⏳

That's all! Cosmovisor will take care of the upgrade automatically once the specified block height is reached.