Skip to content

Commit

Permalink
feat(wasm): enable some cosmwasm features
Browse files Browse the repository at this point in the history
  • Loading branch information
amimart committed Feb 19, 2024
1 parent d802afd commit 19f93e8
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 19f93e8

Please sign in to comment.