We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f959f6 commit 3495557Copy full SHA for 3495557
app/app.go
@@ -347,12 +347,13 @@ func New(
347
wasmtypes.StoreKey,
348
consensusparamstypes.StoreKey, crisistypes.StoreKey,
349
350
- leveragetypes.StoreKey, oracletypes.StoreKey,
351
- uibc.StoreKey, ugov.StoreKey,
352
- incentive.StoreKey,
353
auction.StoreKey,
+ incentive.StoreKey,
+ leveragetypes.StoreKey,
354
metoken.StoreKey,
355
- auction.StoreKey,
+ oracletypes.StoreKey,
+ ugov.StoreKey,
356
+ uibc.StoreKey,
357
}
358
// if Experimental {}
359
@@ -517,7 +518,7 @@ func New(
517
518
519
app.AuctionKeeperB = auctionkeeper.NewBuilder(
520
appCodec,
- keys[metoken.StoreKey],
521
+ keys[auction.StoreKey],
522
)
523
524
// register the staking hooks
0 commit comments