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.4
make build
Latest commit : fbc32fd41ec5633edd2336a01209225a6b4c837a
Prepare Cosmovisor
Get the binaries ready for Cosmovisor upgrades
mkdir -p $HOME/.oraid/cosmovisor/upgrades/v0.42.4/bin
mv build/oraid $HOME/.oraid/cosmovisor/upgrades/v0.42.4/bin/
β³
That's all! Cosmovisor will take care of the upgrade automatically once the specified block height is reached.