Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
Schedule shapella for chiado
Browse files Browse the repository at this point in the history
  • Loading branch information
dapplion committed May 17, 2023
1 parent 9f39f89 commit f3383d0
Showing 1 changed file with 10 additions and 22 deletions.
32 changes: 10 additions & 22 deletions beacon-chain/chiado/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Extends the mainnet preset
PRESET_BASE: "gnosis"
PRESET_BASE: gnosis
# needs to exist because of Prysm. Otherwise it conflicts with mainnet genesis
CONFIG_NAME: "chiado"
CONFIG_NAME: chiado

# Genesis
MIN_GENESIS_ACTIVE_VALIDATOR_COUNT: 6000
Expand All @@ -17,7 +17,7 @@ TERMINAL_TOTAL_DIFFICULTY: 231707791542740786049188744689299064356246512
# NOTE: Don't use a value too high, or Teku rejects it (4294906129 NOK)
DEPOSIT_CHAIN_ID: 10200
DEPOSIT_NETWORK_ID: 10200
DEPOSIT_CONTRACT_ADDRESS: "0xb97036A26259B7147018913bD58a774cf91acf25"
DEPOSIT_CONTRACT_ADDRESS: 0xb97036A26259B7147018913bD58a774cf91acf25

# Misc
# ---------------------------------------------------------------
Expand All @@ -39,10 +39,6 @@ HYSTERESIS_QUOTIENT: 4
HYSTERESIS_DOWNWARD_MULTIPLIER: 1
# 5 (plus 1.25)
HYSTERESIS_UPWARD_MULTIPLIER: 5
# Fork Choice
# ---------------------------------------------------------------
# 2**3 (= 8)
SAFE_SLOTS_TO_UPDATE_JUSTIFIED: 8
# Validator
# ---------------------------------------------------------------
# 2**10 (= 1024) ~1.4 hour
Expand Down Expand Up @@ -143,24 +139,16 @@ DOMAIN_SYNC_COMMITTEE: 0x07000000
DOMAIN_SYNC_COMMITTEE_SELECTION_PROOF: 0x08000000
DOMAIN_CONTRIBUTION_AND_PROOF: 0x09000000

# Altair
ALTAIR_FORK_VERSION: 0x0100006f
# 45 epochs per hour
ALTAIR_FORK_EPOCH: 90

ALTAIR_FORK_EPOCH: 90 # Mon Oct 10 2022 12:00:00 GMT+0000
# Bellatrix
BELLATRIX_FORK_VERSION: 0x0200006f
BELLATRIX_FORK_EPOCH: 180
BELLATRIX_FORK_EPOCH: 180 # Mon Oct 10 2022 14:00:00 GMT+0000
# Capella
CAPELLA_FORK_VERSION: 0x0300006f
CAPELLA_FORK_EPOCH: 244224 # Wed May 24 2023 13:12:00 GMT+0000

INACTIVITY_SCORE_BIAS: 4
# 2**4 (= 16)
INACTIVITY_SCORE_RECOVERY_RATE: 16
INACTIVITY_PENALTY_QUOTIENT_ALTAIR: 50331648
MIN_SLASHING_PENALTY_QUOTIENT_ALTAIR: 64
PROPORTIONAL_SLASHING_MULTIPLIER_ALTAIR: 2

# Sync committee
# ---------------------------------------------------------------
# 2**9 (= 512)
SYNC_COMMITTEE_SIZE: 512
# 2**9 (= 512)
# assert EPOCHS_PER_SYNC_COMMITTEE_PERIOD * SLOTS_PER_EPOCH <= SLOTS_PER_HISTORICAL_ROOT
EPOCHS_PER_SYNC_COMMITTEE_PERIOD: 512

0 comments on commit f3383d0

Please sign in to comment.