Skip to content

Commit

Permalink
fix: update proto
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAlcibiades committed Sep 10, 2023
1 parent 2dfb1bd commit 485d329
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions proto/valorem/trade/v1/spot.proto
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ message SpotPriceInfo {
H160 token_address = 2;

// spot_price, if available, is the current spot price in USD of the token.
// It is represented in H256 format for high precision.
// This field is optional since the spot price might not always be available
// for every token, and because this message is reused in the request and
// response stream.
// It is represented in a 60x18 (42 integer digits, 18 decimals) H256 format
// for high precision. This field is optional since the spot price might not
// always be available for every token, and because this message is reused
// in the request and response stream.
optional H256 spot_price = 3;
}

0 comments on commit 485d329

Please sign in to comment.