Skip to content

Commit

Permalink
feat: enable cosmwasm 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
emidev98 committed Nov 3, 2023
1 parent 3078c9e commit cb2cbd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/keepers/keepers.go
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ func NewTerraAppKeepers(
if err != nil {
panic("error while reading wasm config: " + err.Error())
}
availableCapabilities := "iterator,staking,stargate,cosmwasm_1_1,cosmwasm_1_2,cosmwasm_1_3,token_factory"
availableCapabilities := "iterator,staking,stargate,cosmwasm_1_1,cosmwasm_1_2,cosmwasm_1_3,cosmwasm_1_4,token_factory"
keepers.WasmKeeper = wasmkeeper.NewKeeper(
appCodec,
keys[wasmtypes.StoreKey],
Expand Down

0 comments on commit cb2cbd9

Please sign in to comment.