Add Altair fork epoch for Prater (#2537)
## Issue Addressed https://github.com/eth2-clients/eth2-networks/pull/58 ## Proposed Changes Add the fork epoch for Altair on Prater: 36660 ## Additional Info This `config.yaml` is copied exactly from upstream. Large parts already matched due to our preemptive move to the new config style.
This commit is contained in:
parent
3fdad38eba
commit
9fb94fbebe
@ -14,6 +14,7 @@ GENESIS_FORK_VERSION: 0x00001020
|
|||||||
# Customized for Prater: 1919188 seconds (Mar-23-2021 02:00:00 PM +UTC)
|
# Customized for Prater: 1919188 seconds (Mar-23-2021 02:00:00 PM +UTC)
|
||||||
GENESIS_DELAY: 1919188
|
GENESIS_DELAY: 1919188
|
||||||
|
|
||||||
|
|
||||||
# Forking
|
# Forking
|
||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
# Some forks are disabled for now:
|
# Some forks are disabled for now:
|
||||||
@ -21,13 +22,13 @@ GENESIS_DELAY: 1919188
|
|||||||
# - Temporarily set to max uint64 value: 2**64 - 1
|
# - Temporarily set to max uint64 value: 2**64 - 1
|
||||||
|
|
||||||
# Altair
|
# Altair
|
||||||
ALTAIR_FORK_VERSION: 0x01000000
|
ALTAIR_FORK_VERSION: 0x01001020
|
||||||
ALTAIR_FORK_EPOCH: 18446744073709551615
|
ALTAIR_FORK_EPOCH: 36660
|
||||||
# Merge
|
# Merge
|
||||||
MERGE_FORK_VERSION: 0x02000000
|
MERGE_FORK_VERSION: 0x02001020
|
||||||
MERGE_FORK_EPOCH: 18446744073709551615
|
MERGE_FORK_EPOCH: 18446744073709551615
|
||||||
# Sharding
|
# Sharding
|
||||||
SHARDING_FORK_VERSION: 0x03000000
|
SHARDING_FORK_VERSION: 0x03001020
|
||||||
SHARDING_FORK_EPOCH: 18446744073709551615
|
SHARDING_FORK_EPOCH: 18446744073709551615
|
||||||
|
|
||||||
# TBD, 2**32 is a placeholder. Merge transition approach is in active R&D.
|
# TBD, 2**32 is a placeholder. Merge transition approach is in active R&D.
|
||||||
@ -61,6 +62,7 @@ MIN_PER_EPOCH_CHURN_LIMIT: 4
|
|||||||
# 2**16 (= 65,536)
|
# 2**16 (= 65,536)
|
||||||
CHURN_LIMIT_QUOTIENT: 65536
|
CHURN_LIMIT_QUOTIENT: 65536
|
||||||
|
|
||||||
|
|
||||||
# Deposit contract
|
# Deposit contract
|
||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
# Ethereum Goerli testnet
|
# Ethereum Goerli testnet
|
||||||
|
Loading…
Reference in New Issue
Block a user