From 0a338737127d2ffb2f2ca8c8ba21779b07b9c349 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 6 Oct 2024 01:03:11 +0300 Subject: [PATCH] Corrected --- src/content/docs/en/developers/transaction-fees-on-scroll.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/en/developers/transaction-fees-on-scroll.mdx b/src/content/docs/en/developers/transaction-fees-on-scroll.mdx index 7aa464127..d37419d7e 100644 --- a/src/content/docs/en/developers/transaction-fees-on-scroll.mdx +++ b/src/content/docs/en/developers/transaction-fees-on-scroll.mdx @@ -30,7 +30,7 @@ At a high level, the **L2 fee** is the cost of executing your transaction on the In short, `totalTxFee = l2Fee + l1Fee`, all denominated in ETH, the native gas token for the Scroll network.