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 https://storage.googleapis.com/pryzm-zone/core/0.13.0/pryzmd-0.13.0-linux-amd64
sudo mv pryzmd-0.13.0-linux-amd64 pryzmd
sudo chmod +x pryzmd

Latest commit : 753d14cb9171340882aefb43119b67906115712c

Prepare Cosmovisor

Get the binaries ready for Cosmovisor upgrades
mkdir -p $HOME/.pryzm/cosmovisor/upgrades/v0.13/bin
mv pryzmd $HOME/.pryzm/cosmovisor/upgrades/v0.13/bin/
rm -rf build
⏳

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