Skip to content

Commit 18116a4

Browse files
authored
Merge pull request #1053 from richardgreg/gas-limit-discoverability
Improve discoverability for gas limit
2 parents d0b4b76 + e4ad3be commit 18116a4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pages/stack/transactions/fees.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ description: Learn how transaction fees work on OP Mainnet.
66

77
import { Callout } from 'nextra/components'
88

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+
916
# Transaction fees on OP Mainnet
1017

1118
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

Comments
 (0)