diff --git a/docs/CAPABILITIES-BUILT-IN.md b/docs/CAPABILITIES-BUILT-IN.md index 190c9f825d..d822971807 100644 --- a/docs/CAPABILITIES-BUILT-IN.md +++ b/docs/CAPABILITIES-BUILT-IN.md @@ -15,5 +15,6 @@ might define others. CosmWasm `1.1.0` or higher support this. - `cosmwasm_1_2` enables the `GovMsg::VoteWeighted` and `WasmMsg::Instantiate2` messages. Only chains running CosmWasm `1.2.0` or higher support this. -- `cosmwasm_1_3` enables the `BankQuery::AllDenomMetadata` query. Only chains - running CosmWasm `1.3.0` or higher support this. +- `cosmwasm_1_3` enables the `BankQuery::AllDenomMetadata` and + `BankQuery::DenomMetadata` queries. Only chains running CosmWasm `1.3.0` or + higher support this.