Skip to content

Commit

Permalink
Merge pull request #110 from ethpandaops/bbusa/electra-update
Browse files Browse the repository at this point in the history
feat: add electra support
  • Loading branch information
barnabasbusa authored Apr 30, 2024
2 parents e19666e + 300d010 commit c9cfeb9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions config-example/cl/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,19 @@ MAX_REQUEST_BLOB_SIDECARS: 768
MIN_EPOCHS_FOR_BLOB_SIDECARS_REQUESTS: 4096
# `6`
BLOB_SIDECAR_SUBNET_COUNT: 6

# Whisk
# `Epoch(2**8)`
WHISK_EPOCHS_PER_SHUFFLING_PHASE: 256
# `Epoch(2)`
WHISK_PROPOSER_SELECTION_GAP: 2

# EIP7594
NUMBER_OF_COLUMNS: 128
MAX_CELLS_IN_EXTENDED_MATRIX: 768
DATA_COLUMN_SIDECAR_SUBNET_COUNT: 32
MAX_REQUEST_DATA_COLUMN_SIDECARS: 16384

# [New in Electra:EIP7251]
MIN_PER_EPOCH_CHURN_LIMIT_ELECTRA: 128000000000 # 2**7 * 10**9 (= 128,000,000,000)
MAX_PER_EPOCH_ACTIVATION_EXIT_CHURN_LIMIT: 256000000000 # 2**8 * 10**9 (= 256,000,000,000)

0 comments on commit c9cfeb9

Please sign in to comment.