Upgrade
Prepare for and the upcomming chain upgrade using Cosmovisor.

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