Skip to content

Commit

Permalink
Merge pull request #562 from okp4/feat/cw-capabilities
Browse files Browse the repository at this point in the history
feat(wasm): enable some cosmwasm features
  • Loading branch information
amimart authored Feb 19, 2024
2 parents cecc284 + 19f93e8 commit dbb408b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/wasm/capabilities.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ func AllCapabilities() []string {
"stargate",
"cosmwasm_1_1",
"cosmwasm_1_2",
"cosmwasm_1_3",
"cosmwasm_1_4",
}
}

0 comments on commit dbb408b

Please sign in to comment.