@uniswap/client-data-api 0.0.62 → 0.0.64
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.
package/dist/data/v1/api_pb.d.ts
CHANGED
|
@@ -719,6 +719,10 @@ export declare class GetPoolRequest extends Message<GetPoolRequest> {
|
|
|
719
719
|
* @generated from field: pools.v1.ProtocolVersion protocol_version = 3;
|
|
720
720
|
*/
|
|
721
721
|
protocolVersion: ProtocolVersion;
|
|
722
|
+
/**
|
|
723
|
+
* @generated from field: optional bool include_volume_30d = 4;
|
|
724
|
+
*/
|
|
725
|
+
includeVolume30d?: boolean;
|
|
722
726
|
constructor(data?: PartialMessage<GetPoolRequest>);
|
|
723
727
|
static readonly runtime: typeof proto3;
|
|
724
728
|
static readonly typeName = "data.v1.GetPoolRequest";
|
|
@@ -847,6 +851,10 @@ export declare class ListPoolsRequest extends Message<ListPoolsRequest> {
|
|
|
847
851
|
* @generated from field: optional string page_token = 9;
|
|
848
852
|
*/
|
|
849
853
|
pageToken?: string;
|
|
854
|
+
/**
|
|
855
|
+
* @generated from field: optional bool include_volume_30d = 10;
|
|
856
|
+
*/
|
|
857
|
+
includeVolume30d?: boolean;
|
|
850
858
|
constructor(data?: PartialMessage<ListPoolsRequest>);
|
|
851
859
|
static readonly runtime: typeof proto3;
|
|
852
860
|
static readonly typeName = "data.v1.ListPoolsRequest";
|
package/dist/data/v1/api_pb.js
CHANGED
|
@@ -1067,6 +1067,7 @@ GetPoolRequest.fields = proto3.util.newFieldList(() => [
|
|
|
1067
1067
|
{ no: 1, name: "chain_id", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
1068
1068
|
{ no: 2, name: "pool_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1069
1069
|
{ no: 3, name: "protocol_version", kind: "enum", T: proto3.getEnumType(ProtocolVersion) },
|
|
1070
|
+
{ no: 4, name: "include_volume_30d", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
|
|
1070
1071
|
]);
|
|
1071
1072
|
/**
|
|
1072
1073
|
* @generated from message data.v1.GetPoolResponse
|
|
@@ -1226,6 +1227,7 @@ ListPoolsRequest.fields = proto3.util.newFieldList(() => [
|
|
|
1226
1227
|
{ no: 7, name: "hooks", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
1227
1228
|
{ no: 8, name: "page_size", kind: "scalar", T: 13 /* ScalarType.UINT32 */, opt: true },
|
|
1228
1229
|
{ no: 9, name: "page_token", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
1230
|
+
{ no: 10, name: "include_volume_30d", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
|
|
1229
1231
|
]);
|
|
1230
1232
|
/**
|
|
1231
1233
|
* @generated from message data.v1.ListPoolsResponse
|
|
@@ -405,6 +405,10 @@ export declare class Pool extends Message<Pool> {
|
|
|
405
405
|
* @generated from field: float total_apr = 16;
|
|
406
406
|
*/
|
|
407
407
|
totalApr: number;
|
|
408
|
+
/**
|
|
409
|
+
* @generated from field: optional double volume_30d = 17;
|
|
410
|
+
*/
|
|
411
|
+
volume30d?: number;
|
|
408
412
|
constructor(data?: PartialMessage<Pool>);
|
|
409
413
|
static readonly runtime: typeof proto3;
|
|
410
414
|
static readonly typeName = "pools.v1.Pool";
|
|
@@ -530,6 +530,7 @@ Pool.fields = proto3.util.newFieldList(() => [
|
|
|
530
530
|
{ no: 14, name: "apr", kind: "scalar", T: 2 /* ScalarType.FLOAT */ },
|
|
531
531
|
{ no: 15, name: "boosted_apr", kind: "scalar", T: 2 /* ScalarType.FLOAT */ },
|
|
532
532
|
{ no: 16, name: "total_apr", kind: "scalar", T: 2 /* ScalarType.FLOAT */ },
|
|
533
|
+
{ no: 17, name: "volume_30d", kind: "scalar", T: 1 /* ScalarType.DOUBLE */, opt: true },
|
|
533
534
|
]);
|
|
534
535
|
/**
|
|
535
536
|
* @generated from message pools.v1.Pair
|
|
@@ -84,6 +84,10 @@ export declare class BlockaidMetadataItem extends Message<BlockaidMetadataItem>
|
|
|
84
84
|
* @generated from field: double fee_transfer = 7;
|
|
85
85
|
*/
|
|
86
86
|
feeTransfer: number;
|
|
87
|
+
/**
|
|
88
|
+
* @generated from field: repeated string features = 8;
|
|
89
|
+
*/
|
|
90
|
+
features: string[];
|
|
87
91
|
constructor(data?: PartialMessage<BlockaidMetadataItem>);
|
|
88
92
|
static readonly runtime: typeof proto3;
|
|
89
93
|
static readonly typeName = "data.v1.BlockaidMetadataItem";
|
|
@@ -133,6 +133,10 @@ export class BlockaidMetadataItem extends Message {
|
|
|
133
133
|
* @generated from field: double fee_transfer = 7;
|
|
134
134
|
*/
|
|
135
135
|
this.feeTransfer = 0;
|
|
136
|
+
/**
|
|
137
|
+
* @generated from field: repeated string features = 8;
|
|
138
|
+
*/
|
|
139
|
+
this.features = [];
|
|
136
140
|
proto3.util.initPartial(data, this);
|
|
137
141
|
}
|
|
138
142
|
static fromBinary(bytes, options) {
|
|
@@ -158,6 +162,7 @@ BlockaidMetadataItem.fields = proto3.util.newFieldList(() => [
|
|
|
158
162
|
{ no: 5, name: "fee_buy", kind: "scalar", T: 1 /* ScalarType.DOUBLE */ },
|
|
159
163
|
{ no: 6, name: "fee_sell", kind: "scalar", T: 1 /* ScalarType.DOUBLE */ },
|
|
160
164
|
{ no: 7, name: "fee_transfer", kind: "scalar", T: 1 /* ScalarType.DOUBLE */ },
|
|
165
|
+
{ no: 8, name: "features", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
161
166
|
]);
|
|
162
167
|
/**
|
|
163
168
|
* @generated from message data.v1.IngestBlockaidMetadataRequest
|