@uniswap/client-data-api 0.0.130 → 0.0.132
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/auction-AuctionService_connectquery.d.ts +14 -1
- package/dist/data/v1/auction-AuctionService_connectquery.js +14 -1
- package/dist/data/v1/auction_connect.d.ts +10 -1
- package/dist/data/v1/auction_connect.js +10 -1
- package/dist/data/v1/auction_pb.d.ts +97 -0
- package/dist/data/v1/auction_pb.js +137 -0
- package/dist/data/v2/api_pb.d.ts +9 -2
- package/dist/data/v2/api_pb.js +7 -0
- package/dist/data/v2/types_pb.d.ts +33 -0
- package/dist/data/v2/types_pb.js +12 -0
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
2
|
-
import { GetAuctionActivityRequest, GetAuctionActivityResponse, GetAuctionRequest, GetAuctionResponse, GetBidsByWalletRequest, GetBidsByWalletResponse, GetBidsRequest, GetBidsResponse, GetCheckpointsForBidRequest, GetCheckpointsForBidResponse, GetCheckpointsRequest, GetCheckpointsResponse, GetClearingPriceHistoryRequest, GetClearingPriceHistoryResponse, GetLatestCheckpointRequest, GetLatestCheckpointResponse, GetTickDetailsRequest, GetTickDetailsResponse, ListTopAuctionsRequest, ListTopAuctionsResponse } from "./auction_pb.js";
|
|
2
|
+
import { GetAuctionActivityRequest, GetAuctionActivityResponse, GetAuctionRequest, GetAuctionResponse, GetBidsByWalletRequest, GetBidsByWalletResponse, GetBidsRequest, GetBidsResponse, GetCheckpointsForBidRequest, GetCheckpointsForBidResponse, GetCheckpointsRequest, GetCheckpointsResponse, GetClearingPriceHistoryRequest, GetClearingPriceHistoryResponse, GetLatestCheckpointRequest, GetLatestCheckpointResponse, GetTickDetailsRequest, GetTickDetailsResponse, ListAuctionsPendingLbpMigrationRequest, ListAuctionsPendingLbpMigrationResponse, ListTopAuctionsRequest, ListTopAuctionsResponse } from "./auction_pb.js";
|
|
3
3
|
/**
|
|
4
4
|
* @generated from rpc data.v1.AuctionService.GetBidsByWallet
|
|
5
5
|
*/
|
|
@@ -130,3 +130,16 @@ export declare const getTickDetails: {
|
|
|
130
130
|
readonly typeName: "data.v1.AuctionService";
|
|
131
131
|
};
|
|
132
132
|
};
|
|
133
|
+
/**
|
|
134
|
+
* @generated from rpc data.v1.AuctionService.ListAuctionsPendingLbpMigration
|
|
135
|
+
*/
|
|
136
|
+
export declare const listAuctionsPendingLbpMigration: {
|
|
137
|
+
readonly localName: "listAuctionsPendingLbpMigration";
|
|
138
|
+
readonly name: "ListAuctionsPendingLbpMigration";
|
|
139
|
+
readonly kind: MethodKind.Unary;
|
|
140
|
+
readonly I: typeof ListAuctionsPendingLbpMigrationRequest;
|
|
141
|
+
readonly O: typeof ListAuctionsPendingLbpMigrationResponse;
|
|
142
|
+
readonly service: {
|
|
143
|
+
readonly typeName: "data.v1.AuctionService";
|
|
144
|
+
};
|
|
145
|
+
};
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
// @ts-nocheck
|
|
5
5
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
6
|
-
import { GetAuctionActivityRequest, GetAuctionActivityResponse, GetAuctionRequest, GetAuctionResponse, GetBidsByWalletRequest, GetBidsByWalletResponse, GetBidsRequest, GetBidsResponse, GetCheckpointsForBidRequest, GetCheckpointsForBidResponse, GetCheckpointsRequest, GetCheckpointsResponse, GetClearingPriceHistoryRequest, GetClearingPriceHistoryResponse, GetLatestCheckpointRequest, GetLatestCheckpointResponse, GetTickDetailsRequest, GetTickDetailsResponse, ListTopAuctionsRequest, ListTopAuctionsResponse } from "./auction_pb.js";
|
|
6
|
+
import { GetAuctionActivityRequest, GetAuctionActivityResponse, GetAuctionRequest, GetAuctionResponse, GetBidsByWalletRequest, GetBidsByWalletResponse, GetBidsRequest, GetBidsResponse, GetCheckpointsForBidRequest, GetCheckpointsForBidResponse, GetCheckpointsRequest, GetCheckpointsResponse, GetClearingPriceHistoryRequest, GetClearingPriceHistoryResponse, GetLatestCheckpointRequest, GetLatestCheckpointResponse, GetTickDetailsRequest, GetTickDetailsResponse, ListAuctionsPendingLbpMigrationRequest, ListAuctionsPendingLbpMigrationResponse, ListTopAuctionsRequest, ListTopAuctionsResponse } from "./auction_pb.js";
|
|
7
7
|
/**
|
|
8
8
|
* @generated from rpc data.v1.AuctionService.GetBidsByWallet
|
|
9
9
|
*/
|
|
@@ -134,3 +134,16 @@ export const getTickDetails = {
|
|
|
134
134
|
typeName: "data.v1.AuctionService"
|
|
135
135
|
}
|
|
136
136
|
};
|
|
137
|
+
/**
|
|
138
|
+
* @generated from rpc data.v1.AuctionService.ListAuctionsPendingLbpMigration
|
|
139
|
+
*/
|
|
140
|
+
export const listAuctionsPendingLbpMigration = {
|
|
141
|
+
localName: "listAuctionsPendingLbpMigration",
|
|
142
|
+
name: "ListAuctionsPendingLbpMigration",
|
|
143
|
+
kind: MethodKind.Unary,
|
|
144
|
+
I: ListAuctionsPendingLbpMigrationRequest,
|
|
145
|
+
O: ListAuctionsPendingLbpMigrationResponse,
|
|
146
|
+
service: {
|
|
147
|
+
typeName: "data.v1.AuctionService"
|
|
148
|
+
}
|
|
149
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GetAuctionActivityRequest, GetAuctionActivityResponse, GetAuctionRequest, GetAuctionResponse, GetBidsByWalletRequest, GetBidsByWalletResponse, GetBidsRequest, GetBidsResponse, GetCheckpointsForBidRequest, GetCheckpointsForBidResponse, GetCheckpointsRequest, GetCheckpointsResponse, GetClearingPriceHistoryRequest, GetClearingPriceHistoryResponse, GetLatestCheckpointRequest, GetLatestCheckpointResponse, GetTickDetailsRequest, GetTickDetailsResponse, ListTopAuctionsRequest, ListTopAuctionsResponse } from "./auction_pb.js";
|
|
1
|
+
import { GetAuctionActivityRequest, GetAuctionActivityResponse, GetAuctionRequest, GetAuctionResponse, GetBidsByWalletRequest, GetBidsByWalletResponse, GetBidsRequest, GetBidsResponse, GetCheckpointsForBidRequest, GetCheckpointsForBidResponse, GetCheckpointsRequest, GetCheckpointsResponse, GetClearingPriceHistoryRequest, GetClearingPriceHistoryResponse, GetLatestCheckpointRequest, GetLatestCheckpointResponse, GetTickDetailsRequest, GetTickDetailsResponse, ListAuctionsPendingLbpMigrationRequest, ListAuctionsPendingLbpMigrationResponse, ListTopAuctionsRequest, ListTopAuctionsResponse } from "./auction_pb.js";
|
|
2
2
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
3
3
|
/**
|
|
4
4
|
* @generated from service data.v1.AuctionService
|
|
@@ -96,5 +96,14 @@ export declare const AuctionService: {
|
|
|
96
96
|
readonly O: typeof GetTickDetailsResponse;
|
|
97
97
|
readonly kind: MethodKind.Unary;
|
|
98
98
|
};
|
|
99
|
+
/**
|
|
100
|
+
* @generated from rpc data.v1.AuctionService.ListAuctionsPendingLbpMigration
|
|
101
|
+
*/
|
|
102
|
+
readonly listAuctionsPendingLbpMigration: {
|
|
103
|
+
readonly name: "ListAuctionsPendingLbpMigration";
|
|
104
|
+
readonly I: typeof ListAuctionsPendingLbpMigrationRequest;
|
|
105
|
+
readonly O: typeof ListAuctionsPendingLbpMigrationResponse;
|
|
106
|
+
readonly kind: MethodKind.Unary;
|
|
107
|
+
};
|
|
99
108
|
};
|
|
100
109
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// @generated from file data/v1/auction.proto (package data.v1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
// @ts-nocheck
|
|
5
|
-
import { GetAuctionActivityRequest, GetAuctionActivityResponse, GetAuctionRequest, GetAuctionResponse, GetBidsByWalletRequest, GetBidsByWalletResponse, GetBidsRequest, GetBidsResponse, GetCheckpointsForBidRequest, GetCheckpointsForBidResponse, GetCheckpointsRequest, GetCheckpointsResponse, GetClearingPriceHistoryRequest, GetClearingPriceHistoryResponse, GetLatestCheckpointRequest, GetLatestCheckpointResponse, GetTickDetailsRequest, GetTickDetailsResponse, ListTopAuctionsRequest, ListTopAuctionsResponse } from "./auction_pb.js";
|
|
5
|
+
import { GetAuctionActivityRequest, GetAuctionActivityResponse, GetAuctionRequest, GetAuctionResponse, GetBidsByWalletRequest, GetBidsByWalletResponse, GetBidsRequest, GetBidsResponse, GetCheckpointsForBidRequest, GetCheckpointsForBidResponse, GetCheckpointsRequest, GetCheckpointsResponse, GetClearingPriceHistoryRequest, GetClearingPriceHistoryResponse, GetLatestCheckpointRequest, GetLatestCheckpointResponse, GetTickDetailsRequest, GetTickDetailsResponse, ListAuctionsPendingLbpMigrationRequest, ListAuctionsPendingLbpMigrationResponse, ListTopAuctionsRequest, ListTopAuctionsResponse } from "./auction_pb.js";
|
|
6
6
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
7
7
|
/**
|
|
8
8
|
* @generated from service data.v1.AuctionService
|
|
@@ -100,5 +100,14 @@ export const AuctionService = {
|
|
|
100
100
|
O: GetTickDetailsResponse,
|
|
101
101
|
kind: MethodKind.Unary,
|
|
102
102
|
},
|
|
103
|
+
/**
|
|
104
|
+
* @generated from rpc data.v1.AuctionService.ListAuctionsPendingLbpMigration
|
|
105
|
+
*/
|
|
106
|
+
listAuctionsPendingLbpMigration: {
|
|
107
|
+
name: "ListAuctionsPendingLbpMigration",
|
|
108
|
+
I: ListAuctionsPendingLbpMigrationRequest,
|
|
109
|
+
O: ListAuctionsPendingLbpMigrationResponse,
|
|
110
|
+
kind: MethodKind.Unary,
|
|
111
|
+
},
|
|
103
112
|
}
|
|
104
113
|
};
|
|
@@ -1163,3 +1163,100 @@ export declare class GetTickDetailsResponse extends Message<GetTickDetailsRespon
|
|
|
1163
1163
|
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetTickDetailsResponse;
|
|
1164
1164
|
static equals(a: GetTickDetailsResponse | PlainMessage<GetTickDetailsResponse> | undefined, b: GetTickDetailsResponse | PlainMessage<GetTickDetailsResponse> | undefined): boolean;
|
|
1165
1165
|
}
|
|
1166
|
+
/**
|
|
1167
|
+
* Auctions with a scheduled LBP migration that has not completed yet (or that
|
|
1168
|
+
* completed within a short trailing window). Consumed by routing services to
|
|
1169
|
+
* pre-register the migrated V4 pool before it appears in subgraph-based pool
|
|
1170
|
+
* discovery. Pool parameters (fee / tickSpacing / hook) are intentionally
|
|
1171
|
+
* omitted: consumers read them authoritatively from the LBP strategy's
|
|
1172
|
+
* on-chain `initializers(auction)` getter, which also revalidates
|
|
1173
|
+
* migration_block.
|
|
1174
|
+
*
|
|
1175
|
+
* @generated from message data.v1.ListAuctionsPendingLbpMigrationRequest
|
|
1176
|
+
*/
|
|
1177
|
+
export declare class ListAuctionsPendingLbpMigrationRequest extends Message<ListAuctionsPendingLbpMigrationRequest> {
|
|
1178
|
+
/**
|
|
1179
|
+
* Optional filter by chain IDs; empty = all chains.
|
|
1180
|
+
*
|
|
1181
|
+
* @generated from field: repeated int32 chain_ids = 1;
|
|
1182
|
+
*/
|
|
1183
|
+
chainIds: number[];
|
|
1184
|
+
constructor(data?: PartialMessage<ListAuctionsPendingLbpMigrationRequest>);
|
|
1185
|
+
static readonly runtime: typeof proto3;
|
|
1186
|
+
static readonly typeName = "data.v1.ListAuctionsPendingLbpMigrationRequest";
|
|
1187
|
+
static readonly fields: FieldList;
|
|
1188
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListAuctionsPendingLbpMigrationRequest;
|
|
1189
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListAuctionsPendingLbpMigrationRequest;
|
|
1190
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListAuctionsPendingLbpMigrationRequest;
|
|
1191
|
+
static equals(a: ListAuctionsPendingLbpMigrationRequest | PlainMessage<ListAuctionsPendingLbpMigrationRequest> | undefined, b: ListAuctionsPendingLbpMigrationRequest | PlainMessage<ListAuctionsPendingLbpMigrationRequest> | undefined): boolean;
|
|
1192
|
+
}
|
|
1193
|
+
/**
|
|
1194
|
+
* @generated from message data.v1.AuctionPendingLbpMigration
|
|
1195
|
+
*/
|
|
1196
|
+
export declare class AuctionPendingLbpMigration extends Message<AuctionPendingLbpMigration> {
|
|
1197
|
+
/**
|
|
1198
|
+
* @generated from field: string auction_id = 1;
|
|
1199
|
+
*/
|
|
1200
|
+
auctionId: string;
|
|
1201
|
+
/**
|
|
1202
|
+
* @generated from field: int32 chain_id = 2;
|
|
1203
|
+
*/
|
|
1204
|
+
chainId: number;
|
|
1205
|
+
/**
|
|
1206
|
+
* Auction contract address — the key for the on-chain initializers() read.
|
|
1207
|
+
*
|
|
1208
|
+
* @generated from field: string address = 3;
|
|
1209
|
+
*/
|
|
1210
|
+
address: string;
|
|
1211
|
+
/**
|
|
1212
|
+
* @generated from field: string token_address = 4;
|
|
1213
|
+
*/
|
|
1214
|
+
tokenAddress: string;
|
|
1215
|
+
/**
|
|
1216
|
+
* Paired currency (zero address = native).
|
|
1217
|
+
*
|
|
1218
|
+
* @generated from field: string currency = 5;
|
|
1219
|
+
*/
|
|
1220
|
+
currency: string;
|
|
1221
|
+
/**
|
|
1222
|
+
* @generated from field: string lbp_strategy_address = 6;
|
|
1223
|
+
*/
|
|
1224
|
+
lbpStrategyAddress: string;
|
|
1225
|
+
/**
|
|
1226
|
+
* Scheduled block at which migrate() becomes permitted.
|
|
1227
|
+
*
|
|
1228
|
+
* @generated from field: string lbp_migration_block = 7;
|
|
1229
|
+
*/
|
|
1230
|
+
lbpMigrationBlock: string;
|
|
1231
|
+
/**
|
|
1232
|
+
* Set once migrate() actually ran (only present for the trailing window).
|
|
1233
|
+
*
|
|
1234
|
+
* @generated from field: optional string pool_key_hash = 8;
|
|
1235
|
+
*/
|
|
1236
|
+
poolKeyHash?: string;
|
|
1237
|
+
constructor(data?: PartialMessage<AuctionPendingLbpMigration>);
|
|
1238
|
+
static readonly runtime: typeof proto3;
|
|
1239
|
+
static readonly typeName = "data.v1.AuctionPendingLbpMigration";
|
|
1240
|
+
static readonly fields: FieldList;
|
|
1241
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AuctionPendingLbpMigration;
|
|
1242
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AuctionPendingLbpMigration;
|
|
1243
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AuctionPendingLbpMigration;
|
|
1244
|
+
static equals(a: AuctionPendingLbpMigration | PlainMessage<AuctionPendingLbpMigration> | undefined, b: AuctionPendingLbpMigration | PlainMessage<AuctionPendingLbpMigration> | undefined): boolean;
|
|
1245
|
+
}
|
|
1246
|
+
/**
|
|
1247
|
+
* @generated from message data.v1.ListAuctionsPendingLbpMigrationResponse
|
|
1248
|
+
*/
|
|
1249
|
+
export declare class ListAuctionsPendingLbpMigrationResponse extends Message<ListAuctionsPendingLbpMigrationResponse> {
|
|
1250
|
+
/**
|
|
1251
|
+
* @generated from field: repeated data.v1.AuctionPendingLbpMigration auctions = 1;
|
|
1252
|
+
*/
|
|
1253
|
+
auctions: AuctionPendingLbpMigration[];
|
|
1254
|
+
constructor(data?: PartialMessage<ListAuctionsPendingLbpMigrationResponse>);
|
|
1255
|
+
static readonly runtime: typeof proto3;
|
|
1256
|
+
static readonly typeName = "data.v1.ListAuctionsPendingLbpMigrationResponse";
|
|
1257
|
+
static readonly fields: FieldList;
|
|
1258
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListAuctionsPendingLbpMigrationResponse;
|
|
1259
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListAuctionsPendingLbpMigrationResponse;
|
|
1260
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListAuctionsPendingLbpMigrationResponse;
|
|
1261
|
+
static equals(a: ListAuctionsPendingLbpMigrationResponse | PlainMessage<ListAuctionsPendingLbpMigrationResponse> | undefined, b: ListAuctionsPendingLbpMigrationResponse | PlainMessage<ListAuctionsPendingLbpMigrationResponse> | undefined): boolean;
|
|
1262
|
+
}
|
|
@@ -1496,3 +1496,140 @@ GetTickDetailsResponse.typeName = "data.v1.GetTickDetailsResponse";
|
|
|
1496
1496
|
GetTickDetailsResponse.fields = proto3.util.newFieldList(() => [
|
|
1497
1497
|
{ no: 1, name: "ticks", kind: "message", T: TickDetail, repeated: true },
|
|
1498
1498
|
]);
|
|
1499
|
+
/**
|
|
1500
|
+
* Auctions with a scheduled LBP migration that has not completed yet (or that
|
|
1501
|
+
* completed within a short trailing window). Consumed by routing services to
|
|
1502
|
+
* pre-register the migrated V4 pool before it appears in subgraph-based pool
|
|
1503
|
+
* discovery. Pool parameters (fee / tickSpacing / hook) are intentionally
|
|
1504
|
+
* omitted: consumers read them authoritatively from the LBP strategy's
|
|
1505
|
+
* on-chain `initializers(auction)` getter, which also revalidates
|
|
1506
|
+
* migration_block.
|
|
1507
|
+
*
|
|
1508
|
+
* @generated from message data.v1.ListAuctionsPendingLbpMigrationRequest
|
|
1509
|
+
*/
|
|
1510
|
+
export class ListAuctionsPendingLbpMigrationRequest extends Message {
|
|
1511
|
+
constructor(data) {
|
|
1512
|
+
super();
|
|
1513
|
+
/**
|
|
1514
|
+
* Optional filter by chain IDs; empty = all chains.
|
|
1515
|
+
*
|
|
1516
|
+
* @generated from field: repeated int32 chain_ids = 1;
|
|
1517
|
+
*/
|
|
1518
|
+
this.chainIds = [];
|
|
1519
|
+
proto3.util.initPartial(data, this);
|
|
1520
|
+
}
|
|
1521
|
+
static fromBinary(bytes, options) {
|
|
1522
|
+
return new ListAuctionsPendingLbpMigrationRequest().fromBinary(bytes, options);
|
|
1523
|
+
}
|
|
1524
|
+
static fromJson(jsonValue, options) {
|
|
1525
|
+
return new ListAuctionsPendingLbpMigrationRequest().fromJson(jsonValue, options);
|
|
1526
|
+
}
|
|
1527
|
+
static fromJsonString(jsonString, options) {
|
|
1528
|
+
return new ListAuctionsPendingLbpMigrationRequest().fromJsonString(jsonString, options);
|
|
1529
|
+
}
|
|
1530
|
+
static equals(a, b) {
|
|
1531
|
+
return proto3.util.equals(ListAuctionsPendingLbpMigrationRequest, a, b);
|
|
1532
|
+
}
|
|
1533
|
+
}
|
|
1534
|
+
ListAuctionsPendingLbpMigrationRequest.runtime = proto3;
|
|
1535
|
+
ListAuctionsPendingLbpMigrationRequest.typeName = "data.v1.ListAuctionsPendingLbpMigrationRequest";
|
|
1536
|
+
ListAuctionsPendingLbpMigrationRequest.fields = proto3.util.newFieldList(() => [
|
|
1537
|
+
{ no: 1, name: "chain_ids", kind: "scalar", T: 5 /* ScalarType.INT32 */, repeated: true },
|
|
1538
|
+
]);
|
|
1539
|
+
/**
|
|
1540
|
+
* @generated from message data.v1.AuctionPendingLbpMigration
|
|
1541
|
+
*/
|
|
1542
|
+
export class AuctionPendingLbpMigration extends Message {
|
|
1543
|
+
constructor(data) {
|
|
1544
|
+
super();
|
|
1545
|
+
/**
|
|
1546
|
+
* @generated from field: string auction_id = 1;
|
|
1547
|
+
*/
|
|
1548
|
+
this.auctionId = "";
|
|
1549
|
+
/**
|
|
1550
|
+
* @generated from field: int32 chain_id = 2;
|
|
1551
|
+
*/
|
|
1552
|
+
this.chainId = 0;
|
|
1553
|
+
/**
|
|
1554
|
+
* Auction contract address — the key for the on-chain initializers() read.
|
|
1555
|
+
*
|
|
1556
|
+
* @generated from field: string address = 3;
|
|
1557
|
+
*/
|
|
1558
|
+
this.address = "";
|
|
1559
|
+
/**
|
|
1560
|
+
* @generated from field: string token_address = 4;
|
|
1561
|
+
*/
|
|
1562
|
+
this.tokenAddress = "";
|
|
1563
|
+
/**
|
|
1564
|
+
* Paired currency (zero address = native).
|
|
1565
|
+
*
|
|
1566
|
+
* @generated from field: string currency = 5;
|
|
1567
|
+
*/
|
|
1568
|
+
this.currency = "";
|
|
1569
|
+
/**
|
|
1570
|
+
* @generated from field: string lbp_strategy_address = 6;
|
|
1571
|
+
*/
|
|
1572
|
+
this.lbpStrategyAddress = "";
|
|
1573
|
+
/**
|
|
1574
|
+
* Scheduled block at which migrate() becomes permitted.
|
|
1575
|
+
*
|
|
1576
|
+
* @generated from field: string lbp_migration_block = 7;
|
|
1577
|
+
*/
|
|
1578
|
+
this.lbpMigrationBlock = "";
|
|
1579
|
+
proto3.util.initPartial(data, this);
|
|
1580
|
+
}
|
|
1581
|
+
static fromBinary(bytes, options) {
|
|
1582
|
+
return new AuctionPendingLbpMigration().fromBinary(bytes, options);
|
|
1583
|
+
}
|
|
1584
|
+
static fromJson(jsonValue, options) {
|
|
1585
|
+
return new AuctionPendingLbpMigration().fromJson(jsonValue, options);
|
|
1586
|
+
}
|
|
1587
|
+
static fromJsonString(jsonString, options) {
|
|
1588
|
+
return new AuctionPendingLbpMigration().fromJsonString(jsonString, options);
|
|
1589
|
+
}
|
|
1590
|
+
static equals(a, b) {
|
|
1591
|
+
return proto3.util.equals(AuctionPendingLbpMigration, a, b);
|
|
1592
|
+
}
|
|
1593
|
+
}
|
|
1594
|
+
AuctionPendingLbpMigration.runtime = proto3;
|
|
1595
|
+
AuctionPendingLbpMigration.typeName = "data.v1.AuctionPendingLbpMigration";
|
|
1596
|
+
AuctionPendingLbpMigration.fields = proto3.util.newFieldList(() => [
|
|
1597
|
+
{ no: 1, name: "auction_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1598
|
+
{ no: 2, name: "chain_id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
1599
|
+
{ no: 3, name: "address", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1600
|
+
{ no: 4, name: "token_address", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1601
|
+
{ no: 5, name: "currency", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1602
|
+
{ no: 6, name: "lbp_strategy_address", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1603
|
+
{ no: 7, name: "lbp_migration_block", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1604
|
+
{ no: 8, name: "pool_key_hash", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
1605
|
+
]);
|
|
1606
|
+
/**
|
|
1607
|
+
* @generated from message data.v1.ListAuctionsPendingLbpMigrationResponse
|
|
1608
|
+
*/
|
|
1609
|
+
export class ListAuctionsPendingLbpMigrationResponse extends Message {
|
|
1610
|
+
constructor(data) {
|
|
1611
|
+
super();
|
|
1612
|
+
/**
|
|
1613
|
+
* @generated from field: repeated data.v1.AuctionPendingLbpMigration auctions = 1;
|
|
1614
|
+
*/
|
|
1615
|
+
this.auctions = [];
|
|
1616
|
+
proto3.util.initPartial(data, this);
|
|
1617
|
+
}
|
|
1618
|
+
static fromBinary(bytes, options) {
|
|
1619
|
+
return new ListAuctionsPendingLbpMigrationResponse().fromBinary(bytes, options);
|
|
1620
|
+
}
|
|
1621
|
+
static fromJson(jsonValue, options) {
|
|
1622
|
+
return new ListAuctionsPendingLbpMigrationResponse().fromJson(jsonValue, options);
|
|
1623
|
+
}
|
|
1624
|
+
static fromJsonString(jsonString, options) {
|
|
1625
|
+
return new ListAuctionsPendingLbpMigrationResponse().fromJsonString(jsonString, options);
|
|
1626
|
+
}
|
|
1627
|
+
static equals(a, b) {
|
|
1628
|
+
return proto3.util.equals(ListAuctionsPendingLbpMigrationResponse, a, b);
|
|
1629
|
+
}
|
|
1630
|
+
}
|
|
1631
|
+
ListAuctionsPendingLbpMigrationResponse.runtime = proto3;
|
|
1632
|
+
ListAuctionsPendingLbpMigrationResponse.typeName = "data.v1.ListAuctionsPendingLbpMigrationResponse";
|
|
1633
|
+
ListAuctionsPendingLbpMigrationResponse.fields = proto3.util.newFieldList(() => [
|
|
1634
|
+
{ no: 1, name: "auctions", kind: "message", T: AuctionPendingLbpMigration, repeated: true },
|
|
1635
|
+
]);
|
package/dist/data/v2/api_pb.d.ts
CHANGED
|
@@ -980,9 +980,10 @@ export declare class ListLaunchpadsResponse extends Message<ListLaunchpadsRespon
|
|
|
980
980
|
*/
|
|
981
981
|
export declare class ListLaunchesRequest extends Message<ListLaunchesRequest> {
|
|
982
982
|
/**
|
|
983
|
-
*
|
|
983
|
+
* Deprecated: use launchpad_ids. When both are set they are unioned.
|
|
984
984
|
*
|
|
985
|
-
* @generated from field: optional string launchpad_id = 1;
|
|
985
|
+
* @generated from field: optional string launchpad_id = 1 [deprecated = true];
|
|
986
|
+
* @deprecated
|
|
986
987
|
*/
|
|
987
988
|
launchpadId?: string;
|
|
988
989
|
/**
|
|
@@ -1001,6 +1002,12 @@ export declare class ListLaunchesRequest extends Message<ListLaunchesRequest> {
|
|
|
1001
1002
|
* @generated from field: optional data.v2.PageRequest page = 4;
|
|
1002
1003
|
*/
|
|
1003
1004
|
page?: PageRequest;
|
|
1005
|
+
/**
|
|
1006
|
+
* empty = all launchpads
|
|
1007
|
+
*
|
|
1008
|
+
* @generated from field: repeated string launchpad_ids = 5;
|
|
1009
|
+
*/
|
|
1010
|
+
launchpadIds: string[];
|
|
1004
1011
|
constructor(data?: PartialMessage<ListLaunchesRequest>);
|
|
1005
1012
|
static readonly runtime: typeof proto3;
|
|
1006
1013
|
static readonly typeName = "data.v2.ListLaunchesRequest";
|
package/dist/data/v2/api_pb.js
CHANGED
|
@@ -1328,6 +1328,12 @@ export class ListLaunchesRequest extends Message {
|
|
|
1328
1328
|
* @generated from field: data.v2.LaunchesOrderBy sort_by = 3;
|
|
1329
1329
|
*/
|
|
1330
1330
|
this.sortBy = LaunchesOrderBy.UNSPECIFIED;
|
|
1331
|
+
/**
|
|
1332
|
+
* empty = all launchpads
|
|
1333
|
+
*
|
|
1334
|
+
* @generated from field: repeated string launchpad_ids = 5;
|
|
1335
|
+
*/
|
|
1336
|
+
this.launchpadIds = [];
|
|
1331
1337
|
proto3.util.initPartial(data, this);
|
|
1332
1338
|
}
|
|
1333
1339
|
static fromBinary(bytes, options) {
|
|
@@ -1350,6 +1356,7 @@ ListLaunchesRequest.fields = proto3.util.newFieldList(() => [
|
|
|
1350
1356
|
{ no: 2, name: "chain_ids", kind: "scalar", T: 13 /* ScalarType.UINT32 */, repeated: true },
|
|
1351
1357
|
{ no: 3, name: "sort_by", kind: "enum", T: proto3.getEnumType(LaunchesOrderBy) },
|
|
1352
1358
|
{ no: 4, name: "page", kind: "message", T: PageRequest, opt: true },
|
|
1359
|
+
{ no: 5, name: "launchpad_ids", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
1353
1360
|
]);
|
|
1354
1361
|
/**
|
|
1355
1362
|
* @generated from message data.v2.ListLaunchesResponse
|
|
@@ -881,6 +881,14 @@ export declare class LaunchStats extends Message<LaunchStats> {
|
|
|
881
881
|
* @generated from field: optional double price_change_percent_24h = 6;
|
|
882
882
|
*/
|
|
883
883
|
priceChangePercent24h?: number;
|
|
884
|
+
/**
|
|
885
|
+
* USD price sparkline over the trailing 24h, oldest first. Same shape as
|
|
886
|
+
* RankedMultichainToken.sparkline (Aurora-side timestamps are synthesized;
|
|
887
|
+
* CCA points are observed). Empty when no series is available.
|
|
888
|
+
*
|
|
889
|
+
* @generated from field: repeated data.v1.TimestampedValue sparkline = 7;
|
|
890
|
+
*/
|
|
891
|
+
sparkline: TimestampedValue[];
|
|
884
892
|
constructor(data?: PartialMessage<LaunchStats>);
|
|
885
893
|
static readonly runtime: typeof proto3;
|
|
886
894
|
static readonly typeName = "data.v2.LaunchStats";
|
|
@@ -932,6 +940,31 @@ export declare class Launch extends Message<Launch> {
|
|
|
932
940
|
* @generated from field: optional bool graduated = 7;
|
|
933
941
|
*/
|
|
934
942
|
graduated?: boolean;
|
|
943
|
+
/**
|
|
944
|
+
* CCA launches only, pre-graduation: bid volume as a percent of the
|
|
945
|
+
* required raise, clamped to [0, 100]. Unset once graduated, when the
|
|
946
|
+
* auction has no required raise, and for hook-attributed launches.
|
|
947
|
+
*
|
|
948
|
+
* @generated from field: optional double auction_fill_pct = 8;
|
|
949
|
+
*/
|
|
950
|
+
auctionFillPct?: number;
|
|
951
|
+
/**
|
|
952
|
+
* CCA launches only, pre-graduation: the auction's end block number
|
|
953
|
+
* (bigint as string). Clients estimate calendar time from blocks, like the
|
|
954
|
+
* v1 auction start_block/end_block. Unset once graduated.
|
|
955
|
+
*
|
|
956
|
+
* @generated from field: optional string auction_end_block = 9;
|
|
957
|
+
*/
|
|
958
|
+
auctionEndBlock?: string;
|
|
959
|
+
/**
|
|
960
|
+
* CCA launches only: distinct wallets that have placed bids in the auction
|
|
961
|
+
* (all bids, including withdrawn/exited — historical participation, so it
|
|
962
|
+
* stays set after graduation). Unset for hook-attributed launches, which
|
|
963
|
+
* have no auction. int32 matches the v1 auction total_bid_count.
|
|
964
|
+
*
|
|
965
|
+
* @generated from field: optional int32 bidder_count = 10;
|
|
966
|
+
*/
|
|
967
|
+
bidderCount?: number;
|
|
935
968
|
constructor(data?: PartialMessage<Launch>);
|
|
936
969
|
static readonly runtime: typeof proto3;
|
|
937
970
|
static readonly typeName = "data.v2.Launch";
|
package/dist/data/v2/types_pb.js
CHANGED
|
@@ -1004,6 +1004,14 @@ LaunchToken.fields = proto3.util.newFieldList(() => [
|
|
|
1004
1004
|
export class LaunchStats extends Message {
|
|
1005
1005
|
constructor(data) {
|
|
1006
1006
|
super();
|
|
1007
|
+
/**
|
|
1008
|
+
* USD price sparkline over the trailing 24h, oldest first. Same shape as
|
|
1009
|
+
* RankedMultichainToken.sparkline (Aurora-side timestamps are synthesized;
|
|
1010
|
+
* CCA points are observed). Empty when no series is available.
|
|
1011
|
+
*
|
|
1012
|
+
* @generated from field: repeated data.v1.TimestampedValue sparkline = 7;
|
|
1013
|
+
*/
|
|
1014
|
+
this.sparkline = [];
|
|
1007
1015
|
proto3.util.initPartial(data, this);
|
|
1008
1016
|
}
|
|
1009
1017
|
static fromBinary(bytes, options) {
|
|
@@ -1028,6 +1036,7 @@ LaunchStats.fields = proto3.util.newFieldList(() => [
|
|
|
1028
1036
|
{ no: 4, name: "fdv_usd", kind: "scalar", T: 1 /* ScalarType.DOUBLE */, opt: true },
|
|
1029
1037
|
{ no: 5, name: "price_change_percent_1h", kind: "scalar", T: 1 /* ScalarType.DOUBLE */, opt: true },
|
|
1030
1038
|
{ no: 6, name: "price_change_percent_24h", kind: "scalar", T: 1 /* ScalarType.DOUBLE */, opt: true },
|
|
1039
|
+
{ no: 7, name: "sparkline", kind: "message", T: TimestampedValue, repeated: true },
|
|
1031
1040
|
]);
|
|
1032
1041
|
/**
|
|
1033
1042
|
* One token launch: the earliest pool a (token, launchpad) pair created.
|
|
@@ -1079,6 +1088,9 @@ Launch.fields = proto3.util.newFieldList(() => [
|
|
|
1079
1088
|
{ no: 5, name: "launched_at", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1080
1089
|
{ no: 6, name: "stats", kind: "message", T: LaunchStats },
|
|
1081
1090
|
{ no: 7, name: "graduated", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
|
|
1091
|
+
{ no: 8, name: "auction_fill_pct", kind: "scalar", T: 1 /* ScalarType.DOUBLE */, opt: true },
|
|
1092
|
+
{ no: 9, name: "auction_end_block", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
1093
|
+
{ no: 10, name: "bidder_count", kind: "scalar", T: 5 /* ScalarType.INT32 */, opt: true },
|
|
1082
1094
|
]);
|
|
1083
1095
|
/**
|
|
1084
1096
|
* @generated from message data.v2.NftImage
|