@uniswap/client-data-api 0.0.205 → 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.
@@ -1245,8 +1245,10 @@ export declare class PoolListFilter extends Message<PoolListFilter> {
1245
1245
  * shape; scoped flows (exact-pool lookups, fee-tier discovery) that need
1246
1246
  * complete listings must send false explicitly. Gates: wash trading (1D
1247
1247
  * volume must not exceed 10,000x the pool's TVL; fails open on missing
1248
- * values) and valuation trust (both tokens priced with confidence >=
1249
- * 0.005, ListTokens' exact rule; fails closed on a missing price).
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).
1250
1252
  *
1251
1253
  * @generated from field: optional bool apply_top_level_filters = 8;
1252
1254
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/client-data-api",
3
- "version": "0.0.205",
3
+ "version": "0.0.206",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },