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
49519931
. It is estimated to take place
11 months ago. A
countdown clock is here.
The governance proposal is here.
cd sei
git pull
git checkout v3.5.0
make install
# should be 3.5.0
seid version
# Should be commit ff7ca2c516aa53652459cd1fa9f71cf014c6d81e
seid version --long | grep commit
mkdir -p $HOME/.sei/cosmovisor/upgrades/v3.5.0/bin
cp $HOME/go/bin/seid $HOME/.sei/cosmovisor/upgrades/v3.5.0/bin
# should be 3.5.0
$HOME/.sei/cosmovisor/upgrades/v3.5.0/bin/seid version