@sui-tracker/shared 1.1.11 → 1.1.12

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.
@@ -394,6 +394,7 @@ export interface MarketData {
394
394
  reserveB: number;
395
395
  createdTime: string;
396
396
  feeRate: string;
397
+ dex: string;
397
398
  }
398
399
  export interface GetMarketsByTokenRequest {
399
400
  tokenAddress: string;
@@ -510,6 +510,7 @@ message MarketData {
510
510
  double reserveB = 5;
511
511
  string createdTime = 6;
512
512
  string feeRate = 7;
513
+ string dex = 8;
513
514
  }
514
515
 
515
516
  message GetMarketsByTokenRequest {