We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a7c918 commit 34c1f91Copy full SHA for 34c1f91
beacon_chain/deposits.nim
@@ -30,7 +30,7 @@ type
30
static: doAssert(high(ConsensusFork) == ConsensusFork.Fulu,
31
"Update OptionalForks constant!")
32
const
33
- OptionalForks* = {ConsensusFork.Electra, ConsensusFork.Fulu}
+ OptionalForks* = {ConsensusFork.Fulu}
34
## When a new ConsensusFork is added and before this fork is activated on
35
## `mainnet`, it should be part of `OptionalForks`.
36
## In this case, the client will ignore missing <FORKNAME>_VERSION
0 commit comments