Sifchain

Sifchain v1.1.0-beta Upgrade

This upgrade add asymmetric liquidity and Peggy Pauser.

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 9663352. It is estimated to take place 1 year ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd sifchain
git pull
git checkout v1.1.0-beta
make install

Check Version

# should be 1.1.0-beta
sifnoded version

# Should be commit 91863875aaf69ef9f48b2971839a5fc8769a6704
sifnoded version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.sifnoded/cosmovisor/upgrades/1.1.0-beta/bin
cp $HOME/go/bin/sifnoded $HOME/.sifnoded/cosmovisor/upgrades/1.1.0-beta/bin

Check Version Again

# should be 1.1.0-beta
$HOME/.sifnoded/cosmovisor/upgrades/1.1.0-beta/bin/sifnoded version