Skip to content

Commit 862d9dc

Browse files
authored
Update config.go
1 parent dd8e48d commit 862d9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beacon/params/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import (
3737
// across signing different data structures.
3838
const syncCommitteeDomain = 7
3939

40-
var knownForks = []string{"GENESIS", "ALTAIR", "BELLATRIX", "CAPELLA", "DENEB", "ELECTRA"}
40+
var knownForks = []string{"GENESIS", "ALTAIR", "BELLATRIX", "CAPELLA", "DENEB", "ELECTRA", "FULU"}
4141

4242
// ClientConfig contains beacon light client configuration.
4343
type ClientConfig struct {

0 commit comments

Comments
 (0)