@uniswap/client-data-api 0.0.223 → 0.0.225
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.
|
@@ -129,10 +129,6 @@ export declare class Category extends Message<Category> {
|
|
|
129
129
|
* @generated from field: string description = 3;
|
|
130
130
|
*/
|
|
131
131
|
description: string;
|
|
132
|
-
/**
|
|
133
|
-
* @generated from field: string icon = 4;
|
|
134
|
-
*/
|
|
135
|
-
icon: string;
|
|
136
132
|
/**
|
|
137
133
|
* @generated from field: data.v2.CategoryClass class = 5;
|
|
138
134
|
*/
|
|
@@ -171,10 +171,6 @@ export class Category extends Message {
|
|
|
171
171
|
* @generated from field: string description = 3;
|
|
172
172
|
*/
|
|
173
173
|
this.description = "";
|
|
174
|
-
/**
|
|
175
|
-
* @generated from field: string icon = 4;
|
|
176
|
-
*/
|
|
177
|
-
this.icon = "";
|
|
178
174
|
/**
|
|
179
175
|
* @generated from field: data.v2.CategoryClass class = 5;
|
|
180
176
|
*/
|
|
@@ -200,7 +196,6 @@ Category.fields = proto3.util.newFieldList(() => [
|
|
|
200
196
|
{ no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
201
197
|
{ no: 2, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
202
198
|
{ no: 3, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
203
|
-
{ no: 4, name: "icon", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
204
199
|
{ no: 5, name: "class", kind: "enum", T: proto3.getEnumType(CategoryClass) },
|
|
205
200
|
]);
|
|
206
201
|
/**
|
|
@@ -1300,7 +1300,7 @@ export declare class PoolListFilter extends Message<PoolListFilter> {
|
|
|
1300
1300
|
* on-list-or-earned-trust rule), balance (the pool's claimed TVL
|
|
1301
1301
|
* must be backed on both sides: side-valuation ratio at or above the
|
|
1302
1302
|
* protocol-stats 1:500 rule; unknown fails open), and a TVL floor
|
|
1303
|
-
* (pool TVL >= $
|
|
1303
|
+
* (pool TVL >= $1,000 on ranked explore feeds, >= $1 on token-scoped
|
|
1304
1304
|
* requests — the dust stratum where fossilized stats live; unknown
|
|
1305
1305
|
* fails open).
|
|
1306
1306
|
*
|