Skip to content

Commit

Permalink
Merge branch 'main' into robert/store-helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed Jul 27, 2023
2 parents ab2b3eb + 310d6be commit f8bfd36
Show file tree
Hide file tree
Showing 4 changed files with 1,553 additions and 329 deletions.
2 changes: 1 addition & 1 deletion proto/umee/metoken/v1/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,5 @@ message QueryIndexPrice {

// QueryIndexPriceResponse defines the response structure for the IndexPrice gRPC service handler.
message QueryIndexPriceResponse {
repeated Price prices = 1 [(gogoproto.nullable) = false];
repeated Price prices = 1 [(gogoproto.nullable) = false];
}
8 changes: 8 additions & 0 deletions swagger/proto-config-gen.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@
"Params": "IncentiveParams"
}
}
},
{
"url": "./tmp-swagger-gen/umee/metoken/v1/query.swagger.json",
"operationIds": {
"rename": {
"Params": "MeTokenParams"
}
}
}
]
}
Loading

0 comments on commit f8bfd36

Please sign in to comment.