nimbus-eth2/media/gnosis/preset.yaml
Jacek Sieka d1a8daec7e
gnosis-chain -> gnosis (#3577)
* `gnosis-chain` -> `gnosis`

Use same name as LH/Teku throughout

* fixes #3504
* fixes large stack temporary that can cause crashes during genesis
detection
2022-04-08 23:11:37 +03:00

18 lines
512 B
YAML

PRESET_NAME: gnosis
PRESET_BASE: mainnet
# Time parameters
# ---------------------------------------------------------------
# 2**4 (= 16) slots 1.87 minutes
SLOTS_PER_EPOCH: 16
# Reward and penalty quotients
# ---------------------------------------------------------------
BASE_REWARD_FACTOR: 25
# Sync committee
# ---------------------------------------------------------------
# assert EPOCHS_PER_SYNC_COMMITTEE_PERIOD * SLOTS_PER_EPOCH <= SLOTS_PER_HISTORICAL_ROOT
EPOCHS_PER_SYNC_COMMITTEE_PERIOD: 512