Skip to content

Commit

Permalink
feat: update consumer_chains REST endpoint (#2188)
Browse files Browse the repository at this point in the history
update consumer chains REST endpoint
  • Loading branch information
sainoe authored Aug 29, 2024
1 parent 7aa6db9 commit 43ecf10
Show file tree
Hide file tree
Showing 3 changed files with 214 additions and 167 deletions.
2 changes: 1 addition & 1 deletion proto/interchain_security/ccv/provider/v1/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ service Query {
rpc QueryConsumerChains(QueryConsumerChainsRequest)
returns (QueryConsumerChainsResponse) {
option (google.api.http).get =
"/interchain_security/ccv/provider/consumer_chains";
"/interchain_security/ccv/provider/consumer_chains/{phase}/{limit}";
}

// QueryValidatorConsumerAddr queries the address
Expand Down
Loading

0 comments on commit 43ecf10

Please sign in to comment.