@uniswap/client-data-api 0.0.234 → 0.0.235

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.
@@ -1175,7 +1175,10 @@ export declare class Pool extends Message<Pool> {
1175
1175
  */
1176
1176
  tickSpacing?: number;
1177
1177
  /**
1178
- * pips; absent for V2 (fixed 0.3%) and dynamic-fee pools
1178
+ * The pool key's own fee in pips, always served: the V4 DYNAMIC_FEE_FLAG
1179
+ * sentinel (0x800000) for a dynamic-fee pool — the literal PoolKey.fee, which
1180
+ * is what hashing a v4 pool id needs — and the fixed 3000 for V2. Read
1181
+ * is_dynamic_fee, not this, to decide whether a pool has a fixed rate.
1179
1182
  *
1180
1183
  * @generated from field: optional uint32 fee_tier = 7;
1181
1184
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/client-data-api",
3
- "version": "0.0.234",
3
+ "version": "0.0.235",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },