@uniswap/client-data-api 0.0.204 → 0.0.205
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.
|
@@ -1240,11 +1240,13 @@ export declare class PoolListFilter extends Message<PoolListFilter> {
|
|
|
1240
1240
|
*/
|
|
1241
1241
|
hooks?: string;
|
|
1242
1242
|
/**
|
|
1243
|
-
*
|
|
1244
|
-
*
|
|
1245
|
-
*
|
|
1246
|
-
*
|
|
1247
|
-
*
|
|
1243
|
+
* Curated-feed quality gates, default true (the pools translation of
|
|
1244
|
+
* ListTokens' bundle, CONS-2542). Applied uniformly to every request
|
|
1245
|
+
* shape; scoped flows (exact-pool lookups, fee-tier discovery) that need
|
|
1246
|
+
* complete listings must send false explicitly. Gates: wash trading (1D
|
|
1247
|
+
* volume must not exceed 10,000x the pool's TVL; fails open on missing
|
|
1248
|
+
* values) and valuation trust (both tokens priced with confidence >=
|
|
1249
|
+
* 0.005, ListTokens' exact rule; fails closed on a missing price).
|
|
1248
1250
|
*
|
|
1249
1251
|
* @generated from field: optional bool apply_top_level_filters = 8;
|
|
1250
1252
|
*/
|