Airchains Upgrade
Manual upgrade
warning
Upgrade height: 2383911. Avoid upgrading before reaching this height.
cd $HOME && rm -rf bin && mkdir bin && cd bin || exit 1
wget -O junctiond https://github.com/airchains-network/junction/releases/download/v0.2.0/junctiond-linux-amd64
chmod +x junctiond
sudo mv junctiond $(which junctiond)
sudo service junctiond restart && sudo journalctl -fu junctiond -o cat
Cosmovisor upgrade
Choose this method only if you're using Cosmovisor to manage binaries and automate chain upgrades.
cd $HOME && rm -rf bin && mkdir bin && cd bin || exit 1
wget -O junctiond https://github.com/airchains-network/junction/releases/download/v0.2.0/junctiond-linux-amd64
chmod +x junctiond
mkdir -p $HOME/.junction/cosmovisor/upgrades/jip-2/bin
mv junctiond $HOME/.junction/cosmovisor/upgrades/jip-2/bin/