From cc32289688ddc8e2ad539c390b8dcdf785796452 Mon Sep 17 00:00:00 2001 From: dapplion <35266934+dapplion@users.noreply.github.com> Date: Fri, 10 Nov 2023 19:01:26 +0300 Subject: [PATCH] Remove prerelease keys --- mainnet/config.yaml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/mainnet/config.yaml b/mainnet/config.yaml index 6f27834..f76c2ce 100644 --- a/mainnet/config.yaml +++ b/mainnet/config.yaml @@ -46,15 +46,6 @@ CAPELLA_FORK_EPOCH: 648704 # 2023-08-01T11:34:20.000Z # Deneb DENEB_FORK_VERSION: 0x04000064 DENEB_FORK_EPOCH: 18446744073709551615 -# EIP6110 -EIP6110_FORK_VERSION: 0x05000064 # temporary stub -EIP6110_FORK_EPOCH: 18446744073709551615 -# EIP7002 -EIP7002_FORK_VERSION: 0x05000064 # temporary stub -EIP7002_FORK_EPOCH: 18446744073709551615 -# WHISK -WHISK_FORK_VERSION: 0x06000064 # temporary stub -WHISK_FORK_EPOCH: 18446744073709551615 # Time parameters @@ -144,8 +135,3 @@ MIN_EPOCHS_FOR_BLOB_SIDECARS_REQUESTS: 16384 # `6` BLOB_SIDECAR_SUBNET_COUNT: 6 -# Whisk -# `Epoch(2**8)` -WHISK_EPOCHS_PER_SHUFFLING_PHASE: 256 -# `Epoch(2)` -WHISK_PROPOSER_SELECTION_GAP: 2