This documentation under development by nodex.one team! πŸ‘·β€β™‚οΈπŸ‘‹
Networks
Testnet
⏳ 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 ojo
git clone https://github.com/ojo-network/ojo.git
cd ojo
git checkout v0.3.0-rc5
make build

Latest commit : 5cc3e924ce5b5ad4693e3c92075890a3447ab392

Prepare Cosmovisor

Get the binaries ready for Cosmovisor upgrades
mkdir -p $HOME/.sge/cosmovisor/upgrades/v0.3.0-rc5/bin
mv build/ojod $HOME/.sge/cosmovisor/upgrades/v0.3.0-rc5/bin/
rm -rf build
⏳

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