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 a specific upgrade binary file
cd $HOME
rm -rf xion
git clone https://github.com/burnt-labs/xion
cd xion
git checkout v0.3.4

Build binaries

Build new binaries
make build

Prepare Cosmovisor

Get the binaries ready for Cosmovisor upgrades
mv build/xiond $HOME/.xiond/cosmovisor/genesis/bin/
rm -rf build
⏳

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