Skip to content

Commit ed91d4e

Browse files
committed
Adds electra
1 parent 3f3cd11 commit ed91d4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/docker/test_env/cmd/internal/start_test_env_commands.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,9 @@ func startPrivateEthChainE(cmd *cobra.Command, args []string) error {
176176
SlotsPerEpoch: 2,
177177
SecondsPerSlot: 6,
178178
ChainID: chainId,
179-
HardForkEpochs: map[string]int{"Deneb": 500},
179+
HardForkEpochs: map[string]int{"Deneb": 200, "Electra": 1000,},
180180
})
181-
181+
182182
if waitForFinalization {
183183
builder = *builder.WithWaitingForFinalization()
184184
}

lib/docker/test_env/genesis_generator_helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export CAPELLA_FORK_EPOCH="0"
5656
export DENEB_FORK_VERSION="0x50000038"
5757
export DENEB_FORK_EPOCH="{{.HardForkEpochs.Deneb}}"
5858
export ELECTRA_FORK_VERSION="0x60000038"
59-
#export ELECTRA_FORK_EPOCH="{{.HardForkEpochs.Electra}}"
59+
export ELECTRA_FORK_EPOCH="{{.HardForkEpochs.Electra}}"
6060
export EIP7594_FORK_VERSION="0x70000000"
6161
#export EIP7594_FORK_EPOCH="{{.HardForkEpochs.EOF}}"
6262
export WITHDRAWAL_TYPE="0x00"

0 commit comments

Comments
 (0)