Skip to content

Commit

Permalink
Add EPBS slashing params
Browse files Browse the repository at this point in the history
  • Loading branch information
potuz committed Jul 18, 2024
1 parent 0ca41a7 commit 6a15cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon-chain/core/validators/slashing.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func SlashingParamsPerVersion(v int) (slashingQuotient, proposerRewardQuotient,
slashingQuotient = cfg.MinSlashingPenaltyQuotientBellatrix
proposerRewardQuotient = cfg.ProposerRewardQuotient
whistleblowerRewardQuotient = cfg.WhistleBlowerRewardQuotient
case version.Electra:
case version.Electra, version.EPBS:
slashingQuotient = cfg.MinSlashingPenaltyQuotientElectra
proposerRewardQuotient = cfg.ProposerRewardQuotient
whistleblowerRewardQuotient = cfg.WhistleBlowerRewardQuotientElectra
Expand Down

0 comments on commit 6a15cfd

Please sign in to comment.