@uniswap/client-data-api 0.0.208 → 0.0.209

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.
@@ -967,12 +967,11 @@ export declare class PoolProtocolFees extends Message<PoolProtocolFees> {
967
967
  /**
968
968
  * Protocol fee in pips (hundredths of a bip), same semantics as
969
969
  * pools.v1.Pool.protocol_fee: v4 = ADDITIVE fee stacked on top of the LP
970
- * fee (real stored value when non-zero; otherwise the governance-curve
971
- * preview for EVERY pool a test-only preview until v4 fees are live, so
972
- * hooked/dynamic pools may carry an approximation); v2/v3 = SUBTRACTIVE
973
- * share carved out of the displayed fee tier, stored live value ONLY (0 =
974
- * fee switch off). UNSET when undeterminable: unknown pool, or a v2/v3
975
- * pool the source cannot answer for.
970
+ * fee; v2/v3 = SUBTRACTIVE share carved out of the displayed fee tier.
971
+ * Every version serves the stored on-chain value ONLY (a set 0 means the
972
+ * fee is not turned on — v4: no protocol fee set on the pool; v2/v3: fee
973
+ * switch off). UNSET when undeterminable: a pool the ingestion pipeline
974
+ * has no row for, or a source read that failed.
976
975
  *
977
976
  * @generated from field: optional uint32 protocol_fee = 2;
978
977
  */
@@ -1255,8 +1255,9 @@ export declare class PoolListFilter extends Message<PoolListFilter> {
1255
1255
  * volume must not exceed 10,000x the pool's TVL; fails open on missing
1256
1256
  * values), valuation trust (both tokens priced with confidence >= 0.005,
1257
1257
  * ListTokens' exact rule; fails closed on a missing price), and discovery
1258
- * (each token native, on a token list, or priced with confidence >= 0.2
1259
- * ListTokens' on-list-or-earned-trust rule).
1258
+ * (each token native, on a token list, or confidence >= 0.2 WITH 1D token
1259
+ * volume in ListTokens' discovery band [10K, 30M] — its exact
1260
+ * on-list-or-earned-trust rule).
1260
1261
  *
1261
1262
  * @generated from field: optional bool apply_top_level_filters = 8;
1262
1263
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/client-data-api",
3
- "version": "0.0.208",
3
+ "version": "0.0.209",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },