Skip to content

Commit

Permalink
bump capability
Browse files Browse the repository at this point in the history
  • Loading branch information
hard-nett committed Jun 20, 2024
1 parent 3cada89 commit 9ece880
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 @@ -573,7 +573,7 @@ func NewJackalApp(

// The last arguments can contain custom message handlers, and custom query handlers,
// if we want to allow any custom callbacks
supportedFeatures := "iterator,staking,stargate,cosmwasm_1_1"
supportedFeatures := "iterator,staking,stargate,cosmwasm_1_1,cosmwasm_1_2"
app.wasmKeeper = wasm.NewKeeper(
appCodec,
keys[wasm.StoreKey],
Expand Down

0 comments on commit 9ece880

Please sign in to comment.