LFG
This guide assumes that you use cosmovisor to manage upgrades. If you do not use cosmovisor, please adjust some commands accordingly.
The upgrade is scheduled for Block
4854150
. It is estimated to take place
1 month ago. A
countdown clock is here.
The governance proposal is here.
cd andromeda
git pull
git checkout v2.0.0
make install
# should be v2.0.0
andromedad version
# Should be commit d4a545873e26f920f26e5ce54798f580e9846c9d
andromedad version --long | grep commit
mkdir -p $HOME/.andromeda/cosmovisor/upgrades/v2/bin
cp $HOME/go/bin/andromedad $HOME/.andromeda/cosmovisor/upgrades/v2/bin
# should be v2.0.0
$HOME/.andromeda/cosmovisor/upgrades/v2/bin/andromedad version