AtomOne Upgrade
Upgrade to v2.0.0-rc2
Manual upgrade
Loading data...
cd $HOME && rm -rf atomone && \
git clone https://github.com/atomone-hub/atomone.git atomone && cd atomone && \
git fetch --tags && \
git checkout v2.0.0-rc2 && \
make build && \
sudo mv build/atomoned $(which atomoned) && \
sudo service atomone restart && \
sudo journalctl -fu atomone -o cat
Cosmovisor upgrade
Note
Choose this method only if you're using Cosmovisor to manage binaries and automate chain upgrades.
cd $HOME && rm -rf atomone && \
git clone https://github.com/atomone-hub/atomone.git atomone && cd atomone && \
git fetch --tags && \
git checkout v2.0.0-rc2 && \
make build && \
mkdir -p $HOME/.atomone/cosmovisor/upgrades/v2/bin && \
mv build/atomoned $HOME/.atomone/cosmovisor/upgrades/v2/bin/