Skip to content

Commit

Permalink
update consumer chains REST endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
sainoe committed Aug 29, 2024
1 parent 7aa6db9 commit a2590b2
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 a2590b2

Please sign in to comment.