@longdotxyz/shared 0.0.33 → 0.0.35
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 +106 -88
- package/dist/contracts/asset.contract.js +11 -10
- package/dist/contracts/asset.contract.js.map +1 -1
- package/dist/contracts/auction-template.contract.js +1 -1
- package/dist/contracts/auction-template.contract.js.map +1 -1
- package/dist/contracts/auction.contract.d.ts +6 -2
- package/dist/contracts/auction.contract.js +6 -4
- package/dist/contracts/auction.contract.js.map +1 -1
- package/dist/contracts/index.d.ts +93 -74
- package/dist/contracts/quote.contract.js +4 -4
- package/dist/contracts/quote.contract.js.map +1 -1
- package/dist/graphql/generated.d.ts +66 -94
- package/dist/graphql/generated.js +2 -0
- package/dist/graphql/generated.js.map +1 -1
- package/package.json +1 -1
|
@@ -64,12 +64,13 @@ export type Asset = {
|
|
|
64
64
|
asset_address: Scalars['String']['output'];
|
|
65
65
|
asset_config_num_tokens_to_sell: Scalars['numeric']['output'];
|
|
66
66
|
asset_creation_block: Scalars['numeric']['output'];
|
|
67
|
-
asset_creation_timestamp: Scalars['
|
|
67
|
+
asset_creation_timestamp: Scalars['timestamptz']['output'];
|
|
68
|
+
asset_current_pool: Scalars['String']['output'];
|
|
68
69
|
asset_governance_address: Scalars['String']['output'];
|
|
69
70
|
asset_graduation_pool_address: Scalars['String']['output'];
|
|
70
71
|
asset_liquidity_migrator_address: Scalars['String']['output'];
|
|
71
72
|
asset_migration_block?: Maybe<Scalars['numeric']['output']>;
|
|
72
|
-
asset_migration_timestamp?: Maybe<Scalars['
|
|
73
|
+
asset_migration_timestamp?: Maybe<Scalars['timestamptz']['output']>;
|
|
73
74
|
asset_numeraire_address: Scalars['String']['output'];
|
|
74
75
|
asset_pool_initializer_address: Scalars['String']['output'];
|
|
75
76
|
asset_timelock_address: Scalars['String']['output'];
|
|
@@ -88,12 +89,13 @@ export type Asset_Bool_Exp = {
|
|
|
88
89
|
asset_address?: InputMaybe<String_Comparison_Exp>;
|
|
89
90
|
asset_config_num_tokens_to_sell?: InputMaybe<Numeric_Comparison_Exp>;
|
|
90
91
|
asset_creation_block?: InputMaybe<Numeric_Comparison_Exp>;
|
|
91
|
-
asset_creation_timestamp?: InputMaybe<
|
|
92
|
+
asset_creation_timestamp?: InputMaybe<Timestamptz_Comparison_Exp>;
|
|
93
|
+
asset_current_pool?: InputMaybe<String_Comparison_Exp>;
|
|
92
94
|
asset_governance_address?: InputMaybe<String_Comparison_Exp>;
|
|
93
95
|
asset_graduation_pool_address?: InputMaybe<String_Comparison_Exp>;
|
|
94
96
|
asset_liquidity_migrator_address?: InputMaybe<String_Comparison_Exp>;
|
|
95
97
|
asset_migration_block?: InputMaybe<Numeric_Comparison_Exp>;
|
|
96
|
-
asset_migration_timestamp?: InputMaybe<
|
|
98
|
+
asset_migration_timestamp?: InputMaybe<Timestamptz_Comparison_Exp>;
|
|
97
99
|
asset_numeraire_address?: InputMaybe<String_Comparison_Exp>;
|
|
98
100
|
asset_pool_initializer_address?: InputMaybe<String_Comparison_Exp>;
|
|
99
101
|
asset_timelock_address?: InputMaybe<String_Comparison_Exp>;
|
|
@@ -110,6 +112,7 @@ export type Asset_Order_By = {
|
|
|
110
112
|
asset_config_num_tokens_to_sell?: InputMaybe<Order_By>;
|
|
111
113
|
asset_creation_block?: InputMaybe<Order_By>;
|
|
112
114
|
asset_creation_timestamp?: InputMaybe<Order_By>;
|
|
115
|
+
asset_current_pool?: InputMaybe<Order_By>;
|
|
113
116
|
asset_governance_address?: InputMaybe<Order_By>;
|
|
114
117
|
asset_graduation_pool_address?: InputMaybe<Order_By>;
|
|
115
118
|
asset_liquidity_migrator_address?: InputMaybe<Order_By>;
|
|
@@ -131,6 +134,7 @@ export declare enum Asset_Select_Column {
|
|
|
131
134
|
AssetConfigNumTokensToSell = "asset_config_num_tokens_to_sell",
|
|
132
135
|
AssetCreationBlock = "asset_creation_block",
|
|
133
136
|
AssetCreationTimestamp = "asset_creation_timestamp",
|
|
137
|
+
AssetCurrentPool = "asset_current_pool",
|
|
134
138
|
AssetGovernanceAddress = "asset_governance_address",
|
|
135
139
|
AssetGraduationPoolAddress = "asset_graduation_pool_address",
|
|
136
140
|
AssetLiquidityMigratorAddress = "asset_liquidity_migrator_address",
|
|
@@ -153,12 +157,13 @@ export type Asset_Stream_Cursor_Value_Input = {
|
|
|
153
157
|
asset_address?: InputMaybe<Scalars['String']['input']>;
|
|
154
158
|
asset_config_num_tokens_to_sell?: InputMaybe<Scalars['numeric']['input']>;
|
|
155
159
|
asset_creation_block?: InputMaybe<Scalars['numeric']['input']>;
|
|
156
|
-
asset_creation_timestamp?: InputMaybe<Scalars['
|
|
160
|
+
asset_creation_timestamp?: InputMaybe<Scalars['timestamptz']['input']>;
|
|
161
|
+
asset_current_pool?: InputMaybe<Scalars['String']['input']>;
|
|
157
162
|
asset_governance_address?: InputMaybe<Scalars['String']['input']>;
|
|
158
163
|
asset_graduation_pool_address?: InputMaybe<Scalars['String']['input']>;
|
|
159
164
|
asset_liquidity_migrator_address?: InputMaybe<Scalars['String']['input']>;
|
|
160
165
|
asset_migration_block?: InputMaybe<Scalars['numeric']['input']>;
|
|
161
|
-
asset_migration_timestamp?: InputMaybe<Scalars['
|
|
166
|
+
asset_migration_timestamp?: InputMaybe<Scalars['timestamptz']['input']>;
|
|
162
167
|
asset_numeraire_address?: InputMaybe<Scalars['String']['input']>;
|
|
163
168
|
asset_pool_initializer_address?: InputMaybe<Scalars['String']['input']>;
|
|
164
169
|
asset_timelock_address?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -192,7 +197,7 @@ export type AuctionPool = {
|
|
|
192
197
|
pool_config_starting_tick: Scalars['Int']['output'];
|
|
193
198
|
pool_config_starting_time: Scalars['numeric']['output'];
|
|
194
199
|
pool_creation_block: Scalars['numeric']['output'];
|
|
195
|
-
pool_creation_timestamp: Scalars['
|
|
200
|
+
pool_creation_timestamp: Scalars['timestamptz']['output'];
|
|
196
201
|
pool_current_fdv: Scalars['numeric']['output'];
|
|
197
202
|
pool_current_fees_accrued: Scalars['numeric']['output'];
|
|
198
203
|
pool_current_liquidity: Scalars['numeric']['output'];
|
|
@@ -210,7 +215,7 @@ export type AuctionPool = {
|
|
|
210
215
|
pool_last_epoch?: Maybe<Scalars['Int']['output']>;
|
|
211
216
|
pool_last_epoch_total_tokens_sold: Scalars['numeric']['output'];
|
|
212
217
|
pool_migration_block?: Maybe<Scalars['numeric']['output']>;
|
|
213
|
-
pool_migration_timestamp?: Maybe<Scalars['
|
|
218
|
+
pool_migration_timestamp?: Maybe<Scalars['timestamptz']['output']>;
|
|
214
219
|
pool_type: Scalars['String']['output'];
|
|
215
220
|
quote_token?: Maybe<Token>;
|
|
216
221
|
quote_token_id: Scalars['String']['output'];
|
|
@@ -234,7 +239,7 @@ export type AuctionPool_Swap = {
|
|
|
234
239
|
swap_base_token: Scalars['String']['output'];
|
|
235
240
|
swap_creation_block: Scalars['numeric']['output'];
|
|
236
241
|
swap_creation_hash: Scalars['String']['output'];
|
|
237
|
-
swap_creation_timestamp: Scalars['
|
|
242
|
+
swap_creation_timestamp: Scalars['timestamptz']['output'];
|
|
238
243
|
swap_origin: Scalars['String']['output'];
|
|
239
244
|
swap_pool_id: Scalars['String']['output'];
|
|
240
245
|
swap_quote_token: Scalars['String']['output'];
|
|
@@ -261,7 +266,6 @@ export type AuctionPool_Swap_Avg_Order_By = {
|
|
|
261
266
|
swap_amount_in?: InputMaybe<Order_By>;
|
|
262
267
|
swap_amount_out?: InputMaybe<Order_By>;
|
|
263
268
|
swap_creation_block?: InputMaybe<Order_By>;
|
|
264
|
-
swap_creation_timestamp?: InputMaybe<Order_By>;
|
|
265
269
|
swap_sqrt_price_x96?: InputMaybe<Order_By>;
|
|
266
270
|
swap_tick?: InputMaybe<Order_By>;
|
|
267
271
|
};
|
|
@@ -278,7 +282,7 @@ export type AuctionPool_Swap_Bool_Exp = {
|
|
|
278
282
|
swap_base_token?: InputMaybe<String_Comparison_Exp>;
|
|
279
283
|
swap_creation_block?: InputMaybe<Numeric_Comparison_Exp>;
|
|
280
284
|
swap_creation_hash?: InputMaybe<String_Comparison_Exp>;
|
|
281
|
-
swap_creation_timestamp?: InputMaybe<
|
|
285
|
+
swap_creation_timestamp?: InputMaybe<Timestamptz_Comparison_Exp>;
|
|
282
286
|
swap_origin?: InputMaybe<String_Comparison_Exp>;
|
|
283
287
|
swap_pool_id?: InputMaybe<String_Comparison_Exp>;
|
|
284
288
|
swap_quote_token?: InputMaybe<String_Comparison_Exp>;
|
|
@@ -365,7 +369,6 @@ export type AuctionPool_Swap_Stddev_Order_By = {
|
|
|
365
369
|
swap_amount_in?: InputMaybe<Order_By>;
|
|
366
370
|
swap_amount_out?: InputMaybe<Order_By>;
|
|
367
371
|
swap_creation_block?: InputMaybe<Order_By>;
|
|
368
|
-
swap_creation_timestamp?: InputMaybe<Order_By>;
|
|
369
372
|
swap_sqrt_price_x96?: InputMaybe<Order_By>;
|
|
370
373
|
swap_tick?: InputMaybe<Order_By>;
|
|
371
374
|
};
|
|
@@ -374,7 +377,6 @@ export type AuctionPool_Swap_Stddev_Pop_Order_By = {
|
|
|
374
377
|
swap_amount_in?: InputMaybe<Order_By>;
|
|
375
378
|
swap_amount_out?: InputMaybe<Order_By>;
|
|
376
379
|
swap_creation_block?: InputMaybe<Order_By>;
|
|
377
|
-
swap_creation_timestamp?: InputMaybe<Order_By>;
|
|
378
380
|
swap_sqrt_price_x96?: InputMaybe<Order_By>;
|
|
379
381
|
swap_tick?: InputMaybe<Order_By>;
|
|
380
382
|
};
|
|
@@ -383,7 +385,6 @@ export type AuctionPool_Swap_Stddev_Samp_Order_By = {
|
|
|
383
385
|
swap_amount_in?: InputMaybe<Order_By>;
|
|
384
386
|
swap_amount_out?: InputMaybe<Order_By>;
|
|
385
387
|
swap_creation_block?: InputMaybe<Order_By>;
|
|
386
|
-
swap_creation_timestamp?: InputMaybe<Order_By>;
|
|
387
388
|
swap_sqrt_price_x96?: InputMaybe<Order_By>;
|
|
388
389
|
swap_tick?: InputMaybe<Order_By>;
|
|
389
390
|
};
|
|
@@ -400,7 +401,7 @@ export type AuctionPool_Swap_Stream_Cursor_Value_Input = {
|
|
|
400
401
|
swap_base_token?: InputMaybe<Scalars['String']['input']>;
|
|
401
402
|
swap_creation_block?: InputMaybe<Scalars['numeric']['input']>;
|
|
402
403
|
swap_creation_hash?: InputMaybe<Scalars['String']['input']>;
|
|
403
|
-
swap_creation_timestamp?: InputMaybe<Scalars['
|
|
404
|
+
swap_creation_timestamp?: InputMaybe<Scalars['timestamptz']['input']>;
|
|
404
405
|
swap_origin?: InputMaybe<Scalars['String']['input']>;
|
|
405
406
|
swap_pool_id?: InputMaybe<Scalars['String']['input']>;
|
|
406
407
|
swap_quote_token?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -414,7 +415,6 @@ export type AuctionPool_Swap_Sum_Order_By = {
|
|
|
414
415
|
swap_amount_in?: InputMaybe<Order_By>;
|
|
415
416
|
swap_amount_out?: InputMaybe<Order_By>;
|
|
416
417
|
swap_creation_block?: InputMaybe<Order_By>;
|
|
417
|
-
swap_creation_timestamp?: InputMaybe<Order_By>;
|
|
418
418
|
swap_sqrt_price_x96?: InputMaybe<Order_By>;
|
|
419
419
|
swap_tick?: InputMaybe<Order_By>;
|
|
420
420
|
};
|
|
@@ -423,7 +423,6 @@ export type AuctionPool_Swap_Var_Pop_Order_By = {
|
|
|
423
423
|
swap_amount_in?: InputMaybe<Order_By>;
|
|
424
424
|
swap_amount_out?: InputMaybe<Order_By>;
|
|
425
425
|
swap_creation_block?: InputMaybe<Order_By>;
|
|
426
|
-
swap_creation_timestamp?: InputMaybe<Order_By>;
|
|
427
426
|
swap_sqrt_price_x96?: InputMaybe<Order_By>;
|
|
428
427
|
swap_tick?: InputMaybe<Order_By>;
|
|
429
428
|
};
|
|
@@ -432,7 +431,6 @@ export type AuctionPool_Swap_Var_Samp_Order_By = {
|
|
|
432
431
|
swap_amount_in?: InputMaybe<Order_By>;
|
|
433
432
|
swap_amount_out?: InputMaybe<Order_By>;
|
|
434
433
|
swap_creation_block?: InputMaybe<Order_By>;
|
|
435
|
-
swap_creation_timestamp?: InputMaybe<Order_By>;
|
|
436
434
|
swap_sqrt_price_x96?: InputMaybe<Order_By>;
|
|
437
435
|
swap_tick?: InputMaybe<Order_By>;
|
|
438
436
|
};
|
|
@@ -441,7 +439,6 @@ export type AuctionPool_Swap_Variance_Order_By = {
|
|
|
441
439
|
swap_amount_in?: InputMaybe<Order_By>;
|
|
442
440
|
swap_amount_out?: InputMaybe<Order_By>;
|
|
443
441
|
swap_creation_block?: InputMaybe<Order_By>;
|
|
444
|
-
swap_creation_timestamp?: InputMaybe<Order_By>;
|
|
445
442
|
swap_sqrt_price_x96?: InputMaybe<Order_By>;
|
|
446
443
|
swap_tick?: InputMaybe<Order_By>;
|
|
447
444
|
};
|
|
@@ -471,7 +468,6 @@ export type AuctionPool_Avg_Order_By = {
|
|
|
471
468
|
pool_config_starting_tick?: InputMaybe<Order_By>;
|
|
472
469
|
pool_config_starting_time?: InputMaybe<Order_By>;
|
|
473
470
|
pool_creation_block?: InputMaybe<Order_By>;
|
|
474
|
-
pool_creation_timestamp?: InputMaybe<Order_By>;
|
|
475
471
|
pool_current_fdv?: InputMaybe<Order_By>;
|
|
476
472
|
pool_current_fees_accrued?: InputMaybe<Order_By>;
|
|
477
473
|
pool_current_liquidity?: InputMaybe<Order_By>;
|
|
@@ -486,7 +482,6 @@ export type AuctionPool_Avg_Order_By = {
|
|
|
486
482
|
pool_last_epoch?: InputMaybe<Order_By>;
|
|
487
483
|
pool_last_epoch_total_tokens_sold?: InputMaybe<Order_By>;
|
|
488
484
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
489
|
-
pool_migration_timestamp?: InputMaybe<Order_By>;
|
|
490
485
|
};
|
|
491
486
|
export type AuctionPool_Bool_Exp = {
|
|
492
487
|
_and?: InputMaybe<Array<AuctionPool_Bool_Exp>>;
|
|
@@ -514,7 +509,7 @@ export type AuctionPool_Bool_Exp = {
|
|
|
514
509
|
pool_config_starting_tick?: InputMaybe<Int_Comparison_Exp>;
|
|
515
510
|
pool_config_starting_time?: InputMaybe<Numeric_Comparison_Exp>;
|
|
516
511
|
pool_creation_block?: InputMaybe<Numeric_Comparison_Exp>;
|
|
517
|
-
pool_creation_timestamp?: InputMaybe<
|
|
512
|
+
pool_creation_timestamp?: InputMaybe<Timestamptz_Comparison_Exp>;
|
|
518
513
|
pool_current_fdv?: InputMaybe<Numeric_Comparison_Exp>;
|
|
519
514
|
pool_current_fees_accrued?: InputMaybe<Numeric_Comparison_Exp>;
|
|
520
515
|
pool_current_liquidity?: InputMaybe<Numeric_Comparison_Exp>;
|
|
@@ -532,7 +527,7 @@ export type AuctionPool_Bool_Exp = {
|
|
|
532
527
|
pool_last_epoch?: InputMaybe<Int_Comparison_Exp>;
|
|
533
528
|
pool_last_epoch_total_tokens_sold?: InputMaybe<Numeric_Comparison_Exp>;
|
|
534
529
|
pool_migration_block?: InputMaybe<Numeric_Comparison_Exp>;
|
|
535
|
-
pool_migration_timestamp?: InputMaybe<
|
|
530
|
+
pool_migration_timestamp?: InputMaybe<Timestamptz_Comparison_Exp>;
|
|
536
531
|
pool_type?: InputMaybe<String_Comparison_Exp>;
|
|
537
532
|
quote_token?: InputMaybe<Token_Bool_Exp>;
|
|
538
533
|
quote_token_id?: InputMaybe<String_Comparison_Exp>;
|
|
@@ -721,7 +716,6 @@ export type AuctionPool_Stddev_Order_By = {
|
|
|
721
716
|
pool_config_starting_tick?: InputMaybe<Order_By>;
|
|
722
717
|
pool_config_starting_time?: InputMaybe<Order_By>;
|
|
723
718
|
pool_creation_block?: InputMaybe<Order_By>;
|
|
724
|
-
pool_creation_timestamp?: InputMaybe<Order_By>;
|
|
725
719
|
pool_current_fdv?: InputMaybe<Order_By>;
|
|
726
720
|
pool_current_fees_accrued?: InputMaybe<Order_By>;
|
|
727
721
|
pool_current_liquidity?: InputMaybe<Order_By>;
|
|
@@ -736,7 +730,6 @@ export type AuctionPool_Stddev_Order_By = {
|
|
|
736
730
|
pool_last_epoch?: InputMaybe<Order_By>;
|
|
737
731
|
pool_last_epoch_total_tokens_sold?: InputMaybe<Order_By>;
|
|
738
732
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
739
|
-
pool_migration_timestamp?: InputMaybe<Order_By>;
|
|
740
733
|
};
|
|
741
734
|
export type AuctionPool_Stddev_Pop_Order_By = {
|
|
742
735
|
chain_id?: InputMaybe<Order_By>;
|
|
@@ -751,7 +744,6 @@ export type AuctionPool_Stddev_Pop_Order_By = {
|
|
|
751
744
|
pool_config_starting_tick?: InputMaybe<Order_By>;
|
|
752
745
|
pool_config_starting_time?: InputMaybe<Order_By>;
|
|
753
746
|
pool_creation_block?: InputMaybe<Order_By>;
|
|
754
|
-
pool_creation_timestamp?: InputMaybe<Order_By>;
|
|
755
747
|
pool_current_fdv?: InputMaybe<Order_By>;
|
|
756
748
|
pool_current_fees_accrued?: InputMaybe<Order_By>;
|
|
757
749
|
pool_current_liquidity?: InputMaybe<Order_By>;
|
|
@@ -766,7 +758,6 @@ export type AuctionPool_Stddev_Pop_Order_By = {
|
|
|
766
758
|
pool_last_epoch?: InputMaybe<Order_By>;
|
|
767
759
|
pool_last_epoch_total_tokens_sold?: InputMaybe<Order_By>;
|
|
768
760
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
769
|
-
pool_migration_timestamp?: InputMaybe<Order_By>;
|
|
770
761
|
};
|
|
771
762
|
export type AuctionPool_Stddev_Samp_Order_By = {
|
|
772
763
|
chain_id?: InputMaybe<Order_By>;
|
|
@@ -781,7 +772,6 @@ export type AuctionPool_Stddev_Samp_Order_By = {
|
|
|
781
772
|
pool_config_starting_tick?: InputMaybe<Order_By>;
|
|
782
773
|
pool_config_starting_time?: InputMaybe<Order_By>;
|
|
783
774
|
pool_creation_block?: InputMaybe<Order_By>;
|
|
784
|
-
pool_creation_timestamp?: InputMaybe<Order_By>;
|
|
785
775
|
pool_current_fdv?: InputMaybe<Order_By>;
|
|
786
776
|
pool_current_fees_accrued?: InputMaybe<Order_By>;
|
|
787
777
|
pool_current_liquidity?: InputMaybe<Order_By>;
|
|
@@ -796,7 +786,6 @@ export type AuctionPool_Stddev_Samp_Order_By = {
|
|
|
796
786
|
pool_last_epoch?: InputMaybe<Order_By>;
|
|
797
787
|
pool_last_epoch_total_tokens_sold?: InputMaybe<Order_By>;
|
|
798
788
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
799
|
-
pool_migration_timestamp?: InputMaybe<Order_By>;
|
|
800
789
|
};
|
|
801
790
|
export type AuctionPool_Stream_Cursor_Input = {
|
|
802
791
|
initial_value: AuctionPool_Stream_Cursor_Value_Input;
|
|
@@ -823,7 +812,7 @@ export type AuctionPool_Stream_Cursor_Value_Input = {
|
|
|
823
812
|
pool_config_starting_tick?: InputMaybe<Scalars['Int']['input']>;
|
|
824
813
|
pool_config_starting_time?: InputMaybe<Scalars['numeric']['input']>;
|
|
825
814
|
pool_creation_block?: InputMaybe<Scalars['numeric']['input']>;
|
|
826
|
-
pool_creation_timestamp?: InputMaybe<Scalars['
|
|
815
|
+
pool_creation_timestamp?: InputMaybe<Scalars['timestamptz']['input']>;
|
|
827
816
|
pool_current_fdv?: InputMaybe<Scalars['numeric']['input']>;
|
|
828
817
|
pool_current_fees_accrued?: InputMaybe<Scalars['numeric']['input']>;
|
|
829
818
|
pool_current_liquidity?: InputMaybe<Scalars['numeric']['input']>;
|
|
@@ -841,7 +830,7 @@ export type AuctionPool_Stream_Cursor_Value_Input = {
|
|
|
841
830
|
pool_last_epoch?: InputMaybe<Scalars['Int']['input']>;
|
|
842
831
|
pool_last_epoch_total_tokens_sold?: InputMaybe<Scalars['numeric']['input']>;
|
|
843
832
|
pool_migration_block?: InputMaybe<Scalars['numeric']['input']>;
|
|
844
|
-
pool_migration_timestamp?: InputMaybe<Scalars['
|
|
833
|
+
pool_migration_timestamp?: InputMaybe<Scalars['timestamptz']['input']>;
|
|
845
834
|
pool_type?: InputMaybe<Scalars['String']['input']>;
|
|
846
835
|
quote_token_id?: InputMaybe<Scalars['String']['input']>;
|
|
847
836
|
};
|
|
@@ -858,7 +847,6 @@ export type AuctionPool_Sum_Order_By = {
|
|
|
858
847
|
pool_config_starting_tick?: InputMaybe<Order_By>;
|
|
859
848
|
pool_config_starting_time?: InputMaybe<Order_By>;
|
|
860
849
|
pool_creation_block?: InputMaybe<Order_By>;
|
|
861
|
-
pool_creation_timestamp?: InputMaybe<Order_By>;
|
|
862
850
|
pool_current_fdv?: InputMaybe<Order_By>;
|
|
863
851
|
pool_current_fees_accrued?: InputMaybe<Order_By>;
|
|
864
852
|
pool_current_liquidity?: InputMaybe<Order_By>;
|
|
@@ -873,7 +861,6 @@ export type AuctionPool_Sum_Order_By = {
|
|
|
873
861
|
pool_last_epoch?: InputMaybe<Order_By>;
|
|
874
862
|
pool_last_epoch_total_tokens_sold?: InputMaybe<Order_By>;
|
|
875
863
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
876
|
-
pool_migration_timestamp?: InputMaybe<Order_By>;
|
|
877
864
|
};
|
|
878
865
|
export type AuctionPool_Var_Pop_Order_By = {
|
|
879
866
|
chain_id?: InputMaybe<Order_By>;
|
|
@@ -888,7 +875,6 @@ export type AuctionPool_Var_Pop_Order_By = {
|
|
|
888
875
|
pool_config_starting_tick?: InputMaybe<Order_By>;
|
|
889
876
|
pool_config_starting_time?: InputMaybe<Order_By>;
|
|
890
877
|
pool_creation_block?: InputMaybe<Order_By>;
|
|
891
|
-
pool_creation_timestamp?: InputMaybe<Order_By>;
|
|
892
878
|
pool_current_fdv?: InputMaybe<Order_By>;
|
|
893
879
|
pool_current_fees_accrued?: InputMaybe<Order_By>;
|
|
894
880
|
pool_current_liquidity?: InputMaybe<Order_By>;
|
|
@@ -903,7 +889,6 @@ export type AuctionPool_Var_Pop_Order_By = {
|
|
|
903
889
|
pool_last_epoch?: InputMaybe<Order_By>;
|
|
904
890
|
pool_last_epoch_total_tokens_sold?: InputMaybe<Order_By>;
|
|
905
891
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
906
|
-
pool_migration_timestamp?: InputMaybe<Order_By>;
|
|
907
892
|
};
|
|
908
893
|
export type AuctionPool_Var_Samp_Order_By = {
|
|
909
894
|
chain_id?: InputMaybe<Order_By>;
|
|
@@ -918,7 +903,6 @@ export type AuctionPool_Var_Samp_Order_By = {
|
|
|
918
903
|
pool_config_starting_tick?: InputMaybe<Order_By>;
|
|
919
904
|
pool_config_starting_time?: InputMaybe<Order_By>;
|
|
920
905
|
pool_creation_block?: InputMaybe<Order_By>;
|
|
921
|
-
pool_creation_timestamp?: InputMaybe<Order_By>;
|
|
922
906
|
pool_current_fdv?: InputMaybe<Order_By>;
|
|
923
907
|
pool_current_fees_accrued?: InputMaybe<Order_By>;
|
|
924
908
|
pool_current_liquidity?: InputMaybe<Order_By>;
|
|
@@ -933,7 +917,6 @@ export type AuctionPool_Var_Samp_Order_By = {
|
|
|
933
917
|
pool_last_epoch?: InputMaybe<Order_By>;
|
|
934
918
|
pool_last_epoch_total_tokens_sold?: InputMaybe<Order_By>;
|
|
935
919
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
936
|
-
pool_migration_timestamp?: InputMaybe<Order_By>;
|
|
937
920
|
};
|
|
938
921
|
export type AuctionPool_Variance_Order_By = {
|
|
939
922
|
chain_id?: InputMaybe<Order_By>;
|
|
@@ -948,7 +931,6 @@ export type AuctionPool_Variance_Order_By = {
|
|
|
948
931
|
pool_config_starting_tick?: InputMaybe<Order_By>;
|
|
949
932
|
pool_config_starting_time?: InputMaybe<Order_By>;
|
|
950
933
|
pool_creation_block?: InputMaybe<Order_By>;
|
|
951
|
-
pool_creation_timestamp?: InputMaybe<Order_By>;
|
|
952
934
|
pool_current_fdv?: InputMaybe<Order_By>;
|
|
953
935
|
pool_current_fees_accrued?: InputMaybe<Order_By>;
|
|
954
936
|
pool_current_liquidity?: InputMaybe<Order_By>;
|
|
@@ -963,7 +945,6 @@ export type AuctionPool_Variance_Order_By = {
|
|
|
963
945
|
pool_last_epoch?: InputMaybe<Order_By>;
|
|
964
946
|
pool_last_epoch_total_tokens_sold?: InputMaybe<Order_By>;
|
|
965
947
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
966
|
-
pool_migration_timestamp?: InputMaybe<Order_By>;
|
|
967
948
|
};
|
|
968
949
|
export type Boolean_Comparison_Exp = {
|
|
969
950
|
_eq?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -999,7 +980,7 @@ export type GraduationPool = {
|
|
|
999
980
|
pool_current_total_fee_base_token: Scalars['numeric']['output'];
|
|
1000
981
|
pool_current_total_fee_quote_token: Scalars['numeric']['output'];
|
|
1001
982
|
pool_migration_block?: Maybe<Scalars['numeric']['output']>;
|
|
1002
|
-
pool_migration_timestamp?: Maybe<Scalars['
|
|
983
|
+
pool_migration_timestamp?: Maybe<Scalars['timestamptz']['output']>;
|
|
1003
984
|
pool_type: Scalars['String']['output'];
|
|
1004
985
|
quote_token?: Maybe<Token>;
|
|
1005
986
|
quote_token_id: Scalars['String']['output'];
|
|
@@ -1023,7 +1004,7 @@ export type GraduationPool_Swap = {
|
|
|
1023
1004
|
swap_base_token: Scalars['String']['output'];
|
|
1024
1005
|
swap_creation_block: Scalars['numeric']['output'];
|
|
1025
1006
|
swap_creation_hash: Scalars['String']['output'];
|
|
1026
|
-
swap_creation_timestamp: Scalars['
|
|
1007
|
+
swap_creation_timestamp: Scalars['timestamptz']['output'];
|
|
1027
1008
|
swap_origin: Scalars['String']['output'];
|
|
1028
1009
|
swap_pool_id: Scalars['String']['output'];
|
|
1029
1010
|
swap_quote_token: Scalars['String']['output'];
|
|
@@ -1050,7 +1031,6 @@ export type GraduationPool_Swap_Avg_Order_By = {
|
|
|
1050
1031
|
swap_amount_in?: InputMaybe<Order_By>;
|
|
1051
1032
|
swap_amount_out?: InputMaybe<Order_By>;
|
|
1052
1033
|
swap_creation_block?: InputMaybe<Order_By>;
|
|
1053
|
-
swap_creation_timestamp?: InputMaybe<Order_By>;
|
|
1054
1034
|
swap_sqrt_price_x96?: InputMaybe<Order_By>;
|
|
1055
1035
|
swap_tick?: InputMaybe<Order_By>;
|
|
1056
1036
|
};
|
|
@@ -1067,7 +1047,7 @@ export type GraduationPool_Swap_Bool_Exp = {
|
|
|
1067
1047
|
swap_base_token?: InputMaybe<String_Comparison_Exp>;
|
|
1068
1048
|
swap_creation_block?: InputMaybe<Numeric_Comparison_Exp>;
|
|
1069
1049
|
swap_creation_hash?: InputMaybe<String_Comparison_Exp>;
|
|
1070
|
-
swap_creation_timestamp?: InputMaybe<
|
|
1050
|
+
swap_creation_timestamp?: InputMaybe<Timestamptz_Comparison_Exp>;
|
|
1071
1051
|
swap_origin?: InputMaybe<String_Comparison_Exp>;
|
|
1072
1052
|
swap_pool_id?: InputMaybe<String_Comparison_Exp>;
|
|
1073
1053
|
swap_quote_token?: InputMaybe<String_Comparison_Exp>;
|
|
@@ -1154,7 +1134,6 @@ export type GraduationPool_Swap_Stddev_Order_By = {
|
|
|
1154
1134
|
swap_amount_in?: InputMaybe<Order_By>;
|
|
1155
1135
|
swap_amount_out?: InputMaybe<Order_By>;
|
|
1156
1136
|
swap_creation_block?: InputMaybe<Order_By>;
|
|
1157
|
-
swap_creation_timestamp?: InputMaybe<Order_By>;
|
|
1158
1137
|
swap_sqrt_price_x96?: InputMaybe<Order_By>;
|
|
1159
1138
|
swap_tick?: InputMaybe<Order_By>;
|
|
1160
1139
|
};
|
|
@@ -1163,7 +1142,6 @@ export type GraduationPool_Swap_Stddev_Pop_Order_By = {
|
|
|
1163
1142
|
swap_amount_in?: InputMaybe<Order_By>;
|
|
1164
1143
|
swap_amount_out?: InputMaybe<Order_By>;
|
|
1165
1144
|
swap_creation_block?: InputMaybe<Order_By>;
|
|
1166
|
-
swap_creation_timestamp?: InputMaybe<Order_By>;
|
|
1167
1145
|
swap_sqrt_price_x96?: InputMaybe<Order_By>;
|
|
1168
1146
|
swap_tick?: InputMaybe<Order_By>;
|
|
1169
1147
|
};
|
|
@@ -1172,7 +1150,6 @@ export type GraduationPool_Swap_Stddev_Samp_Order_By = {
|
|
|
1172
1150
|
swap_amount_in?: InputMaybe<Order_By>;
|
|
1173
1151
|
swap_amount_out?: InputMaybe<Order_By>;
|
|
1174
1152
|
swap_creation_block?: InputMaybe<Order_By>;
|
|
1175
|
-
swap_creation_timestamp?: InputMaybe<Order_By>;
|
|
1176
1153
|
swap_sqrt_price_x96?: InputMaybe<Order_By>;
|
|
1177
1154
|
swap_tick?: InputMaybe<Order_By>;
|
|
1178
1155
|
};
|
|
@@ -1189,7 +1166,7 @@ export type GraduationPool_Swap_Stream_Cursor_Value_Input = {
|
|
|
1189
1166
|
swap_base_token?: InputMaybe<Scalars['String']['input']>;
|
|
1190
1167
|
swap_creation_block?: InputMaybe<Scalars['numeric']['input']>;
|
|
1191
1168
|
swap_creation_hash?: InputMaybe<Scalars['String']['input']>;
|
|
1192
|
-
swap_creation_timestamp?: InputMaybe<Scalars['
|
|
1169
|
+
swap_creation_timestamp?: InputMaybe<Scalars['timestamptz']['input']>;
|
|
1193
1170
|
swap_origin?: InputMaybe<Scalars['String']['input']>;
|
|
1194
1171
|
swap_pool_id?: InputMaybe<Scalars['String']['input']>;
|
|
1195
1172
|
swap_quote_token?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -1203,7 +1180,6 @@ export type GraduationPool_Swap_Sum_Order_By = {
|
|
|
1203
1180
|
swap_amount_in?: InputMaybe<Order_By>;
|
|
1204
1181
|
swap_amount_out?: InputMaybe<Order_By>;
|
|
1205
1182
|
swap_creation_block?: InputMaybe<Order_By>;
|
|
1206
|
-
swap_creation_timestamp?: InputMaybe<Order_By>;
|
|
1207
1183
|
swap_sqrt_price_x96?: InputMaybe<Order_By>;
|
|
1208
1184
|
swap_tick?: InputMaybe<Order_By>;
|
|
1209
1185
|
};
|
|
@@ -1212,7 +1188,6 @@ export type GraduationPool_Swap_Var_Pop_Order_By = {
|
|
|
1212
1188
|
swap_amount_in?: InputMaybe<Order_By>;
|
|
1213
1189
|
swap_amount_out?: InputMaybe<Order_By>;
|
|
1214
1190
|
swap_creation_block?: InputMaybe<Order_By>;
|
|
1215
|
-
swap_creation_timestamp?: InputMaybe<Order_By>;
|
|
1216
1191
|
swap_sqrt_price_x96?: InputMaybe<Order_By>;
|
|
1217
1192
|
swap_tick?: InputMaybe<Order_By>;
|
|
1218
1193
|
};
|
|
@@ -1221,7 +1196,6 @@ export type GraduationPool_Swap_Var_Samp_Order_By = {
|
|
|
1221
1196
|
swap_amount_in?: InputMaybe<Order_By>;
|
|
1222
1197
|
swap_amount_out?: InputMaybe<Order_By>;
|
|
1223
1198
|
swap_creation_block?: InputMaybe<Order_By>;
|
|
1224
|
-
swap_creation_timestamp?: InputMaybe<Order_By>;
|
|
1225
1199
|
swap_sqrt_price_x96?: InputMaybe<Order_By>;
|
|
1226
1200
|
swap_tick?: InputMaybe<Order_By>;
|
|
1227
1201
|
};
|
|
@@ -1230,7 +1204,6 @@ export type GraduationPool_Swap_Variance_Order_By = {
|
|
|
1230
1204
|
swap_amount_in?: InputMaybe<Order_By>;
|
|
1231
1205
|
swap_amount_out?: InputMaybe<Order_By>;
|
|
1232
1206
|
swap_creation_block?: InputMaybe<Order_By>;
|
|
1233
|
-
swap_creation_timestamp?: InputMaybe<Order_By>;
|
|
1234
1207
|
swap_sqrt_price_x96?: InputMaybe<Order_By>;
|
|
1235
1208
|
swap_tick?: InputMaybe<Order_By>;
|
|
1236
1209
|
};
|
|
@@ -1260,7 +1233,6 @@ export type GraduationPool_Avg_Order_By = {
|
|
|
1260
1233
|
pool_current_total_fee_base_token?: InputMaybe<Order_By>;
|
|
1261
1234
|
pool_current_total_fee_quote_token?: InputMaybe<Order_By>;
|
|
1262
1235
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
1263
|
-
pool_migration_timestamp?: InputMaybe<Order_By>;
|
|
1264
1236
|
};
|
|
1265
1237
|
export type GraduationPool_Bool_Exp = {
|
|
1266
1238
|
_and?: InputMaybe<Array<GraduationPool_Bool_Exp>>;
|
|
@@ -1287,7 +1259,7 @@ export type GraduationPool_Bool_Exp = {
|
|
|
1287
1259
|
pool_current_total_fee_base_token?: InputMaybe<Numeric_Comparison_Exp>;
|
|
1288
1260
|
pool_current_total_fee_quote_token?: InputMaybe<Numeric_Comparison_Exp>;
|
|
1289
1261
|
pool_migration_block?: InputMaybe<Numeric_Comparison_Exp>;
|
|
1290
|
-
pool_migration_timestamp?: InputMaybe<
|
|
1262
|
+
pool_migration_timestamp?: InputMaybe<Timestamptz_Comparison_Exp>;
|
|
1291
1263
|
pool_type?: InputMaybe<String_Comparison_Exp>;
|
|
1292
1264
|
quote_token?: InputMaybe<Token_Bool_Exp>;
|
|
1293
1265
|
quote_token_id?: InputMaybe<String_Comparison_Exp>;
|
|
@@ -1404,7 +1376,6 @@ export type GraduationPool_Stddev_Order_By = {
|
|
|
1404
1376
|
pool_current_total_fee_base_token?: InputMaybe<Order_By>;
|
|
1405
1377
|
pool_current_total_fee_quote_token?: InputMaybe<Order_By>;
|
|
1406
1378
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
1407
|
-
pool_migration_timestamp?: InputMaybe<Order_By>;
|
|
1408
1379
|
};
|
|
1409
1380
|
export type GraduationPool_Stddev_Pop_Order_By = {
|
|
1410
1381
|
chain_id?: InputMaybe<Order_By>;
|
|
@@ -1419,7 +1390,6 @@ export type GraduationPool_Stddev_Pop_Order_By = {
|
|
|
1419
1390
|
pool_current_total_fee_base_token?: InputMaybe<Order_By>;
|
|
1420
1391
|
pool_current_total_fee_quote_token?: InputMaybe<Order_By>;
|
|
1421
1392
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
1422
|
-
pool_migration_timestamp?: InputMaybe<Order_By>;
|
|
1423
1393
|
};
|
|
1424
1394
|
export type GraduationPool_Stddev_Samp_Order_By = {
|
|
1425
1395
|
chain_id?: InputMaybe<Order_By>;
|
|
@@ -1434,7 +1404,6 @@ export type GraduationPool_Stddev_Samp_Order_By = {
|
|
|
1434
1404
|
pool_current_total_fee_base_token?: InputMaybe<Order_By>;
|
|
1435
1405
|
pool_current_total_fee_quote_token?: InputMaybe<Order_By>;
|
|
1436
1406
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
1437
|
-
pool_migration_timestamp?: InputMaybe<Order_By>;
|
|
1438
1407
|
};
|
|
1439
1408
|
export type GraduationPool_Stream_Cursor_Input = {
|
|
1440
1409
|
initial_value: GraduationPool_Stream_Cursor_Value_Input;
|
|
@@ -1460,7 +1429,7 @@ export type GraduationPool_Stream_Cursor_Value_Input = {
|
|
|
1460
1429
|
pool_current_total_fee_base_token?: InputMaybe<Scalars['numeric']['input']>;
|
|
1461
1430
|
pool_current_total_fee_quote_token?: InputMaybe<Scalars['numeric']['input']>;
|
|
1462
1431
|
pool_migration_block?: InputMaybe<Scalars['numeric']['input']>;
|
|
1463
|
-
pool_migration_timestamp?: InputMaybe<Scalars['
|
|
1432
|
+
pool_migration_timestamp?: InputMaybe<Scalars['timestamptz']['input']>;
|
|
1464
1433
|
pool_type?: InputMaybe<Scalars['String']['input']>;
|
|
1465
1434
|
quote_token_id?: InputMaybe<Scalars['String']['input']>;
|
|
1466
1435
|
};
|
|
@@ -1477,7 +1446,6 @@ export type GraduationPool_Sum_Order_By = {
|
|
|
1477
1446
|
pool_current_total_fee_base_token?: InputMaybe<Order_By>;
|
|
1478
1447
|
pool_current_total_fee_quote_token?: InputMaybe<Order_By>;
|
|
1479
1448
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
1480
|
-
pool_migration_timestamp?: InputMaybe<Order_By>;
|
|
1481
1449
|
};
|
|
1482
1450
|
export type GraduationPool_Var_Pop_Order_By = {
|
|
1483
1451
|
chain_id?: InputMaybe<Order_By>;
|
|
@@ -1492,7 +1460,6 @@ export type GraduationPool_Var_Pop_Order_By = {
|
|
|
1492
1460
|
pool_current_total_fee_base_token?: InputMaybe<Order_By>;
|
|
1493
1461
|
pool_current_total_fee_quote_token?: InputMaybe<Order_By>;
|
|
1494
1462
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
1495
|
-
pool_migration_timestamp?: InputMaybe<Order_By>;
|
|
1496
1463
|
};
|
|
1497
1464
|
export type GraduationPool_Var_Samp_Order_By = {
|
|
1498
1465
|
chain_id?: InputMaybe<Order_By>;
|
|
@@ -1507,7 +1474,6 @@ export type GraduationPool_Var_Samp_Order_By = {
|
|
|
1507
1474
|
pool_current_total_fee_base_token?: InputMaybe<Order_By>;
|
|
1508
1475
|
pool_current_total_fee_quote_token?: InputMaybe<Order_By>;
|
|
1509
1476
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
1510
|
-
pool_migration_timestamp?: InputMaybe<Order_By>;
|
|
1511
1477
|
};
|
|
1512
1478
|
export type GraduationPool_Variance_Order_By = {
|
|
1513
1479
|
chain_id?: InputMaybe<Order_By>;
|
|
@@ -1522,7 +1488,6 @@ export type GraduationPool_Variance_Order_By = {
|
|
|
1522
1488
|
pool_current_total_fee_base_token?: InputMaybe<Order_By>;
|
|
1523
1489
|
pool_current_total_fee_quote_token?: InputMaybe<Order_By>;
|
|
1524
1490
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
1525
|
-
pool_migration_timestamp?: InputMaybe<Order_By>;
|
|
1526
1491
|
};
|
|
1527
1492
|
export type Int_Comparison_Exp = {
|
|
1528
1493
|
_eq?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -1580,7 +1545,7 @@ export type Token = {
|
|
|
1580
1545
|
integrator_address: Scalars['String']['output'];
|
|
1581
1546
|
token_address: Scalars['String']['output'];
|
|
1582
1547
|
token_creation_block: Scalars['numeric']['output'];
|
|
1583
|
-
token_creation_timestamp: Scalars['
|
|
1548
|
+
token_creation_timestamp: Scalars['timestamptz']['output'];
|
|
1584
1549
|
token_creator_address: Scalars['String']['output'];
|
|
1585
1550
|
token_decimals: Scalars['Int']['output'];
|
|
1586
1551
|
token_description?: Maybe<Scalars['String']['output']>;
|
|
@@ -1639,7 +1604,7 @@ export type Token_Bool_Exp = {
|
|
|
1639
1604
|
integrator_address?: InputMaybe<String_Comparison_Exp>;
|
|
1640
1605
|
token_address?: InputMaybe<String_Comparison_Exp>;
|
|
1641
1606
|
token_creation_block?: InputMaybe<Numeric_Comparison_Exp>;
|
|
1642
|
-
token_creation_timestamp?: InputMaybe<
|
|
1607
|
+
token_creation_timestamp?: InputMaybe<Timestamptz_Comparison_Exp>;
|
|
1643
1608
|
token_creator_address?: InputMaybe<String_Comparison_Exp>;
|
|
1644
1609
|
token_decimals?: InputMaybe<Int_Comparison_Exp>;
|
|
1645
1610
|
token_description?: InputMaybe<String_Comparison_Exp>;
|
|
@@ -1710,7 +1675,7 @@ export type Token_Stream_Cursor_Value_Input = {
|
|
|
1710
1675
|
integrator_address?: InputMaybe<Scalars['String']['input']>;
|
|
1711
1676
|
token_address?: InputMaybe<Scalars['String']['input']>;
|
|
1712
1677
|
token_creation_block?: InputMaybe<Scalars['numeric']['input']>;
|
|
1713
|
-
token_creation_timestamp?: InputMaybe<Scalars['
|
|
1678
|
+
token_creation_timestamp?: InputMaybe<Scalars['timestamptz']['input']>;
|
|
1714
1679
|
token_creator_address?: InputMaybe<Scalars['String']['input']>;
|
|
1715
1680
|
token_decimals?: InputMaybe<Scalars['Int']['input']>;
|
|
1716
1681
|
token_description?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -2392,7 +2357,7 @@ export type AuctionPoolFieldsFragment = {
|
|
|
2392
2357
|
pool_address: string;
|
|
2393
2358
|
pool_config_starting_time: any;
|
|
2394
2359
|
pool_config_ending_time: any;
|
|
2395
|
-
pool_migration_timestamp?:
|
|
2360
|
+
pool_migration_timestamp?: any | null;
|
|
2396
2361
|
pool_type: string;
|
|
2397
2362
|
base_token?: {
|
|
2398
2363
|
__typename?: 'Token';
|
|
@@ -2417,7 +2382,7 @@ export type GraduationPoolFieldsFragment = {
|
|
|
2417
2382
|
pool_current_tick: number;
|
|
2418
2383
|
pool_current_market_cap?: any | null;
|
|
2419
2384
|
pool_address: string;
|
|
2420
|
-
pool_migration_timestamp?:
|
|
2385
|
+
pool_migration_timestamp?: any | null;
|
|
2421
2386
|
pool_type: string;
|
|
2422
2387
|
base_token?: {
|
|
2423
2388
|
__typename?: 'Token';
|
|
@@ -2436,9 +2401,10 @@ export type GraduationPoolFieldsFragment = {
|
|
|
2436
2401
|
export type AssetFieldsFragment = {
|
|
2437
2402
|
__typename?: 'Asset';
|
|
2438
2403
|
asset_address: string;
|
|
2404
|
+
asset_current_pool: string;
|
|
2439
2405
|
asset_numeraire_address: string;
|
|
2440
|
-
asset_creation_timestamp:
|
|
2441
|
-
asset_migration_timestamp?:
|
|
2406
|
+
asset_creation_timestamp: any;
|
|
2407
|
+
asset_migration_timestamp?: any | null;
|
|
2442
2408
|
auction_pool?: {
|
|
2443
2409
|
__typename?: 'AuctionPool';
|
|
2444
2410
|
pool_current_price: any;
|
|
@@ -2459,7 +2425,7 @@ export type AssetFieldsFragment = {
|
|
|
2459
2425
|
pool_address: string;
|
|
2460
2426
|
pool_config_starting_time: any;
|
|
2461
2427
|
pool_config_ending_time: any;
|
|
2462
|
-
pool_migration_timestamp?:
|
|
2428
|
+
pool_migration_timestamp?: any | null;
|
|
2463
2429
|
pool_type: string;
|
|
2464
2430
|
base_token?: {
|
|
2465
2431
|
__typename?: 'Token';
|
|
@@ -2484,7 +2450,7 @@ export type AssetFieldsFragment = {
|
|
|
2484
2450
|
pool_current_tick: number;
|
|
2485
2451
|
pool_current_market_cap?: any | null;
|
|
2486
2452
|
pool_address: string;
|
|
2487
|
-
pool_migration_timestamp?:
|
|
2453
|
+
pool_migration_timestamp?: any | null;
|
|
2488
2454
|
pool_type: string;
|
|
2489
2455
|
base_token?: {
|
|
2490
2456
|
__typename?: 'Token';
|
|
@@ -2514,9 +2480,10 @@ export type ListLiveAssetsForIntegratorQuery = {
|
|
|
2514
2480
|
assets: Array<{
|
|
2515
2481
|
__typename?: 'Asset';
|
|
2516
2482
|
asset_address: string;
|
|
2483
|
+
asset_current_pool: string;
|
|
2517
2484
|
asset_numeraire_address: string;
|
|
2518
|
-
asset_creation_timestamp:
|
|
2519
|
-
asset_migration_timestamp?:
|
|
2485
|
+
asset_creation_timestamp: any;
|
|
2486
|
+
asset_migration_timestamp?: any | null;
|
|
2520
2487
|
auction_pool?: {
|
|
2521
2488
|
__typename?: 'AuctionPool';
|
|
2522
2489
|
pool_current_price: any;
|
|
@@ -2537,7 +2504,7 @@ export type ListLiveAssetsForIntegratorQuery = {
|
|
|
2537
2504
|
pool_address: string;
|
|
2538
2505
|
pool_config_starting_time: any;
|
|
2539
2506
|
pool_config_ending_time: any;
|
|
2540
|
-
pool_migration_timestamp?:
|
|
2507
|
+
pool_migration_timestamp?: any | null;
|
|
2541
2508
|
pool_type: string;
|
|
2542
2509
|
base_token?: {
|
|
2543
2510
|
__typename?: 'Token';
|
|
@@ -2562,7 +2529,7 @@ export type ListLiveAssetsForIntegratorQuery = {
|
|
|
2562
2529
|
pool_current_tick: number;
|
|
2563
2530
|
pool_current_market_cap?: any | null;
|
|
2564
2531
|
pool_address: string;
|
|
2565
|
-
pool_migration_timestamp?:
|
|
2532
|
+
pool_migration_timestamp?: any | null;
|
|
2566
2533
|
pool_type: string;
|
|
2567
2534
|
base_token?: {
|
|
2568
2535
|
__typename?: 'Token';
|
|
@@ -2592,9 +2559,10 @@ export type ListIncomingAssetsForIntegratorQuery = {
|
|
|
2592
2559
|
assets: Array<{
|
|
2593
2560
|
__typename?: 'Asset';
|
|
2594
2561
|
asset_address: string;
|
|
2562
|
+
asset_current_pool: string;
|
|
2595
2563
|
asset_numeraire_address: string;
|
|
2596
|
-
asset_creation_timestamp:
|
|
2597
|
-
asset_migration_timestamp?:
|
|
2564
|
+
asset_creation_timestamp: any;
|
|
2565
|
+
asset_migration_timestamp?: any | null;
|
|
2598
2566
|
auction_pool?: {
|
|
2599
2567
|
__typename?: 'AuctionPool';
|
|
2600
2568
|
pool_current_price: any;
|
|
@@ -2615,7 +2583,7 @@ export type ListIncomingAssetsForIntegratorQuery = {
|
|
|
2615
2583
|
pool_address: string;
|
|
2616
2584
|
pool_config_starting_time: any;
|
|
2617
2585
|
pool_config_ending_time: any;
|
|
2618
|
-
pool_migration_timestamp?:
|
|
2586
|
+
pool_migration_timestamp?: any | null;
|
|
2619
2587
|
pool_type: string;
|
|
2620
2588
|
base_token?: {
|
|
2621
2589
|
__typename?: 'Token';
|
|
@@ -2640,7 +2608,7 @@ export type ListIncomingAssetsForIntegratorQuery = {
|
|
|
2640
2608
|
pool_current_tick: number;
|
|
2641
2609
|
pool_current_market_cap?: any | null;
|
|
2642
2610
|
pool_address: string;
|
|
2643
|
-
pool_migration_timestamp?:
|
|
2611
|
+
pool_migration_timestamp?: any | null;
|
|
2644
2612
|
pool_type: string;
|
|
2645
2613
|
base_token?: {
|
|
2646
2614
|
__typename?: 'Token';
|
|
@@ -2669,9 +2637,10 @@ export type ListGraduatedAssetsForIntegratorQuery = {
|
|
|
2669
2637
|
assets: Array<{
|
|
2670
2638
|
__typename?: 'Asset';
|
|
2671
2639
|
asset_address: string;
|
|
2640
|
+
asset_current_pool: string;
|
|
2672
2641
|
asset_numeraire_address: string;
|
|
2673
|
-
asset_creation_timestamp:
|
|
2674
|
-
asset_migration_timestamp?:
|
|
2642
|
+
asset_creation_timestamp: any;
|
|
2643
|
+
asset_migration_timestamp?: any | null;
|
|
2675
2644
|
auction_pool?: {
|
|
2676
2645
|
__typename?: 'AuctionPool';
|
|
2677
2646
|
pool_current_price: any;
|
|
@@ -2692,7 +2661,7 @@ export type ListGraduatedAssetsForIntegratorQuery = {
|
|
|
2692
2661
|
pool_address: string;
|
|
2693
2662
|
pool_config_starting_time: any;
|
|
2694
2663
|
pool_config_ending_time: any;
|
|
2695
|
-
pool_migration_timestamp?:
|
|
2664
|
+
pool_migration_timestamp?: any | null;
|
|
2696
2665
|
pool_type: string;
|
|
2697
2666
|
base_token?: {
|
|
2698
2667
|
__typename?: 'Token';
|
|
@@ -2717,7 +2686,7 @@ export type ListGraduatedAssetsForIntegratorQuery = {
|
|
|
2717
2686
|
pool_current_tick: number;
|
|
2718
2687
|
pool_current_market_cap?: any | null;
|
|
2719
2688
|
pool_address: string;
|
|
2720
|
-
pool_migration_timestamp?:
|
|
2689
|
+
pool_migration_timestamp?: any | null;
|
|
2721
2690
|
pool_type: string;
|
|
2722
2691
|
base_token?: {
|
|
2723
2692
|
__typename?: 'Token';
|
|
@@ -2746,9 +2715,10 @@ export type ListAllAssetsForIntegratorQuery = {
|
|
|
2746
2715
|
assets: Array<{
|
|
2747
2716
|
__typename?: 'Asset';
|
|
2748
2717
|
asset_address: string;
|
|
2718
|
+
asset_current_pool: string;
|
|
2749
2719
|
asset_numeraire_address: string;
|
|
2750
|
-
asset_creation_timestamp:
|
|
2751
|
-
asset_migration_timestamp?:
|
|
2720
|
+
asset_creation_timestamp: any;
|
|
2721
|
+
asset_migration_timestamp?: any | null;
|
|
2752
2722
|
auction_pool?: {
|
|
2753
2723
|
__typename?: 'AuctionPool';
|
|
2754
2724
|
pool_current_price: any;
|
|
@@ -2769,7 +2739,7 @@ export type ListAllAssetsForIntegratorQuery = {
|
|
|
2769
2739
|
pool_address: string;
|
|
2770
2740
|
pool_config_starting_time: any;
|
|
2771
2741
|
pool_config_ending_time: any;
|
|
2772
|
-
pool_migration_timestamp?:
|
|
2742
|
+
pool_migration_timestamp?: any | null;
|
|
2773
2743
|
pool_type: string;
|
|
2774
2744
|
base_token?: {
|
|
2775
2745
|
__typename?: 'Token';
|
|
@@ -2794,7 +2764,7 @@ export type ListAllAssetsForIntegratorQuery = {
|
|
|
2794
2764
|
pool_current_tick: number;
|
|
2795
2765
|
pool_current_market_cap?: any | null;
|
|
2796
2766
|
pool_address: string;
|
|
2797
|
-
pool_migration_timestamp?:
|
|
2767
|
+
pool_migration_timestamp?: any | null;
|
|
2798
2768
|
pool_type: string;
|
|
2799
2769
|
base_token?: {
|
|
2800
2770
|
__typename?: 'Token';
|
|
@@ -2823,9 +2793,10 @@ export type SearchAssetsForIntegratorQuery = {
|
|
|
2823
2793
|
assets: Array<{
|
|
2824
2794
|
__typename?: 'Asset';
|
|
2825
2795
|
asset_address: string;
|
|
2796
|
+
asset_current_pool: string;
|
|
2826
2797
|
asset_numeraire_address: string;
|
|
2827
|
-
asset_creation_timestamp:
|
|
2828
|
-
asset_migration_timestamp?:
|
|
2798
|
+
asset_creation_timestamp: any;
|
|
2799
|
+
asset_migration_timestamp?: any | null;
|
|
2829
2800
|
auction_pool?: {
|
|
2830
2801
|
__typename?: 'AuctionPool';
|
|
2831
2802
|
pool_current_price: any;
|
|
@@ -2846,7 +2817,7 @@ export type SearchAssetsForIntegratorQuery = {
|
|
|
2846
2817
|
pool_address: string;
|
|
2847
2818
|
pool_config_starting_time: any;
|
|
2848
2819
|
pool_config_ending_time: any;
|
|
2849
|
-
pool_migration_timestamp?:
|
|
2820
|
+
pool_migration_timestamp?: any | null;
|
|
2850
2821
|
pool_type: string;
|
|
2851
2822
|
base_token?: {
|
|
2852
2823
|
__typename?: 'Token';
|
|
@@ -2871,7 +2842,7 @@ export type SearchAssetsForIntegratorQuery = {
|
|
|
2871
2842
|
pool_current_tick: number;
|
|
2872
2843
|
pool_current_market_cap?: any | null;
|
|
2873
2844
|
pool_address: string;
|
|
2874
|
-
pool_migration_timestamp?:
|
|
2845
|
+
pool_migration_timestamp?: any | null;
|
|
2875
2846
|
pool_type: string;
|
|
2876
2847
|
base_token?: {
|
|
2877
2848
|
__typename?: 'Token';
|
|
@@ -2899,9 +2870,10 @@ export type GetAssetByAddressForIntegratorQuery = {
|
|
|
2899
2870
|
asset: Array<{
|
|
2900
2871
|
__typename?: 'Asset';
|
|
2901
2872
|
asset_address: string;
|
|
2873
|
+
asset_current_pool: string;
|
|
2902
2874
|
asset_numeraire_address: string;
|
|
2903
|
-
asset_creation_timestamp:
|
|
2904
|
-
asset_migration_timestamp?:
|
|
2875
|
+
asset_creation_timestamp: any;
|
|
2876
|
+
asset_migration_timestamp?: any | null;
|
|
2905
2877
|
auction_pool?: {
|
|
2906
2878
|
__typename?: 'AuctionPool';
|
|
2907
2879
|
pool_current_price: any;
|
|
@@ -2922,7 +2894,7 @@ export type GetAssetByAddressForIntegratorQuery = {
|
|
|
2922
2894
|
pool_address: string;
|
|
2923
2895
|
pool_config_starting_time: any;
|
|
2924
2896
|
pool_config_ending_time: any;
|
|
2925
|
-
pool_migration_timestamp?:
|
|
2897
|
+
pool_migration_timestamp?: any | null;
|
|
2926
2898
|
pool_type: string;
|
|
2927
2899
|
base_token?: {
|
|
2928
2900
|
__typename?: 'Token';
|
|
@@ -2947,7 +2919,7 @@ export type GetAssetByAddressForIntegratorQuery = {
|
|
|
2947
2919
|
pool_current_tick: number;
|
|
2948
2920
|
pool_current_market_cap?: any | null;
|
|
2949
2921
|
pool_address: string;
|
|
2950
|
-
pool_migration_timestamp?:
|
|
2922
|
+
pool_migration_timestamp?: any | null;
|
|
2951
2923
|
pool_type: string;
|
|
2952
2924
|
base_token?: {
|
|
2953
2925
|
__typename?: 'Token';
|