Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
p0mvn committed Nov 2, 2022
1 parent 10c1fe5 commit 6cdca82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/upgrades/v13/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ func CreateUpgradeHandler(
keepers.LockupKeeper.SetParams(ctx, lockuptypes.DefaultParams())
keepers.SwapRouterKeeper.SetParams(ctx, swaproutertypes.DefaultParams())

panic("upgrade reached")

// N.B: pool id in gamm is to be deprecated in the future
// Instead,it is moved to swaprouter.
migrateNextPoolId(ctx, keepers.GAMMKeeper, keepers.SwapRouterKeeper)
Expand Down

0 comments on commit 6cdca82

Please sign in to comment.