update merge and sharding configs to reflect fork slot placeholder, as in #2287
This commit is contained in:
parent
07b7774241
commit
7344442618
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue