You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cl/clparams/config.go
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -543,6 +543,8 @@ type BeaconChainConfig struct {
543
543
ElectraForkEpochuint64`yaml:"ELECTRA_FORK_EPOCH" spec:"true" json:"ELECTRA_FORK_EPOCH,string"`// ElectraForkEpoch is used to represent the assigned fork epoch for Electra.
544
544
FuluForkVersionConfigForkVersion`yaml:"FULU_FORK_VERSION" spec:"true" json:"FULU_FORK_VERSION"`// FuluForkVersion is used to represent the fork version for Fulu.
545
545
FuluForkEpochuint64`yaml:"FULU_FORK_EPOCH" spec:"true" json:"FULU_FORK_EPOCH,string"`// FuluForkEpoch is used to represent the assigned fork epoch for Fulu.
546
+
GloasForkVersionConfigForkVersion`yaml:"GLOAS_FORK_VERSION" spec:"true" json:"GLOAS_FORK_VERSION"`// GloasForkVersion is used to represent the fork version for Gloas.
547
+
GloasForkEpochuint64`yaml:"GLOAS_FORK_EPOCH" spec:"true" json:"GLOAS_FORK_EPOCH,string"`// GloasForkEpoch is used to represent the assigned fork epoch for Gloas.
546
548
547
549
ForkVersionSchedulemap[common.Bytes4]VersionScheduleEntry`json:"-"`// Schedule of fork epochs by version.
0 commit comments