Skip to content

Commit

Permalink
(NOBIDS) fix parsing deneb fields in config (#2814)
Browse files Browse the repository at this point in the history
  • Loading branch information
guybrush authored Jan 17, 2024
1 parent 39bb02e commit 7d5821e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@ type ConfigJsonResponse struct {
BellatrixForkEpoch string `json:"BELLATRIX_FORK_EPOCH"`
CapellaForkVersion string `json:"CAPELLA_FORK_VERSION"`
CapellaForkEpoch string `json:"CAPELLA_FORK_EPOCH"`
DenebForkVersion string `yaml:"DENEB_FORK_VERSION"`
DenebForkEpoch string `yaml:"DENEB_FORK_EPOCH"`
DenebForkVersion string `json:"DENEB_FORK_VERSION"`
DenebForkEpoch string `json:"DENEB_FORK_EPOCH"`
SecondsPerSlot string `json:"SECONDS_PER_SLOT"`
SecondsPerEth1Block string `json:"SECONDS_PER_ETH1_BLOCK"`
MinValidatorWithdrawabilityDelay string `json:"MIN_VALIDATOR_WITHDRAWABILITY_DELAY"`
Expand Down

0 comments on commit 7d5821e

Please sign in to comment.