Skip to content

Commit 5ac8de9

Browse files
committed
feat: replace static transaction lifecycle image with interactive diagram
Swap the PNG ImageZoom for a DrawioReactFlow component using the manifest-driven interactive diagram on the transaction lifecycle deep-dive page.
1 parent 370886b commit 5ac8de9

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

docs/how-arbitrum-works/deep-dives/transaction-lifecycle.mdx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ content_type: concept
88
---
99

1010
import ImageZoom from '@site/src/components/ImageZoom';
11+
import DrawioReactFlow from '@site/src/components/DrawioReactFlow';
1112

1213
You can submit transactions to <a data-quicklook-from="arbitrum">Arbitrum</a> through two main pathways:
1314

@@ -35,11 +36,7 @@ You can also submit transactions directly to the Delayed Inbox contract on the p
3536

3637
The following diagram shows the different ways you can submit transactions to Arbitrum:
3738

38-
<ImageZoom
39-
src="/img/haw-transaction-lifecycle.png"
40-
alt="Transaction lifecycle diagram showing various pathways for submitting transactions"
41-
className="img-600px"
42-
/>
39+
<DrawioReactFlow manifest="/diagrams/haw-transaction-lifecycle.manifest.xml" />
4340

4441
## Submitting transactions to the Sequencer
4542

0 commit comments

Comments
 (0)