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.

Snapshot

Latest snapshot

TypeHeightAgeSizeDownload
 
 

Stop the service and reset the data

sudo systemctl stop teritorid
cp $HOME/.teritorid/data/priv_validator_state.json $HOME/.teritorid/priv_validator_state.json.backup
rm -rf $HOME/.teritorid/data

Download the latest snapshot

SNAPSHOT_FILE=$(curl -Ls https://snapshots.brocha.in/teritori/teritori-1.json | jq -r .file)
curl -L https://snapshots.brocha.in/teritori/$SNAPSHOT_FILE | lz4 -dc - | tar -xf - -C $HOME/.teritorid
mv $HOME/.teritorid/priv_validator_state.json.backup $HOME/.teritorid/data/priv_validator_state.json

Restart the service and check the log

sudo systemctl restart teritorid
sudo journalctl -u teritorid -f --no-hostname -o cat