We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a13fe5 commit 6118854Copy full SHA for 6118854
docs/CAPABILITIES-BUILT-IN.md
@@ -29,3 +29,7 @@ might define others.
29
running CosmWasm `2.0.0` or higher support this.
30
- `cosmwasm_2_1` enables `IbcMsg::WriteAcknowledgement`. Only chains running
31
CosmWasm `2.1.0` or higher support this.
32
+- `cosmwasm_2_2` enables an optional additional `MigrateInfo` parameter for the
33
+ `migrate` entrypoint, as well as IBC Fees support with `IbcMsg::PayPacketFee`,
34
+ `IbcMsg::PayPacketFeeAsync` and `IbcQuery::FeeEnabledChannel`. Only chains
35
+ running CosmWasm `2.2.0` or higher support this.
0 commit comments