beacon/config: add ELECTRA, FULU to knownForks (#32674)

This commit is contained in:
Klimov Sergei 2025-11-26 23:15:28 +08:00 committed by GitHub
parent 689ea10f35
commit 3e48e0779c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,7 +38,7 @@ import (
// across signing different data structures.
const syncCommitteeDomain = 7
var knownForks = []string{"GENESIS", "ALTAIR", "BELLATRIX", "CAPELLA", "DENEB"}
var knownForks = []string{"GENESIS", "ALTAIR", "BELLATRIX", "CAPELLA", "DENEB", "ELECTRA", "FULU"}
// ClientConfig contains beacon light client configuration.
type ClientConfig struct {