Skip to content

Commit 34c1f91

Browse files
authored
move Electra fork from optional to required fork for deposits (#7322)
1 parent 2a7c918 commit 34c1f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beacon_chain/deposits.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ type
3030
static: doAssert(high(ConsensusFork) == ConsensusFork.Fulu,
3131
"Update OptionalForks constant!")
3232
const
33-
OptionalForks* = {ConsensusFork.Electra, ConsensusFork.Fulu}
33+
OptionalForks* = {ConsensusFork.Fulu}
3434
## When a new ConsensusFork is added and before this fork is activated on
3535
## `mainnet`, it should be part of `OptionalForks`.
3636
## In this case, the client will ignore missing <FORKNAME>_VERSION

0 commit comments

Comments
 (0)