Skip to content

Commit 33ff51a

Browse files
committed
Add Altair fork schedule for Pyrmont (#2501)
## Issue Addressed NA ## Proposed Changes Adds the Altair fork schedule for Pyrmont, as per eth-clients/eth2-networks#56 (credits to @ajsutton). ## Additional Info - I've marked this as `do-not-merge` until the upstream PR is merged. - I've tagged this for `v1.5.0` because I expect the upstream PR to be merged soon, and I think it would be great if v1.5.0 shipped fully ready for the Pyrmont fork.
1 parent 54f92cc commit 33ff51a

File tree

1 file changed

+6
-4
lines changed
  • common/eth2_network_config/built_in_network_configs/pyrmont

1 file changed

+6
-4
lines changed

common/eth2_network_config/built_in_network_configs/pyrmont/config.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,21 @@ GENESIS_FORK_VERSION: 0x00002009
1414
# Customized for Pyrmont: 432000 seconds (5 days)
1515
GENESIS_DELAY: 432000
1616

17+
1718
# Forking
1819
# ---------------------------------------------------------------
1920
# Some forks are disabled for now:
2021
# - These may be re-assigned to another fork-version later
2122
# - Temporarily set to max uint64 value: 2**64 - 1
2223

2324
# Altair
24-
ALTAIR_FORK_VERSION: 0x01000000
25-
ALTAIR_FORK_EPOCH: 18446744073709551615
25+
ALTAIR_FORK_VERSION: 0x01002009
26+
ALTAIR_FORK_EPOCH: 61650
2627
# Merge
27-
MERGE_FORK_VERSION: 0x02000000
28+
MERGE_FORK_VERSION: 0x02002009
2829
MERGE_FORK_EPOCH: 18446744073709551615
2930
# Sharding
30-
SHARDING_FORK_VERSION: 0x03000000
31+
SHARDING_FORK_VERSION: 0x03002009
3132
SHARDING_FORK_EPOCH: 18446744073709551615
3233

3334
# TBD, 2**32 is a placeholder. Merge transition approach is in active R&D.
@@ -61,6 +62,7 @@ MIN_PER_EPOCH_CHURN_LIMIT: 4
6162
# 2**16 (= 65,536)
6263
CHURN_LIMIT_QUOTIENT: 65536
6364

65+
6466
# Deposit contract
6567
# ---------------------------------------------------------------
6668
# Ethereum Goerli testnet

0 commit comments

Comments
 (0)