Upgrade
Prepare for and the upcomming chain upgrade using Cosmovisor.

Chain ID: darchub | Latest Version Tag: v0.6.2 | Custom Port: 13
Download and build upgrade binaries
# Clone project repository
cd $HOME
rm -rf konstellation
git clone https://github.com/Team-konstellation/konstellation.git
cd konstellation
git checkout v0.6.2
# Build binaries
make build
# Prepare binaries for Cosmovisor
mkdir -p $HOME/.knstld/cosmovisor/upgrades/v0.6.2/bin
mv build/knstld $HOME/.knstld/cosmovisor/upgrades/v0.6.2/bin/
rm -rf build
Thats it! Now when upgrade block height is reached, Cosmovisor will handle it automatically!
Last updated