update merge and sharding configs to reflect fork slot placeholder, as in #2287

This commit is contained in:
protolambda 2021-03-30 01:53:36 +02:00
parent 07b7774241
commit 7344442618
No known key found for this signature in database
GPG Key ID: EC89FDBB2B4C7623
4 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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