@uniswap/client-data-api 0.0.207 → 0.0.208
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.
|
@@ -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
|
-
*
|
|
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
|
*/
|