add ELECTRA in beacon knownForks

This commit is contained in:
Klimov Sergei 2025-09-19 04:09:38 +08:00 committed by GitHub
parent 8a171dce1f
commit dd8e48d99e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,7 +37,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"}
// ClientConfig contains beacon light client configuration.
type ClientConfig struct {