Scheduled maintenance is currently in progress. We will provide updates as necessary.
Posted Apr 06, 2026 - 13:01 UTC
Scheduled
We are upgrading our NEAR Mainnet infrastructure to v2.11.0. During the maintenance window, brief interruptions to RPC availability may occur. This is a mandatory protocol upgrade (v82 → v83) with consensus voting beginning April 13, 2026 UTC.
## RPC Changes
**Contract gas limit — modified** The maximum gas limit for smart contracts has increased from 300 TGas to 1 PGas. Contracts relying on the previous limit as a ceiling may execute differently.
**Promise yield/resume behavior — modified** Calls to `promise_yield_resume` will now always succeed when invoked after `promise_yield_create`. Previously, resuming too quickly after creation could fail.
**Invalid transaction outcomes — added** RPC responses now include execution outcomes for invalid transactions. Indexers and applications consuming transaction data may see increased data volumes.