Skip to main content
This is a patch release specifically for State Archive nodes experiencing RPC block query issues. Regular validator and full nodes on v0.13.0 are not affected and do not need to upgrade.

1. SSH into the node as monad user

2. Upgrade monad package

sudo apt update && sudo apt install --reinstall monad=0.13.1 -y --allow-downgrades --allow-change-held-packages

3. Restart the services and verify

sudo systemctl restart monad-rpc
sudo systemctl status monad-rpc --no-pager -l
Expected output: Service should show Active: active (running)

4. Verify the correct version is running

monad-rpc --version
Expected output:
monad-rpc {"commit":"7db6cea2e51e57bc78a8cba0d389ebb8ae73298b","tag":"v0.13.1","branch":"","modified":false}