@uniswap/client-data-api 0.0.204 → 0.0.206

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.
@@ -1240,11 +1240,15 @@ export declare class PoolListFilter extends Message<PoolListFilter> {
1240
1240
  */
1241
1241
  hooks?: string;
1242
1242
  /**
1243
- * Currently ignored (accepted for ListTokens request parity; may be
1244
- * honored in the future): ListTokens' equivalent gates its curated Explore
1245
- * feed (quality/discovery/wash-trading bundle, default on). The pools
1246
- * quality bundle is being designed (CONS-2542); until it lands this flag
1247
- * changes nothing.
1243
+ * Curated-feed quality gates, default true (the pools translation of
1244
+ * ListTokens' bundle, CONS-2542). Applied uniformly to every request
1245
+ * shape; scoped flows (exact-pool lookups, fee-tier discovery) that need
1246
+ * complete listings must send false explicitly. Gates: wash trading (1D
1247
+ * volume must not exceed 10,000x the pool's TVL; fails open on missing
1248
+ * values), valuation trust (both tokens priced with confidence >= 0.005,
1249
+ * ListTokens' exact rule; fails closed on a missing price), and discovery
1250
+ * (each token native, on a token list, or priced with confidence >= 0.2 —
1251
+ * ListTokens' on-list-or-earned-trust rule).
1248
1252
  *
1249
1253
  * @generated from field: optional bool apply_top_level_filters = 8;
1250
1254
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/client-data-api",
3
- "version": "0.0.204",
3
+ "version": "0.0.206",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },