Skip to content

Commit

Permalink
set the min evidence height for neutron-1 and stride-1 (#2821)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoke authored Nov 20, 2023
1 parent 486d4d3 commit 1bb6bc9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/upgrades/v14/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ func CreateUpgradeHandler(
return vm, err
}

// Set the minimum height of a valid consumer equivocation evidence
// for the existing consumer chains: neutron-1 and stride-1
keepers.ProviderKeeper.SetEquivocationEvidenceMinHeight(ctx, "neutron-1", 4552189)
keepers.ProviderKeeper.SetEquivocationEvidenceMinHeight(ctx, "stride-1", 6375035)

ctx.Logger().Info("Upgrade complete")
return vm, err
}
Expand Down

0 comments on commit 1bb6bc9

Please sign in to comment.