@sui-tracker/shared 1.0.70 → 1.0.71

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -176,7 +176,7 @@ message GetCandleChartRequest {
176
176
 
177
177
  message GetLastSwapOrderRequest {
178
178
  string poolAddress = 1;
179
- int64 toTime = 2;
179
+ int32 toTime = 2;
180
180
  optional int32 limit = 3;
181
181
  optional string type = 4;
182
182
  optional double minAmountA = 5;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sui-tracker/shared",
3
- "version": "1.0.70",
3
+ "version": "1.0.71",
4
4
  "description": "Shared types and utilities for Sui Tracker",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",