Skip to content

Commit

Permalink
fix: add missing wasm capability
Browse files Browse the repository at this point in the history
  • Loading branch information
Max committed Jul 13, 2023
1 parent 66f2c1a commit 435840a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simapp/keepers/keepers.go
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ func NewAppKeeper(

// The last arguments can contain custom message handlers, and custom query handlers,
// if we want to allow any custom callbacks
supportedFeatures := "iterator,staking,stargate"
supportedFeatures := "iterator,staking,stargate,cosmwasm_1_1"
wasmOpts = append(wasmbindings.RegisterStargateQueries(*bApp.GRPCQueryRouter(), appCodec), wasmOpts...)
wasmKeeper := wasm.NewKeeper(
appCodec,
Expand Down

0 comments on commit 435840a

Please sign in to comment.