This documentation under development by nodex.one team! πŸ‘·β€β™‚οΈπŸ‘‹
Networks
Mainnet
⏳ Upgrade

Upgrade

Using Cosmovisor streamlines upgrade preparation. Just build new binaries and move them to the Cosmovisor upgrades directory.

Download latest binaries

Download and build a specific upgrade binary file
cd $HOME
rm -rf terp-core
git clone https://github.com/terpnetwork/terp-core
cd terp-core
git checkout v4.1.0
make build

Latest commit : 6cda8815c23b212939dae0d5b611c82f60233325

Prepare Cosmovisor

Get the binaries ready for Cosmovisor upgrades
mkdir -p $HOME/.terp/cosmovisor/upgrades/v4.1.0/bin
mv build/terpd $HOME/.terp/cosmovisor/upgrades/v4.1.0//bin/
rm -rf build
⏳

That's all! Cosmovisor will take care of the upgrade automatically once the specified block height is reached.