Skip to content

Commit

Permalink
Add support for cosmwasm_1_3 feature
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolacy committed Nov 30, 2023
1 parent f01e6b1 commit a84ed3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions demo/app/wasm.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ func AllCapabilities() []string {
"stargate",
"cosmwasm_1_1",
"cosmwasm_1_2",
"cosmwasm_1_3",
"virtual_staking",
}
}
2 changes: 1 addition & 1 deletion x/meshsecurity/keeper/test_common.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ func CreateDefaultTestInput(t testing.TB, opts ...Option) (sdk.Context, TestKeep
querier,
t.TempDir(),
wasmtypes.DefaultWasmConfig(),
"iterator,staking,stargate,cosmwasm_1_1,cosmwasm_1_2,virtual_staking",
"iterator,staking,stargate,cosmwasm_1_1,cosmwasm_1_2,cosmwasm_1_3,virtual_staking",
authtypes.NewModuleAddress(govtypes.ModuleName).String(),
)
require.NoError(t, wasmKeeper.SetParams(ctx, wasmtypes.DefaultParams()))
Expand Down

0 comments on commit a84ed3d

Please sign in to comment.