From a01f124286a204e4e2d16237f6682d32cd2499dd Mon Sep 17 00:00:00 2001 From: Potuz Date: Fri, 28 Jun 2024 11:43:30 -0300 Subject: [PATCH] modify INTEVALS_PER_SLOT --- specs/_features/eipxxxx/fork-choice.md | 1 + 1 file changed, 1 insertion(+) diff --git a/specs/_features/eipxxxx/fork-choice.md b/specs/_features/eipxxxx/fork-choice.md index 02f95aeef..2988a1798 100644 --- a/specs/_features/eipxxxx/fork-choice.md +++ b/specs/_features/eipxxxx/fork-choice.md @@ -44,6 +44,7 @@ This is the modification of the fork choice accompanying the ePBS upgrade. | Name | Value | | -------------------- | ----------- | | `PAYLOAD_TIMELY_THRESHOLD` | `PTC_SIZE/2` (=`uint64(256)`) | +| `INTERVALS_PER_SLOT` | `4` # [modified in EIP-XXXX] | | `PROPOSER_SCORE_BOOST` | `20` # [modified in EIP-XXXX] | | `PAYLOAD_WITHHOLD_BOOST` | `40` | | `PAYLOAD_REVEAL_BOOST` | `40` |