Skip to content

Commit

Permalink
add previous cosmwasm release capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
kwtalley committed Jun 20, 2024
1 parent d8f95b5 commit 0ef12d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ func New(

// Add the capabilities and indicate that provwasm contracts can be run on this chain.
// Capabilities defined here: https://github.com/CosmWasm/cosmwasm/blob/main/docs/CAPABILITIES-BUILT-IN.md
supportedFeatures := "staking,provenance,stargate,iterator,cosmwasm_1_4"
supportedFeatures := "staking,provenance,stargate,iterator,cosmwasm_1_1, cosmwasm_1_2, cosmwasm_1_3, cosmwasm_1_4"

// The last arguments contain custom message handlers, and custom query handlers,
// to allow smart contracts to use provenance modules.
Expand Down

0 comments on commit 0ef12d2

Please sign in to comment.