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
|
# Fork
|
||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
MERGE_FORK_VERSION: 0x02000000
|
MERGE_FORK_VERSION: 0x02000000
|
||||||
# TBD
|
# TBD, temporarily max uint64 value: 2**64 - 1
|
||||||
MERGE_FORK_SLOT: 0
|
MERGE_FORK_SLOT: 18446744073709551615
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
# Fork
|
# Fork
|
||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
SHARDING_FORK_VERSION: 0x03000000
|
SHARDING_FORK_VERSION: 0x03000000
|
||||||
# TBD
|
# TBD, temporarily max uint64 value: 2**64 - 1
|
||||||
SHARDING_FORK_SLOT: 0
|
SHARDING_FORK_SLOT: 18446744073709551615
|
||||||
|
|
||||||
|
|
||||||
# Beacon-chain
|
# Beacon-chain
|
||||||
|
|
|
@ -3,5 +3,5 @@
|
||||||
# Fork
|
# Fork
|
||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
MERGE_FORK_VERSION: 0x02000001
|
MERGE_FORK_VERSION: 0x02000001
|
||||||
# TBD
|
# TBD, temporarily max uint64 value: 2**64 - 1
|
||||||
MERGE_FORK_SLOT: 0
|
MERGE_FORK_SLOT: 18446744073709551615
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
# Fork
|
# Fork
|
||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
SHARDING_FORK_VERSION: 0x03000001
|
SHARDING_FORK_VERSION: 0x03000001
|
||||||
# TBD
|
# TBD, temporarily max uint64 value: 2**64 - 1
|
||||||
SHARDING_FORK_SLOT: 0
|
MERGE_FORK_SLOT: 18446744073709551615
|
||||||
|
|
||||||
|
|
||||||
# Beacon-chain
|
# Beacon-chain
|
||||||
|
|
Loading…
Reference in New Issue