@uniswap/client-data-api 0.0.218 → 0.0.219

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.
@@ -1257,9 +1257,12 @@ export declare class PoolListFilter extends Message<PoolListFilter> {
1257
1257
  * ListTokens' exact rule; fails closed on a missing price), and discovery
1258
1258
  * (each token native, on a token list, or confidence >= 0.2 WITH 1D token
1259
1259
  * volume in ListTokens' discovery band [10K, 30M] — its exact
1260
- * on-list-or-earned-trust rule), and balance (the pool's claimed TVL
1260
+ * on-list-or-earned-trust rule), balance (the pool's claimed TVL
1261
1261
  * must be backed on both sides: side-valuation ratio at or above the
1262
- * protocol-stats 1:500 rule; unknown fails open).
1262
+ * protocol-stats 1:500 rule; unknown fails open), and a TVL floor
1263
+ * (pool TVL >= $100 on ranked explore feeds, >= $1 on token-scoped
1264
+ * requests — the dust stratum where fossilized stats live; unknown
1265
+ * fails open).
1263
1266
  *
1264
1267
  * @generated from field: optional bool apply_top_level_filters = 8;
1265
1268
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/client-data-api",
3
- "version": "0.0.218",
3
+ "version": "0.0.219",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },