Skip to content

Commit fcaa7f6

Browse files
author
AztecBot
committed
Merge branch 'next' into merge-train/fairies
2 parents a981eb1 + 9c03dfc commit fcaa7f6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/docs-operate/operators/sequencer-management/slashing-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Round N: Proposers vote on offenses from Round N-2
4545
- **Round Size**: 128 L2 slots (approximately 2.6 hours at 72 seconds per slot)
4646
- **Slashing Offset**: 2 rounds (proposers in round N vote on offenses from round N-2)
4747
- **Execution Delay**: 28 rounds (~3 days)
48-
- **Grace Period**: First 1,200 slots after the rollup becomes canonical (~1 day; configurable per node via `SLASH_GRACE_PERIOD_L2_SLOTS`)
48+
- **Grace Period**: First 8,400 slots after the rollup becomes canonical (~7 days; configurable per node via `SLASH_GRACE_PERIOD_L2_SLOTS`)
4949

5050
### Slashing Amounts
5151

spartan/environments/network-defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,4 +376,4 @@ networks:
376376
SLASH_UNKNOWN_PENALTY: 2000e18
377377
SLASH_INVALID_BLOCK_PENALTY: 2000e18
378378
SLASH_INVALID_CHECKPOINT_PROPOSAL_PENALTY: 2000e18 # AZIP-16: activated at SMALL
379-
SLASH_GRACE_PERIOD_L2_SLOTS: 1200
379+
SLASH_GRACE_PERIOD_L2_SLOTS: 8400 # 7 days at a 72s slot

0 commit comments

Comments
 (0)