Skip to content

Commit 7dc893d

Browse files
mmsqevladjdk
andauthored
fix: add pagination flags to token-pairs query (cosmos#468)
* fix: add pagination flags to token-pairs query * doc --------- Co-authored-by: Vlad J <vladjdk@gmail.com>
1 parent 909c8e2 commit 7dc893d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
- [\#441](https://github.com/cosmos/evm/pull/441) Align precompiles map with available static check to Prague.
2626
- [\#452](https://github.com/cosmos/evm/pull/452) Cleanup unused cancel function in filter.
2727
- [\#454](https://github.com/cosmos/evm/pull/454) Align multi decode functions instead of string contains check in HexAddressFromBech32String.
28+
- [\#468](https://github.com/cosmos/evm/pull/468) Add pagination flags to `token-pairs` to improve query flexibility.
2829

2930
### IMPROVEMENTS
3031

x/erc20/client/cli/query.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ func GetTokenPairsCmd() *cobra.Command {
6363
}
6464

6565
flags.AddQueryFlagsToCmd(cmd)
66+
flags.AddPaginationFlagsToCmd(cmd, "token-pairs")
6667
return cmd
6768
}
6869

0 commit comments

Comments
 (0)