mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-24 00:39:26 +00:00
beacon/config: add ELECTRA, FULU to knownForks (#32674)
This commit is contained in:
parent
689ea10f35
commit
3e48e0779c
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ import (
|
||||||
// across signing different data structures.
|
// across signing different data structures.
|
||||||
const syncCommitteeDomain = 7
|
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.
|
// ClientConfig contains beacon light client configuration.
|
||||||
type ClientConfig struct {
|
type ClientConfig struct {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue