Skip to content

Commit f1a1ca8

Browse files
add pool manager params query to cli (#6441) (#6447)
(cherry picked from commit 3bb8212) Co-authored-by: Adam Tucker <adam@osmosis.team>
1 parent a831bb4 commit f1a1ca8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

x/poolmanager/client/cli/query.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ func GetQueryCmd() *cobra.Command {
2929
osmocli.AddQueryCmd(cmd, queryproto.NewQueryClient, GetCmdTotalPoolLiquidity)
3030
osmocli.AddQueryCmd(cmd, queryproto.NewQueryClient, GetCmdAllPools)
3131
osmocli.AddQueryCmd(cmd, queryproto.NewQueryClient, GetCmdPool)
32+
cmd.AddCommand(
33+
osmocli.GetParams[*queryproto.ParamsRequest](
34+
types.ModuleName, queryproto.NewQueryClient),
35+
)
3236

3337
return cmd
3438
}

0 commit comments

Comments
 (0)