@uniswap/client-data-api 0.0.207 → 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
  */
@@ -520,6 +520,11 @@ export declare class TokensSort extends Message<TokensSort> {
520
520
  */
521
521
  export declare class TokenListFilter extends Message<TokenListFilter> {
522
522
  /**
523
+ * Default false (spam excluded): drops tokens affirmatively flagged — a
524
+ * non-Benign Blockaid verdict, blocklisted, or URL-spam; unscanned tokens
525
+ * pass. Independent of apply_top_level_filters: true alone means "show
526
+ * spam but keep the quality gates".
527
+ *
523
528
  * @generated from field: optional bool include_spam = 1;
524
529
  */
525
530
  includeSpam?: boolean;
@@ -1208,7 +1213,10 @@ export declare class PoolListFilter extends Message<PoolListFilter> {
1208
1213
  */
1209
1214
  protocolVersions: ProtocolVersion[];
1210
1215
  /**
1211
- * default false (spam excluded)
1216
+ * Default false (spam excluded): drops pools where either token is
1217
+ * affirmatively flagged — a non-Benign Blockaid verdict, blocklisted, or
1218
+ * URL-spam; unscanned tokens pass (ListTokens' exact safety rule).
1219
+ * Independent of apply_top_level_filters.
1212
1220
  *
1213
1221
  * @generated from field: optional bool include_spam = 2;
1214
1222
  */
@@ -1247,8 +1255,9 @@ export declare class PoolListFilter extends Message<PoolListFilter> {
1247
1255
  * volume must not exceed 10,000x the pool's TVL; fails open on missing
1248
1256
  * values), valuation trust (both tokens priced with confidence >= 0.005,
1249
1257
  * ListTokens' exact rule; fails closed on a missing price), and discovery
1250
- * (each token native, on a token list, or priced with confidence >= 0.2
1251
- * 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).
1252
1261
  *
1253
1262
  * @generated from field: optional bool apply_top_level_filters = 8;
1254
1263
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/client-data-api",
3
- "version": "0.0.207",
3
+ "version": "0.0.209",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },