Skip to main content
The provider fronts your own chain nodes. Upgrading lavap does not upgrade those underlying nodes.

Build latest

cd ~/lava || git clone https://github.com/lavanet/lava.git ~/lava && cd ~/lava
git fetch --tags
# Checkout a specific tag if announced, else build default
# git checkout vX.Y.Z
LAVA_BINARY=lavap make install
lavap version || lavap --version

Restart

# If systemd-managed
sudo systemctl restart lavap && journalctl -u lavap -f -o cat

# Or run directly (example)
lavap rpcprovider lava-provider.yml --from <wallet_name> --geolocation 1 --chain-id lava-mainnet-1

Verify

# Connectivity test
lavap test rpcprovider --from <wallet_name>