sudo systemctl stop bifrost.service
rm /var/lib/bifrost-data/bifrost
Get the latest version of Bifrost from the Bifrost GitHub Release page
wget https://github.com/bifrost-finance/bifrost/releases/download/<NEW VERSION TAG HERE>/bifrost
mv ./bifrost /var/lib/bifrost-data
cd /var/lib/bifrost-datachmod +x bifrostchown bifrost_service bifrostcd $HOME
systemctl enable bifrost.servicesystemctl start bifrost.servicesystemctl status bifrost.service
journalctl -u bifrost.service -f -o cat