Skip to content

Commit

Permalink
proto-format
Browse files Browse the repository at this point in the history
Signed-off-by: Shrenuj Bansal <[email protected]>
  • Loading branch information
shrenujb committed Oct 15, 2024
1 parent b1b66ec commit 5a65268
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion proto/dydxprotocol/listing/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ option go_package = "github.com/dydxprotocol/v4-chain/protocol/x/listing/types";
// Query defines the gRPC querier service.
service Query {
// Queries for the hard cap number of listed markets
rpc MarketsHardCap(QueryMarketsHardCap) returns (QueryMarketsHardCapResponse) {
rpc MarketsHardCap(QueryMarketsHardCap)
returns (QueryMarketsHardCapResponse) {
option (google.api.http).get = "/dydxprotocol/listing/markets_hard_cap";
}

Expand Down

0 comments on commit 5a65268

Please sign in to comment.