Skip to main content

Upgrade

Chain ID: andromeda-1 | Current Node Version: v2.0.0

Clone Andromeda repository

cd $HOME
rm -rf andromedaprotocol
git clone https://github.com/andromedaprotocol.git
cd andromedaprotocol
git checkout v2.0.0

Build binaries

make build

Prepare binaries for Cosmovisor

mkdir -p ~/.andromeda/cosmovisor/upgrades/v2.0.0/bin
mv build/andromedad ~/.andromeda/cosmovisor/upgrades/v2.0.0/bin/
rm -rf build

Without Cosmovisor

Clone Andromeda repository

cd $HOME
rm -rf andromedaprotocol
git clone https://github.com/andromedaprotocol.git
cd andromedaprotocol
git checkout v2.0.0

Build binaries

make install

Restart node and check logs

sudo systemctl restart andromedad && sudo journalctl -u andromedad -f --no-hostname -o cat