Skip to content

Commit 1682011

Browse files
authored
Update blocks.md
1 parent 76fbb8d commit 1682011

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/cdk/concepts/blocks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Transactions are included in blocks, and these blocks fill batches, which are th
1414

1515
A transaction is a cryptographically signed instruction from an account to update the state of the blockchain.
1616

17-
Let's take a look at a real transaction in the Polygon zkEVM and inspect how it is recorded in the [explorer](https://zkevm.polygonscan.com/) as part of a block, then a batch, and ultimately in a sequence.
17+
Let's take a look at a real transaction in the Polygon zkEVM (which is in a way a CDK rollup), and inspect how the transaction is recorded in the [explorer](https://zkevm.polygonscan.com/) as part of a block, then a batch, and ultimately in a sequence.
1818

1919
Consider the Polygon zkEVM transaction with the transaction hash, [`0xdd ... 6ef8`](https://zkevm.polygonscan.com/tx/0xdd3f79c24886310ddf868ad1d36aadc6a3b6495048f68aad765c658c42426ef8), which performs a `Simple Swap` function call, and is included in block number [`12952601`](https://zkevm.polygonscan.com/block/12952601) on the L2.
2020

@@ -32,7 +32,7 @@ Also, as depicted in the figure below, block `12952601` is in turn contained in
3232

3333
## Batch
3434

35-
Since batches contain transactions included in blocks, they consist of the same number of transactions as their respective blocks.
35+
Batches contain multiple transactions from multiple blocks.
3636

3737
The two transactions from our example block `12952601` are included in batch [`2041736`](https://zkevm.polygonscan.com/batch/2041736), which contains [10 transactions](https://zkevm.polygonscan.com/txs?batch=2041736) in total.
3838

@@ -61,4 +61,4 @@ In this case, batch `2041736` happens to be the last batch to be sequenced, as d
6161

6262
## Further reading
6363

64-
- [Blocks in the zkEVM Etrog upgrade](../../zkEVM/architecture/protocol/etrog-upgrade.md/?h=blocks#etrog-blocks).
64+
- [Blocks in the zkEVM Etrog upgrade](../../zkEVM/architecture/protocol/etrog-upgrade.md/?h=blocks#etrog-blocks).

0 commit comments

Comments
 (0)