Skip to content

Commit

Permalink
update ValidatorLiquidStakingCap
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamer-zq committed Mar 4, 2024
1 parent a957cf6 commit 2f6b730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades/v300/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var (
ValidatorBondFactor = sdk.NewDec(250)
// ValidatorLiquidStakingCap represents a cap on the portion of stake that
// comes from liquid staking providers for a specific validator
ValidatorLiquidStakingCap = sdk.MustNewDecFromStr("0.5") // 50%
ValidatorLiquidStakingCap = sdk.MustNewDecFromStr("1") // 100%
// GlobalLiquidStakingCap represents the percentage cap on
// the portion of a chain's total stake can be liquid
GlobalLiquidStakingCap = sdk.MustNewDecFromStr("0.25") // 25%
Expand Down

0 comments on commit 2f6b730

Please sign in to comment.