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

Upgrade

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

Download latest binaries

Download a specific upgrade binary file
cd $HOME
wget -O entrypointd https://github.com/entrypoint-zone/testnets/releases/download/v1.3.0/entrypointd-1.3.0-linux-amd64
chmod +x entrypointd

Latest commit : 5f0d3570949695395f084fc3d4137c0ec70665a0

Prepare Cosmovisor

Get the binaries ready for Cosmovisor upgrades
mkdir -p $HOME/.entrypoint/cosmovisor/upgrades/v1.2.0-to-v1.3.0/bin
mv entrypointd $HOME/.entrypoint/cosmovisor/upgrades/v1.2.0-to-v1.3.0/bin/
⏳

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