mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 04:45:01 -05:00
update merge and sharding configs to reflect fork slot placeholder, as in #2287
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
# Fork
|
||||
# ---------------------------------------------------------------
|
||||
MERGE_FORK_VERSION: 0x02000000
|
||||
# TBD
|
||||
MERGE_FORK_SLOT: 0
|
||||
# TBD, temporarily max uint64 value: 2**64 - 1
|
||||
MERGE_FORK_SLOT: 18446744073709551615
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
# Fork
|
||||
# ---------------------------------------------------------------
|
||||
SHARDING_FORK_VERSION: 0x03000000
|
||||
# TBD
|
||||
SHARDING_FORK_SLOT: 0
|
||||
# TBD, temporarily max uint64 value: 2**64 - 1
|
||||
SHARDING_FORK_SLOT: 18446744073709551615
|
||||
|
||||
|
||||
# Beacon-chain
|
||||
|
||||
@@ -3,5 +3,5 @@
|
||||
# Fork
|
||||
# ---------------------------------------------------------------
|
||||
MERGE_FORK_VERSION: 0x02000001
|
||||
# TBD
|
||||
MERGE_FORK_SLOT: 0
|
||||
# TBD, temporarily max uint64 value: 2**64 - 1
|
||||
MERGE_FORK_SLOT: 18446744073709551615
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
# Fork
|
||||
# ---------------------------------------------------------------
|
||||
SHARDING_FORK_VERSION: 0x03000001
|
||||
# TBD
|
||||
SHARDING_FORK_SLOT: 0
|
||||
# TBD, temporarily max uint64 value: 2**64 - 1
|
||||
MERGE_FORK_SLOT: 18446744073709551615
|
||||
|
||||
|
||||
# Beacon-chain
|
||||
|
||||
Reference in New Issue
Block a user