Skip to content

Commit

Permalink
Merge pull request #94 from ethpandaops/barnabasbusa-patch-1
Browse files Browse the repository at this point in the history
feat: enable more configuration options
  • Loading branch information
barnabasbusa authored Feb 8, 2024
2 parents 51b043a + b5c4efa commit 81e5ade
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 3 additions & 4 deletions config-example/cl/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,13 @@ DENEB_FORK_EPOCH: $DENEB_FORK_EPOCH
SECONDS_PER_SLOT: $SLOT_DURATION_IN_SECONDS
# 14 (estimate from Eth1 mainnet)
SECONDS_PER_ETH1_BLOCK: $SLOT_DURATION_IN_SECONDS
# 2**0 (= 1) epochs ~1 hours
MIN_VALIDATOR_WITHDRAWABILITY_DELAY: 1
# 2**8 (= 256) epochs ~27 hours
SHARD_COMMITTEE_PERIOD: 1
MIN_VALIDATOR_WITHDRAWABILITY_DELAY: $MIN_VALIDATOR_WITHDRAWABILITY_DELAY
# 2**8 (= 256) epochs ~27 hours
SHARD_COMMITTEE_PERIOD: $SHARD_COMMITTEE_PERIOD
# 2**11 (= 2,048) Eth1 blocks ~8 hours
ETH1_FOLLOW_DISTANCE: $ETH1_FOLLOW_DISTANCE


# Validator cycle
# ---------------------------------------------------------------
# 2**2 (= 4)
Expand Down
2 changes: 2 additions & 0 deletions config-example/values.env
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ export GENESIS_GASLIMIT=25000000
export MAX_CHURN=8
export EJECTION_BALANCE=16000000000
export ETH1_FOLLOW_DISTANCE=2048
export MIN_VALIDATOR_WITHDRAWABILITY_DELAY=256
export SHARD_COMMITTEE_PERIOD=256

0 comments on commit 81e5ade

Please sign in to comment.