@sui-tracker/shared 1.1.6 → 1.1.7

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.
@@ -347,6 +347,7 @@ export interface TokenStatsData {
347
347
  totalTxSell: number;
348
348
  totalMakerBuy: number;
349
349
  totalMakerSell: number;
350
+ priceChange: number;
350
351
  }
351
352
  export interface TokenDetailData {
352
353
  token: TokenData;
@@ -149,6 +149,7 @@ message TokenStatsData {
149
149
  int32 totalTxSell = 7;
150
150
  int32 totalMakerBuy = 8;
151
151
  int32 totalMakerSell = 9;
152
+ double priceChange = 10;
152
153
  }
153
154
 
154
155
  // Token detail data structure