Skip to content

Commit 95c2eae

Browse files
committed
Change BUILDER_WITHDRAWAL_PREFIX from 0x03 to 0xB0
Follows ethereum/consensus-specs#5416, which changed the builder withdrawal credential prefix to 0xB0 (lands in v1.7.0-alpha.12).
1 parent 41a55c4 commit 95c2eae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

consensoor/spec/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ def MAX_BUILDERS_PER_WITHDRAWALS_SWEEP() -> int:
449449
DOMAIN_PROPOSER_PREFERENCES: Final[bytes] = b"\x0d\x00\x00\x00"
450450
DOMAIN_BUILDER_DEPOSIT: Final[bytes] = b"\x0e\x00\x00\x00"
451451

452-
BUILDER_WITHDRAWAL_PREFIX: Final[bytes] = b"\x03"
452+
BUILDER_WITHDRAWAL_PREFIX: Final[bytes] = b"\xb0"
453453

454454

455455
# Gloas churn limits (EIP-8061): split exit and activation churn limits

0 commit comments

Comments
 (0)