Skip to content

Commit 3495557

Browse files
fix app keys
1 parent 8f959f6 commit 3495557

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

app/app.go

+6-5
Original file line numberDiff line numberDiff line change
@@ -347,12 +347,13 @@ func New(
347347
wasmtypes.StoreKey,
348348
consensusparamstypes.StoreKey, crisistypes.StoreKey,
349349

350-
leveragetypes.StoreKey, oracletypes.StoreKey,
351-
uibc.StoreKey, ugov.StoreKey,
352-
incentive.StoreKey,
353350
auction.StoreKey,
351+
incentive.StoreKey,
352+
leveragetypes.StoreKey,
354353
metoken.StoreKey,
355-
auction.StoreKey,
354+
oracletypes.StoreKey,
355+
ugov.StoreKey,
356+
uibc.StoreKey,
356357
}
357358
// if Experimental {}
358359

@@ -517,7 +518,7 @@ func New(
517518

518519
app.AuctionKeeperB = auctionkeeper.NewBuilder(
519520
appCodec,
520-
keys[metoken.StoreKey],
521+
keys[auction.StoreKey],
521522
)
522523

523524
// register the staking hooks

0 commit comments

Comments
 (0)