@longdotxyz/shared 0.0.95 → 0.0.97
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/contracts/asset.contract.d.ts +0 -476
- package/dist/contracts/asset.contract.js +0 -14
- package/dist/contracts/asset.contract.js.map +1 -1
- package/dist/contracts/index.d.ts +0 -378
- package/dist/graphql/generated.d.ts +99 -565
- package/dist/graphql/generated.js +13 -64
- package/dist/graphql/generated.js.map +1 -1
- package/package.json +1 -1
|
@@ -92,6 +92,7 @@ export type Asset = {
|
|
|
92
92
|
asset_is_locked: Scalars['Boolean']['output'];
|
|
93
93
|
asset_liquidity_migrator_address: Scalars['String']['output'];
|
|
94
94
|
asset_migration_block?: Maybe<Scalars['numeric']['output']>;
|
|
95
|
+
asset_migration_hash?: Maybe<Scalars['String']['output']>;
|
|
95
96
|
asset_migration_timestamp?: Maybe<Scalars['timestamptz']['output']>;
|
|
96
97
|
asset_numeraire_address: Scalars['String']['output'];
|
|
97
98
|
asset_pool_initializer_address: Scalars['String']['output'];
|
|
@@ -104,8 +105,6 @@ export type Asset = {
|
|
|
104
105
|
graduation_pool_id?: Maybe<Scalars['String']['output']>;
|
|
105
106
|
id: Scalars['String']['output'];
|
|
106
107
|
integrator_address: Scalars['String']['output'];
|
|
107
|
-
numeraire_market_data?: Maybe<NumeraireMarketData>;
|
|
108
|
-
numeraire_market_data_id: Scalars['String']['output'];
|
|
109
108
|
};
|
|
110
109
|
export type Asset_Bool_Exp = {
|
|
111
110
|
_and?: InputMaybe<Array<Asset_Bool_Exp>>;
|
|
@@ -122,6 +121,7 @@ export type Asset_Bool_Exp = {
|
|
|
122
121
|
asset_is_locked?: InputMaybe<Boolean_Comparison_Exp>;
|
|
123
122
|
asset_liquidity_migrator_address?: InputMaybe<String_Comparison_Exp>;
|
|
124
123
|
asset_migration_block?: InputMaybe<Numeric_Comparison_Exp>;
|
|
124
|
+
asset_migration_hash?: InputMaybe<String_Comparison_Exp>;
|
|
125
125
|
asset_migration_timestamp?: InputMaybe<Timestamptz_Comparison_Exp>;
|
|
126
126
|
asset_numeraire_address?: InputMaybe<String_Comparison_Exp>;
|
|
127
127
|
asset_pool_initializer_address?: InputMaybe<String_Comparison_Exp>;
|
|
@@ -134,8 +134,6 @@ export type Asset_Bool_Exp = {
|
|
|
134
134
|
graduation_pool_id?: InputMaybe<String_Comparison_Exp>;
|
|
135
135
|
id?: InputMaybe<String_Comparison_Exp>;
|
|
136
136
|
integrator_address?: InputMaybe<String_Comparison_Exp>;
|
|
137
|
-
numeraire_market_data?: InputMaybe<NumeraireMarketData_Bool_Exp>;
|
|
138
|
-
numeraire_market_data_id?: InputMaybe<String_Comparison_Exp>;
|
|
139
137
|
};
|
|
140
138
|
export type Asset_Order_By = {
|
|
141
139
|
asset_address?: InputMaybe<Order_By>;
|
|
@@ -149,6 +147,7 @@ export type Asset_Order_By = {
|
|
|
149
147
|
asset_is_locked?: InputMaybe<Order_By>;
|
|
150
148
|
asset_liquidity_migrator_address?: InputMaybe<Order_By>;
|
|
151
149
|
asset_migration_block?: InputMaybe<Order_By>;
|
|
150
|
+
asset_migration_hash?: InputMaybe<Order_By>;
|
|
152
151
|
asset_migration_timestamp?: InputMaybe<Order_By>;
|
|
153
152
|
asset_numeraire_address?: InputMaybe<Order_By>;
|
|
154
153
|
asset_pool_initializer_address?: InputMaybe<Order_By>;
|
|
@@ -161,8 +160,6 @@ export type Asset_Order_By = {
|
|
|
161
160
|
graduation_pool_id?: InputMaybe<Order_By>;
|
|
162
161
|
id?: InputMaybe<Order_By>;
|
|
163
162
|
integrator_address?: InputMaybe<Order_By>;
|
|
164
|
-
numeraire_market_data?: InputMaybe<NumeraireMarketData_Order_By>;
|
|
165
|
-
numeraire_market_data_id?: InputMaybe<Order_By>;
|
|
166
163
|
};
|
|
167
164
|
export declare enum Asset_Select_Column {
|
|
168
165
|
AssetAddress = "asset_address",
|
|
@@ -176,6 +173,7 @@ export declare enum Asset_Select_Column {
|
|
|
176
173
|
AssetIsLocked = "asset_is_locked",
|
|
177
174
|
AssetLiquidityMigratorAddress = "asset_liquidity_migrator_address",
|
|
178
175
|
AssetMigrationBlock = "asset_migration_block",
|
|
176
|
+
AssetMigrationHash = "asset_migration_hash",
|
|
179
177
|
AssetMigrationTimestamp = "asset_migration_timestamp",
|
|
180
178
|
AssetNumeraireAddress = "asset_numeraire_address",
|
|
181
179
|
AssetPoolInitializerAddress = "asset_pool_initializer_address",
|
|
@@ -185,8 +183,7 @@ export declare enum Asset_Select_Column {
|
|
|
185
183
|
ChainId = "chain_id",
|
|
186
184
|
GraduationPoolId = "graduation_pool_id",
|
|
187
185
|
Id = "id",
|
|
188
|
-
IntegratorAddress = "integrator_address"
|
|
189
|
-
NumeraireMarketDataId = "numeraire_market_data_id"
|
|
186
|
+
IntegratorAddress = "integrator_address"
|
|
190
187
|
}
|
|
191
188
|
export type Asset_Stream_Cursor_Input = {
|
|
192
189
|
initial_value: Asset_Stream_Cursor_Value_Input;
|
|
@@ -204,6 +201,7 @@ export type Asset_Stream_Cursor_Value_Input = {
|
|
|
204
201
|
asset_is_locked?: InputMaybe<Scalars['Boolean']['input']>;
|
|
205
202
|
asset_liquidity_migrator_address?: InputMaybe<Scalars['String']['input']>;
|
|
206
203
|
asset_migration_block?: InputMaybe<Scalars['numeric']['input']>;
|
|
204
|
+
asset_migration_hash?: InputMaybe<Scalars['String']['input']>;
|
|
207
205
|
asset_migration_timestamp?: InputMaybe<Scalars['timestamptz']['input']>;
|
|
208
206
|
asset_numeraire_address?: InputMaybe<Scalars['String']['input']>;
|
|
209
207
|
asset_pool_initializer_address?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -214,7 +212,6 @@ export type Asset_Stream_Cursor_Value_Input = {
|
|
|
214
212
|
graduation_pool_id?: InputMaybe<Scalars['String']['input']>;
|
|
215
213
|
id?: InputMaybe<Scalars['String']['input']>;
|
|
216
214
|
integrator_address?: InputMaybe<Scalars['String']['input']>;
|
|
217
|
-
numeraire_market_data_id?: InputMaybe<Scalars['String']['input']>;
|
|
218
215
|
};
|
|
219
216
|
export type AuctionPool = {
|
|
220
217
|
__typename?: 'AuctionPool';
|
|
@@ -227,8 +224,6 @@ export type AuctionPool = {
|
|
|
227
224
|
checkpoints: Array<Cca_Checkpoint>;
|
|
228
225
|
id: Scalars['String']['output'];
|
|
229
226
|
integrator_address: Scalars['String']['output'];
|
|
230
|
-
numeraire_market_data?: Maybe<NumeraireMarketData>;
|
|
231
|
-
numeraire_market_data_id?: Maybe<Scalars['String']['output']>;
|
|
232
227
|
pool_address: Scalars['String']['output'];
|
|
233
228
|
pool_cca_clearing_price?: Maybe<Scalars['numeric']['output']>;
|
|
234
229
|
pool_cca_cumulative_mps?: Maybe<Scalars['Int']['output']>;
|
|
@@ -260,14 +255,13 @@ export type AuctionPool = {
|
|
|
260
255
|
pool_config_starting_time: Scalars['numeric']['output'];
|
|
261
256
|
pool_config_tokens_recipient?: Maybe<Scalars['String']['output']>;
|
|
262
257
|
pool_creation_block: Scalars['numeric']['output'];
|
|
258
|
+
pool_creation_hash: Scalars['String']['output'];
|
|
263
259
|
pool_creation_timestamp: Scalars['timestamptz']['output'];
|
|
264
260
|
pool_current_beneficiaries_data?: Maybe<Scalars['jsonb']['output']>;
|
|
265
261
|
pool_current_fdv: Scalars['numeric']['output'];
|
|
266
|
-
pool_current_fdv_usd?: Maybe<Scalars['String']['output']>;
|
|
267
262
|
pool_current_fees_accrued: Scalars['numeric']['output'];
|
|
268
263
|
pool_current_liquidity: Scalars['numeric']['output'];
|
|
269
264
|
pool_current_market_cap: Scalars['numeric']['output'];
|
|
270
|
-
pool_current_market_cap_usd?: Maybe<Scalars['String']['output']>;
|
|
271
265
|
pool_current_min_progress_percentage?: Maybe<Scalars['float8']['output']>;
|
|
272
266
|
pool_current_price: Scalars['numeric']['output'];
|
|
273
267
|
pool_current_sale_progress_percentage?: Maybe<Scalars['float8']['output']>;
|
|
@@ -287,13 +281,9 @@ export type AuctionPool = {
|
|
|
287
281
|
pool_last_swap_timestamp?: Maybe<Scalars['timestamptz']['output']>;
|
|
288
282
|
pool_market_data?: Maybe<PairFilterResult>;
|
|
289
283
|
pool_migration_block?: Maybe<Scalars['numeric']['output']>;
|
|
284
|
+
pool_migration_hash?: Maybe<Scalars['String']['output']>;
|
|
290
285
|
pool_migration_timestamp?: Maybe<Scalars['timestamptz']['output']>;
|
|
291
286
|
pool_type: Scalars['String']['output'];
|
|
292
|
-
pool_volume_24h_base?: Maybe<Scalars['numeric']['output']>;
|
|
293
|
-
pool_volume_24h_quote?: Maybe<Scalars['numeric']['output']>;
|
|
294
|
-
pool_volume_24h_swap_count?: Maybe<Scalars['Int']['output']>;
|
|
295
|
-
pool_volume_24h_usd?: Maybe<Scalars['numeric']['output']>;
|
|
296
|
-
pool_volume_last_updated?: Maybe<Scalars['timestamptz']['output']>;
|
|
297
287
|
quote_token?: Maybe<Token>;
|
|
298
288
|
quote_token_id: Scalars['String']['output'];
|
|
299
289
|
swaps: Array<AuctionPool_Swap>;
|
|
@@ -330,12 +320,18 @@ export type AuctionPool_Bid = {
|
|
|
330
320
|
auction_pool?: Maybe<AuctionPool>;
|
|
331
321
|
auction_pool_id: Scalars['String']['output'];
|
|
332
322
|
bid_amount: Scalars['numeric']['output'];
|
|
323
|
+
bid_claimed_block?: Maybe<Scalars['numeric']['output']>;
|
|
324
|
+
bid_claimed_hash?: Maybe<Scalars['String']['output']>;
|
|
325
|
+
bid_claimed_timestamp?: Maybe<Scalars['timestamptz']['output']>;
|
|
333
326
|
bid_creation_block: Scalars['numeric']['output'];
|
|
327
|
+
bid_creation_hash: Scalars['String']['output'];
|
|
334
328
|
bid_creation_timestamp: Scalars['timestamptz']['output'];
|
|
335
329
|
bid_currency_refunded?: Maybe<Scalars['numeric']['output']>;
|
|
336
330
|
bid_current_amount_spent: Scalars['numeric']['output'];
|
|
337
331
|
bid_current_tokens_filled: Scalars['numeric']['output'];
|
|
338
332
|
bid_exited_block?: Maybe<Scalars['numeric']['output']>;
|
|
333
|
+
bid_exited_hash?: Maybe<Scalars['String']['output']>;
|
|
334
|
+
bid_exited_timestamp?: Maybe<Scalars['timestamptz']['output']>;
|
|
339
335
|
bid_id: Scalars['numeric']['output'];
|
|
340
336
|
bid_last_fill_checkpoint_block?: Maybe<Scalars['numeric']['output']>;
|
|
341
337
|
bid_max_price: Scalars['numeric']['output'];
|
|
@@ -364,6 +360,7 @@ export type AuctionPool_Bid_Aggregate_Order_By = {
|
|
|
364
360
|
};
|
|
365
361
|
export type AuctionPool_Bid_Avg_Order_By = {
|
|
366
362
|
bid_amount?: InputMaybe<Order_By>;
|
|
363
|
+
bid_claimed_block?: InputMaybe<Order_By>;
|
|
367
364
|
bid_creation_block?: InputMaybe<Order_By>;
|
|
368
365
|
bid_currency_refunded?: InputMaybe<Order_By>;
|
|
369
366
|
bid_current_amount_spent?: InputMaybe<Order_By>;
|
|
@@ -386,12 +383,18 @@ export type AuctionPool_Bid_Bool_Exp = {
|
|
|
386
383
|
auction_pool?: InputMaybe<AuctionPool_Bool_Exp>;
|
|
387
384
|
auction_pool_id?: InputMaybe<String_Comparison_Exp>;
|
|
388
385
|
bid_amount?: InputMaybe<Numeric_Comparison_Exp>;
|
|
386
|
+
bid_claimed_block?: InputMaybe<Numeric_Comparison_Exp>;
|
|
387
|
+
bid_claimed_hash?: InputMaybe<String_Comparison_Exp>;
|
|
388
|
+
bid_claimed_timestamp?: InputMaybe<Timestamptz_Comparison_Exp>;
|
|
389
389
|
bid_creation_block?: InputMaybe<Numeric_Comparison_Exp>;
|
|
390
|
+
bid_creation_hash?: InputMaybe<String_Comparison_Exp>;
|
|
390
391
|
bid_creation_timestamp?: InputMaybe<Timestamptz_Comparison_Exp>;
|
|
391
392
|
bid_currency_refunded?: InputMaybe<Numeric_Comparison_Exp>;
|
|
392
393
|
bid_current_amount_spent?: InputMaybe<Numeric_Comparison_Exp>;
|
|
393
394
|
bid_current_tokens_filled?: InputMaybe<Numeric_Comparison_Exp>;
|
|
394
395
|
bid_exited_block?: InputMaybe<Numeric_Comparison_Exp>;
|
|
396
|
+
bid_exited_hash?: InputMaybe<String_Comparison_Exp>;
|
|
397
|
+
bid_exited_timestamp?: InputMaybe<Timestamptz_Comparison_Exp>;
|
|
395
398
|
bid_id?: InputMaybe<Numeric_Comparison_Exp>;
|
|
396
399
|
bid_last_fill_checkpoint_block?: InputMaybe<Numeric_Comparison_Exp>;
|
|
397
400
|
bid_max_price?: InputMaybe<Numeric_Comparison_Exp>;
|
|
@@ -408,12 +411,18 @@ export type AuctionPool_Bid_Bool_Exp = {
|
|
|
408
411
|
export type AuctionPool_Bid_Max_Order_By = {
|
|
409
412
|
auction_pool_id?: InputMaybe<Order_By>;
|
|
410
413
|
bid_amount?: InputMaybe<Order_By>;
|
|
414
|
+
bid_claimed_block?: InputMaybe<Order_By>;
|
|
415
|
+
bid_claimed_hash?: InputMaybe<Order_By>;
|
|
416
|
+
bid_claimed_timestamp?: InputMaybe<Order_By>;
|
|
411
417
|
bid_creation_block?: InputMaybe<Order_By>;
|
|
418
|
+
bid_creation_hash?: InputMaybe<Order_By>;
|
|
412
419
|
bid_creation_timestamp?: InputMaybe<Order_By>;
|
|
413
420
|
bid_currency_refunded?: InputMaybe<Order_By>;
|
|
414
421
|
bid_current_amount_spent?: InputMaybe<Order_By>;
|
|
415
422
|
bid_current_tokens_filled?: InputMaybe<Order_By>;
|
|
416
423
|
bid_exited_block?: InputMaybe<Order_By>;
|
|
424
|
+
bid_exited_hash?: InputMaybe<Order_By>;
|
|
425
|
+
bid_exited_timestamp?: InputMaybe<Order_By>;
|
|
417
426
|
bid_id?: InputMaybe<Order_By>;
|
|
418
427
|
bid_last_fill_checkpoint_block?: InputMaybe<Order_By>;
|
|
419
428
|
bid_max_price?: InputMaybe<Order_By>;
|
|
@@ -429,12 +438,18 @@ export type AuctionPool_Bid_Max_Order_By = {
|
|
|
429
438
|
export type AuctionPool_Bid_Min_Order_By = {
|
|
430
439
|
auction_pool_id?: InputMaybe<Order_By>;
|
|
431
440
|
bid_amount?: InputMaybe<Order_By>;
|
|
441
|
+
bid_claimed_block?: InputMaybe<Order_By>;
|
|
442
|
+
bid_claimed_hash?: InputMaybe<Order_By>;
|
|
443
|
+
bid_claimed_timestamp?: InputMaybe<Order_By>;
|
|
432
444
|
bid_creation_block?: InputMaybe<Order_By>;
|
|
445
|
+
bid_creation_hash?: InputMaybe<Order_By>;
|
|
433
446
|
bid_creation_timestamp?: InputMaybe<Order_By>;
|
|
434
447
|
bid_currency_refunded?: InputMaybe<Order_By>;
|
|
435
448
|
bid_current_amount_spent?: InputMaybe<Order_By>;
|
|
436
449
|
bid_current_tokens_filled?: InputMaybe<Order_By>;
|
|
437
450
|
bid_exited_block?: InputMaybe<Order_By>;
|
|
451
|
+
bid_exited_hash?: InputMaybe<Order_By>;
|
|
452
|
+
bid_exited_timestamp?: InputMaybe<Order_By>;
|
|
438
453
|
bid_id?: InputMaybe<Order_By>;
|
|
439
454
|
bid_last_fill_checkpoint_block?: InputMaybe<Order_By>;
|
|
440
455
|
bid_max_price?: InputMaybe<Order_By>;
|
|
@@ -451,12 +466,18 @@ export type AuctionPool_Bid_Order_By = {
|
|
|
451
466
|
auction_pool?: InputMaybe<AuctionPool_Order_By>;
|
|
452
467
|
auction_pool_id?: InputMaybe<Order_By>;
|
|
453
468
|
bid_amount?: InputMaybe<Order_By>;
|
|
469
|
+
bid_claimed_block?: InputMaybe<Order_By>;
|
|
470
|
+
bid_claimed_hash?: InputMaybe<Order_By>;
|
|
471
|
+
bid_claimed_timestamp?: InputMaybe<Order_By>;
|
|
454
472
|
bid_creation_block?: InputMaybe<Order_By>;
|
|
473
|
+
bid_creation_hash?: InputMaybe<Order_By>;
|
|
455
474
|
bid_creation_timestamp?: InputMaybe<Order_By>;
|
|
456
475
|
bid_currency_refunded?: InputMaybe<Order_By>;
|
|
457
476
|
bid_current_amount_spent?: InputMaybe<Order_By>;
|
|
458
477
|
bid_current_tokens_filled?: InputMaybe<Order_By>;
|
|
459
478
|
bid_exited_block?: InputMaybe<Order_By>;
|
|
479
|
+
bid_exited_hash?: InputMaybe<Order_By>;
|
|
480
|
+
bid_exited_timestamp?: InputMaybe<Order_By>;
|
|
460
481
|
bid_id?: InputMaybe<Order_By>;
|
|
461
482
|
bid_last_fill_checkpoint_block?: InputMaybe<Order_By>;
|
|
462
483
|
bid_max_price?: InputMaybe<Order_By>;
|
|
@@ -473,12 +494,18 @@ export type AuctionPool_Bid_Order_By = {
|
|
|
473
494
|
export declare enum AuctionPool_Bid_Select_Column {
|
|
474
495
|
AuctionPoolId = "auction_pool_id",
|
|
475
496
|
BidAmount = "bid_amount",
|
|
497
|
+
BidClaimedBlock = "bid_claimed_block",
|
|
498
|
+
BidClaimedHash = "bid_claimed_hash",
|
|
499
|
+
BidClaimedTimestamp = "bid_claimed_timestamp",
|
|
476
500
|
BidCreationBlock = "bid_creation_block",
|
|
501
|
+
BidCreationHash = "bid_creation_hash",
|
|
477
502
|
BidCreationTimestamp = "bid_creation_timestamp",
|
|
478
503
|
BidCurrencyRefunded = "bid_currency_refunded",
|
|
479
504
|
BidCurrentAmountSpent = "bid_current_amount_spent",
|
|
480
505
|
BidCurrentTokensFilled = "bid_current_tokens_filled",
|
|
481
506
|
BidExitedBlock = "bid_exited_block",
|
|
507
|
+
BidExitedHash = "bid_exited_hash",
|
|
508
|
+
BidExitedTimestamp = "bid_exited_timestamp",
|
|
482
509
|
BidId = "bid_id",
|
|
483
510
|
BidLastFillCheckpointBlock = "bid_last_fill_checkpoint_block",
|
|
484
511
|
BidMaxPrice = "bid_max_price",
|
|
@@ -494,6 +521,7 @@ export declare enum AuctionPool_Bid_Select_Column {
|
|
|
494
521
|
}
|
|
495
522
|
export type AuctionPool_Bid_Stddev_Order_By = {
|
|
496
523
|
bid_amount?: InputMaybe<Order_By>;
|
|
524
|
+
bid_claimed_block?: InputMaybe<Order_By>;
|
|
497
525
|
bid_creation_block?: InputMaybe<Order_By>;
|
|
498
526
|
bid_currency_refunded?: InputMaybe<Order_By>;
|
|
499
527
|
bid_current_amount_spent?: InputMaybe<Order_By>;
|
|
@@ -511,6 +539,7 @@ export type AuctionPool_Bid_Stddev_Order_By = {
|
|
|
511
539
|
};
|
|
512
540
|
export type AuctionPool_Bid_Stddev_Pop_Order_By = {
|
|
513
541
|
bid_amount?: InputMaybe<Order_By>;
|
|
542
|
+
bid_claimed_block?: InputMaybe<Order_By>;
|
|
514
543
|
bid_creation_block?: InputMaybe<Order_By>;
|
|
515
544
|
bid_currency_refunded?: InputMaybe<Order_By>;
|
|
516
545
|
bid_current_amount_spent?: InputMaybe<Order_By>;
|
|
@@ -528,6 +557,7 @@ export type AuctionPool_Bid_Stddev_Pop_Order_By = {
|
|
|
528
557
|
};
|
|
529
558
|
export type AuctionPool_Bid_Stddev_Samp_Order_By = {
|
|
530
559
|
bid_amount?: InputMaybe<Order_By>;
|
|
560
|
+
bid_claimed_block?: InputMaybe<Order_By>;
|
|
531
561
|
bid_creation_block?: InputMaybe<Order_By>;
|
|
532
562
|
bid_currency_refunded?: InputMaybe<Order_By>;
|
|
533
563
|
bid_current_amount_spent?: InputMaybe<Order_By>;
|
|
@@ -550,12 +580,18 @@ export type AuctionPool_Bid_Stream_Cursor_Input = {
|
|
|
550
580
|
export type AuctionPool_Bid_Stream_Cursor_Value_Input = {
|
|
551
581
|
auction_pool_id?: InputMaybe<Scalars['String']['input']>;
|
|
552
582
|
bid_amount?: InputMaybe<Scalars['numeric']['input']>;
|
|
583
|
+
bid_claimed_block?: InputMaybe<Scalars['numeric']['input']>;
|
|
584
|
+
bid_claimed_hash?: InputMaybe<Scalars['String']['input']>;
|
|
585
|
+
bid_claimed_timestamp?: InputMaybe<Scalars['timestamptz']['input']>;
|
|
553
586
|
bid_creation_block?: InputMaybe<Scalars['numeric']['input']>;
|
|
587
|
+
bid_creation_hash?: InputMaybe<Scalars['String']['input']>;
|
|
554
588
|
bid_creation_timestamp?: InputMaybe<Scalars['timestamptz']['input']>;
|
|
555
589
|
bid_currency_refunded?: InputMaybe<Scalars['numeric']['input']>;
|
|
556
590
|
bid_current_amount_spent?: InputMaybe<Scalars['numeric']['input']>;
|
|
557
591
|
bid_current_tokens_filled?: InputMaybe<Scalars['numeric']['input']>;
|
|
558
592
|
bid_exited_block?: InputMaybe<Scalars['numeric']['input']>;
|
|
593
|
+
bid_exited_hash?: InputMaybe<Scalars['String']['input']>;
|
|
594
|
+
bid_exited_timestamp?: InputMaybe<Scalars['timestamptz']['input']>;
|
|
559
595
|
bid_id?: InputMaybe<Scalars['numeric']['input']>;
|
|
560
596
|
bid_last_fill_checkpoint_block?: InputMaybe<Scalars['numeric']['input']>;
|
|
561
597
|
bid_max_price?: InputMaybe<Scalars['numeric']['input']>;
|
|
@@ -571,6 +607,7 @@ export type AuctionPool_Bid_Stream_Cursor_Value_Input = {
|
|
|
571
607
|
};
|
|
572
608
|
export type AuctionPool_Bid_Sum_Order_By = {
|
|
573
609
|
bid_amount?: InputMaybe<Order_By>;
|
|
610
|
+
bid_claimed_block?: InputMaybe<Order_By>;
|
|
574
611
|
bid_creation_block?: InputMaybe<Order_By>;
|
|
575
612
|
bid_currency_refunded?: InputMaybe<Order_By>;
|
|
576
613
|
bid_current_amount_spent?: InputMaybe<Order_By>;
|
|
@@ -588,6 +625,7 @@ export type AuctionPool_Bid_Sum_Order_By = {
|
|
|
588
625
|
};
|
|
589
626
|
export type AuctionPool_Bid_Var_Pop_Order_By = {
|
|
590
627
|
bid_amount?: InputMaybe<Order_By>;
|
|
628
|
+
bid_claimed_block?: InputMaybe<Order_By>;
|
|
591
629
|
bid_creation_block?: InputMaybe<Order_By>;
|
|
592
630
|
bid_currency_refunded?: InputMaybe<Order_By>;
|
|
593
631
|
bid_current_amount_spent?: InputMaybe<Order_By>;
|
|
@@ -605,6 +643,7 @@ export type AuctionPool_Bid_Var_Pop_Order_By = {
|
|
|
605
643
|
};
|
|
606
644
|
export type AuctionPool_Bid_Var_Samp_Order_By = {
|
|
607
645
|
bid_amount?: InputMaybe<Order_By>;
|
|
646
|
+
bid_claimed_block?: InputMaybe<Order_By>;
|
|
608
647
|
bid_creation_block?: InputMaybe<Order_By>;
|
|
609
648
|
bid_currency_refunded?: InputMaybe<Order_By>;
|
|
610
649
|
bid_current_amount_spent?: InputMaybe<Order_By>;
|
|
@@ -622,6 +661,7 @@ export type AuctionPool_Bid_Var_Samp_Order_By = {
|
|
|
622
661
|
};
|
|
623
662
|
export type AuctionPool_Bid_Variance_Order_By = {
|
|
624
663
|
bid_amount?: InputMaybe<Order_By>;
|
|
664
|
+
bid_claimed_block?: InputMaybe<Order_By>;
|
|
625
665
|
bid_creation_block?: InputMaybe<Order_By>;
|
|
626
666
|
bid_currency_refunded?: InputMaybe<Order_By>;
|
|
627
667
|
bid_current_amount_spent?: InputMaybe<Order_By>;
|
|
@@ -904,10 +944,6 @@ export type AuctionPool_Avg_Order_By = {
|
|
|
904
944
|
pool_last_epoch?: InputMaybe<Order_By>;
|
|
905
945
|
pool_last_epoch_total_tokens_sold?: InputMaybe<Order_By>;
|
|
906
946
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
907
|
-
pool_volume_24h_base?: InputMaybe<Order_By>;
|
|
908
|
-
pool_volume_24h_quote?: InputMaybe<Order_By>;
|
|
909
|
-
pool_volume_24h_swap_count?: InputMaybe<Order_By>;
|
|
910
|
-
pool_volume_24h_usd?: InputMaybe<Order_By>;
|
|
911
947
|
};
|
|
912
948
|
export type AuctionPool_Bool_Exp = {
|
|
913
949
|
_and?: InputMaybe<Array<AuctionPool_Bool_Exp>>;
|
|
@@ -922,8 +958,6 @@ export type AuctionPool_Bool_Exp = {
|
|
|
922
958
|
checkpoints?: InputMaybe<Cca_Checkpoint_Bool_Exp>;
|
|
923
959
|
id?: InputMaybe<String_Comparison_Exp>;
|
|
924
960
|
integrator_address?: InputMaybe<String_Comparison_Exp>;
|
|
925
|
-
numeraire_market_data?: InputMaybe<NumeraireMarketData_Bool_Exp>;
|
|
926
|
-
numeraire_market_data_id?: InputMaybe<String_Comparison_Exp>;
|
|
927
961
|
pool_address?: InputMaybe<String_Comparison_Exp>;
|
|
928
962
|
pool_cca_clearing_price?: InputMaybe<Numeric_Comparison_Exp>;
|
|
929
963
|
pool_cca_cumulative_mps?: InputMaybe<Int_Comparison_Exp>;
|
|
@@ -955,14 +989,13 @@ export type AuctionPool_Bool_Exp = {
|
|
|
955
989
|
pool_config_starting_time?: InputMaybe<Numeric_Comparison_Exp>;
|
|
956
990
|
pool_config_tokens_recipient?: InputMaybe<String_Comparison_Exp>;
|
|
957
991
|
pool_creation_block?: InputMaybe<Numeric_Comparison_Exp>;
|
|
992
|
+
pool_creation_hash?: InputMaybe<String_Comparison_Exp>;
|
|
958
993
|
pool_creation_timestamp?: InputMaybe<Timestamptz_Comparison_Exp>;
|
|
959
994
|
pool_current_beneficiaries_data?: InputMaybe<Jsonb_Comparison_Exp>;
|
|
960
995
|
pool_current_fdv?: InputMaybe<Numeric_Comparison_Exp>;
|
|
961
|
-
pool_current_fdv_usd?: InputMaybe<String_Comparison_Exp>;
|
|
962
996
|
pool_current_fees_accrued?: InputMaybe<Numeric_Comparison_Exp>;
|
|
963
997
|
pool_current_liquidity?: InputMaybe<Numeric_Comparison_Exp>;
|
|
964
998
|
pool_current_market_cap?: InputMaybe<Numeric_Comparison_Exp>;
|
|
965
|
-
pool_current_market_cap_usd?: InputMaybe<String_Comparison_Exp>;
|
|
966
999
|
pool_current_min_progress_percentage?: InputMaybe<Float8_Comparison_Exp>;
|
|
967
1000
|
pool_current_price?: InputMaybe<Numeric_Comparison_Exp>;
|
|
968
1001
|
pool_current_sale_progress_percentage?: InputMaybe<Float8_Comparison_Exp>;
|
|
@@ -981,13 +1014,9 @@ export type AuctionPool_Bool_Exp = {
|
|
|
981
1014
|
pool_last_epoch_total_tokens_sold?: InputMaybe<Numeric_Comparison_Exp>;
|
|
982
1015
|
pool_last_swap_timestamp?: InputMaybe<Timestamptz_Comparison_Exp>;
|
|
983
1016
|
pool_migration_block?: InputMaybe<Numeric_Comparison_Exp>;
|
|
1017
|
+
pool_migration_hash?: InputMaybe<String_Comparison_Exp>;
|
|
984
1018
|
pool_migration_timestamp?: InputMaybe<Timestamptz_Comparison_Exp>;
|
|
985
1019
|
pool_type?: InputMaybe<String_Comparison_Exp>;
|
|
986
|
-
pool_volume_24h_base?: InputMaybe<Numeric_Comparison_Exp>;
|
|
987
|
-
pool_volume_24h_quote?: InputMaybe<Numeric_Comparison_Exp>;
|
|
988
|
-
pool_volume_24h_swap_count?: InputMaybe<Int_Comparison_Exp>;
|
|
989
|
-
pool_volume_24h_usd?: InputMaybe<Numeric_Comparison_Exp>;
|
|
990
|
-
pool_volume_last_updated?: InputMaybe<Timestamptz_Comparison_Exp>;
|
|
991
1020
|
quote_token?: InputMaybe<Token_Bool_Exp>;
|
|
992
1021
|
quote_token_id?: InputMaybe<String_Comparison_Exp>;
|
|
993
1022
|
swaps?: InputMaybe<AuctionPool_Swap_Bool_Exp>;
|
|
@@ -998,7 +1027,6 @@ export type AuctionPool_Max_Order_By = {
|
|
|
998
1027
|
chain_id?: InputMaybe<Order_By>;
|
|
999
1028
|
id?: InputMaybe<Order_By>;
|
|
1000
1029
|
integrator_address?: InputMaybe<Order_By>;
|
|
1001
|
-
numeraire_market_data_id?: InputMaybe<Order_By>;
|
|
1002
1030
|
pool_address?: InputMaybe<Order_By>;
|
|
1003
1031
|
pool_cca_clearing_price?: InputMaybe<Order_By>;
|
|
1004
1032
|
pool_cca_cumulative_mps?: InputMaybe<Order_By>;
|
|
@@ -1024,13 +1052,12 @@ export type AuctionPool_Max_Order_By = {
|
|
|
1024
1052
|
pool_config_starting_time?: InputMaybe<Order_By>;
|
|
1025
1053
|
pool_config_tokens_recipient?: InputMaybe<Order_By>;
|
|
1026
1054
|
pool_creation_block?: InputMaybe<Order_By>;
|
|
1055
|
+
pool_creation_hash?: InputMaybe<Order_By>;
|
|
1027
1056
|
pool_creation_timestamp?: InputMaybe<Order_By>;
|
|
1028
1057
|
pool_current_fdv?: InputMaybe<Order_By>;
|
|
1029
|
-
pool_current_fdv_usd?: InputMaybe<Order_By>;
|
|
1030
1058
|
pool_current_fees_accrued?: InputMaybe<Order_By>;
|
|
1031
1059
|
pool_current_liquidity?: InputMaybe<Order_By>;
|
|
1032
1060
|
pool_current_market_cap?: InputMaybe<Order_By>;
|
|
1033
|
-
pool_current_market_cap_usd?: InputMaybe<Order_By>;
|
|
1034
1061
|
pool_current_min_progress_percentage?: InputMaybe<Order_By>;
|
|
1035
1062
|
pool_current_price?: InputMaybe<Order_By>;
|
|
1036
1063
|
pool_current_sale_progress_percentage?: InputMaybe<Order_By>;
|
|
@@ -1048,13 +1075,9 @@ export type AuctionPool_Max_Order_By = {
|
|
|
1048
1075
|
pool_last_epoch_total_tokens_sold?: InputMaybe<Order_By>;
|
|
1049
1076
|
pool_last_swap_timestamp?: InputMaybe<Order_By>;
|
|
1050
1077
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
1078
|
+
pool_migration_hash?: InputMaybe<Order_By>;
|
|
1051
1079
|
pool_migration_timestamp?: InputMaybe<Order_By>;
|
|
1052
1080
|
pool_type?: InputMaybe<Order_By>;
|
|
1053
|
-
pool_volume_24h_base?: InputMaybe<Order_By>;
|
|
1054
|
-
pool_volume_24h_quote?: InputMaybe<Order_By>;
|
|
1055
|
-
pool_volume_24h_swap_count?: InputMaybe<Order_By>;
|
|
1056
|
-
pool_volume_24h_usd?: InputMaybe<Order_By>;
|
|
1057
|
-
pool_volume_last_updated?: InputMaybe<Order_By>;
|
|
1058
1081
|
quote_token_id?: InputMaybe<Order_By>;
|
|
1059
1082
|
};
|
|
1060
1083
|
export type AuctionPool_Min_Order_By = {
|
|
@@ -1063,7 +1086,6 @@ export type AuctionPool_Min_Order_By = {
|
|
|
1063
1086
|
chain_id?: InputMaybe<Order_By>;
|
|
1064
1087
|
id?: InputMaybe<Order_By>;
|
|
1065
1088
|
integrator_address?: InputMaybe<Order_By>;
|
|
1066
|
-
numeraire_market_data_id?: InputMaybe<Order_By>;
|
|
1067
1089
|
pool_address?: InputMaybe<Order_By>;
|
|
1068
1090
|
pool_cca_clearing_price?: InputMaybe<Order_By>;
|
|
1069
1091
|
pool_cca_cumulative_mps?: InputMaybe<Order_By>;
|
|
@@ -1089,13 +1111,12 @@ export type AuctionPool_Min_Order_By = {
|
|
|
1089
1111
|
pool_config_starting_time?: InputMaybe<Order_By>;
|
|
1090
1112
|
pool_config_tokens_recipient?: InputMaybe<Order_By>;
|
|
1091
1113
|
pool_creation_block?: InputMaybe<Order_By>;
|
|
1114
|
+
pool_creation_hash?: InputMaybe<Order_By>;
|
|
1092
1115
|
pool_creation_timestamp?: InputMaybe<Order_By>;
|
|
1093
1116
|
pool_current_fdv?: InputMaybe<Order_By>;
|
|
1094
|
-
pool_current_fdv_usd?: InputMaybe<Order_By>;
|
|
1095
1117
|
pool_current_fees_accrued?: InputMaybe<Order_By>;
|
|
1096
1118
|
pool_current_liquidity?: InputMaybe<Order_By>;
|
|
1097
1119
|
pool_current_market_cap?: InputMaybe<Order_By>;
|
|
1098
|
-
pool_current_market_cap_usd?: InputMaybe<Order_By>;
|
|
1099
1120
|
pool_current_min_progress_percentage?: InputMaybe<Order_By>;
|
|
1100
1121
|
pool_current_price?: InputMaybe<Order_By>;
|
|
1101
1122
|
pool_current_sale_progress_percentage?: InputMaybe<Order_By>;
|
|
@@ -1113,13 +1134,9 @@ export type AuctionPool_Min_Order_By = {
|
|
|
1113
1134
|
pool_last_epoch_total_tokens_sold?: InputMaybe<Order_By>;
|
|
1114
1135
|
pool_last_swap_timestamp?: InputMaybe<Order_By>;
|
|
1115
1136
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
1137
|
+
pool_migration_hash?: InputMaybe<Order_By>;
|
|
1116
1138
|
pool_migration_timestamp?: InputMaybe<Order_By>;
|
|
1117
1139
|
pool_type?: InputMaybe<Order_By>;
|
|
1118
|
-
pool_volume_24h_base?: InputMaybe<Order_By>;
|
|
1119
|
-
pool_volume_24h_quote?: InputMaybe<Order_By>;
|
|
1120
|
-
pool_volume_24h_swap_count?: InputMaybe<Order_By>;
|
|
1121
|
-
pool_volume_24h_usd?: InputMaybe<Order_By>;
|
|
1122
|
-
pool_volume_last_updated?: InputMaybe<Order_By>;
|
|
1123
1140
|
quote_token_id?: InputMaybe<Order_By>;
|
|
1124
1141
|
};
|
|
1125
1142
|
export type AuctionPool_Order_By = {
|
|
@@ -1132,8 +1149,6 @@ export type AuctionPool_Order_By = {
|
|
|
1132
1149
|
checkpoints_aggregate?: InputMaybe<Cca_Checkpoint_Aggregate_Order_By>;
|
|
1133
1150
|
id?: InputMaybe<Order_By>;
|
|
1134
1151
|
integrator_address?: InputMaybe<Order_By>;
|
|
1135
|
-
numeraire_market_data?: InputMaybe<NumeraireMarketData_Order_By>;
|
|
1136
|
-
numeraire_market_data_id?: InputMaybe<Order_By>;
|
|
1137
1152
|
pool_address?: InputMaybe<Order_By>;
|
|
1138
1153
|
pool_cca_clearing_price?: InputMaybe<Order_By>;
|
|
1139
1154
|
pool_cca_cumulative_mps?: InputMaybe<Order_By>;
|
|
@@ -1165,14 +1180,13 @@ export type AuctionPool_Order_By = {
|
|
|
1165
1180
|
pool_config_starting_time?: InputMaybe<Order_By>;
|
|
1166
1181
|
pool_config_tokens_recipient?: InputMaybe<Order_By>;
|
|
1167
1182
|
pool_creation_block?: InputMaybe<Order_By>;
|
|
1183
|
+
pool_creation_hash?: InputMaybe<Order_By>;
|
|
1168
1184
|
pool_creation_timestamp?: InputMaybe<Order_By>;
|
|
1169
1185
|
pool_current_beneficiaries_data?: InputMaybe<Order_By>;
|
|
1170
1186
|
pool_current_fdv?: InputMaybe<Order_By>;
|
|
1171
|
-
pool_current_fdv_usd?: InputMaybe<Order_By>;
|
|
1172
1187
|
pool_current_fees_accrued?: InputMaybe<Order_By>;
|
|
1173
1188
|
pool_current_liquidity?: InputMaybe<Order_By>;
|
|
1174
1189
|
pool_current_market_cap?: InputMaybe<Order_By>;
|
|
1175
|
-
pool_current_market_cap_usd?: InputMaybe<Order_By>;
|
|
1176
1190
|
pool_current_min_progress_percentage?: InputMaybe<Order_By>;
|
|
1177
1191
|
pool_current_price?: InputMaybe<Order_By>;
|
|
1178
1192
|
pool_current_sale_progress_percentage?: InputMaybe<Order_By>;
|
|
@@ -1191,13 +1205,9 @@ export type AuctionPool_Order_By = {
|
|
|
1191
1205
|
pool_last_epoch_total_tokens_sold?: InputMaybe<Order_By>;
|
|
1192
1206
|
pool_last_swap_timestamp?: InputMaybe<Order_By>;
|
|
1193
1207
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
1208
|
+
pool_migration_hash?: InputMaybe<Order_By>;
|
|
1194
1209
|
pool_migration_timestamp?: InputMaybe<Order_By>;
|
|
1195
1210
|
pool_type?: InputMaybe<Order_By>;
|
|
1196
|
-
pool_volume_24h_base?: InputMaybe<Order_By>;
|
|
1197
|
-
pool_volume_24h_quote?: InputMaybe<Order_By>;
|
|
1198
|
-
pool_volume_24h_swap_count?: InputMaybe<Order_By>;
|
|
1199
|
-
pool_volume_24h_usd?: InputMaybe<Order_By>;
|
|
1200
|
-
pool_volume_last_updated?: InputMaybe<Order_By>;
|
|
1201
1211
|
quote_token?: InputMaybe<Token_Order_By>;
|
|
1202
1212
|
quote_token_id?: InputMaybe<Order_By>;
|
|
1203
1213
|
swaps_aggregate?: InputMaybe<AuctionPool_Swap_Aggregate_Order_By>;
|
|
@@ -1208,7 +1218,6 @@ export declare enum AuctionPool_Select_Column {
|
|
|
1208
1218
|
ChainId = "chain_id",
|
|
1209
1219
|
Id = "id",
|
|
1210
1220
|
IntegratorAddress = "integrator_address",
|
|
1211
|
-
NumeraireMarketDataId = "numeraire_market_data_id",
|
|
1212
1221
|
PoolAddress = "pool_address",
|
|
1213
1222
|
PoolCcaClearingPrice = "pool_cca_clearing_price",
|
|
1214
1223
|
PoolCcaCumulativeMps = "pool_cca_cumulative_mps",
|
|
@@ -1240,14 +1249,13 @@ export declare enum AuctionPool_Select_Column {
|
|
|
1240
1249
|
PoolConfigStartingTime = "pool_config_starting_time",
|
|
1241
1250
|
PoolConfigTokensRecipient = "pool_config_tokens_recipient",
|
|
1242
1251
|
PoolCreationBlock = "pool_creation_block",
|
|
1252
|
+
PoolCreationHash = "pool_creation_hash",
|
|
1243
1253
|
PoolCreationTimestamp = "pool_creation_timestamp",
|
|
1244
1254
|
PoolCurrentBeneficiariesData = "pool_current_beneficiaries_data",
|
|
1245
1255
|
PoolCurrentFdv = "pool_current_fdv",
|
|
1246
|
-
PoolCurrentFdvUsd = "pool_current_fdv_usd",
|
|
1247
1256
|
PoolCurrentFeesAccrued = "pool_current_fees_accrued",
|
|
1248
1257
|
PoolCurrentLiquidity = "pool_current_liquidity",
|
|
1249
1258
|
PoolCurrentMarketCap = "pool_current_market_cap",
|
|
1250
|
-
PoolCurrentMarketCapUsd = "pool_current_market_cap_usd",
|
|
1251
1259
|
PoolCurrentMinProgressPercentage = "pool_current_min_progress_percentage",
|
|
1252
1260
|
PoolCurrentPrice = "pool_current_price",
|
|
1253
1261
|
PoolCurrentSaleProgressPercentage = "pool_current_sale_progress_percentage",
|
|
@@ -1266,13 +1274,9 @@ export declare enum AuctionPool_Select_Column {
|
|
|
1266
1274
|
PoolLastEpochTotalTokensSold = "pool_last_epoch_total_tokens_sold",
|
|
1267
1275
|
PoolLastSwapTimestamp = "pool_last_swap_timestamp",
|
|
1268
1276
|
PoolMigrationBlock = "pool_migration_block",
|
|
1277
|
+
PoolMigrationHash = "pool_migration_hash",
|
|
1269
1278
|
PoolMigrationTimestamp = "pool_migration_timestamp",
|
|
1270
1279
|
PoolType = "pool_type",
|
|
1271
|
-
PoolVolume_24hBase = "pool_volume_24h_base",
|
|
1272
|
-
PoolVolume_24hQuote = "pool_volume_24h_quote",
|
|
1273
|
-
PoolVolume_24hSwapCount = "pool_volume_24h_swap_count",
|
|
1274
|
-
PoolVolume_24hUsd = "pool_volume_24h_usd",
|
|
1275
|
-
PoolVolumeLastUpdated = "pool_volume_last_updated",
|
|
1276
1280
|
QuoteTokenId = "quote_token_id"
|
|
1277
1281
|
}
|
|
1278
1282
|
export type AuctionPool_Stddev_Order_By = {
|
|
@@ -1315,10 +1319,6 @@ export type AuctionPool_Stddev_Order_By = {
|
|
|
1315
1319
|
pool_last_epoch?: InputMaybe<Order_By>;
|
|
1316
1320
|
pool_last_epoch_total_tokens_sold?: InputMaybe<Order_By>;
|
|
1317
1321
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
1318
|
-
pool_volume_24h_base?: InputMaybe<Order_By>;
|
|
1319
|
-
pool_volume_24h_quote?: InputMaybe<Order_By>;
|
|
1320
|
-
pool_volume_24h_swap_count?: InputMaybe<Order_By>;
|
|
1321
|
-
pool_volume_24h_usd?: InputMaybe<Order_By>;
|
|
1322
1322
|
};
|
|
1323
1323
|
export type AuctionPool_Stddev_Pop_Order_By = {
|
|
1324
1324
|
chain_id?: InputMaybe<Order_By>;
|
|
@@ -1360,10 +1360,6 @@ export type AuctionPool_Stddev_Pop_Order_By = {
|
|
|
1360
1360
|
pool_last_epoch?: InputMaybe<Order_By>;
|
|
1361
1361
|
pool_last_epoch_total_tokens_sold?: InputMaybe<Order_By>;
|
|
1362
1362
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
1363
|
-
pool_volume_24h_base?: InputMaybe<Order_By>;
|
|
1364
|
-
pool_volume_24h_quote?: InputMaybe<Order_By>;
|
|
1365
|
-
pool_volume_24h_swap_count?: InputMaybe<Order_By>;
|
|
1366
|
-
pool_volume_24h_usd?: InputMaybe<Order_By>;
|
|
1367
1363
|
};
|
|
1368
1364
|
export type AuctionPool_Stddev_Samp_Order_By = {
|
|
1369
1365
|
chain_id?: InputMaybe<Order_By>;
|
|
@@ -1405,10 +1401,6 @@ export type AuctionPool_Stddev_Samp_Order_By = {
|
|
|
1405
1401
|
pool_last_epoch?: InputMaybe<Order_By>;
|
|
1406
1402
|
pool_last_epoch_total_tokens_sold?: InputMaybe<Order_By>;
|
|
1407
1403
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
1408
|
-
pool_volume_24h_base?: InputMaybe<Order_By>;
|
|
1409
|
-
pool_volume_24h_quote?: InputMaybe<Order_By>;
|
|
1410
|
-
pool_volume_24h_swap_count?: InputMaybe<Order_By>;
|
|
1411
|
-
pool_volume_24h_usd?: InputMaybe<Order_By>;
|
|
1412
1404
|
};
|
|
1413
1405
|
export type AuctionPool_Stream_Cursor_Input = {
|
|
1414
1406
|
initial_value: AuctionPool_Stream_Cursor_Value_Input;
|
|
@@ -1420,7 +1412,6 @@ export type AuctionPool_Stream_Cursor_Value_Input = {
|
|
|
1420
1412
|
chain_id?: InputMaybe<Scalars['Int']['input']>;
|
|
1421
1413
|
id?: InputMaybe<Scalars['String']['input']>;
|
|
1422
1414
|
integrator_address?: InputMaybe<Scalars['String']['input']>;
|
|
1423
|
-
numeraire_market_data_id?: InputMaybe<Scalars['String']['input']>;
|
|
1424
1415
|
pool_address?: InputMaybe<Scalars['String']['input']>;
|
|
1425
1416
|
pool_cca_clearing_price?: InputMaybe<Scalars['numeric']['input']>;
|
|
1426
1417
|
pool_cca_cumulative_mps?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -1452,14 +1443,13 @@ export type AuctionPool_Stream_Cursor_Value_Input = {
|
|
|
1452
1443
|
pool_config_starting_time?: InputMaybe<Scalars['numeric']['input']>;
|
|
1453
1444
|
pool_config_tokens_recipient?: InputMaybe<Scalars['String']['input']>;
|
|
1454
1445
|
pool_creation_block?: InputMaybe<Scalars['numeric']['input']>;
|
|
1446
|
+
pool_creation_hash?: InputMaybe<Scalars['String']['input']>;
|
|
1455
1447
|
pool_creation_timestamp?: InputMaybe<Scalars['timestamptz']['input']>;
|
|
1456
1448
|
pool_current_beneficiaries_data?: InputMaybe<Scalars['jsonb']['input']>;
|
|
1457
1449
|
pool_current_fdv?: InputMaybe<Scalars['numeric']['input']>;
|
|
1458
|
-
pool_current_fdv_usd?: InputMaybe<Scalars['String']['input']>;
|
|
1459
1450
|
pool_current_fees_accrued?: InputMaybe<Scalars['numeric']['input']>;
|
|
1460
1451
|
pool_current_liquidity?: InputMaybe<Scalars['numeric']['input']>;
|
|
1461
1452
|
pool_current_market_cap?: InputMaybe<Scalars['numeric']['input']>;
|
|
1462
|
-
pool_current_market_cap_usd?: InputMaybe<Scalars['String']['input']>;
|
|
1463
1453
|
pool_current_min_progress_percentage?: InputMaybe<Scalars['float8']['input']>;
|
|
1464
1454
|
pool_current_price?: InputMaybe<Scalars['numeric']['input']>;
|
|
1465
1455
|
pool_current_sale_progress_percentage?: InputMaybe<Scalars['float8']['input']>;
|
|
@@ -1478,13 +1468,9 @@ export type AuctionPool_Stream_Cursor_Value_Input = {
|
|
|
1478
1468
|
pool_last_epoch_total_tokens_sold?: InputMaybe<Scalars['numeric']['input']>;
|
|
1479
1469
|
pool_last_swap_timestamp?: InputMaybe<Scalars['timestamptz']['input']>;
|
|
1480
1470
|
pool_migration_block?: InputMaybe<Scalars['numeric']['input']>;
|
|
1471
|
+
pool_migration_hash?: InputMaybe<Scalars['String']['input']>;
|
|
1481
1472
|
pool_migration_timestamp?: InputMaybe<Scalars['timestamptz']['input']>;
|
|
1482
1473
|
pool_type?: InputMaybe<Scalars['String']['input']>;
|
|
1483
|
-
pool_volume_24h_base?: InputMaybe<Scalars['numeric']['input']>;
|
|
1484
|
-
pool_volume_24h_quote?: InputMaybe<Scalars['numeric']['input']>;
|
|
1485
|
-
pool_volume_24h_swap_count?: InputMaybe<Scalars['Int']['input']>;
|
|
1486
|
-
pool_volume_24h_usd?: InputMaybe<Scalars['numeric']['input']>;
|
|
1487
|
-
pool_volume_last_updated?: InputMaybe<Scalars['timestamptz']['input']>;
|
|
1488
1474
|
quote_token_id?: InputMaybe<Scalars['String']['input']>;
|
|
1489
1475
|
};
|
|
1490
1476
|
export type AuctionPool_Sum_Order_By = {
|
|
@@ -1527,10 +1513,6 @@ export type AuctionPool_Sum_Order_By = {
|
|
|
1527
1513
|
pool_last_epoch?: InputMaybe<Order_By>;
|
|
1528
1514
|
pool_last_epoch_total_tokens_sold?: InputMaybe<Order_By>;
|
|
1529
1515
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
1530
|
-
pool_volume_24h_base?: InputMaybe<Order_By>;
|
|
1531
|
-
pool_volume_24h_quote?: InputMaybe<Order_By>;
|
|
1532
|
-
pool_volume_24h_swap_count?: InputMaybe<Order_By>;
|
|
1533
|
-
pool_volume_24h_usd?: InputMaybe<Order_By>;
|
|
1534
1516
|
};
|
|
1535
1517
|
export type AuctionPool_Var_Pop_Order_By = {
|
|
1536
1518
|
chain_id?: InputMaybe<Order_By>;
|
|
@@ -1572,10 +1554,6 @@ export type AuctionPool_Var_Pop_Order_By = {
|
|
|
1572
1554
|
pool_last_epoch?: InputMaybe<Order_By>;
|
|
1573
1555
|
pool_last_epoch_total_tokens_sold?: InputMaybe<Order_By>;
|
|
1574
1556
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
1575
|
-
pool_volume_24h_base?: InputMaybe<Order_By>;
|
|
1576
|
-
pool_volume_24h_quote?: InputMaybe<Order_By>;
|
|
1577
|
-
pool_volume_24h_swap_count?: InputMaybe<Order_By>;
|
|
1578
|
-
pool_volume_24h_usd?: InputMaybe<Order_By>;
|
|
1579
1557
|
};
|
|
1580
1558
|
export type AuctionPool_Var_Samp_Order_By = {
|
|
1581
1559
|
chain_id?: InputMaybe<Order_By>;
|
|
@@ -1617,10 +1595,6 @@ export type AuctionPool_Var_Samp_Order_By = {
|
|
|
1617
1595
|
pool_last_epoch?: InputMaybe<Order_By>;
|
|
1618
1596
|
pool_last_epoch_total_tokens_sold?: InputMaybe<Order_By>;
|
|
1619
1597
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
1620
|
-
pool_volume_24h_base?: InputMaybe<Order_By>;
|
|
1621
|
-
pool_volume_24h_quote?: InputMaybe<Order_By>;
|
|
1622
|
-
pool_volume_24h_swap_count?: InputMaybe<Order_By>;
|
|
1623
|
-
pool_volume_24h_usd?: InputMaybe<Order_By>;
|
|
1624
1598
|
};
|
|
1625
1599
|
export type AuctionPool_Variance_Order_By = {
|
|
1626
1600
|
chain_id?: InputMaybe<Order_By>;
|
|
@@ -1662,10 +1636,6 @@ export type AuctionPool_Variance_Order_By = {
|
|
|
1662
1636
|
pool_last_epoch?: InputMaybe<Order_By>;
|
|
1663
1637
|
pool_last_epoch_total_tokens_sold?: InputMaybe<Order_By>;
|
|
1664
1638
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
1665
|
-
pool_volume_24h_base?: InputMaybe<Order_By>;
|
|
1666
|
-
pool_volume_24h_quote?: InputMaybe<Order_By>;
|
|
1667
|
-
pool_volume_24h_swap_count?: InputMaybe<Order_By>;
|
|
1668
|
-
pool_volume_24h_usd?: InputMaybe<Order_By>;
|
|
1669
1639
|
};
|
|
1670
1640
|
export type Boolean_Comparison_Exp = {
|
|
1671
1641
|
_eq?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -1685,6 +1655,8 @@ export type Cca_Checkpoint = {
|
|
|
1685
1655
|
chain_id: Scalars['Int']['output'];
|
|
1686
1656
|
checkpoint_block_number: Scalars['numeric']['output'];
|
|
1687
1657
|
checkpoint_clearing_price: Scalars['numeric']['output'];
|
|
1658
|
+
checkpoint_creation_block: Scalars['numeric']['output'];
|
|
1659
|
+
checkpoint_creation_hash: Scalars['String']['output'];
|
|
1688
1660
|
checkpoint_creation_timestamp: Scalars['timestamptz']['output'];
|
|
1689
1661
|
checkpoint_cumulative_mps: Scalars['Int']['output'];
|
|
1690
1662
|
checkpoint_cumulative_mps_per_price: Scalars['numeric']['output'];
|
|
@@ -1708,6 +1680,7 @@ export type Cca_Checkpoint_Avg_Order_By = {
|
|
|
1708
1680
|
chain_id?: InputMaybe<Order_By>;
|
|
1709
1681
|
checkpoint_block_number?: InputMaybe<Order_By>;
|
|
1710
1682
|
checkpoint_clearing_price?: InputMaybe<Order_By>;
|
|
1683
|
+
checkpoint_creation_block?: InputMaybe<Order_By>;
|
|
1711
1684
|
checkpoint_cumulative_mps?: InputMaybe<Order_By>;
|
|
1712
1685
|
checkpoint_cumulative_mps_per_price?: InputMaybe<Order_By>;
|
|
1713
1686
|
checkpoint_currency_raised_at_price?: InputMaybe<Order_By>;
|
|
@@ -1721,6 +1694,8 @@ export type Cca_Checkpoint_Bool_Exp = {
|
|
|
1721
1694
|
chain_id?: InputMaybe<Int_Comparison_Exp>;
|
|
1722
1695
|
checkpoint_block_number?: InputMaybe<Numeric_Comparison_Exp>;
|
|
1723
1696
|
checkpoint_clearing_price?: InputMaybe<Numeric_Comparison_Exp>;
|
|
1697
|
+
checkpoint_creation_block?: InputMaybe<Numeric_Comparison_Exp>;
|
|
1698
|
+
checkpoint_creation_hash?: InputMaybe<String_Comparison_Exp>;
|
|
1724
1699
|
checkpoint_creation_timestamp?: InputMaybe<Timestamptz_Comparison_Exp>;
|
|
1725
1700
|
checkpoint_cumulative_mps?: InputMaybe<Int_Comparison_Exp>;
|
|
1726
1701
|
checkpoint_cumulative_mps_per_price?: InputMaybe<Numeric_Comparison_Exp>;
|
|
@@ -1732,6 +1707,8 @@ export type Cca_Checkpoint_Max_Order_By = {
|
|
|
1732
1707
|
chain_id?: InputMaybe<Order_By>;
|
|
1733
1708
|
checkpoint_block_number?: InputMaybe<Order_By>;
|
|
1734
1709
|
checkpoint_clearing_price?: InputMaybe<Order_By>;
|
|
1710
|
+
checkpoint_creation_block?: InputMaybe<Order_By>;
|
|
1711
|
+
checkpoint_creation_hash?: InputMaybe<Order_By>;
|
|
1735
1712
|
checkpoint_creation_timestamp?: InputMaybe<Order_By>;
|
|
1736
1713
|
checkpoint_cumulative_mps?: InputMaybe<Order_By>;
|
|
1737
1714
|
checkpoint_cumulative_mps_per_price?: InputMaybe<Order_By>;
|
|
@@ -1743,6 +1720,8 @@ export type Cca_Checkpoint_Min_Order_By = {
|
|
|
1743
1720
|
chain_id?: InputMaybe<Order_By>;
|
|
1744
1721
|
checkpoint_block_number?: InputMaybe<Order_By>;
|
|
1745
1722
|
checkpoint_clearing_price?: InputMaybe<Order_By>;
|
|
1723
|
+
checkpoint_creation_block?: InputMaybe<Order_By>;
|
|
1724
|
+
checkpoint_creation_hash?: InputMaybe<Order_By>;
|
|
1746
1725
|
checkpoint_creation_timestamp?: InputMaybe<Order_By>;
|
|
1747
1726
|
checkpoint_cumulative_mps?: InputMaybe<Order_By>;
|
|
1748
1727
|
checkpoint_cumulative_mps_per_price?: InputMaybe<Order_By>;
|
|
@@ -1755,6 +1734,8 @@ export type Cca_Checkpoint_Order_By = {
|
|
|
1755
1734
|
chain_id?: InputMaybe<Order_By>;
|
|
1756
1735
|
checkpoint_block_number?: InputMaybe<Order_By>;
|
|
1757
1736
|
checkpoint_clearing_price?: InputMaybe<Order_By>;
|
|
1737
|
+
checkpoint_creation_block?: InputMaybe<Order_By>;
|
|
1738
|
+
checkpoint_creation_hash?: InputMaybe<Order_By>;
|
|
1758
1739
|
checkpoint_creation_timestamp?: InputMaybe<Order_By>;
|
|
1759
1740
|
checkpoint_cumulative_mps?: InputMaybe<Order_By>;
|
|
1760
1741
|
checkpoint_cumulative_mps_per_price?: InputMaybe<Order_By>;
|
|
@@ -1766,6 +1747,8 @@ export declare enum Cca_Checkpoint_Select_Column {
|
|
|
1766
1747
|
ChainId = "chain_id",
|
|
1767
1748
|
CheckpointBlockNumber = "checkpoint_block_number",
|
|
1768
1749
|
CheckpointClearingPrice = "checkpoint_clearing_price",
|
|
1750
|
+
CheckpointCreationBlock = "checkpoint_creation_block",
|
|
1751
|
+
CheckpointCreationHash = "checkpoint_creation_hash",
|
|
1769
1752
|
CheckpointCreationTimestamp = "checkpoint_creation_timestamp",
|
|
1770
1753
|
CheckpointCumulativeMps = "checkpoint_cumulative_mps",
|
|
1771
1754
|
CheckpointCumulativeMpsPerPrice = "checkpoint_cumulative_mps_per_price",
|
|
@@ -1776,6 +1759,7 @@ export type Cca_Checkpoint_Stddev_Order_By = {
|
|
|
1776
1759
|
chain_id?: InputMaybe<Order_By>;
|
|
1777
1760
|
checkpoint_block_number?: InputMaybe<Order_By>;
|
|
1778
1761
|
checkpoint_clearing_price?: InputMaybe<Order_By>;
|
|
1762
|
+
checkpoint_creation_block?: InputMaybe<Order_By>;
|
|
1779
1763
|
checkpoint_cumulative_mps?: InputMaybe<Order_By>;
|
|
1780
1764
|
checkpoint_cumulative_mps_per_price?: InputMaybe<Order_By>;
|
|
1781
1765
|
checkpoint_currency_raised_at_price?: InputMaybe<Order_By>;
|
|
@@ -1784,6 +1768,7 @@ export type Cca_Checkpoint_Stddev_Pop_Order_By = {
|
|
|
1784
1768
|
chain_id?: InputMaybe<Order_By>;
|
|
1785
1769
|
checkpoint_block_number?: InputMaybe<Order_By>;
|
|
1786
1770
|
checkpoint_clearing_price?: InputMaybe<Order_By>;
|
|
1771
|
+
checkpoint_creation_block?: InputMaybe<Order_By>;
|
|
1787
1772
|
checkpoint_cumulative_mps?: InputMaybe<Order_By>;
|
|
1788
1773
|
checkpoint_cumulative_mps_per_price?: InputMaybe<Order_By>;
|
|
1789
1774
|
checkpoint_currency_raised_at_price?: InputMaybe<Order_By>;
|
|
@@ -1792,6 +1777,7 @@ export type Cca_Checkpoint_Stddev_Samp_Order_By = {
|
|
|
1792
1777
|
chain_id?: InputMaybe<Order_By>;
|
|
1793
1778
|
checkpoint_block_number?: InputMaybe<Order_By>;
|
|
1794
1779
|
checkpoint_clearing_price?: InputMaybe<Order_By>;
|
|
1780
|
+
checkpoint_creation_block?: InputMaybe<Order_By>;
|
|
1795
1781
|
checkpoint_cumulative_mps?: InputMaybe<Order_By>;
|
|
1796
1782
|
checkpoint_cumulative_mps_per_price?: InputMaybe<Order_By>;
|
|
1797
1783
|
checkpoint_currency_raised_at_price?: InputMaybe<Order_By>;
|
|
@@ -1805,6 +1791,8 @@ export type Cca_Checkpoint_Stream_Cursor_Value_Input = {
|
|
|
1805
1791
|
chain_id?: InputMaybe<Scalars['Int']['input']>;
|
|
1806
1792
|
checkpoint_block_number?: InputMaybe<Scalars['numeric']['input']>;
|
|
1807
1793
|
checkpoint_clearing_price?: InputMaybe<Scalars['numeric']['input']>;
|
|
1794
|
+
checkpoint_creation_block?: InputMaybe<Scalars['numeric']['input']>;
|
|
1795
|
+
checkpoint_creation_hash?: InputMaybe<Scalars['String']['input']>;
|
|
1808
1796
|
checkpoint_creation_timestamp?: InputMaybe<Scalars['timestamptz']['input']>;
|
|
1809
1797
|
checkpoint_cumulative_mps?: InputMaybe<Scalars['Int']['input']>;
|
|
1810
1798
|
checkpoint_cumulative_mps_per_price?: InputMaybe<Scalars['numeric']['input']>;
|
|
@@ -1815,6 +1803,7 @@ export type Cca_Checkpoint_Sum_Order_By = {
|
|
|
1815
1803
|
chain_id?: InputMaybe<Order_By>;
|
|
1816
1804
|
checkpoint_block_number?: InputMaybe<Order_By>;
|
|
1817
1805
|
checkpoint_clearing_price?: InputMaybe<Order_By>;
|
|
1806
|
+
checkpoint_creation_block?: InputMaybe<Order_By>;
|
|
1818
1807
|
checkpoint_cumulative_mps?: InputMaybe<Order_By>;
|
|
1819
1808
|
checkpoint_cumulative_mps_per_price?: InputMaybe<Order_By>;
|
|
1820
1809
|
checkpoint_currency_raised_at_price?: InputMaybe<Order_By>;
|
|
@@ -1823,6 +1812,7 @@ export type Cca_Checkpoint_Var_Pop_Order_By = {
|
|
|
1823
1812
|
chain_id?: InputMaybe<Order_By>;
|
|
1824
1813
|
checkpoint_block_number?: InputMaybe<Order_By>;
|
|
1825
1814
|
checkpoint_clearing_price?: InputMaybe<Order_By>;
|
|
1815
|
+
checkpoint_creation_block?: InputMaybe<Order_By>;
|
|
1826
1816
|
checkpoint_cumulative_mps?: InputMaybe<Order_By>;
|
|
1827
1817
|
checkpoint_cumulative_mps_per_price?: InputMaybe<Order_By>;
|
|
1828
1818
|
checkpoint_currency_raised_at_price?: InputMaybe<Order_By>;
|
|
@@ -1831,6 +1821,7 @@ export type Cca_Checkpoint_Var_Samp_Order_By = {
|
|
|
1831
1821
|
chain_id?: InputMaybe<Order_By>;
|
|
1832
1822
|
checkpoint_block_number?: InputMaybe<Order_By>;
|
|
1833
1823
|
checkpoint_clearing_price?: InputMaybe<Order_By>;
|
|
1824
|
+
checkpoint_creation_block?: InputMaybe<Order_By>;
|
|
1834
1825
|
checkpoint_cumulative_mps?: InputMaybe<Order_By>;
|
|
1835
1826
|
checkpoint_cumulative_mps_per_price?: InputMaybe<Order_By>;
|
|
1836
1827
|
checkpoint_currency_raised_at_price?: InputMaybe<Order_By>;
|
|
@@ -1839,6 +1830,7 @@ export type Cca_Checkpoint_Variance_Order_By = {
|
|
|
1839
1830
|
chain_id?: InputMaybe<Order_By>;
|
|
1840
1831
|
checkpoint_block_number?: InputMaybe<Order_By>;
|
|
1841
1832
|
checkpoint_clearing_price?: InputMaybe<Order_By>;
|
|
1833
|
+
checkpoint_creation_block?: InputMaybe<Order_By>;
|
|
1842
1834
|
checkpoint_cumulative_mps?: InputMaybe<Order_By>;
|
|
1843
1835
|
checkpoint_cumulative_mps_per_price?: InputMaybe<Order_By>;
|
|
1844
1836
|
checkpoint_currency_raised_at_price?: InputMaybe<Order_By>;
|
|
@@ -1913,15 +1905,11 @@ export type GraduationPool = {
|
|
|
1913
1905
|
chain_id: Scalars['Int']['output'];
|
|
1914
1906
|
id: Scalars['String']['output'];
|
|
1915
1907
|
integrator_address: Scalars['String']['output'];
|
|
1916
|
-
numeraire_market_data?: Maybe<NumeraireMarketData>;
|
|
1917
|
-
numeraire_market_data_id?: Maybe<Scalars['String']['output']>;
|
|
1918
1908
|
pool_address: Scalars['String']['output'];
|
|
1919
1909
|
pool_config_is_token_0: Scalars['Boolean']['output'];
|
|
1920
1910
|
pool_current_fdv?: Maybe<Scalars['numeric']['output']>;
|
|
1921
|
-
pool_current_fdv_usd?: Maybe<Scalars['String']['output']>;
|
|
1922
1911
|
pool_current_liquidity: Scalars['numeric']['output'];
|
|
1923
1912
|
pool_current_market_cap?: Maybe<Scalars['numeric']['output']>;
|
|
1924
|
-
pool_current_market_cap_usd?: Maybe<Scalars['String']['output']>;
|
|
1925
1913
|
pool_current_price: Scalars['numeric']['output'];
|
|
1926
1914
|
pool_current_reserve_base_token: Scalars['numeric']['output'];
|
|
1927
1915
|
pool_current_reserve_quote_token: Scalars['numeric']['output'];
|
|
@@ -1931,13 +1919,9 @@ export type GraduationPool = {
|
|
|
1931
1919
|
pool_current_total_fee_quote_token: Scalars['numeric']['output'];
|
|
1932
1920
|
pool_market_data?: Maybe<PairFilterResult>;
|
|
1933
1921
|
pool_migration_block?: Maybe<Scalars['numeric']['output']>;
|
|
1922
|
+
pool_migration_hash?: Maybe<Scalars['String']['output']>;
|
|
1934
1923
|
pool_migration_timestamp?: Maybe<Scalars['timestamptz']['output']>;
|
|
1935
1924
|
pool_type: Scalars['String']['output'];
|
|
1936
|
-
pool_volume_24h_base?: Maybe<Scalars['numeric']['output']>;
|
|
1937
|
-
pool_volume_24h_quote?: Maybe<Scalars['numeric']['output']>;
|
|
1938
|
-
pool_volume_24h_swap_count?: Maybe<Scalars['Int']['output']>;
|
|
1939
|
-
pool_volume_24h_usd?: Maybe<Scalars['numeric']['output']>;
|
|
1940
|
-
pool_volume_last_updated?: Maybe<Scalars['timestamptz']['output']>;
|
|
1941
1925
|
quote_token?: Maybe<Token>;
|
|
1942
1926
|
quote_token_id: Scalars['String']['output'];
|
|
1943
1927
|
swaps: Array<GraduationPool_Swap>;
|
|
@@ -2189,10 +2173,6 @@ export type GraduationPool_Avg_Order_By = {
|
|
|
2189
2173
|
pool_current_total_fee_base_token?: InputMaybe<Order_By>;
|
|
2190
2174
|
pool_current_total_fee_quote_token?: InputMaybe<Order_By>;
|
|
2191
2175
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
2192
|
-
pool_volume_24h_base?: InputMaybe<Order_By>;
|
|
2193
|
-
pool_volume_24h_quote?: InputMaybe<Order_By>;
|
|
2194
|
-
pool_volume_24h_swap_count?: InputMaybe<Order_By>;
|
|
2195
|
-
pool_volume_24h_usd?: InputMaybe<Order_By>;
|
|
2196
2176
|
};
|
|
2197
2177
|
export type GraduationPool_Bool_Exp = {
|
|
2198
2178
|
_and?: InputMaybe<Array<GraduationPool_Bool_Exp>>;
|
|
@@ -2206,15 +2186,11 @@ export type GraduationPool_Bool_Exp = {
|
|
|
2206
2186
|
chain_id?: InputMaybe<Int_Comparison_Exp>;
|
|
2207
2187
|
id?: InputMaybe<String_Comparison_Exp>;
|
|
2208
2188
|
integrator_address?: InputMaybe<String_Comparison_Exp>;
|
|
2209
|
-
numeraire_market_data?: InputMaybe<NumeraireMarketData_Bool_Exp>;
|
|
2210
|
-
numeraire_market_data_id?: InputMaybe<String_Comparison_Exp>;
|
|
2211
2189
|
pool_address?: InputMaybe<String_Comparison_Exp>;
|
|
2212
2190
|
pool_config_is_token_0?: InputMaybe<Boolean_Comparison_Exp>;
|
|
2213
2191
|
pool_current_fdv?: InputMaybe<Numeric_Comparison_Exp>;
|
|
2214
|
-
pool_current_fdv_usd?: InputMaybe<String_Comparison_Exp>;
|
|
2215
2192
|
pool_current_liquidity?: InputMaybe<Numeric_Comparison_Exp>;
|
|
2216
2193
|
pool_current_market_cap?: InputMaybe<Numeric_Comparison_Exp>;
|
|
2217
|
-
pool_current_market_cap_usd?: InputMaybe<String_Comparison_Exp>;
|
|
2218
2194
|
pool_current_price?: InputMaybe<Numeric_Comparison_Exp>;
|
|
2219
2195
|
pool_current_reserve_base_token?: InputMaybe<Numeric_Comparison_Exp>;
|
|
2220
2196
|
pool_current_reserve_quote_token?: InputMaybe<Numeric_Comparison_Exp>;
|
|
@@ -2223,13 +2199,9 @@ export type GraduationPool_Bool_Exp = {
|
|
|
2223
2199
|
pool_current_total_fee_base_token?: InputMaybe<Numeric_Comparison_Exp>;
|
|
2224
2200
|
pool_current_total_fee_quote_token?: InputMaybe<Numeric_Comparison_Exp>;
|
|
2225
2201
|
pool_migration_block?: InputMaybe<Numeric_Comparison_Exp>;
|
|
2202
|
+
pool_migration_hash?: InputMaybe<String_Comparison_Exp>;
|
|
2226
2203
|
pool_migration_timestamp?: InputMaybe<Timestamptz_Comparison_Exp>;
|
|
2227
2204
|
pool_type?: InputMaybe<String_Comparison_Exp>;
|
|
2228
|
-
pool_volume_24h_base?: InputMaybe<Numeric_Comparison_Exp>;
|
|
2229
|
-
pool_volume_24h_quote?: InputMaybe<Numeric_Comparison_Exp>;
|
|
2230
|
-
pool_volume_24h_swap_count?: InputMaybe<Int_Comparison_Exp>;
|
|
2231
|
-
pool_volume_24h_usd?: InputMaybe<Numeric_Comparison_Exp>;
|
|
2232
|
-
pool_volume_last_updated?: InputMaybe<Timestamptz_Comparison_Exp>;
|
|
2233
2205
|
quote_token?: InputMaybe<Token_Bool_Exp>;
|
|
2234
2206
|
quote_token_id?: InputMaybe<String_Comparison_Exp>;
|
|
2235
2207
|
swaps?: InputMaybe<GraduationPool_Swap_Bool_Exp>;
|
|
@@ -2241,13 +2213,10 @@ export type GraduationPool_Max_Order_By = {
|
|
|
2241
2213
|
chain_id?: InputMaybe<Order_By>;
|
|
2242
2214
|
id?: InputMaybe<Order_By>;
|
|
2243
2215
|
integrator_address?: InputMaybe<Order_By>;
|
|
2244
|
-
numeraire_market_data_id?: InputMaybe<Order_By>;
|
|
2245
2216
|
pool_address?: InputMaybe<Order_By>;
|
|
2246
2217
|
pool_current_fdv?: InputMaybe<Order_By>;
|
|
2247
|
-
pool_current_fdv_usd?: InputMaybe<Order_By>;
|
|
2248
2218
|
pool_current_liquidity?: InputMaybe<Order_By>;
|
|
2249
2219
|
pool_current_market_cap?: InputMaybe<Order_By>;
|
|
2250
|
-
pool_current_market_cap_usd?: InputMaybe<Order_By>;
|
|
2251
2220
|
pool_current_price?: InputMaybe<Order_By>;
|
|
2252
2221
|
pool_current_reserve_base_token?: InputMaybe<Order_By>;
|
|
2253
2222
|
pool_current_reserve_quote_token?: InputMaybe<Order_By>;
|
|
@@ -2256,13 +2225,9 @@ export type GraduationPool_Max_Order_By = {
|
|
|
2256
2225
|
pool_current_total_fee_base_token?: InputMaybe<Order_By>;
|
|
2257
2226
|
pool_current_total_fee_quote_token?: InputMaybe<Order_By>;
|
|
2258
2227
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
2228
|
+
pool_migration_hash?: InputMaybe<Order_By>;
|
|
2259
2229
|
pool_migration_timestamp?: InputMaybe<Order_By>;
|
|
2260
2230
|
pool_type?: InputMaybe<Order_By>;
|
|
2261
|
-
pool_volume_24h_base?: InputMaybe<Order_By>;
|
|
2262
|
-
pool_volume_24h_quote?: InputMaybe<Order_By>;
|
|
2263
|
-
pool_volume_24h_swap_count?: InputMaybe<Order_By>;
|
|
2264
|
-
pool_volume_24h_usd?: InputMaybe<Order_By>;
|
|
2265
|
-
pool_volume_last_updated?: InputMaybe<Order_By>;
|
|
2266
2231
|
quote_token_id?: InputMaybe<Order_By>;
|
|
2267
2232
|
};
|
|
2268
2233
|
export type GraduationPool_Min_Order_By = {
|
|
@@ -2272,13 +2237,10 @@ export type GraduationPool_Min_Order_By = {
|
|
|
2272
2237
|
chain_id?: InputMaybe<Order_By>;
|
|
2273
2238
|
id?: InputMaybe<Order_By>;
|
|
2274
2239
|
integrator_address?: InputMaybe<Order_By>;
|
|
2275
|
-
numeraire_market_data_id?: InputMaybe<Order_By>;
|
|
2276
2240
|
pool_address?: InputMaybe<Order_By>;
|
|
2277
2241
|
pool_current_fdv?: InputMaybe<Order_By>;
|
|
2278
|
-
pool_current_fdv_usd?: InputMaybe<Order_By>;
|
|
2279
2242
|
pool_current_liquidity?: InputMaybe<Order_By>;
|
|
2280
2243
|
pool_current_market_cap?: InputMaybe<Order_By>;
|
|
2281
|
-
pool_current_market_cap_usd?: InputMaybe<Order_By>;
|
|
2282
2244
|
pool_current_price?: InputMaybe<Order_By>;
|
|
2283
2245
|
pool_current_reserve_base_token?: InputMaybe<Order_By>;
|
|
2284
2246
|
pool_current_reserve_quote_token?: InputMaybe<Order_By>;
|
|
@@ -2287,13 +2249,9 @@ export type GraduationPool_Min_Order_By = {
|
|
|
2287
2249
|
pool_current_total_fee_base_token?: InputMaybe<Order_By>;
|
|
2288
2250
|
pool_current_total_fee_quote_token?: InputMaybe<Order_By>;
|
|
2289
2251
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
2252
|
+
pool_migration_hash?: InputMaybe<Order_By>;
|
|
2290
2253
|
pool_migration_timestamp?: InputMaybe<Order_By>;
|
|
2291
2254
|
pool_type?: InputMaybe<Order_By>;
|
|
2292
|
-
pool_volume_24h_base?: InputMaybe<Order_By>;
|
|
2293
|
-
pool_volume_24h_quote?: InputMaybe<Order_By>;
|
|
2294
|
-
pool_volume_24h_swap_count?: InputMaybe<Order_By>;
|
|
2295
|
-
pool_volume_24h_usd?: InputMaybe<Order_By>;
|
|
2296
|
-
pool_volume_last_updated?: InputMaybe<Order_By>;
|
|
2297
2255
|
quote_token_id?: InputMaybe<Order_By>;
|
|
2298
2256
|
};
|
|
2299
2257
|
export type GraduationPool_Order_By = {
|
|
@@ -2305,15 +2263,11 @@ export type GraduationPool_Order_By = {
|
|
|
2305
2263
|
chain_id?: InputMaybe<Order_By>;
|
|
2306
2264
|
id?: InputMaybe<Order_By>;
|
|
2307
2265
|
integrator_address?: InputMaybe<Order_By>;
|
|
2308
|
-
numeraire_market_data?: InputMaybe<NumeraireMarketData_Order_By>;
|
|
2309
|
-
numeraire_market_data_id?: InputMaybe<Order_By>;
|
|
2310
2266
|
pool_address?: InputMaybe<Order_By>;
|
|
2311
2267
|
pool_config_is_token_0?: InputMaybe<Order_By>;
|
|
2312
2268
|
pool_current_fdv?: InputMaybe<Order_By>;
|
|
2313
|
-
pool_current_fdv_usd?: InputMaybe<Order_By>;
|
|
2314
2269
|
pool_current_liquidity?: InputMaybe<Order_By>;
|
|
2315
2270
|
pool_current_market_cap?: InputMaybe<Order_By>;
|
|
2316
|
-
pool_current_market_cap_usd?: InputMaybe<Order_By>;
|
|
2317
2271
|
pool_current_price?: InputMaybe<Order_By>;
|
|
2318
2272
|
pool_current_reserve_base_token?: InputMaybe<Order_By>;
|
|
2319
2273
|
pool_current_reserve_quote_token?: InputMaybe<Order_By>;
|
|
@@ -2322,13 +2276,9 @@ export type GraduationPool_Order_By = {
|
|
|
2322
2276
|
pool_current_total_fee_base_token?: InputMaybe<Order_By>;
|
|
2323
2277
|
pool_current_total_fee_quote_token?: InputMaybe<Order_By>;
|
|
2324
2278
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
2279
|
+
pool_migration_hash?: InputMaybe<Order_By>;
|
|
2325
2280
|
pool_migration_timestamp?: InputMaybe<Order_By>;
|
|
2326
2281
|
pool_type?: InputMaybe<Order_By>;
|
|
2327
|
-
pool_volume_24h_base?: InputMaybe<Order_By>;
|
|
2328
|
-
pool_volume_24h_quote?: InputMaybe<Order_By>;
|
|
2329
|
-
pool_volume_24h_swap_count?: InputMaybe<Order_By>;
|
|
2330
|
-
pool_volume_24h_usd?: InputMaybe<Order_By>;
|
|
2331
|
-
pool_volume_last_updated?: InputMaybe<Order_By>;
|
|
2332
2282
|
quote_token?: InputMaybe<Token_Order_By>;
|
|
2333
2283
|
quote_token_id?: InputMaybe<Order_By>;
|
|
2334
2284
|
swaps_aggregate?: InputMaybe<GraduationPool_Swap_Aggregate_Order_By>;
|
|
@@ -2340,14 +2290,11 @@ export declare enum GraduationPool_Select_Column {
|
|
|
2340
2290
|
ChainId = "chain_id",
|
|
2341
2291
|
Id = "id",
|
|
2342
2292
|
IntegratorAddress = "integrator_address",
|
|
2343
|
-
NumeraireMarketDataId = "numeraire_market_data_id",
|
|
2344
2293
|
PoolAddress = "pool_address",
|
|
2345
2294
|
PoolConfigIsToken_0 = "pool_config_is_token_0",
|
|
2346
2295
|
PoolCurrentFdv = "pool_current_fdv",
|
|
2347
|
-
PoolCurrentFdvUsd = "pool_current_fdv_usd",
|
|
2348
2296
|
PoolCurrentLiquidity = "pool_current_liquidity",
|
|
2349
2297
|
PoolCurrentMarketCap = "pool_current_market_cap",
|
|
2350
|
-
PoolCurrentMarketCapUsd = "pool_current_market_cap_usd",
|
|
2351
2298
|
PoolCurrentPrice = "pool_current_price",
|
|
2352
2299
|
PoolCurrentReserveBaseToken = "pool_current_reserve_base_token",
|
|
2353
2300
|
PoolCurrentReserveQuoteToken = "pool_current_reserve_quote_token",
|
|
@@ -2356,13 +2303,9 @@ export declare enum GraduationPool_Select_Column {
|
|
|
2356
2303
|
PoolCurrentTotalFeeBaseToken = "pool_current_total_fee_base_token",
|
|
2357
2304
|
PoolCurrentTotalFeeQuoteToken = "pool_current_total_fee_quote_token",
|
|
2358
2305
|
PoolMigrationBlock = "pool_migration_block",
|
|
2306
|
+
PoolMigrationHash = "pool_migration_hash",
|
|
2359
2307
|
PoolMigrationTimestamp = "pool_migration_timestamp",
|
|
2360
2308
|
PoolType = "pool_type",
|
|
2361
|
-
PoolVolume_24hBase = "pool_volume_24h_base",
|
|
2362
|
-
PoolVolume_24hQuote = "pool_volume_24h_quote",
|
|
2363
|
-
PoolVolume_24hSwapCount = "pool_volume_24h_swap_count",
|
|
2364
|
-
PoolVolume_24hUsd = "pool_volume_24h_usd",
|
|
2365
|
-
PoolVolumeLastUpdated = "pool_volume_last_updated",
|
|
2366
2309
|
QuoteTokenId = "quote_token_id"
|
|
2367
2310
|
}
|
|
2368
2311
|
export type GraduationPool_Stddev_Order_By = {
|
|
@@ -2378,10 +2321,6 @@ export type GraduationPool_Stddev_Order_By = {
|
|
|
2378
2321
|
pool_current_total_fee_base_token?: InputMaybe<Order_By>;
|
|
2379
2322
|
pool_current_total_fee_quote_token?: InputMaybe<Order_By>;
|
|
2380
2323
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
2381
|
-
pool_volume_24h_base?: InputMaybe<Order_By>;
|
|
2382
|
-
pool_volume_24h_quote?: InputMaybe<Order_By>;
|
|
2383
|
-
pool_volume_24h_swap_count?: InputMaybe<Order_By>;
|
|
2384
|
-
pool_volume_24h_usd?: InputMaybe<Order_By>;
|
|
2385
2324
|
};
|
|
2386
2325
|
export type GraduationPool_Stddev_Pop_Order_By = {
|
|
2387
2326
|
chain_id?: InputMaybe<Order_By>;
|
|
@@ -2396,10 +2335,6 @@ export type GraduationPool_Stddev_Pop_Order_By = {
|
|
|
2396
2335
|
pool_current_total_fee_base_token?: InputMaybe<Order_By>;
|
|
2397
2336
|
pool_current_total_fee_quote_token?: InputMaybe<Order_By>;
|
|
2398
2337
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
2399
|
-
pool_volume_24h_base?: InputMaybe<Order_By>;
|
|
2400
|
-
pool_volume_24h_quote?: InputMaybe<Order_By>;
|
|
2401
|
-
pool_volume_24h_swap_count?: InputMaybe<Order_By>;
|
|
2402
|
-
pool_volume_24h_usd?: InputMaybe<Order_By>;
|
|
2403
2338
|
};
|
|
2404
2339
|
export type GraduationPool_Stddev_Samp_Order_By = {
|
|
2405
2340
|
chain_id?: InputMaybe<Order_By>;
|
|
@@ -2414,10 +2349,6 @@ export type GraduationPool_Stddev_Samp_Order_By = {
|
|
|
2414
2349
|
pool_current_total_fee_base_token?: InputMaybe<Order_By>;
|
|
2415
2350
|
pool_current_total_fee_quote_token?: InputMaybe<Order_By>;
|
|
2416
2351
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
2417
|
-
pool_volume_24h_base?: InputMaybe<Order_By>;
|
|
2418
|
-
pool_volume_24h_quote?: InputMaybe<Order_By>;
|
|
2419
|
-
pool_volume_24h_swap_count?: InputMaybe<Order_By>;
|
|
2420
|
-
pool_volume_24h_usd?: InputMaybe<Order_By>;
|
|
2421
2352
|
};
|
|
2422
2353
|
export type GraduationPool_Stream_Cursor_Input = {
|
|
2423
2354
|
initial_value: GraduationPool_Stream_Cursor_Value_Input;
|
|
@@ -2430,14 +2361,11 @@ export type GraduationPool_Stream_Cursor_Value_Input = {
|
|
|
2430
2361
|
chain_id?: InputMaybe<Scalars['Int']['input']>;
|
|
2431
2362
|
id?: InputMaybe<Scalars['String']['input']>;
|
|
2432
2363
|
integrator_address?: InputMaybe<Scalars['String']['input']>;
|
|
2433
|
-
numeraire_market_data_id?: InputMaybe<Scalars['String']['input']>;
|
|
2434
2364
|
pool_address?: InputMaybe<Scalars['String']['input']>;
|
|
2435
2365
|
pool_config_is_token_0?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2436
2366
|
pool_current_fdv?: InputMaybe<Scalars['numeric']['input']>;
|
|
2437
|
-
pool_current_fdv_usd?: InputMaybe<Scalars['String']['input']>;
|
|
2438
2367
|
pool_current_liquidity?: InputMaybe<Scalars['numeric']['input']>;
|
|
2439
2368
|
pool_current_market_cap?: InputMaybe<Scalars['numeric']['input']>;
|
|
2440
|
-
pool_current_market_cap_usd?: InputMaybe<Scalars['String']['input']>;
|
|
2441
2369
|
pool_current_price?: InputMaybe<Scalars['numeric']['input']>;
|
|
2442
2370
|
pool_current_reserve_base_token?: InputMaybe<Scalars['numeric']['input']>;
|
|
2443
2371
|
pool_current_reserve_quote_token?: InputMaybe<Scalars['numeric']['input']>;
|
|
@@ -2446,13 +2374,9 @@ export type GraduationPool_Stream_Cursor_Value_Input = {
|
|
|
2446
2374
|
pool_current_total_fee_base_token?: InputMaybe<Scalars['numeric']['input']>;
|
|
2447
2375
|
pool_current_total_fee_quote_token?: InputMaybe<Scalars['numeric']['input']>;
|
|
2448
2376
|
pool_migration_block?: InputMaybe<Scalars['numeric']['input']>;
|
|
2377
|
+
pool_migration_hash?: InputMaybe<Scalars['String']['input']>;
|
|
2449
2378
|
pool_migration_timestamp?: InputMaybe<Scalars['timestamptz']['input']>;
|
|
2450
2379
|
pool_type?: InputMaybe<Scalars['String']['input']>;
|
|
2451
|
-
pool_volume_24h_base?: InputMaybe<Scalars['numeric']['input']>;
|
|
2452
|
-
pool_volume_24h_quote?: InputMaybe<Scalars['numeric']['input']>;
|
|
2453
|
-
pool_volume_24h_swap_count?: InputMaybe<Scalars['Int']['input']>;
|
|
2454
|
-
pool_volume_24h_usd?: InputMaybe<Scalars['numeric']['input']>;
|
|
2455
|
-
pool_volume_last_updated?: InputMaybe<Scalars['timestamptz']['input']>;
|
|
2456
2380
|
quote_token_id?: InputMaybe<Scalars['String']['input']>;
|
|
2457
2381
|
};
|
|
2458
2382
|
export type GraduationPool_Sum_Order_By = {
|
|
@@ -2468,10 +2392,6 @@ export type GraduationPool_Sum_Order_By = {
|
|
|
2468
2392
|
pool_current_total_fee_base_token?: InputMaybe<Order_By>;
|
|
2469
2393
|
pool_current_total_fee_quote_token?: InputMaybe<Order_By>;
|
|
2470
2394
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
2471
|
-
pool_volume_24h_base?: InputMaybe<Order_By>;
|
|
2472
|
-
pool_volume_24h_quote?: InputMaybe<Order_By>;
|
|
2473
|
-
pool_volume_24h_swap_count?: InputMaybe<Order_By>;
|
|
2474
|
-
pool_volume_24h_usd?: InputMaybe<Order_By>;
|
|
2475
2395
|
};
|
|
2476
2396
|
export type GraduationPool_Var_Pop_Order_By = {
|
|
2477
2397
|
chain_id?: InputMaybe<Order_By>;
|
|
@@ -2486,10 +2406,6 @@ export type GraduationPool_Var_Pop_Order_By = {
|
|
|
2486
2406
|
pool_current_total_fee_base_token?: InputMaybe<Order_By>;
|
|
2487
2407
|
pool_current_total_fee_quote_token?: InputMaybe<Order_By>;
|
|
2488
2408
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
2489
|
-
pool_volume_24h_base?: InputMaybe<Order_By>;
|
|
2490
|
-
pool_volume_24h_quote?: InputMaybe<Order_By>;
|
|
2491
|
-
pool_volume_24h_swap_count?: InputMaybe<Order_By>;
|
|
2492
|
-
pool_volume_24h_usd?: InputMaybe<Order_By>;
|
|
2493
2409
|
};
|
|
2494
2410
|
export type GraduationPool_Var_Samp_Order_By = {
|
|
2495
2411
|
chain_id?: InputMaybe<Order_By>;
|
|
@@ -2504,10 +2420,6 @@ export type GraduationPool_Var_Samp_Order_By = {
|
|
|
2504
2420
|
pool_current_total_fee_base_token?: InputMaybe<Order_By>;
|
|
2505
2421
|
pool_current_total_fee_quote_token?: InputMaybe<Order_By>;
|
|
2506
2422
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
2507
|
-
pool_volume_24h_base?: InputMaybe<Order_By>;
|
|
2508
|
-
pool_volume_24h_quote?: InputMaybe<Order_By>;
|
|
2509
|
-
pool_volume_24h_swap_count?: InputMaybe<Order_By>;
|
|
2510
|
-
pool_volume_24h_usd?: InputMaybe<Order_By>;
|
|
2511
2423
|
};
|
|
2512
2424
|
export type GraduationPool_Variance_Order_By = {
|
|
2513
2425
|
chain_id?: InputMaybe<Order_By>;
|
|
@@ -2522,10 +2434,6 @@ export type GraduationPool_Variance_Order_By = {
|
|
|
2522
2434
|
pool_current_total_fee_base_token?: InputMaybe<Order_By>;
|
|
2523
2435
|
pool_current_total_fee_quote_token?: InputMaybe<Order_By>;
|
|
2524
2436
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
2525
|
-
pool_volume_24h_base?: InputMaybe<Order_By>;
|
|
2526
|
-
pool_volume_24h_quote?: InputMaybe<Order_By>;
|
|
2527
|
-
pool_volume_24h_swap_count?: InputMaybe<Order_By>;
|
|
2528
|
-
pool_volume_24h_usd?: InputMaybe<Order_By>;
|
|
2529
2437
|
};
|
|
2530
2438
|
export type Int_Comparison_Exp = {
|
|
2531
2439
|
_eq?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -2560,64 +2468,6 @@ export type NumberFilter = {
|
|
|
2560
2468
|
lt?: InputMaybe<Scalars['Float']['input']>;
|
|
2561
2469
|
lte?: InputMaybe<Scalars['Float']['input']>;
|
|
2562
2470
|
};
|
|
2563
|
-
export type NumeraireMarketData = {
|
|
2564
|
-
__typename?: 'NumeraireMarketData';
|
|
2565
|
-
chain_id: Scalars['Int']['output'];
|
|
2566
|
-
id: Scalars['String']['output'];
|
|
2567
|
-
last_refreshed_block: Scalars['numeric']['output'];
|
|
2568
|
-
numeraire_address: Scalars['String']['output'];
|
|
2569
|
-
numeraire_daily_price_change_percentage?: Maybe<Scalars['String']['output']>;
|
|
2570
|
-
numeraire_daily_volume_usd?: Maybe<Scalars['String']['output']>;
|
|
2571
|
-
numeraire_market_cap_usd?: Maybe<Scalars['String']['output']>;
|
|
2572
|
-
numeraire_price_usd?: Maybe<Scalars['String']['output']>;
|
|
2573
|
-
};
|
|
2574
|
-
export type NumeraireMarketData_Bool_Exp = {
|
|
2575
|
-
_and?: InputMaybe<Array<NumeraireMarketData_Bool_Exp>>;
|
|
2576
|
-
_not?: InputMaybe<NumeraireMarketData_Bool_Exp>;
|
|
2577
|
-
_or?: InputMaybe<Array<NumeraireMarketData_Bool_Exp>>;
|
|
2578
|
-
chain_id?: InputMaybe<Int_Comparison_Exp>;
|
|
2579
|
-
id?: InputMaybe<String_Comparison_Exp>;
|
|
2580
|
-
last_refreshed_block?: InputMaybe<Numeric_Comparison_Exp>;
|
|
2581
|
-
numeraire_address?: InputMaybe<String_Comparison_Exp>;
|
|
2582
|
-
numeraire_daily_price_change_percentage?: InputMaybe<String_Comparison_Exp>;
|
|
2583
|
-
numeraire_daily_volume_usd?: InputMaybe<String_Comparison_Exp>;
|
|
2584
|
-
numeraire_market_cap_usd?: InputMaybe<String_Comparison_Exp>;
|
|
2585
|
-
numeraire_price_usd?: InputMaybe<String_Comparison_Exp>;
|
|
2586
|
-
};
|
|
2587
|
-
export type NumeraireMarketData_Order_By = {
|
|
2588
|
-
chain_id?: InputMaybe<Order_By>;
|
|
2589
|
-
id?: InputMaybe<Order_By>;
|
|
2590
|
-
last_refreshed_block?: InputMaybe<Order_By>;
|
|
2591
|
-
numeraire_address?: InputMaybe<Order_By>;
|
|
2592
|
-
numeraire_daily_price_change_percentage?: InputMaybe<Order_By>;
|
|
2593
|
-
numeraire_daily_volume_usd?: InputMaybe<Order_By>;
|
|
2594
|
-
numeraire_market_cap_usd?: InputMaybe<Order_By>;
|
|
2595
|
-
numeraire_price_usd?: InputMaybe<Order_By>;
|
|
2596
|
-
};
|
|
2597
|
-
export declare enum NumeraireMarketData_Select_Column {
|
|
2598
|
-
ChainId = "chain_id",
|
|
2599
|
-
Id = "id",
|
|
2600
|
-
LastRefreshedBlock = "last_refreshed_block",
|
|
2601
|
-
NumeraireAddress = "numeraire_address",
|
|
2602
|
-
NumeraireDailyPriceChangePercentage = "numeraire_daily_price_change_percentage",
|
|
2603
|
-
NumeraireDailyVolumeUsd = "numeraire_daily_volume_usd",
|
|
2604
|
-
NumeraireMarketCapUsd = "numeraire_market_cap_usd",
|
|
2605
|
-
NumerairePriceUsd = "numeraire_price_usd"
|
|
2606
|
-
}
|
|
2607
|
-
export type NumeraireMarketData_Stream_Cursor_Input = {
|
|
2608
|
-
initial_value: NumeraireMarketData_Stream_Cursor_Value_Input;
|
|
2609
|
-
ordering?: InputMaybe<Cursor_Ordering>;
|
|
2610
|
-
};
|
|
2611
|
-
export type NumeraireMarketData_Stream_Cursor_Value_Input = {
|
|
2612
|
-
chain_id?: InputMaybe<Scalars['Int']['input']>;
|
|
2613
|
-
id?: InputMaybe<Scalars['String']['input']>;
|
|
2614
|
-
last_refreshed_block?: InputMaybe<Scalars['numeric']['input']>;
|
|
2615
|
-
numeraire_address?: InputMaybe<Scalars['String']['input']>;
|
|
2616
|
-
numeraire_daily_price_change_percentage?: InputMaybe<Scalars['String']['input']>;
|
|
2617
|
-
numeraire_daily_volume_usd?: InputMaybe<Scalars['String']['input']>;
|
|
2618
|
-
numeraire_market_cap_usd?: InputMaybe<Scalars['String']['input']>;
|
|
2619
|
-
numeraire_price_usd?: InputMaybe<Scalars['String']['input']>;
|
|
2620
|
-
};
|
|
2621
2471
|
export type Pair = {
|
|
2622
2472
|
__typename?: 'Pair';
|
|
2623
2473
|
address: Scalars['String']['output'];
|
|
@@ -2866,74 +2716,6 @@ export declare enum PairRankingAttribute {
|
|
|
2866
2716
|
WalletAgeAvg = "walletAgeAvg",
|
|
2867
2717
|
WalletAgeStd = "walletAgeStd"
|
|
2868
2718
|
}
|
|
2869
|
-
export type PoolVolumeHourly = {
|
|
2870
|
-
__typename?: 'PoolVolumeHourly';
|
|
2871
|
-
chain_id: Scalars['Int']['output'];
|
|
2872
|
-
hour_timestamp: Scalars['numeric']['output'];
|
|
2873
|
-
id: Scalars['String']['output'];
|
|
2874
|
-
last_updated_block: Scalars['numeric']['output'];
|
|
2875
|
-
pool_id: Scalars['String']['output'];
|
|
2876
|
-
pool_type: Scalars['String']['output'];
|
|
2877
|
-
swap_count: Scalars['Int']['output'];
|
|
2878
|
-
volume_base: Scalars['numeric']['output'];
|
|
2879
|
-
volume_quote: Scalars['numeric']['output'];
|
|
2880
|
-
volume_usd: Scalars['numeric']['output'];
|
|
2881
|
-
};
|
|
2882
|
-
export type PoolVolumeHourly_Bool_Exp = {
|
|
2883
|
-
_and?: InputMaybe<Array<PoolVolumeHourly_Bool_Exp>>;
|
|
2884
|
-
_not?: InputMaybe<PoolVolumeHourly_Bool_Exp>;
|
|
2885
|
-
_or?: InputMaybe<Array<PoolVolumeHourly_Bool_Exp>>;
|
|
2886
|
-
chain_id?: InputMaybe<Int_Comparison_Exp>;
|
|
2887
|
-
hour_timestamp?: InputMaybe<Numeric_Comparison_Exp>;
|
|
2888
|
-
id?: InputMaybe<String_Comparison_Exp>;
|
|
2889
|
-
last_updated_block?: InputMaybe<Numeric_Comparison_Exp>;
|
|
2890
|
-
pool_id?: InputMaybe<String_Comparison_Exp>;
|
|
2891
|
-
pool_type?: InputMaybe<String_Comparison_Exp>;
|
|
2892
|
-
swap_count?: InputMaybe<Int_Comparison_Exp>;
|
|
2893
|
-
volume_base?: InputMaybe<Numeric_Comparison_Exp>;
|
|
2894
|
-
volume_quote?: InputMaybe<Numeric_Comparison_Exp>;
|
|
2895
|
-
volume_usd?: InputMaybe<Numeric_Comparison_Exp>;
|
|
2896
|
-
};
|
|
2897
|
-
export type PoolVolumeHourly_Order_By = {
|
|
2898
|
-
chain_id?: InputMaybe<Order_By>;
|
|
2899
|
-
hour_timestamp?: InputMaybe<Order_By>;
|
|
2900
|
-
id?: InputMaybe<Order_By>;
|
|
2901
|
-
last_updated_block?: InputMaybe<Order_By>;
|
|
2902
|
-
pool_id?: InputMaybe<Order_By>;
|
|
2903
|
-
pool_type?: InputMaybe<Order_By>;
|
|
2904
|
-
swap_count?: InputMaybe<Order_By>;
|
|
2905
|
-
volume_base?: InputMaybe<Order_By>;
|
|
2906
|
-
volume_quote?: InputMaybe<Order_By>;
|
|
2907
|
-
volume_usd?: InputMaybe<Order_By>;
|
|
2908
|
-
};
|
|
2909
|
-
export declare enum PoolVolumeHourly_Select_Column {
|
|
2910
|
-
ChainId = "chain_id",
|
|
2911
|
-
HourTimestamp = "hour_timestamp",
|
|
2912
|
-
Id = "id",
|
|
2913
|
-
LastUpdatedBlock = "last_updated_block",
|
|
2914
|
-
PoolId = "pool_id",
|
|
2915
|
-
PoolType = "pool_type",
|
|
2916
|
-
SwapCount = "swap_count",
|
|
2917
|
-
VolumeBase = "volume_base",
|
|
2918
|
-
VolumeQuote = "volume_quote",
|
|
2919
|
-
VolumeUsd = "volume_usd"
|
|
2920
|
-
}
|
|
2921
|
-
export type PoolVolumeHourly_Stream_Cursor_Input = {
|
|
2922
|
-
initial_value: PoolVolumeHourly_Stream_Cursor_Value_Input;
|
|
2923
|
-
ordering?: InputMaybe<Cursor_Ordering>;
|
|
2924
|
-
};
|
|
2925
|
-
export type PoolVolumeHourly_Stream_Cursor_Value_Input = {
|
|
2926
|
-
chain_id?: InputMaybe<Scalars['Int']['input']>;
|
|
2927
|
-
hour_timestamp?: InputMaybe<Scalars['numeric']['input']>;
|
|
2928
|
-
id?: InputMaybe<Scalars['String']['input']>;
|
|
2929
|
-
last_updated_block?: InputMaybe<Scalars['numeric']['input']>;
|
|
2930
|
-
pool_id?: InputMaybe<Scalars['String']['input']>;
|
|
2931
|
-
pool_type?: InputMaybe<Scalars['String']['input']>;
|
|
2932
|
-
swap_count?: InputMaybe<Scalars['Int']['input']>;
|
|
2933
|
-
volume_base?: InputMaybe<Scalars['numeric']['input']>;
|
|
2934
|
-
volume_quote?: InputMaybe<Scalars['numeric']['input']>;
|
|
2935
|
-
volume_usd?: InputMaybe<Scalars['numeric']['input']>;
|
|
2936
|
-
};
|
|
2937
2719
|
export type PooledTokenValues = {
|
|
2938
2720
|
__typename?: 'PooledTokenValues';
|
|
2939
2721
|
token0?: Maybe<Scalars['String']['output']>;
|
|
@@ -2956,15 +2738,9 @@ export type Query = {
|
|
|
2956
2738
|
GraduationPool_Swap: Array<GraduationPool_Swap>;
|
|
2957
2739
|
GraduationPool_Swap_by_pk?: Maybe<GraduationPool_Swap>;
|
|
2958
2740
|
GraduationPool_by_pk?: Maybe<GraduationPool>;
|
|
2959
|
-
NumeraireMarketData: Array<NumeraireMarketData>;
|
|
2960
|
-
NumeraireMarketData_by_pk?: Maybe<NumeraireMarketData>;
|
|
2961
|
-
PoolVolumeHourly: Array<PoolVolumeHourly>;
|
|
2962
|
-
PoolVolumeHourly_by_pk?: Maybe<PoolVolumeHourly>;
|
|
2963
2741
|
Token: Array<Token>;
|
|
2964
2742
|
Token_aggregate: Token_Aggregate;
|
|
2965
2743
|
Token_by_pk?: Maybe<Token>;
|
|
2966
|
-
UserAsset: Array<UserAsset>;
|
|
2967
|
-
UserAsset_by_pk?: Maybe<UserAsset>;
|
|
2968
2744
|
_meta: Array<_Meta>;
|
|
2969
2745
|
chain_metadata: Array<Chain_Metadata>;
|
|
2970
2746
|
filterPairs?: Maybe<PairFilterConnection>;
|
|
@@ -3041,26 +2817,6 @@ export type QueryGraduationPool_Swap_By_PkArgs = {
|
|
|
3041
2817
|
export type QueryGraduationPool_By_PkArgs = {
|
|
3042
2818
|
id: Scalars['String']['input'];
|
|
3043
2819
|
};
|
|
3044
|
-
export type QueryNumeraireMarketDataArgs = {
|
|
3045
|
-
distinct_on?: InputMaybe<Array<NumeraireMarketData_Select_Column>>;
|
|
3046
|
-
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
3047
|
-
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
3048
|
-
order_by?: InputMaybe<Array<NumeraireMarketData_Order_By>>;
|
|
3049
|
-
where?: InputMaybe<NumeraireMarketData_Bool_Exp>;
|
|
3050
|
-
};
|
|
3051
|
-
export type QueryNumeraireMarketData_By_PkArgs = {
|
|
3052
|
-
id: Scalars['String']['input'];
|
|
3053
|
-
};
|
|
3054
|
-
export type QueryPoolVolumeHourlyArgs = {
|
|
3055
|
-
distinct_on?: InputMaybe<Array<PoolVolumeHourly_Select_Column>>;
|
|
3056
|
-
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
3057
|
-
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
3058
|
-
order_by?: InputMaybe<Array<PoolVolumeHourly_Order_By>>;
|
|
3059
|
-
where?: InputMaybe<PoolVolumeHourly_Bool_Exp>;
|
|
3060
|
-
};
|
|
3061
|
-
export type QueryPoolVolumeHourly_By_PkArgs = {
|
|
3062
|
-
id: Scalars['String']['input'];
|
|
3063
|
-
};
|
|
3064
2820
|
export type QueryTokenArgs = {
|
|
3065
2821
|
distinct_on?: InputMaybe<Array<Token_Select_Column>>;
|
|
3066
2822
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -3078,16 +2834,6 @@ export type QueryToken_AggregateArgs = {
|
|
|
3078
2834
|
export type QueryToken_By_PkArgs = {
|
|
3079
2835
|
id: Scalars['String']['input'];
|
|
3080
2836
|
};
|
|
3081
|
-
export type QueryUserAssetArgs = {
|
|
3082
|
-
distinct_on?: InputMaybe<Array<UserAsset_Select_Column>>;
|
|
3083
|
-
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
3084
|
-
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
3085
|
-
order_by?: InputMaybe<Array<UserAsset_Order_By>>;
|
|
3086
|
-
where?: InputMaybe<UserAsset_Bool_Exp>;
|
|
3087
|
-
};
|
|
3088
|
-
export type QueryUserAsset_By_PkArgs = {
|
|
3089
|
-
id: Scalars['String']['input'];
|
|
3090
|
-
};
|
|
3091
2837
|
export type Query_MetaArgs = {
|
|
3092
2838
|
distinct_on?: InputMaybe<Array<_Meta_Select_Column>>;
|
|
3093
2839
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -3205,19 +2951,10 @@ export type Subscription = {
|
|
|
3205
2951
|
GraduationPool_Swap_stream: Array<GraduationPool_Swap>;
|
|
3206
2952
|
GraduationPool_by_pk?: Maybe<GraduationPool>;
|
|
3207
2953
|
GraduationPool_stream: Array<GraduationPool>;
|
|
3208
|
-
NumeraireMarketData: Array<NumeraireMarketData>;
|
|
3209
|
-
NumeraireMarketData_by_pk?: Maybe<NumeraireMarketData>;
|
|
3210
|
-
NumeraireMarketData_stream: Array<NumeraireMarketData>;
|
|
3211
|
-
PoolVolumeHourly: Array<PoolVolumeHourly>;
|
|
3212
|
-
PoolVolumeHourly_by_pk?: Maybe<PoolVolumeHourly>;
|
|
3213
|
-
PoolVolumeHourly_stream: Array<PoolVolumeHourly>;
|
|
3214
2954
|
Token: Array<Token>;
|
|
3215
2955
|
Token_aggregate: Token_Aggregate;
|
|
3216
2956
|
Token_by_pk?: Maybe<Token>;
|
|
3217
2957
|
Token_stream: Array<Token>;
|
|
3218
|
-
UserAsset: Array<UserAsset>;
|
|
3219
|
-
UserAsset_by_pk?: Maybe<UserAsset>;
|
|
3220
|
-
UserAsset_stream: Array<UserAsset>;
|
|
3221
2958
|
_meta: Array<_Meta>;
|
|
3222
2959
|
_meta_stream: Array<_Meta>;
|
|
3223
2960
|
chain_metadata: Array<Chain_Metadata>;
|
|
@@ -3331,36 +3068,6 @@ export type SubscriptionGraduationPool_StreamArgs = {
|
|
|
3331
3068
|
cursor: Array<InputMaybe<GraduationPool_Stream_Cursor_Input>>;
|
|
3332
3069
|
where?: InputMaybe<GraduationPool_Bool_Exp>;
|
|
3333
3070
|
};
|
|
3334
|
-
export type SubscriptionNumeraireMarketDataArgs = {
|
|
3335
|
-
distinct_on?: InputMaybe<Array<NumeraireMarketData_Select_Column>>;
|
|
3336
|
-
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
3337
|
-
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
3338
|
-
order_by?: InputMaybe<Array<NumeraireMarketData_Order_By>>;
|
|
3339
|
-
where?: InputMaybe<NumeraireMarketData_Bool_Exp>;
|
|
3340
|
-
};
|
|
3341
|
-
export type SubscriptionNumeraireMarketData_By_PkArgs = {
|
|
3342
|
-
id: Scalars['String']['input'];
|
|
3343
|
-
};
|
|
3344
|
-
export type SubscriptionNumeraireMarketData_StreamArgs = {
|
|
3345
|
-
batch_size: Scalars['Int']['input'];
|
|
3346
|
-
cursor: Array<InputMaybe<NumeraireMarketData_Stream_Cursor_Input>>;
|
|
3347
|
-
where?: InputMaybe<NumeraireMarketData_Bool_Exp>;
|
|
3348
|
-
};
|
|
3349
|
-
export type SubscriptionPoolVolumeHourlyArgs = {
|
|
3350
|
-
distinct_on?: InputMaybe<Array<PoolVolumeHourly_Select_Column>>;
|
|
3351
|
-
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
3352
|
-
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
3353
|
-
order_by?: InputMaybe<Array<PoolVolumeHourly_Order_By>>;
|
|
3354
|
-
where?: InputMaybe<PoolVolumeHourly_Bool_Exp>;
|
|
3355
|
-
};
|
|
3356
|
-
export type SubscriptionPoolVolumeHourly_By_PkArgs = {
|
|
3357
|
-
id: Scalars['String']['input'];
|
|
3358
|
-
};
|
|
3359
|
-
export type SubscriptionPoolVolumeHourly_StreamArgs = {
|
|
3360
|
-
batch_size: Scalars['Int']['input'];
|
|
3361
|
-
cursor: Array<InputMaybe<PoolVolumeHourly_Stream_Cursor_Input>>;
|
|
3362
|
-
where?: InputMaybe<PoolVolumeHourly_Bool_Exp>;
|
|
3363
|
-
};
|
|
3364
3071
|
export type SubscriptionTokenArgs = {
|
|
3365
3072
|
distinct_on?: InputMaybe<Array<Token_Select_Column>>;
|
|
3366
3073
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -3383,21 +3090,6 @@ export type SubscriptionToken_StreamArgs = {
|
|
|
3383
3090
|
cursor: Array<InputMaybe<Token_Stream_Cursor_Input>>;
|
|
3384
3091
|
where?: InputMaybe<Token_Bool_Exp>;
|
|
3385
3092
|
};
|
|
3386
|
-
export type SubscriptionUserAssetArgs = {
|
|
3387
|
-
distinct_on?: InputMaybe<Array<UserAsset_Select_Column>>;
|
|
3388
|
-
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
3389
|
-
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
3390
|
-
order_by?: InputMaybe<Array<UserAsset_Order_By>>;
|
|
3391
|
-
where?: InputMaybe<UserAsset_Bool_Exp>;
|
|
3392
|
-
};
|
|
3393
|
-
export type SubscriptionUserAsset_By_PkArgs = {
|
|
3394
|
-
id: Scalars['String']['input'];
|
|
3395
|
-
};
|
|
3396
|
-
export type SubscriptionUserAsset_StreamArgs = {
|
|
3397
|
-
batch_size: Scalars['Int']['input'];
|
|
3398
|
-
cursor: Array<InputMaybe<UserAsset_Stream_Cursor_Input>>;
|
|
3399
|
-
where?: InputMaybe<UserAsset_Bool_Exp>;
|
|
3400
|
-
};
|
|
3401
3093
|
export type Subscription_MetaArgs = {
|
|
3402
3094
|
distinct_on?: InputMaybe<Array<_Meta_Select_Column>>;
|
|
3403
3095
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -3751,52 +3443,6 @@ export type UniswapV4Data = {
|
|
|
3751
3443
|
type: Scalars['String']['output'];
|
|
3752
3444
|
uniswapV4HookAddress?: Maybe<Scalars['String']['output']>;
|
|
3753
3445
|
};
|
|
3754
|
-
export type UserAsset = {
|
|
3755
|
-
__typename?: 'UserAsset';
|
|
3756
|
-
address: Scalars['String']['output'];
|
|
3757
|
-
asset?: Maybe<Asset>;
|
|
3758
|
-
asset_id: Scalars['String']['output'];
|
|
3759
|
-
balance: Scalars['numeric']['output'];
|
|
3760
|
-
chain_id: Scalars['Int']['output'];
|
|
3761
|
-
id: Scalars['String']['output'];
|
|
3762
|
-
};
|
|
3763
|
-
export type UserAsset_Bool_Exp = {
|
|
3764
|
-
_and?: InputMaybe<Array<UserAsset_Bool_Exp>>;
|
|
3765
|
-
_not?: InputMaybe<UserAsset_Bool_Exp>;
|
|
3766
|
-
_or?: InputMaybe<Array<UserAsset_Bool_Exp>>;
|
|
3767
|
-
address?: InputMaybe<String_Comparison_Exp>;
|
|
3768
|
-
asset?: InputMaybe<Asset_Bool_Exp>;
|
|
3769
|
-
asset_id?: InputMaybe<String_Comparison_Exp>;
|
|
3770
|
-
balance?: InputMaybe<Numeric_Comparison_Exp>;
|
|
3771
|
-
chain_id?: InputMaybe<Int_Comparison_Exp>;
|
|
3772
|
-
id?: InputMaybe<String_Comparison_Exp>;
|
|
3773
|
-
};
|
|
3774
|
-
export type UserAsset_Order_By = {
|
|
3775
|
-
address?: InputMaybe<Order_By>;
|
|
3776
|
-
asset?: InputMaybe<Asset_Order_By>;
|
|
3777
|
-
asset_id?: InputMaybe<Order_By>;
|
|
3778
|
-
balance?: InputMaybe<Order_By>;
|
|
3779
|
-
chain_id?: InputMaybe<Order_By>;
|
|
3780
|
-
id?: InputMaybe<Order_By>;
|
|
3781
|
-
};
|
|
3782
|
-
export declare enum UserAsset_Select_Column {
|
|
3783
|
-
Address = "address",
|
|
3784
|
-
AssetId = "asset_id",
|
|
3785
|
-
Balance = "balance",
|
|
3786
|
-
ChainId = "chain_id",
|
|
3787
|
-
Id = "id"
|
|
3788
|
-
}
|
|
3789
|
-
export type UserAsset_Stream_Cursor_Input = {
|
|
3790
|
-
initial_value: UserAsset_Stream_Cursor_Value_Input;
|
|
3791
|
-
ordering?: InputMaybe<Cursor_Ordering>;
|
|
3792
|
-
};
|
|
3793
|
-
export type UserAsset_Stream_Cursor_Value_Input = {
|
|
3794
|
-
address?: InputMaybe<Scalars['String']['input']>;
|
|
3795
|
-
asset_id?: InputMaybe<Scalars['String']['input']>;
|
|
3796
|
-
balance?: InputMaybe<Scalars['numeric']['input']>;
|
|
3797
|
-
chain_id?: InputMaybe<Scalars['Int']['input']>;
|
|
3798
|
-
id?: InputMaybe<Scalars['String']['input']>;
|
|
3799
|
-
};
|
|
3800
3446
|
export type _Meta = {
|
|
3801
3447
|
__typename?: '_meta';
|
|
3802
3448
|
bufferBlock?: Maybe<Scalars['Int']['output']>;
|
|
@@ -4122,12 +3768,10 @@ export type AuctionPoolFieldsFragment = {
|
|
|
4122
3768
|
pool_current_price: any;
|
|
4123
3769
|
pool_current_sqrt_price: any;
|
|
4124
3770
|
pool_current_fdv: any;
|
|
4125
|
-
pool_current_fdv_usd?: string | null;
|
|
4126
3771
|
pool_current_liquidity: any;
|
|
4127
3772
|
pool_current_tick: number;
|
|
4128
3773
|
pool_last_epoch?: number | null;
|
|
4129
3774
|
pool_current_market_cap: any;
|
|
4130
|
-
pool_current_market_cap_usd?: string | null;
|
|
4131
3775
|
pool_current_fees_accrued: any;
|
|
4132
3776
|
pool_current_total_proceeds: any;
|
|
4133
3777
|
pool_current_total_tokens_sold: any;
|
|
@@ -4142,11 +3786,6 @@ export type AuctionPoolFieldsFragment = {
|
|
|
4142
3786
|
pool_config_ending_time: any;
|
|
4143
3787
|
pool_migration_timestamp?: any | null;
|
|
4144
3788
|
pool_type: string;
|
|
4145
|
-
pool_volume_24h_base?: any | null;
|
|
4146
|
-
pool_volume_24h_quote?: any | null;
|
|
4147
|
-
pool_volume_24h_usd?: any | null;
|
|
4148
|
-
pool_volume_24h_swap_count?: number | null;
|
|
4149
|
-
pool_volume_last_updated?: any | null;
|
|
4150
3789
|
pool_market_data?: {
|
|
4151
3790
|
__typename?: 'PairFilterResult';
|
|
4152
3791
|
liquidity?: string | null;
|
|
@@ -4177,19 +3816,12 @@ export type GraduationPoolFieldsFragment = {
|
|
|
4177
3816
|
pool_current_price: any;
|
|
4178
3817
|
pool_current_sqrt_price: any;
|
|
4179
3818
|
pool_current_fdv?: any | null;
|
|
4180
|
-
pool_current_fdv_usd?: string | null;
|
|
4181
3819
|
pool_current_liquidity: any;
|
|
4182
3820
|
pool_current_tick: number;
|
|
4183
3821
|
pool_current_market_cap?: any | null;
|
|
4184
|
-
pool_current_market_cap_usd?: string | null;
|
|
4185
3822
|
pool_address: string;
|
|
4186
3823
|
pool_migration_timestamp?: any | null;
|
|
4187
3824
|
pool_type: string;
|
|
4188
|
-
pool_volume_24h_base?: any | null;
|
|
4189
|
-
pool_volume_24h_quote?: any | null;
|
|
4190
|
-
pool_volume_24h_usd?: any | null;
|
|
4191
|
-
pool_volume_24h_swap_count?: number | null;
|
|
4192
|
-
pool_volume_last_updated?: any | null;
|
|
4193
3825
|
pool_market_data?: {
|
|
4194
3826
|
__typename?: 'PairFilterResult';
|
|
4195
3827
|
liquidity?: string | null;
|
|
@@ -4227,12 +3859,10 @@ export type AssetFieldsFragment = {
|
|
|
4227
3859
|
pool_current_price: any;
|
|
4228
3860
|
pool_current_sqrt_price: any;
|
|
4229
3861
|
pool_current_fdv: any;
|
|
4230
|
-
pool_current_fdv_usd?: string | null;
|
|
4231
3862
|
pool_current_liquidity: any;
|
|
4232
3863
|
pool_current_tick: number;
|
|
4233
3864
|
pool_last_epoch?: number | null;
|
|
4234
3865
|
pool_current_market_cap: any;
|
|
4235
|
-
pool_current_market_cap_usd?: string | null;
|
|
4236
3866
|
pool_current_fees_accrued: any;
|
|
4237
3867
|
pool_current_total_proceeds: any;
|
|
4238
3868
|
pool_current_total_tokens_sold: any;
|
|
@@ -4247,11 +3877,6 @@ export type AssetFieldsFragment = {
|
|
|
4247
3877
|
pool_config_ending_time: any;
|
|
4248
3878
|
pool_migration_timestamp?: any | null;
|
|
4249
3879
|
pool_type: string;
|
|
4250
|
-
pool_volume_24h_base?: any | null;
|
|
4251
|
-
pool_volume_24h_quote?: any | null;
|
|
4252
|
-
pool_volume_24h_usd?: any | null;
|
|
4253
|
-
pool_volume_24h_swap_count?: number | null;
|
|
4254
|
-
pool_volume_last_updated?: any | null;
|
|
4255
3880
|
pool_market_data?: {
|
|
4256
3881
|
__typename?: 'PairFilterResult';
|
|
4257
3882
|
liquidity?: string | null;
|
|
@@ -4282,19 +3907,12 @@ export type AssetFieldsFragment = {
|
|
|
4282
3907
|
pool_current_price: any;
|
|
4283
3908
|
pool_current_sqrt_price: any;
|
|
4284
3909
|
pool_current_fdv?: any | null;
|
|
4285
|
-
pool_current_fdv_usd?: string | null;
|
|
4286
3910
|
pool_current_liquidity: any;
|
|
4287
3911
|
pool_current_tick: number;
|
|
4288
3912
|
pool_current_market_cap?: any | null;
|
|
4289
|
-
pool_current_market_cap_usd?: string | null;
|
|
4290
3913
|
pool_address: string;
|
|
4291
3914
|
pool_migration_timestamp?: any | null;
|
|
4292
3915
|
pool_type: string;
|
|
4293
|
-
pool_volume_24h_base?: any | null;
|
|
4294
|
-
pool_volume_24h_quote?: any | null;
|
|
4295
|
-
pool_volume_24h_usd?: any | null;
|
|
4296
|
-
pool_volume_24h_swap_count?: number | null;
|
|
4297
|
-
pool_volume_last_updated?: any | null;
|
|
4298
3916
|
pool_market_data?: {
|
|
4299
3917
|
__typename?: 'PairFilterResult';
|
|
4300
3918
|
liquidity?: string | null;
|
|
@@ -4345,12 +3963,10 @@ export type ListLiveAssetsForIntegratorQuery = {
|
|
|
4345
3963
|
pool_current_price: any;
|
|
4346
3964
|
pool_current_sqrt_price: any;
|
|
4347
3965
|
pool_current_fdv: any;
|
|
4348
|
-
pool_current_fdv_usd?: string | null;
|
|
4349
3966
|
pool_current_liquidity: any;
|
|
4350
3967
|
pool_current_tick: number;
|
|
4351
3968
|
pool_last_epoch?: number | null;
|
|
4352
3969
|
pool_current_market_cap: any;
|
|
4353
|
-
pool_current_market_cap_usd?: string | null;
|
|
4354
3970
|
pool_current_fees_accrued: any;
|
|
4355
3971
|
pool_current_total_proceeds: any;
|
|
4356
3972
|
pool_current_total_tokens_sold: any;
|
|
@@ -4365,11 +3981,6 @@ export type ListLiveAssetsForIntegratorQuery = {
|
|
|
4365
3981
|
pool_config_ending_time: any;
|
|
4366
3982
|
pool_migration_timestamp?: any | null;
|
|
4367
3983
|
pool_type: string;
|
|
4368
|
-
pool_volume_24h_base?: any | null;
|
|
4369
|
-
pool_volume_24h_quote?: any | null;
|
|
4370
|
-
pool_volume_24h_usd?: any | null;
|
|
4371
|
-
pool_volume_24h_swap_count?: number | null;
|
|
4372
|
-
pool_volume_last_updated?: any | null;
|
|
4373
3984
|
pool_market_data?: {
|
|
4374
3985
|
__typename?: 'PairFilterResult';
|
|
4375
3986
|
liquidity?: string | null;
|
|
@@ -4400,19 +4011,12 @@ export type ListLiveAssetsForIntegratorQuery = {
|
|
|
4400
4011
|
pool_current_price: any;
|
|
4401
4012
|
pool_current_sqrt_price: any;
|
|
4402
4013
|
pool_current_fdv?: any | null;
|
|
4403
|
-
pool_current_fdv_usd?: string | null;
|
|
4404
4014
|
pool_current_liquidity: any;
|
|
4405
4015
|
pool_current_tick: number;
|
|
4406
4016
|
pool_current_market_cap?: any | null;
|
|
4407
|
-
pool_current_market_cap_usd?: string | null;
|
|
4408
4017
|
pool_address: string;
|
|
4409
4018
|
pool_migration_timestamp?: any | null;
|
|
4410
4019
|
pool_type: string;
|
|
4411
|
-
pool_volume_24h_base?: any | null;
|
|
4412
|
-
pool_volume_24h_quote?: any | null;
|
|
4413
|
-
pool_volume_24h_usd?: any | null;
|
|
4414
|
-
pool_volume_24h_swap_count?: number | null;
|
|
4415
|
-
pool_volume_last_updated?: any | null;
|
|
4416
4020
|
pool_market_data?: {
|
|
4417
4021
|
__typename?: 'PairFilterResult';
|
|
4418
4022
|
liquidity?: string | null;
|
|
@@ -4463,12 +4067,10 @@ export type ListIncomingAssetsForIntegratorQuery = {
|
|
|
4463
4067
|
pool_current_price: any;
|
|
4464
4068
|
pool_current_sqrt_price: any;
|
|
4465
4069
|
pool_current_fdv: any;
|
|
4466
|
-
pool_current_fdv_usd?: string | null;
|
|
4467
4070
|
pool_current_liquidity: any;
|
|
4468
4071
|
pool_current_tick: number;
|
|
4469
4072
|
pool_last_epoch?: number | null;
|
|
4470
4073
|
pool_current_market_cap: any;
|
|
4471
|
-
pool_current_market_cap_usd?: string | null;
|
|
4472
4074
|
pool_current_fees_accrued: any;
|
|
4473
4075
|
pool_current_total_proceeds: any;
|
|
4474
4076
|
pool_current_total_tokens_sold: any;
|
|
@@ -4483,11 +4085,6 @@ export type ListIncomingAssetsForIntegratorQuery = {
|
|
|
4483
4085
|
pool_config_ending_time: any;
|
|
4484
4086
|
pool_migration_timestamp?: any | null;
|
|
4485
4087
|
pool_type: string;
|
|
4486
|
-
pool_volume_24h_base?: any | null;
|
|
4487
|
-
pool_volume_24h_quote?: any | null;
|
|
4488
|
-
pool_volume_24h_usd?: any | null;
|
|
4489
|
-
pool_volume_24h_swap_count?: number | null;
|
|
4490
|
-
pool_volume_last_updated?: any | null;
|
|
4491
4088
|
pool_market_data?: {
|
|
4492
4089
|
__typename?: 'PairFilterResult';
|
|
4493
4090
|
liquidity?: string | null;
|
|
@@ -4518,19 +4115,12 @@ export type ListIncomingAssetsForIntegratorQuery = {
|
|
|
4518
4115
|
pool_current_price: any;
|
|
4519
4116
|
pool_current_sqrt_price: any;
|
|
4520
4117
|
pool_current_fdv?: any | null;
|
|
4521
|
-
pool_current_fdv_usd?: string | null;
|
|
4522
4118
|
pool_current_liquidity: any;
|
|
4523
4119
|
pool_current_tick: number;
|
|
4524
4120
|
pool_current_market_cap?: any | null;
|
|
4525
|
-
pool_current_market_cap_usd?: string | null;
|
|
4526
4121
|
pool_address: string;
|
|
4527
4122
|
pool_migration_timestamp?: any | null;
|
|
4528
4123
|
pool_type: string;
|
|
4529
|
-
pool_volume_24h_base?: any | null;
|
|
4530
|
-
pool_volume_24h_quote?: any | null;
|
|
4531
|
-
pool_volume_24h_usd?: any | null;
|
|
4532
|
-
pool_volume_24h_swap_count?: number | null;
|
|
4533
|
-
pool_volume_last_updated?: any | null;
|
|
4534
4124
|
pool_market_data?: {
|
|
4535
4125
|
__typename?: 'PairFilterResult';
|
|
4536
4126
|
liquidity?: string | null;
|
|
@@ -4580,12 +4170,10 @@ export type ListGraduatedAssetsForIntegratorQuery = {
|
|
|
4580
4170
|
pool_current_price: any;
|
|
4581
4171
|
pool_current_sqrt_price: any;
|
|
4582
4172
|
pool_current_fdv: any;
|
|
4583
|
-
pool_current_fdv_usd?: string | null;
|
|
4584
4173
|
pool_current_liquidity: any;
|
|
4585
4174
|
pool_current_tick: number;
|
|
4586
4175
|
pool_last_epoch?: number | null;
|
|
4587
4176
|
pool_current_market_cap: any;
|
|
4588
|
-
pool_current_market_cap_usd?: string | null;
|
|
4589
4177
|
pool_current_fees_accrued: any;
|
|
4590
4178
|
pool_current_total_proceeds: any;
|
|
4591
4179
|
pool_current_total_tokens_sold: any;
|
|
@@ -4600,11 +4188,6 @@ export type ListGraduatedAssetsForIntegratorQuery = {
|
|
|
4600
4188
|
pool_config_ending_time: any;
|
|
4601
4189
|
pool_migration_timestamp?: any | null;
|
|
4602
4190
|
pool_type: string;
|
|
4603
|
-
pool_volume_24h_base?: any | null;
|
|
4604
|
-
pool_volume_24h_quote?: any | null;
|
|
4605
|
-
pool_volume_24h_usd?: any | null;
|
|
4606
|
-
pool_volume_24h_swap_count?: number | null;
|
|
4607
|
-
pool_volume_last_updated?: any | null;
|
|
4608
4191
|
pool_market_data?: {
|
|
4609
4192
|
__typename?: 'PairFilterResult';
|
|
4610
4193
|
liquidity?: string | null;
|
|
@@ -4635,19 +4218,12 @@ export type ListGraduatedAssetsForIntegratorQuery = {
|
|
|
4635
4218
|
pool_current_price: any;
|
|
4636
4219
|
pool_current_sqrt_price: any;
|
|
4637
4220
|
pool_current_fdv?: any | null;
|
|
4638
|
-
pool_current_fdv_usd?: string | null;
|
|
4639
4221
|
pool_current_liquidity: any;
|
|
4640
4222
|
pool_current_tick: number;
|
|
4641
4223
|
pool_current_market_cap?: any | null;
|
|
4642
|
-
pool_current_market_cap_usd?: string | null;
|
|
4643
4224
|
pool_address: string;
|
|
4644
4225
|
pool_migration_timestamp?: any | null;
|
|
4645
4226
|
pool_type: string;
|
|
4646
|
-
pool_volume_24h_base?: any | null;
|
|
4647
|
-
pool_volume_24h_quote?: any | null;
|
|
4648
|
-
pool_volume_24h_usd?: any | null;
|
|
4649
|
-
pool_volume_24h_swap_count?: number | null;
|
|
4650
|
-
pool_volume_last_updated?: any | null;
|
|
4651
4227
|
pool_market_data?: {
|
|
4652
4228
|
__typename?: 'PairFilterResult';
|
|
4653
4229
|
liquidity?: string | null;
|
|
@@ -4697,12 +4273,10 @@ export type ListAllAssetsForIntegratorQuery = {
|
|
|
4697
4273
|
pool_current_price: any;
|
|
4698
4274
|
pool_current_sqrt_price: any;
|
|
4699
4275
|
pool_current_fdv: any;
|
|
4700
|
-
pool_current_fdv_usd?: string | null;
|
|
4701
4276
|
pool_current_liquidity: any;
|
|
4702
4277
|
pool_current_tick: number;
|
|
4703
4278
|
pool_last_epoch?: number | null;
|
|
4704
4279
|
pool_current_market_cap: any;
|
|
4705
|
-
pool_current_market_cap_usd?: string | null;
|
|
4706
4280
|
pool_current_fees_accrued: any;
|
|
4707
4281
|
pool_current_total_proceeds: any;
|
|
4708
4282
|
pool_current_total_tokens_sold: any;
|
|
@@ -4717,11 +4291,6 @@ export type ListAllAssetsForIntegratorQuery = {
|
|
|
4717
4291
|
pool_config_ending_time: any;
|
|
4718
4292
|
pool_migration_timestamp?: any | null;
|
|
4719
4293
|
pool_type: string;
|
|
4720
|
-
pool_volume_24h_base?: any | null;
|
|
4721
|
-
pool_volume_24h_quote?: any | null;
|
|
4722
|
-
pool_volume_24h_usd?: any | null;
|
|
4723
|
-
pool_volume_24h_swap_count?: number | null;
|
|
4724
|
-
pool_volume_last_updated?: any | null;
|
|
4725
4294
|
pool_market_data?: {
|
|
4726
4295
|
__typename?: 'PairFilterResult';
|
|
4727
4296
|
liquidity?: string | null;
|
|
@@ -4752,19 +4321,12 @@ export type ListAllAssetsForIntegratorQuery = {
|
|
|
4752
4321
|
pool_current_price: any;
|
|
4753
4322
|
pool_current_sqrt_price: any;
|
|
4754
4323
|
pool_current_fdv?: any | null;
|
|
4755
|
-
pool_current_fdv_usd?: string | null;
|
|
4756
4324
|
pool_current_liquidity: any;
|
|
4757
4325
|
pool_current_tick: number;
|
|
4758
4326
|
pool_current_market_cap?: any | null;
|
|
4759
|
-
pool_current_market_cap_usd?: string | null;
|
|
4760
4327
|
pool_address: string;
|
|
4761
4328
|
pool_migration_timestamp?: any | null;
|
|
4762
4329
|
pool_type: string;
|
|
4763
|
-
pool_volume_24h_base?: any | null;
|
|
4764
|
-
pool_volume_24h_quote?: any | null;
|
|
4765
|
-
pool_volume_24h_usd?: any | null;
|
|
4766
|
-
pool_volume_24h_swap_count?: number | null;
|
|
4767
|
-
pool_volume_last_updated?: any | null;
|
|
4768
4330
|
pool_market_data?: {
|
|
4769
4331
|
__typename?: 'PairFilterResult';
|
|
4770
4332
|
liquidity?: string | null;
|
|
@@ -4812,12 +4374,10 @@ export type SearchAssetsForIntegratorQuery = {
|
|
|
4812
4374
|
pool_current_price: any;
|
|
4813
4375
|
pool_current_sqrt_price: any;
|
|
4814
4376
|
pool_current_fdv: any;
|
|
4815
|
-
pool_current_fdv_usd?: string | null;
|
|
4816
4377
|
pool_current_liquidity: any;
|
|
4817
4378
|
pool_current_tick: number;
|
|
4818
4379
|
pool_last_epoch?: number | null;
|
|
4819
4380
|
pool_current_market_cap: any;
|
|
4820
|
-
pool_current_market_cap_usd?: string | null;
|
|
4821
4381
|
pool_current_fees_accrued: any;
|
|
4822
4382
|
pool_current_total_proceeds: any;
|
|
4823
4383
|
pool_current_total_tokens_sold: any;
|
|
@@ -4832,11 +4392,6 @@ export type SearchAssetsForIntegratorQuery = {
|
|
|
4832
4392
|
pool_config_ending_time: any;
|
|
4833
4393
|
pool_migration_timestamp?: any | null;
|
|
4834
4394
|
pool_type: string;
|
|
4835
|
-
pool_volume_24h_base?: any | null;
|
|
4836
|
-
pool_volume_24h_quote?: any | null;
|
|
4837
|
-
pool_volume_24h_usd?: any | null;
|
|
4838
|
-
pool_volume_24h_swap_count?: number | null;
|
|
4839
|
-
pool_volume_last_updated?: any | null;
|
|
4840
4395
|
pool_market_data?: {
|
|
4841
4396
|
__typename?: 'PairFilterResult';
|
|
4842
4397
|
liquidity?: string | null;
|
|
@@ -4867,19 +4422,12 @@ export type SearchAssetsForIntegratorQuery = {
|
|
|
4867
4422
|
pool_current_price: any;
|
|
4868
4423
|
pool_current_sqrt_price: any;
|
|
4869
4424
|
pool_current_fdv?: any | null;
|
|
4870
|
-
pool_current_fdv_usd?: string | null;
|
|
4871
4425
|
pool_current_liquidity: any;
|
|
4872
4426
|
pool_current_tick: number;
|
|
4873
4427
|
pool_current_market_cap?: any | null;
|
|
4874
|
-
pool_current_market_cap_usd?: string | null;
|
|
4875
4428
|
pool_address: string;
|
|
4876
4429
|
pool_migration_timestamp?: any | null;
|
|
4877
4430
|
pool_type: string;
|
|
4878
|
-
pool_volume_24h_base?: any | null;
|
|
4879
|
-
pool_volume_24h_quote?: any | null;
|
|
4880
|
-
pool_volume_24h_usd?: any | null;
|
|
4881
|
-
pool_volume_24h_swap_count?: number | null;
|
|
4882
|
-
pool_volume_last_updated?: any | null;
|
|
4883
4431
|
pool_market_data?: {
|
|
4884
4432
|
__typename?: 'PairFilterResult';
|
|
4885
4433
|
liquidity?: string | null;
|
|
@@ -4926,12 +4474,10 @@ export type GetAssetByAddressForIntegratorQuery = {
|
|
|
4926
4474
|
pool_current_price: any;
|
|
4927
4475
|
pool_current_sqrt_price: any;
|
|
4928
4476
|
pool_current_fdv: any;
|
|
4929
|
-
pool_current_fdv_usd?: string | null;
|
|
4930
4477
|
pool_current_liquidity: any;
|
|
4931
4478
|
pool_current_tick: number;
|
|
4932
4479
|
pool_last_epoch?: number | null;
|
|
4933
4480
|
pool_current_market_cap: any;
|
|
4934
|
-
pool_current_market_cap_usd?: string | null;
|
|
4935
4481
|
pool_current_fees_accrued: any;
|
|
4936
4482
|
pool_current_total_proceeds: any;
|
|
4937
4483
|
pool_current_total_tokens_sold: any;
|
|
@@ -4946,11 +4492,6 @@ export type GetAssetByAddressForIntegratorQuery = {
|
|
|
4946
4492
|
pool_config_ending_time: any;
|
|
4947
4493
|
pool_migration_timestamp?: any | null;
|
|
4948
4494
|
pool_type: string;
|
|
4949
|
-
pool_volume_24h_base?: any | null;
|
|
4950
|
-
pool_volume_24h_quote?: any | null;
|
|
4951
|
-
pool_volume_24h_usd?: any | null;
|
|
4952
|
-
pool_volume_24h_swap_count?: number | null;
|
|
4953
|
-
pool_volume_last_updated?: any | null;
|
|
4954
4495
|
pool_market_data?: {
|
|
4955
4496
|
__typename?: 'PairFilterResult';
|
|
4956
4497
|
liquidity?: string | null;
|
|
@@ -4981,19 +4522,12 @@ export type GetAssetByAddressForIntegratorQuery = {
|
|
|
4981
4522
|
pool_current_price: any;
|
|
4982
4523
|
pool_current_sqrt_price: any;
|
|
4983
4524
|
pool_current_fdv?: any | null;
|
|
4984
|
-
pool_current_fdv_usd?: string | null;
|
|
4985
4525
|
pool_current_liquidity: any;
|
|
4986
4526
|
pool_current_tick: number;
|
|
4987
4527
|
pool_current_market_cap?: any | null;
|
|
4988
|
-
pool_current_market_cap_usd?: string | null;
|
|
4989
4528
|
pool_address: string;
|
|
4990
4529
|
pool_migration_timestamp?: any | null;
|
|
4991
4530
|
pool_type: string;
|
|
4992
|
-
pool_volume_24h_base?: any | null;
|
|
4993
|
-
pool_volume_24h_quote?: any | null;
|
|
4994
|
-
pool_volume_24h_usd?: any | null;
|
|
4995
|
-
pool_volume_24h_swap_count?: number | null;
|
|
4996
|
-
pool_volume_last_updated?: any | null;
|
|
4997
4531
|
pool_market_data?: {
|
|
4998
4532
|
__typename?: 'PairFilterResult';
|
|
4999
4533
|
liquidity?: string | null;
|