Skip to content

Commit

Permalink
reduce sync committee size for custom preset
Browse files Browse the repository at this point in the history
  • Loading branch information
qu0b committed Mar 14, 2024
1 parent 4f81b0f commit 52f5da6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/etb/common/consensus.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ class MainnetCustomPreset(PresetEnum, Enum):
EPOCHS_PER_ETH1_VOTING_PERIOD = 64
# configs
# timing
SECONDS_PER_SLOT = 3
SYNC_COMMITTEE_SIZE = 8
SECONDS_PER_SLOT = 4
SECONDS_PER_ETH1_BLOCK = 1
MIN_VALIDATOR_WITHDRAWABILITY_DELAY = 256
SHARD_COMMITTEE_PERIOD = 256
Expand Down

0 comments on commit 52f5da6

Please sign in to comment.