From e8e1252f9c82ed65f7600e0fc7216ccf79522b42 Mon Sep 17 00:00:00 2001 From: krofax Date: Fri, 8 Nov 2024 14:21:25 +0100 Subject: [PATCH 1/3] Add extra spacing --- pages/stack/transactions/transaction-finality.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/stack/transactions/transaction-finality.mdx b/pages/stack/transactions/transaction-finality.mdx index 5dd7d7528..fadb5cb07 100644 --- a/pages/stack/transactions/transaction-finality.mdx +++ b/pages/stack/transactions/transaction-finality.mdx @@ -54,8 +54,10 @@ sequenceDiagram ### Transactions take 7 days to finalize + A common misconception is that transactions on OP Stack chains take 7 days to finalize. **This is incorrect.** Transactions on OP Stack chains become finalized when their data is included in a finalized Ethereum block, typically around 20–30 minutes after submission. To reorg a finalized OP Stack chain transaction, a reorg of the corresponding Ethereum block would be required. + This misconception often arises due to the OP Stack's Standard Bridge, which includes a 7-day delay on *withdrawals* of ETH and ERC-20 tokens. Withdrawing tokens from an OP Stack chain to Ethereum using the Standard Bridge requires a minimum 7-day wait. This delay affects only withdrawals through the Standard Bridge and does not impact transaction finality on the OP Stack chain. ### Challenges in the Standard Bridge can cause a chain reorg From 721b0dc5420ecf25a8138053bf2f75dd94989695 Mon Sep 17 00:00:00 2001 From: krofax Date: Fri, 8 Nov 2024 15:01:31 +0100 Subject: [PATCH 2/3] fix lint --- pages/stack/transactions/transaction-finality.mdx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pages/stack/transactions/transaction-finality.mdx b/pages/stack/transactions/transaction-finality.mdx index fadb5cb07..a991da305 100644 --- a/pages/stack/transactions/transaction-finality.mdx +++ b/pages/stack/transactions/transaction-finality.mdx @@ -48,15 +48,14 @@ sequenceDiagram Ethereum->>Ethereum: Finalize block (~65 blocks or ~13 mins) Note right of Ethereum: Transaction status: "finalized"
~13 minutes (may vary) - ``` ## Common misconceptions ### Transactions take 7 days to finalize - -A common misconception is that transactions on OP Stack chains take 7 days to finalize. **This is incorrect.** Transactions on OP Stack chains become finalized when their data is included in a finalized Ethereum block, typically around 20–30 minutes after submission. To reorg a finalized OP Stack chain transaction, a reorg of the corresponding Ethereum block would be required. - +A common misconception is that transactions on OP Stack chains take 7 days to finalize. **This is incorrect.** +Transactions on OP Stack chains become finalized when their data is included in a finalized Ethereum block, typically around 20–30 minutes after submission. +To reorg a finalized OP Stack chain transaction, a reorg of the corresponding Ethereum block would be required. This misconception often arises due to the OP Stack's Standard Bridge, which includes a 7-day delay on *withdrawals* of ETH and ERC-20 tokens. Withdrawing tokens from an OP Stack chain to Ethereum using the Standard Bridge requires a minimum 7-day wait. This delay affects only withdrawals through the Standard Bridge and does not impact transaction finality on the OP Stack chain. From f4a6ba0d09027dfbf2ab6bf1a941abb9d79b9668 Mon Sep 17 00:00:00 2001 From: krofax Date: Fri, 8 Nov 2024 16:32:05 +0100 Subject: [PATCH 3/3] add extra space --- pages/stack/transactions/transaction-finality.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/stack/transactions/transaction-finality.mdx b/pages/stack/transactions/transaction-finality.mdx index a991da305..1c583403a 100644 --- a/pages/stack/transactions/transaction-finality.mdx +++ b/pages/stack/transactions/transaction-finality.mdx @@ -53,10 +53,12 @@ sequenceDiagram ### Transactions take 7 days to finalize + A common misconception is that transactions on OP Stack chains take 7 days to finalize. **This is incorrect.** Transactions on OP Stack chains become finalized when their data is included in a finalized Ethereum block, typically around 20–30 minutes after submission. To reorg a finalized OP Stack chain transaction, a reorg of the corresponding Ethereum block would be required. + This misconception often arises due to the OP Stack's Standard Bridge, which includes a 7-day delay on *withdrawals* of ETH and ERC-20 tokens. Withdrawing tokens from an OP Stack chain to Ethereum using the Standard Bridge requires a minimum 7-day wait. This delay affects only withdrawals through the Standard Bridge and does not impact transaction finality on the OP Stack chain. ### Challenges in the Standard Bridge can cause a chain reorg