Skip to content

Commit

Permalink
v12 migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
cgsingh33 committed May 31, 2023
1 parent 4f8e445 commit 14460a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ func New(
if err != nil {
panic(fmt.Sprintf("error while reading wasm config: %s", err))
}
supportedFeatures := "iterator,staking,stargate,comdex"
supportedFeatures := "iterator,staking,stargate,comdex,cosmwasm_1_1"

wasmOpts = append(cwasm.RegisterCustomPlugins(&app.LockerKeeper, &app.TokenmintKeeper, &app.AssetKeeper, &app.Rewardskeeper, &app.CollectorKeeper, &app.LiquidationKeeper, &app.AuctionKeeper, &app.EsmKeeper, &app.VaultKeeper, &app.LendKeeper, &app.LiquidityKeeper), wasmOpts...)

Expand Down

0 comments on commit 14460a1

Please sign in to comment.