Skip to content

Commit

Permalink
updating query for borrowed amount
Browse files Browse the repository at this point in the history
  • Loading branch information
avkr003 committed Jan 16, 2025
1 parent d723df7 commit 7f443c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion proto/elys/perpetual/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ service Msg {
rpc Dewhitelist(MsgDewhitelist) returns (MsgDewhitelistResponse);
rpc UpdateStopLoss(MsgUpdateStopLoss) returns (MsgUpdateStopLossResponse);
rpc ClosePositions(MsgClosePositions) returns (MsgClosePositionsResponse);
rpc UpdateTakeProfitPrice(MsgUpdateTakeProfitPrice) returns (MsgUpdateTakeProfitPriceResponse);
rpc UpdateTakeProfitPrice(MsgUpdateTakeProfitPrice)
returns (MsgUpdateTakeProfitPriceResponse);
rpc UpdateEnabledPools(MsgUpdateEnabledPools) returns (MsgUpdateEnabledPoolsResponse);

}
message MsgOpen {
option (cosmos.msg.v1.signer) = "creator";
Expand Down

0 comments on commit 7f443c4

Please sign in to comment.