Skip to content

Commit 3e48e07

Browse files
authored
beacon/config: add ELECTRA, FULU to knownForks (#32674)
1 parent 689ea10 commit 3e48e07

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
@@ -38,7 +38,7 @@ import (
3838
// across signing different data structures.
3939
const syncCommitteeDomain = 7
4040

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

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

0 commit comments

Comments
 (0)