@uniswap/client-data-api 0.0.213 → 0.0.214

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,7 +1257,9 @@ 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).
1260
+ * on-list-or-earned-trust rule), and balance (the pool's claimed TVL
1261
+ * must be backed on both sides: side-valuation ratio at or above the
1262
+ * protocol-stats 1:500 rule; unknown fails open).
1261
1263
  *
1262
1264
  * @generated from field: optional bool apply_top_level_filters = 8;
1263
1265
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/client-data-api",
3
- "version": "0.0.213",
3
+ "version": "0.0.214",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },