You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/stack/transactions/fees.mdx
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,13 @@ description: Learn how transaction fees work on OP Mainnet.
6
6
7
7
import { Callout } from'nextra/components'
8
8
9
+
<Callout>
10
+
The OP Stack maintains a distinct gas limit compared to the Ethereum mainnet.
11
+
While both chains use the same underlying transaction formats, Optimism's gas limits are tailored for optimal Layer 2 performance and scalability.
12
+
As a result, transactions on Optimism may behave differently from the mainnet regarding gas usage and fee estimation.
13
+
For a detailed comparison of gas limits between Optimism and Ethereum, see the [Optimism Chain Differences documentation](https://docs.optimism.io/chain/differences#transaction-fees).
14
+
</Callout>
15
+
9
16
# Transaction fees on OP Mainnet
10
17
11
18
OP Mainnet is designed to be [EVM equivalent](https://web.archive.org/web/20231127160757/https://medium.com/ethereum-optimism/introducing-evm-equivalence-5c2021deb306), which means it reuses the same Ethereum code you're already familiar with and behaves as much like Ethereum as possible.
0 commit comments