Skip to content

Commit

Permalink
proto(dex): augment LiquidityPositionsByPrice with position ids
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanor committed Apr 29, 2024
1 parent 8d4dc03 commit 796a7f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/penumbra/penumbra/core/component/dex/v1/dex.proto
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,7 @@ message LiquidityPositionsByPriceRequest {

message LiquidityPositionsByPriceResponse {
core.component.dex.v1.Position data = 1;
core.component.dex.v1.PositionId id = 2;
}

message SpreadRequest {
Expand Down

0 comments on commit 796a7f5

Please sign in to comment.