Skip to content

Commit 0b78591

Browse files
better pics
1 parent ee6eda6 commit 0b78591

File tree

5 files changed

+4
-1
lines changed

5 files changed

+4
-1
lines changed
-13.4 KB
Loading
10 KB
Loading
41 KB
Loading
14 KB
Loading

docs/zkEVM/architecture/high-level/smart-contracts/sequencing.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ Transactions flowing through the system reach the smart contract environment aft
77
- Sequence batches requests coming from the sequencer component in the node.
88
- Verifying batches requests coming from the aggregator component in the node.
99

10-
This section looks at the sequencing workflow. The diagram below shows the sequencing workflow for rollup (non-validium) stacks which calls `sequenceBatches(...)` and `onSequenceBatches(...)`.
10+
This section looks at the sequencing workflow.
11+
12+
The diagram below shows the sequencing workflow for rollup (non-validium) stacks which calls `sequenceBatches(...)` and `onSequenceBatches(...)`.
1113

1214
![Polygon Solidity smart contract architecture](../../../../img/cdk/high-level-architecture/sequencing-flow.png)
1315

@@ -59,6 +61,7 @@ Stepwise, the function does the following:
5961

6062
!!! info
6163
- This function is not included in the sequence diagram above.
64+
- The differences, however, are minimal.
6265

6366
This function is called on the `PolygonValidiumEtrog.sol` contract.
6467

0 commit comments

Comments
 (0)