Skip to content

Commit

Permalink
Merge pull request #120 from ethpandaops/feat/7594-config
Browse files Browse the repository at this point in the history
feat(cl/config): add all 7594 config
  • Loading branch information
Savid authored May 16, 2024
2 parents 2f4d342 + ad5158f commit 7833779
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config-example/cl/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,11 @@ WHISK_PROPOSER_SELECTION_GAP: 2
# EIP7594
NUMBER_OF_COLUMNS: 128
MAX_CELLS_IN_EXTENDED_MATRIX: 768
DATA_COLUMN_SIDECAR_SUBNET_COUNT: 32
DATA_COLUMN_SIDECAR_SUBNET_COUNT: $DATA_COLUMN_SIDECAR_SUBNET_COUNT
MAX_REQUEST_DATA_COLUMN_SIDECARS: 16384
SAMPLES_PER_SLOT: $SAMPLES_PER_SLOT
CUSTODY_REQUIREMENT: $CUSTODY_REQUIREMENT
TARGET_NUMBER_OF_PEERS: $TARGET_NUMBER_OF_PEERS

# [New in Electra:EIP7251]
MIN_PER_EPOCH_CHURN_LIMIT_ELECTRA: 128000000000 # 2**7 * 10**9 (= 128,000,000,000)
Expand Down
4 changes: 4 additions & 0 deletions config-example/values.env
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ export EJECTION_BALANCE=16000000000
export ETH1_FOLLOW_DISTANCE=2048
export MIN_VALIDATOR_WITHDRAWABILITY_DELAY=256
export SHARD_COMMITTEE_PERIOD=256
export SAMPLES_PER_SLOT=8
export CUSTODY_REQUIREMENT=1
export DATA_COLUMN_SIDECAR_SUBNET_COUNT=32
export TARGET_NUMBER_OF_PEERS=70

0 comments on commit 7833779

Please sign in to comment.