diff --git a/components/Starknet/modules/tools/pages/limits_and_triggers.adoc b/components/Starknet/modules/tools/pages/limits_and_triggers.adoc index 0229dc5cd2..25dd1c40fd 100644 --- a/components/Starknet/modules/tools/pages/limits_and_triggers.adoc +++ b/components/Starknet/modules/tools/pages/limits_and_triggers.adoc @@ -15,7 +15,7 @@ These are subject to revisions and change on a regular basis |Entity | Description | Sepolia | Goerli (deprecated) | Mainnet |Block time | The average time it takes for a new block to be created on the Starknet blockchain.|3 minutes |3 minutes |3 minutes |Block limit (Cairo steps)|Starknet enforces a limit on the number of steps that can be completed -within each block to ensure block production times remain consistent and predictable. | 10,000,000 | 12,000,000 | 5,000,000 +within each block to ensure block production times remain consistent and predictable. | 12,000,000 | 12,000,000 | 10,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.