Xion Network

Xion Network v11.0.1 Upgrade

LFG

This guide assumes that you use cosmovisor to manage upgrades. If you do not use cosmovisor, please adjust some commands accordingly.

The upgrade is scheduled for Block 3150000. It is estimated to take place 1 month ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd xion
git pull
git checkout v11.0.1
make install

Check Version

# should be 11.0.1
xiond version

# Should be commit 0fa1ea9d9130b0955ef2fd9c25a0eab0099327aa
xiond version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.xiond/cosmovisor/upgrades/v11/bin
cp $HOME/go/bin/xiond $HOME/.xiond/cosmovisor/upgrades/v11/bin

Check Version Again

# should be 11.0.1
$HOME/.xiond/cosmovisor/upgrades/v11/bin/xiond version