From 1eb7ea2880362e8a77e478de07f1bd66ff424308 Mon Sep 17 00:00:00 2001 From: alchemy-bot <80712764+alchemy-bot@users.noreply.github.com> Date: Wed, 17 Jun 2026 17:23:42 +0000 Subject: [PATCH] [docs-agent] Weekly style audit fixes 2026-06-17 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix `JSON RPC` → `JSON-RPC` in polygon-zkevm/ethereum differences page (2 occurrences in same file). The file uses the correct `JSON-RPC` form on lines 8 and 24; the H2 heading on line 10 and the prose on line 12 had drifted to the no-hyphen form. Per STYLE_RULES.md's preferred terminology table, `JSON-RPC` is the canonical spelling. --- .../polygon-zkevm-and-ethereum-differences.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/api-reference/polygon-zkevm/polygon-zkevm-api-faq/polygon-zkevm-and-ethereum-differences.mdx b/content/api-reference/polygon-zkevm/polygon-zkevm-api-faq/polygon-zkevm-and-ethereum-differences.mdx index 9f9c4156d..57e879aa2 100644 --- a/content/api-reference/polygon-zkevm/polygon-zkevm-api-faq/polygon-zkevm-and-ethereum-differences.mdx +++ b/content/api-reference/polygon-zkevm/polygon-zkevm-api-faq/polygon-zkevm-and-ethereum-differences.mdx @@ -7,9 +7,9 @@ slug: reference/polygon-zkevm-and-ethereum-differences This document provides a comprehensive list of differences between the Ethereum and Polygon zkEVM. The list includes supported EIPs, opcodes, JSON-RPC differences and additional changes made to build the zkEVM. -## JSON RPC Method Differences +## JSON-RPC Method Differences -The following JSON RPC methods have differences in zkEVM as compared to EVM. The methods and their differences in zkEVM are as follows: +The following JSON-RPC methods have differences in zkEVM as compared to EVM. The methods and their differences in zkEVM are as follows: * [`eth_call`](/docs/chains/polygon-zkevm/polygon-zkevm-api-endpoints/eth-call) → doesn't support state override at the moment and pending block. * [`eth_estimateGas`](/docs/chains/polygon-zkevm/polygon-zkevm-api-endpoints/eth-estimate-gas) → if the block number is set to `pending` it is assumed to be `latest`