@uniswap/client-data-api 0.0.223 → 0.0.224

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.
@@ -1300,7 +1300,7 @@ export declare class PoolListFilter extends Message<PoolListFilter> {
1300
1300
  * on-list-or-earned-trust rule), balance (the pool's claimed TVL
1301
1301
  * must be backed on both sides: side-valuation ratio at or above the
1302
1302
  * protocol-stats 1:500 rule; unknown fails open), and a TVL floor
1303
- * (pool TVL >= $100 on ranked explore feeds, >= $1 on token-scoped
1303
+ * (pool TVL >= $1,000 on ranked explore feeds, >= $1 on token-scoped
1304
1304
  * requests — the dust stratum where fossilized stats live; unknown
1305
1305
  * fails open).
1306
1306
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/client-data-api",
3
- "version": "0.0.223",
3
+ "version": "0.0.224",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },