Upgrade
Prepare for and the upcomming chain upgrade using Cosmovisor.

Chain ID: banksy-testnet-3 | Latest Version Tag: v3.0.3-testnet | Custom Port: 159
Download and build upgrade binaries
# Clone project repository
cd $HOME
rm -rf composable-testnet
git clone https://github.com/notional-labs/composable-testnet.git
cd composable-testnet
git checkout v3.0.3-testnet
# Build binaries
make build
# Prepare binaries for Cosmovisor
mkdir -p $HOME/.banksy/cosmovisor/upgrades/v3/bin
mv bin/centaurid $HOME/.banksy/cosmovisor/upgrades/v3/bin/
rm -rf build
Thats it! Now when upgrade block height is reached, Cosmovisor will handle it automatically!
Last updated