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 composable-cosmos
git clone https://github.com/ComposableFi/composable-cosmos.git
cd composable-cosmos
git checkout v6.6.41
make build

Latest commit : 4000540d47cb1f4eea41072bc5eac84465211a69

Prepare Cosmovisor

Get the binaries ready for Cosmovisor upgrades
mkdir -p $HOME/.banksy/cosmovisor/upgrades/v6_6_4//bin
mv bin/picad $HOME/.banksy/cosmovisor/upgrades/v6_6_4//bin/
rm -rf bin
⏳

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