Scheduled maintenance is currently in progress. We will provide updates as necessary.
Posted Mar 31, 2026 - 14:16 UTC
Scheduled
We are upgrading our Polygon Mainnet node components to Bor v2.7.0. During the maintenance window, brief interruptions to RPC availability may occur. This release activates the Giugliano Hard Fork on mainnet at block 85268500 (~April 8, 2026, 14:00 UTC) and includes performance improvements, bug fixes, and stability enhancements.
RPC Changes
Gas estimation — modified Following the Giugliano Hard Fork, gas target and base fee parameters are now embedded in the block header extra field and served via RPC. Gas estimates may differ from previous behavior post-fork.
eth_getLogs / bor_getLogs — modified A configurable block range limit is now enforced via the --rpc.rangelimit flag. Requests spanning more blocks than the configured limit will return an error. Queries with a zero limit remain unrestricted.
eth_simulateV1 — disabled This endpoint has been disabled in this release.