Set minimal config's `EPOCHS_PER_SYNC_COMMITTEE_PERIOD` to 8
This commit is contained in:
parent
f73189c30f
commit
50765edc30
|
@ -12,8 +12,8 @@ SYNC_COMMITTEE_PUBKEY_AGGREGATES_SIZE: 16
|
||||||
|
|
||||||
# Time parameters
|
# Time parameters
|
||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
# 2**8 (= 256)
|
# [customized]
|
||||||
EPOCHS_PER_SYNC_COMMITTEE_PERIOD: 256
|
EPOCHS_PER_SYNC_COMMITTEE_PERIOD: 8
|
||||||
|
|
||||||
|
|
||||||
# Signature domains
|
# Signature domains
|
||||||
|
|
Loading…
Reference in New Issue