We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26419c1 commit 84cebe6Copy full SHA for 84cebe6
x/perpetual/migrations/v22_migration.go
@@ -8,6 +8,7 @@ import (
8
func (m Migrator) V22Migration(ctx sdk.Context) error {
9
params := m.keeper.GetParams(ctx)
10
params.MinimumFundingRate = math.LegacyMustNewDecFromStr("0.1")
11
+ params.SecondLiquidationTriggerRatio = math.LegacyMustNewDecFromStr("0.67")
12
err := m.keeper.SetParams(ctx, ¶ms)
13
if err != nil {
14
return err
0 commit comments