Chain ID | Latest Version Tag | Custom Port |
---|---|---|
althea_417834-3 | v0.5.5 | 152 |
Since we are using Cosmovisor, it makes it very easy to prepare for upcomming upgrade. You just have to build new binaries and move it into cosmovisor upgrades directory.
Download and build upgrade binaries
# Download project binaries
mkdir -p $HOME/.althea/cosmovisor/upgrades/genesis/bin
wget -O $HOME/.althea/cosmovisor/upgrades/genesis/bin/althea https://github.com/althea-net/althea-L1/releases/download/v0.5.5/althea-linux-amd64
chmod +x $HOME/.althea/cosmovisor/upgrades/genesis/bin/*
Thats it! Now when upgrade block height is reached, Cosmovisor will handle it automatically!