Upgrade
Prepare for and the upcomming chain upgrade using Cosmovisor.

Chain ID: neutron-1 | Latest Version Tag:
Download and build upgrade binaries
# Clone project repository
cd $HOME
rm -rf neutron
git clone https://github.com/neutron-org/neutron neutron
cd neutron
git checkout
# Build binaries
make build && make install
# Prepare binaries for Cosmovisor
mkdir -p $DAEMON_HOME/cosmovisor/upgrades//bin && cp $HOME/go/bin/neutrond $DAEMON_HOME/cosmovisor/upgrades//bin
$DAEMON_HOME/cosmovisor/upgrades//bin/neutrond version
rm -rf build
Thats it! Now when upgrade block height is reached, Cosmovisor will handle it automatically!
Last updated