Upgrade proposal detected

Sei Devnet Sei Devnet

A layer 1 blockchain with a built-in orderbook, enabling an entirely new echelon of DeFi products.

By combining both the orderbook infrastructure and the underlying chain, you can create brand new types of derivatives and options on Sei.

Upgrade (Ubuntu/Debian)

Wen upgrade, ser?

Since you are using Cosmovisor, you can do this as soon as the upgrade has been announced. No need to wait for the upgrade block! Cosmovisor will monitor the chain and start the new version when it's time.

Compile and install latest seid

cd $HOME
rm -rf sei-chain
git clone https://github.com/sei-protocol/sei-chain.git
cd sei-chain

# Compile version 3.0.1
git checkout 3.0.1
make build -B
mkdir -p $HOME/.sei/cosmovisor/upgrades/3.0.1/bin
mv build/seid $HOME/.sei/cosmovisor/upgrades/3.0.1/bin/

Sit back and relax

That's it! Now you can wait for the upgrade block. When it happens, Cosmovisor should detect in and launch the new version. You will be up and running in under a minute normally.

If you want to monitor things, keep an eye on the logs:

sudo journalctl -u seid -f --no-hostname -o cat