Skip to main content

Airchain Upgrade

Chain ID: varanasi-1 | Node Version: v0.3.2

Version : v0.3.2

Upgrade at Height -> 451850

Manual Upgrade

Download and build binaries

cd $HOME
wget -O junctiond https://github.com/airchains-network/junction/releases/download/v0.3.2/junctiond-linux-amd64
chmod +x junctiond
sudo mv $HOME/junctiond $(which junctiond)

Restart Service

sudo systemctl restart junctiond && sudo journalctl -fu junctiond -o cat