Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
Loading