Upgrade your node
How to upgrade the chain network
ERR UPGRADE "<version>" NEEDED at height: "<height>"
panic: UPGRADE "<version>" NEEDED at height: "<height>"# using binary
kill -9 firmachaind
# or using system service
sudo systemctl stop firmachaincd firmachain
git pull
git checkout <version>
make install
sudo mv ~/go/bin/firmachaind /usr/local/bin/firmachaindLast updated