Upgrade
Chain ID
Latest Version Tag
Custom Port
Download and build upgrade binaries
# Clone project repository
cd $HOME
rm -rf andromedad
git clone https://github.com/andromedaprotocol/andromedad.git
cd andromedad
git checkout v0.1.1-beta-patch
# Build binaries
make build
# Prepare binaries for Cosmovisor
mkdir -p $HOME/.andromeda/cosmovisor/upgrades/v0.1.1/bin
mv bin/andromedad $HOME/.andromeda/cosmovisor/upgrades/v0.1.1/bin/
rm -rf buildLast updated