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 3169165 commit 6bf7fecCopy full SHA for 6bf7fec
beacon_chain/validator_client/common.nim
@@ -49,7 +49,7 @@ const
49
static: doAssert(high(ConsensusFork) == ConsensusFork.Fulu,
50
"Update OptionalForks constant!")
51
const
52
- OptionalForks* = {ConsensusFork.Electra}
+ OptionalForks* = {ConsensusFork.Electra, ConsensusFork.Fulu}
53
## When a new ConsensusFork is added and before this fork is activated on
54
## `mainnet`, it should be part of `OptionalForks`.
55
## In this case, the client will ignore missing <FORKNAME>_VERSION
0 commit comments