From 084fa1dabee9da253d974ee150c2579ea15a05a4 Mon Sep 17 00:00:00 2001 From: Steve Goodman <39279277+stoobie@users.noreply.github.com> Date: Mon, 18 Mar 2024 11:42:35 +0200 Subject: [PATCH] Apply suggestions from code review --- .../Starknet/modules/tools/pages/limits_and_triggers.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Starknet/modules/tools/pages/limits_and_triggers.adoc b/components/Starknet/modules/tools/pages/limits_and_triggers.adoc index b84f4fe451..d5fb2c39cd 100644 --- a/components/Starknet/modules/tools/pages/limits_and_triggers.adoc +++ b/components/Starknet/modules/tools/pages/limits_and_triggers.adoc @@ -13,8 +13,8 @@ These are subject to revisions and change on a regular basis [%autowidth.stretch] |=== |Entity | Description | Sepolia | Goerli (deprecated) | Mainnet -|Block time | If no other limit closes a block, the pending block is closed.| 4 minutes |4 minutes |4 minutes -|Block limit (Cairo steps)|Starknet enforces a limit on the number of steps that can be completed +|Block time | The maximum amount of time within which a pending block is closed, if no other limit is met. | 4 minutes |4 minutes |4 minutes +|Block limit (Cairo steps)| The maximum number of Cairo steps that can be completed within each block to ensure block production times remain consistent and predictable. | 28,000,000 | 28,000,000 | 28,000,000 |Block limit (gas)| Certain Starknet operations, such as sending messages between L1 and L2, consume Ethereum gas. The current L1 state update mechanism involves an Ethereum transaction for each Starknet block.