Upgrade proposal detected

Teritori Teritori

Teritori is a multi-chain hub designed to allow IBC and non IBC communities to connect, trade services & NFTs, launch new projects & build further existing ones.

The hub notably includes dApps for a daily use such as an NFT launchpad, a marketplace and social features for individuals & communities: Innovate, Trade, Organize.

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 teritorid

cd $HOME
rm -rf teritori-chain
git clone https://github.com/TERITORI/teritori-chain
cd teritori-chain

# Compile version v1.3.0
git checkout v1.3.0
make build -B
mkdir -p $HOME/.teritorid/cosmovisor/upgrades/v1.3.0/bin
mv build/teritorid $HOME/.teritorid/cosmovisor/upgrades/v1.3.0/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 teritorid -f --no-hostname -o cat