@uniswap/client-data-api 0.0.161 → 0.0.164

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.
@@ -352,7 +352,19 @@ export declare enum LaunchesOrderBy {
352
352
  /**
353
353
  * @generated from enum value: LAUNCHES_ORDER_BY_PRICE_CHANGE_1D = 5;
354
354
  */
355
- PRICE_CHANGE_1D = 5
355
+ PRICE_CHANGE_1D = 5,
356
+ /**
357
+ * Trending: launches with recent buy-side momentum. Candidates are tokens
358
+ * with buy activity in the trailing hour REGARDLESS of launch age; gated
359
+ * (non-negative 1h price change, minimum FDV, minimum distinct 1h buyers)
360
+ * and scored by volume/buyer acceleration vs the preceding hours, with the
361
+ * remainder of the page backfilled by 24h volume so the module never
362
+ * renders empty. Needs no LaunchListFilter.window — any window filter is
363
+ * ignored under this sort.
364
+ *
365
+ * @generated from enum value: LAUNCHES_ORDER_BY_TRENDING = 6;
366
+ */
367
+ TRENDING = 6
356
368
  }
357
369
  /**
358
370
  * Launch-recency window for ListLaunches. UNSPECIFIED applies no window (all
@@ -641,13 +653,15 @@ export declare class TokenMarketStats extends Message<TokenMarketStats> {
641
653
  */
642
654
  totalValueLockedUsd?: number;
643
655
  /**
644
- * reserved; unset
656
+ * price * circulating supply. NULL for EVM until CONS-2571's write path
657
+ * populates chain_token_stats.market_cap_usd; unset for Solana (no Codex
658
+ * source wired here).
645
659
  *
646
660
  * @generated from field: optional double market_cap_usd = 2;
647
661
  */
648
662
  marketCapUsd?: number;
649
663
  /**
650
- * reserved; unset
664
+ * price * total supply. Same NULL/unset rules as market_cap_usd.
651
665
  *
652
666
  * @generated from field: optional double fully_diluted_valuation_usd = 3;
653
667
  */
@@ -895,6 +909,13 @@ export declare class MultichainToken extends Message<MultichainToken> {
895
909
  * @generated from field: data.v2.TokenProject project = 10;
896
910
  */
897
911
  project?: TokenProject;
912
+ /**
913
+ * USD, price * total supply. NULL for EVM until CONS-2571's write path
914
+ * populates chain_token_stats.fdv_usd. Populated for Solana via Codex.
915
+ *
916
+ * @generated from field: optional double fdv = 11;
917
+ */
918
+ fdv?: number;
898
919
  constructor(data?: PartialMessage<MultichainToken>);
899
920
  static readonly runtime: typeof proto3;
900
921
  static readonly typeName = "data.v2.MultichainToken";
@@ -1318,6 +1339,13 @@ export declare class Token extends Message<Token> {
1318
1339
  * @generated from field: optional data.v2.TokenMultichain multichain = 11;
1319
1340
  */
1320
1341
  multichain?: TokenMultichain;
1342
+ /**
1343
+ * USD, price * total supply. NULL for EVM until CONS-2571's write path
1344
+ * populates chain_token_stats.fdv_usd. Populated for Solana via Codex.
1345
+ *
1346
+ * @generated from field: optional double fdv = 12;
1347
+ */
1348
+ fdv?: number;
1321
1349
  constructor(data?: PartialMessage<Token>);
1322
1350
  static readonly runtime: typeof proto3;
1323
1351
  static readonly typeName = "data.v2.Token";
@@ -450,6 +450,18 @@ export var LaunchesOrderBy;
450
450
  * @generated from enum value: LAUNCHES_ORDER_BY_PRICE_CHANGE_1D = 5;
451
451
  */
452
452
  LaunchesOrderBy[LaunchesOrderBy["PRICE_CHANGE_1D"] = 5] = "PRICE_CHANGE_1D";
453
+ /**
454
+ * Trending: launches with recent buy-side momentum. Candidates are tokens
455
+ * with buy activity in the trailing hour REGARDLESS of launch age; gated
456
+ * (non-negative 1h price change, minimum FDV, minimum distinct 1h buyers)
457
+ * and scored by volume/buyer acceleration vs the preceding hours, with the
458
+ * remainder of the page backfilled by 24h volume so the module never
459
+ * renders empty. Needs no LaunchListFilter.window — any window filter is
460
+ * ignored under this sort.
461
+ *
462
+ * @generated from enum value: LAUNCHES_ORDER_BY_TRENDING = 6;
463
+ */
464
+ LaunchesOrderBy[LaunchesOrderBy["TRENDING"] = 6] = "TRENDING";
453
465
  })(LaunchesOrderBy || (LaunchesOrderBy = {}));
454
466
  // Retrieve enum metadata with: proto3.getEnumType(LaunchesOrderBy)
455
467
  proto3.util.setEnumType(LaunchesOrderBy, "data.v2.LaunchesOrderBy", [
@@ -459,6 +471,7 @@ proto3.util.setEnumType(LaunchesOrderBy, "data.v2.LaunchesOrderBy", [
459
471
  { no: 3, name: "LAUNCHES_ORDER_BY_TVL" },
460
472
  { no: 4, name: "LAUNCHES_ORDER_BY_PRICE_CHANGE_1H" },
461
473
  { no: 5, name: "LAUNCHES_ORDER_BY_PRICE_CHANGE_1D" },
474
+ { no: 6, name: "LAUNCHES_ORDER_BY_TRENDING" },
462
475
  ]);
463
476
  /**
464
477
  * Launch-recency window for ListLaunches. UNSPECIFIED applies no window (all
@@ -1072,6 +1085,7 @@ MultichainToken.fields = proto3.util.newFieldList(() => [
1072
1085
  { no: 8, name: "safety", kind: "message", T: TokenSafety },
1073
1086
  { no: 9, name: "fees", kind: "message", T: TokenFees },
1074
1087
  { no: 10, name: "project", kind: "message", T: TokenProject },
1088
+ { no: 11, name: "fdv", kind: "scalar", T: 1 /* ScalarType.DOUBLE */, opt: true },
1075
1089
  ]);
1076
1090
  /**
1077
1091
  * @generated from message data.v2.PoolsSort
@@ -1534,6 +1548,7 @@ Token.fields = proto3.util.newFieldList(() => [
1534
1548
  { no: 9, name: "fees", kind: "message", T: TokenFees },
1535
1549
  { no: 10, name: "project", kind: "message", T: TokenProject },
1536
1550
  { no: 11, name: "multichain", kind: "message", T: TokenMultichain, opt: true },
1551
+ { no: 12, name: "fdv", kind: "scalar", T: 1 /* ScalarType.DOUBLE */, opt: true },
1537
1552
  ]);
1538
1553
  /**
1539
1554
  * A token launchpad known to the Launches surface (see the data-api
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/client-data-api",
3
- "version": "0.0.161",
3
+ "version": "0.0.164",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },