From b1cf7b60ebac42e31bd6109e6dc4aa530522ed73 Mon Sep 17 00:00:00 2001 From: Richard Gregory Date: Thu, 31 Oct 2024 15:23:36 +0100 Subject: [PATCH 1/2] Improve discoverability for gas limit --- pages/stack/transactions/fees.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pages/stack/transactions/fees.mdx b/pages/stack/transactions/fees.mdx index 809137e54..387bfa809 100644 --- a/pages/stack/transactions/fees.mdx +++ b/pages/stack/transactions/fees.mdx @@ -6,6 +6,13 @@ description: Learn how transaction fees work on OP Mainnet. import { Callout } from 'nextra/components' + + The OP Stack maintains a distinct gas limit compared to the Ethereum mainnet.\ + While both chains use the same underlying transaction formats, Optimism's gas limits are tailored for optimal Layer 2 performance and scalability.\ + As a result, transactions on Optimism may behave differently from the mainnet regarding gas usage and fee estimation.\ + 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). + + # Transaction fees on OP Mainnet 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. From e4ad3be95dc34552ab842dc27e88b512154c4c80 Mon Sep 17 00:00:00 2001 From: Cardo Date: Thu, 31 Oct 2024 17:04:12 +0100 Subject: [PATCH 2/2] Update pages/stack/transactions/fees.mdx Co-authored-by: Blessing Krofegha --- pages/stack/transactions/fees.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/stack/transactions/fees.mdx b/pages/stack/transactions/fees.mdx index 387bfa809..33e4e96be 100644 --- a/pages/stack/transactions/fees.mdx +++ b/pages/stack/transactions/fees.mdx @@ -7,9 +7,9 @@ description: Learn how transaction fees work on OP Mainnet. import { Callout } from 'nextra/components' - The OP Stack maintains a distinct gas limit compared to the Ethereum mainnet.\ - While both chains use the same underlying transaction formats, Optimism's gas limits are tailored for optimal Layer 2 performance and scalability.\ - As a result, transactions on Optimism may behave differently from the mainnet regarding gas usage and fee estimation.\ + The OP Stack maintains a distinct gas limit compared to the Ethereum mainnet. + While both chains use the same underlying transaction formats, Optimism's gas limits are tailored for optimal Layer 2 performance and scalability. + As a result, transactions on Optimism may behave differently from the mainnet regarding gas usage and fee estimation. 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).