@uniswap/client-data-api 0.0.195 → 0.0.196

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.
@@ -265,7 +265,7 @@ export declare enum PoolsOrderBy {
265
265
  */
266
266
  VOLUME_30D = 3,
267
267
  /**
268
- * fee revenue / TVL; excludes reward_apr
268
+ * ranks on total_apr (fee apr + live reward apr); fee apr alone when incentive data is unavailable
269
269
  *
270
270
  * @generated from enum value: POOLS_ORDER_BY_APR = 4;
271
271
  */
@@ -337,7 +337,7 @@ export var PoolsOrderBy;
337
337
  */
338
338
  PoolsOrderBy[PoolsOrderBy["VOLUME_30D"] = 3] = "VOLUME_30D";
339
339
  /**
340
- * fee revenue / TVL; excludes reward_apr
340
+ * ranks on total_apr (fee apr + live reward apr); fee apr alone when incentive data is unavailable
341
341
  *
342
342
  * @generated from enum value: POOLS_ORDER_BY_APR = 4;
343
343
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/client-data-api",
3
- "version": "0.0.195",
3
+ "version": "0.0.196",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },