Skip to content

Commit

Permalink
Merge pull request #205 from terra-money/feat/v2.7/cosmwasm1.4
Browse files Browse the repository at this point in the history
feat: enable cosmwasm 1.4
  • Loading branch information
emidev98 authored Nov 6, 2023
2 parents 3078c9e + cb2cbd9 commit bf46e77
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 bf46e77

Please sign in to comment.