diff --git a/CHANGELOG.md b/CHANGELOG.md index 9701ee798ef..58464884453 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -107,11 +107,14 @@ This release containts the following new modules: * [#4207](https://github.com/osmosis-labs/osmosis/pull/4207) Integrate Async ICQ. ### Misc Improvements + * [#4131](https://github.com/osmosis-labs/osmosis/pull/4141) Add GatherValuesFromStorePrefixWithKeyParser function to osmoutils. * [#4388](https://github.com/osmosis-labs/osmosis/pull/4388) Increase the max allowed contract size for non-proposal contracts to 3MB * [#4384](https://github.com/osmosis-labs/osmosis/pull/4384) migrate stXXX/XXX constant product pools 833, 817, 810 to stable swap * [#4461](https://github.com/osmosis-labs/osmosis/pull/4461) added rate limit quotas for a set of high value tokens + * [#4819](https://github.com/osmosis-labs/osmosis/pull/4819) remove duplicate denom-authority-metadata query command * [#5028](https://github.com/osmosis-labs/osmosis/pull/5028) Change stakingTypes.Bankkeeper to simtypes.Bankkeeper + ### API breaks * [#3766](https://github.com/osmosis-labs/osmosis/pull/3766) Remove Osmosis gamm and twap `bindings` that were previously supported as custom wasm plugins. diff --git a/x/tokenfactory/client/cli/query.go b/x/tokenfactory/client/cli/query.go index 2cc853833dc..39a37666661 100644 --- a/x/tokenfactory/client/cli/query.go +++ b/x/tokenfactory/client/cli/query.go @@ -20,7 +20,7 @@ func GetQueryCmd() *cobra.Command { cmd := osmocli.QueryIndexCmd(types.ModuleName) osmocli.AddQueryCmd(cmd, types.NewQueryClient, GetCmdDenomAuthorityMetadata) - osmocli.AddQueryCmd(cmd, types.NewQueryClient, GetCmdDenomAuthorityMetadata) + osmocli.AddQueryCmd(cmd, types.NewQueryClient, GetCmdDenomsFromCreator) cmd.AddCommand( osmocli.GetParams[*types.QueryParamsRequest](