Heads-up for NEAR devs – Migrate Your NEAR RPC to Lava

1 min read

NEAR is phasing out its free public RPCs at https://rpc.mainnet.near.org and pagoda.co. All apps that still point there need to migrate before the endpoints go read-only.

Why switch to Lava?

  • Official option – Lava’s NEAR mainnet & testnet RPCs are on NEAR’s recommended list.

  • Drop-in replacement – same API, full archival data, no setup.

  • Free & generous – no fees and no rate-limits below ~30 RPS for public endpoints.

  • Decentralised & monitored – powered by multiple node providers and 24/7 metrics.

Quick migration:

# .env or config.js
NEAR_RPC=https://near.lava.build/rpc  # Lava mainnet
NEAR_TESTNET_RPC=https://near-testnet.lava.build/rpc

That’s it—swap the URL, redeploy, and you’re back on chain. Need higher throughput later? Upgrade to Lava Gateway when you outgrow the free tier.

Questions? Hop into Lava’s Discord for live help. Keep shipping!

Updated: July 2, 2025

Leave a Comment


To leave a comment you should to:


Scroll to Top