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.41.8
make build

Latest commit : 31044e55558ea081d8be5f316eb7dee8e27bf5c1

Prepare Cosmovisor

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

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