Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Updates the mainnet config value for MIN_GENESIS_ACTIVE_VALIDATOR_COUNT #1332

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eth2/beacon/state_machines/forks/serenity/configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
CHURN_LIMIT_QUOTIENT=2 ** 16,
SHUFFLE_ROUND_COUNT=90,
# Genesis
MIN_GENESIS_ACTIVE_VALIDATOR_COUNT=2 ** 16,
MIN_GENESIS_ACTIVE_VALIDATOR_COUNT=2 ** 14,
MIN_GENESIS_TIME=1578009600, # (= Jan 3, 2020)
# Gwei values
MIN_DEPOSIT_AMOUNT=Gwei(2 ** 0 * GWEI_PER_ETH), # (= 1,000,000,000) Gwei
Expand Down