โฌ๏ธUpgrade
Upgrade height: 5902000
cd $HOME/go/bin/Download a new binary and let
wget -O atomoned_v3.0.3 https://github.com/atomone-hub/atomone/releases/download/v3.0.3/atomoned-v3.0.3-linux-amd64chmod +x atomoned_v3.0.3sudo cp $(which atomoned) $(which atomoned).backupMove it over the old binary
sudo mv atomoned_v3.0.3 $(which atomoned)Restart the node and follow the logs.
sudo systemctl restart atomoned
sudo journalctl -u atomoned -fLast updated