Add missing beacon API config/spec values (#9112)

Co-Authored-By: Barnabas Busa <busa.barnabas@gmail.com>
This commit is contained in:
Barnabas Busa
2026-04-13 03:02:50 +02:00
committed by GitHub
parent c615210fef
commit 8c8facd0cd
4 changed files with 70 additions and 6 deletions

View File

@@ -1 +1,23 @@
# Gnosis preset - Gloas
# Misc
# ---------------------------------------------------------------
# 2**9 (= 512) validators
PTC_SIZE: 512
# Max operations per block
# ---------------------------------------------------------------
# 2**1 (= 2) attestations
MAX_PAYLOAD_ATTESTATIONS: 2
# State list lengths
# ---------------------------------------------------------------
# 2**40 (= 1,099,511,627,776) builder spots
BUILDER_REGISTRY_LIMIT: 1099511627776
# 2**20 (= 1,048,576) builder pending withdrawals
BUILDER_PENDING_WITHDRAWALS_LIMIT: 1048576
# Withdrawals processing
# ---------------------------------------------------------------
# 2**14 (= 16,384) builders
MAX_BUILDERS_PER_WITHDRAWALS_SWEEP: 16384