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 dd8e48d commit 862d9dcCopy full SHA for 862d9dc
beacon/params/config.go
@@ -37,7 +37,7 @@ import (
37
// across signing different data structures.
38
const syncCommitteeDomain = 7
39
40
-var knownForks = []string{"GENESIS", "ALTAIR", "BELLATRIX", "CAPELLA", "DENEB", "ELECTRA"}
+var knownForks = []string{"GENESIS", "ALTAIR", "BELLATRIX", "CAPELLA", "DENEB", "ELECTRA", "FULU"}
41
42
// ClientConfig contains beacon light client configuration.
43
type ClientConfig struct {
0 commit comments