@longdotxyz/shared 0.0.53 → 0.0.54
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.
|
@@ -66,13 +66,16 @@ export type Asset = {
|
|
|
66
66
|
asset_creation_block: Scalars['numeric']['output'];
|
|
67
67
|
asset_creation_timestamp: Scalars['timestamptz']['output'];
|
|
68
68
|
asset_current_pool: Scalars['String']['output'];
|
|
69
|
+
asset_far_tick?: Maybe<Scalars['Int']['output']>;
|
|
69
70
|
asset_governance_address: Scalars['String']['output'];
|
|
70
71
|
asset_graduation_pool_address: Scalars['String']['output'];
|
|
72
|
+
asset_is_locked: Scalars['Boolean']['output'];
|
|
71
73
|
asset_liquidity_migrator_address: Scalars['String']['output'];
|
|
72
74
|
asset_migration_block?: Maybe<Scalars['numeric']['output']>;
|
|
73
75
|
asset_migration_timestamp?: Maybe<Scalars['timestamptz']['output']>;
|
|
74
76
|
asset_numeraire_address: Scalars['String']['output'];
|
|
75
77
|
asset_pool_initializer_address: Scalars['String']['output'];
|
|
78
|
+
asset_pool_type: Scalars['String']['output'];
|
|
76
79
|
asset_timelock_address: Scalars['String']['output'];
|
|
77
80
|
auction_pool?: Maybe<AuctionPool>;
|
|
78
81
|
auction_pool_id: Scalars['String']['output'];
|
|
@@ -93,13 +96,16 @@ export type Asset_Bool_Exp = {
|
|
|
93
96
|
asset_creation_block?: InputMaybe<Numeric_Comparison_Exp>;
|
|
94
97
|
asset_creation_timestamp?: InputMaybe<Timestamptz_Comparison_Exp>;
|
|
95
98
|
asset_current_pool?: InputMaybe<String_Comparison_Exp>;
|
|
99
|
+
asset_far_tick?: InputMaybe<Int_Comparison_Exp>;
|
|
96
100
|
asset_governance_address?: InputMaybe<String_Comparison_Exp>;
|
|
97
101
|
asset_graduation_pool_address?: InputMaybe<String_Comparison_Exp>;
|
|
102
|
+
asset_is_locked?: InputMaybe<Boolean_Comparison_Exp>;
|
|
98
103
|
asset_liquidity_migrator_address?: InputMaybe<String_Comparison_Exp>;
|
|
99
104
|
asset_migration_block?: InputMaybe<Numeric_Comparison_Exp>;
|
|
100
105
|
asset_migration_timestamp?: InputMaybe<Timestamptz_Comparison_Exp>;
|
|
101
106
|
asset_numeraire_address?: InputMaybe<String_Comparison_Exp>;
|
|
102
107
|
asset_pool_initializer_address?: InputMaybe<String_Comparison_Exp>;
|
|
108
|
+
asset_pool_type?: InputMaybe<String_Comparison_Exp>;
|
|
103
109
|
asset_timelock_address?: InputMaybe<String_Comparison_Exp>;
|
|
104
110
|
auction_pool?: InputMaybe<AuctionPool_Bool_Exp>;
|
|
105
111
|
auction_pool_id?: InputMaybe<String_Comparison_Exp>;
|
|
@@ -117,13 +123,16 @@ export type Asset_Order_By = {
|
|
|
117
123
|
asset_creation_block?: InputMaybe<Order_By>;
|
|
118
124
|
asset_creation_timestamp?: InputMaybe<Order_By>;
|
|
119
125
|
asset_current_pool?: InputMaybe<Order_By>;
|
|
126
|
+
asset_far_tick?: InputMaybe<Order_By>;
|
|
120
127
|
asset_governance_address?: InputMaybe<Order_By>;
|
|
121
128
|
asset_graduation_pool_address?: InputMaybe<Order_By>;
|
|
129
|
+
asset_is_locked?: InputMaybe<Order_By>;
|
|
122
130
|
asset_liquidity_migrator_address?: InputMaybe<Order_By>;
|
|
123
131
|
asset_migration_block?: InputMaybe<Order_By>;
|
|
124
132
|
asset_migration_timestamp?: InputMaybe<Order_By>;
|
|
125
133
|
asset_numeraire_address?: InputMaybe<Order_By>;
|
|
126
134
|
asset_pool_initializer_address?: InputMaybe<Order_By>;
|
|
135
|
+
asset_pool_type?: InputMaybe<Order_By>;
|
|
127
136
|
asset_timelock_address?: InputMaybe<Order_By>;
|
|
128
137
|
auction_pool?: InputMaybe<AuctionPool_Order_By>;
|
|
129
138
|
auction_pool_id?: InputMaybe<Order_By>;
|
|
@@ -141,13 +150,16 @@ export declare enum Asset_Select_Column {
|
|
|
141
150
|
AssetCreationBlock = "asset_creation_block",
|
|
142
151
|
AssetCreationTimestamp = "asset_creation_timestamp",
|
|
143
152
|
AssetCurrentPool = "asset_current_pool",
|
|
153
|
+
AssetFarTick = "asset_far_tick",
|
|
144
154
|
AssetGovernanceAddress = "asset_governance_address",
|
|
145
155
|
AssetGraduationPoolAddress = "asset_graduation_pool_address",
|
|
156
|
+
AssetIsLocked = "asset_is_locked",
|
|
146
157
|
AssetLiquidityMigratorAddress = "asset_liquidity_migrator_address",
|
|
147
158
|
AssetMigrationBlock = "asset_migration_block",
|
|
148
159
|
AssetMigrationTimestamp = "asset_migration_timestamp",
|
|
149
160
|
AssetNumeraireAddress = "asset_numeraire_address",
|
|
150
161
|
AssetPoolInitializerAddress = "asset_pool_initializer_address",
|
|
162
|
+
AssetPoolType = "asset_pool_type",
|
|
151
163
|
AssetTimelockAddress = "asset_timelock_address",
|
|
152
164
|
AuctionPoolId = "auction_pool_id",
|
|
153
165
|
ChainId = "chain_id",
|
|
@@ -166,13 +178,16 @@ export type Asset_Stream_Cursor_Value_Input = {
|
|
|
166
178
|
asset_creation_block?: InputMaybe<Scalars['numeric']['input']>;
|
|
167
179
|
asset_creation_timestamp?: InputMaybe<Scalars['timestamptz']['input']>;
|
|
168
180
|
asset_current_pool?: InputMaybe<Scalars['String']['input']>;
|
|
181
|
+
asset_far_tick?: InputMaybe<Scalars['Int']['input']>;
|
|
169
182
|
asset_governance_address?: InputMaybe<Scalars['String']['input']>;
|
|
170
183
|
asset_graduation_pool_address?: InputMaybe<Scalars['String']['input']>;
|
|
184
|
+
asset_is_locked?: InputMaybe<Scalars['Boolean']['input']>;
|
|
171
185
|
asset_liquidity_migrator_address?: InputMaybe<Scalars['String']['input']>;
|
|
172
186
|
asset_migration_block?: InputMaybe<Scalars['numeric']['input']>;
|
|
173
187
|
asset_migration_timestamp?: InputMaybe<Scalars['timestamptz']['input']>;
|
|
174
188
|
asset_numeraire_address?: InputMaybe<Scalars['String']['input']>;
|
|
175
189
|
asset_pool_initializer_address?: InputMaybe<Scalars['String']['input']>;
|
|
190
|
+
asset_pool_type?: InputMaybe<Scalars['String']['input']>;
|
|
176
191
|
asset_timelock_address?: InputMaybe<Scalars['String']['input']>;
|
|
177
192
|
auction_pool_id?: InputMaybe<Scalars['String']['input']>;
|
|
178
193
|
chain_id?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -206,6 +221,7 @@ export type AuctionPool = {
|
|
|
206
221
|
pool_config_starting_time: Scalars['numeric']['output'];
|
|
207
222
|
pool_creation_block: Scalars['numeric']['output'];
|
|
208
223
|
pool_creation_timestamp: Scalars['timestamptz']['output'];
|
|
224
|
+
pool_current_beneficiaries_data?: Maybe<Scalars['jsonb']['output']>;
|
|
209
225
|
pool_current_fdv: Scalars['numeric']['output'];
|
|
210
226
|
pool_current_fdv_usd?: Maybe<Scalars['String']['output']>;
|
|
211
227
|
pool_current_fees_accrued: Scalars['numeric']['output'];
|
|
@@ -217,11 +233,15 @@ export type AuctionPool = {
|
|
|
217
233
|
pool_current_sale_progress_percentage?: Maybe<Scalars['float8']['output']>;
|
|
218
234
|
pool_current_sqrt_price: Scalars['numeric']['output'];
|
|
219
235
|
pool_current_tick: Scalars['Int']['output'];
|
|
236
|
+
pool_current_tick_positions?: Maybe<Scalars['jsonb']['output']>;
|
|
220
237
|
pool_current_total_proceeds: Scalars['numeric']['output'];
|
|
221
238
|
pool_current_total_tokens_sold: Scalars['numeric']['output'];
|
|
222
239
|
pool_id: Scalars['String']['output'];
|
|
223
240
|
pool_key_currency_0: Scalars['String']['output'];
|
|
224
241
|
pool_key_currency_1: Scalars['String']['output'];
|
|
242
|
+
pool_key_fee: Scalars['Int']['output'];
|
|
243
|
+
pool_key_hooks: Scalars['String']['output'];
|
|
244
|
+
pool_key_tick_spacing: Scalars['Int']['output'];
|
|
225
245
|
pool_last_epoch?: Maybe<Scalars['Int']['output']>;
|
|
226
246
|
pool_last_epoch_total_tokens_sold: Scalars['numeric']['output'];
|
|
227
247
|
pool_migration_block?: Maybe<Scalars['numeric']['output']>;
|
|
@@ -231,6 +251,12 @@ export type AuctionPool = {
|
|
|
231
251
|
quote_token_id: Scalars['String']['output'];
|
|
232
252
|
swaps: Array<AuctionPool_Swap>;
|
|
233
253
|
};
|
|
254
|
+
export type AuctionPoolPool_Current_Beneficiaries_DataArgs = {
|
|
255
|
+
path?: InputMaybe<Scalars['String']['input']>;
|
|
256
|
+
};
|
|
257
|
+
export type AuctionPoolPool_Current_Tick_PositionsArgs = {
|
|
258
|
+
path?: InputMaybe<Scalars['String']['input']>;
|
|
259
|
+
};
|
|
234
260
|
export type AuctionPoolSwapsArgs = {
|
|
235
261
|
distinct_on?: InputMaybe<Array<AuctionPool_Swap_Select_Column>>;
|
|
236
262
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -489,6 +515,8 @@ export type AuctionPool_Avg_Order_By = {
|
|
|
489
515
|
pool_current_tick?: InputMaybe<Order_By>;
|
|
490
516
|
pool_current_total_proceeds?: InputMaybe<Order_By>;
|
|
491
517
|
pool_current_total_tokens_sold?: InputMaybe<Order_By>;
|
|
518
|
+
pool_key_fee?: InputMaybe<Order_By>;
|
|
519
|
+
pool_key_tick_spacing?: InputMaybe<Order_By>;
|
|
492
520
|
pool_last_epoch?: InputMaybe<Order_By>;
|
|
493
521
|
pool_last_epoch_total_tokens_sold?: InputMaybe<Order_By>;
|
|
494
522
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
@@ -520,6 +548,7 @@ export type AuctionPool_Bool_Exp = {
|
|
|
520
548
|
pool_config_starting_time?: InputMaybe<Numeric_Comparison_Exp>;
|
|
521
549
|
pool_creation_block?: InputMaybe<Numeric_Comparison_Exp>;
|
|
522
550
|
pool_creation_timestamp?: InputMaybe<Timestamptz_Comparison_Exp>;
|
|
551
|
+
pool_current_beneficiaries_data?: InputMaybe<Jsonb_Comparison_Exp>;
|
|
523
552
|
pool_current_fdv?: InputMaybe<Numeric_Comparison_Exp>;
|
|
524
553
|
pool_current_fdv_usd?: InputMaybe<String_Comparison_Exp>;
|
|
525
554
|
pool_current_fees_accrued?: InputMaybe<Numeric_Comparison_Exp>;
|
|
@@ -531,11 +560,15 @@ export type AuctionPool_Bool_Exp = {
|
|
|
531
560
|
pool_current_sale_progress_percentage?: InputMaybe<Float8_Comparison_Exp>;
|
|
532
561
|
pool_current_sqrt_price?: InputMaybe<Numeric_Comparison_Exp>;
|
|
533
562
|
pool_current_tick?: InputMaybe<Int_Comparison_Exp>;
|
|
563
|
+
pool_current_tick_positions?: InputMaybe<Jsonb_Comparison_Exp>;
|
|
534
564
|
pool_current_total_proceeds?: InputMaybe<Numeric_Comparison_Exp>;
|
|
535
565
|
pool_current_total_tokens_sold?: InputMaybe<Numeric_Comparison_Exp>;
|
|
536
566
|
pool_id?: InputMaybe<String_Comparison_Exp>;
|
|
537
567
|
pool_key_currency_0?: InputMaybe<String_Comparison_Exp>;
|
|
538
568
|
pool_key_currency_1?: InputMaybe<String_Comparison_Exp>;
|
|
569
|
+
pool_key_fee?: InputMaybe<Int_Comparison_Exp>;
|
|
570
|
+
pool_key_hooks?: InputMaybe<String_Comparison_Exp>;
|
|
571
|
+
pool_key_tick_spacing?: InputMaybe<Int_Comparison_Exp>;
|
|
539
572
|
pool_last_epoch?: InputMaybe<Int_Comparison_Exp>;
|
|
540
573
|
pool_last_epoch_total_tokens_sold?: InputMaybe<Numeric_Comparison_Exp>;
|
|
541
574
|
pool_migration_block?: InputMaybe<Numeric_Comparison_Exp>;
|
|
@@ -580,6 +613,9 @@ export type AuctionPool_Max_Order_By = {
|
|
|
580
613
|
pool_id?: InputMaybe<Order_By>;
|
|
581
614
|
pool_key_currency_0?: InputMaybe<Order_By>;
|
|
582
615
|
pool_key_currency_1?: InputMaybe<Order_By>;
|
|
616
|
+
pool_key_fee?: InputMaybe<Order_By>;
|
|
617
|
+
pool_key_hooks?: InputMaybe<Order_By>;
|
|
618
|
+
pool_key_tick_spacing?: InputMaybe<Order_By>;
|
|
583
619
|
pool_last_epoch?: InputMaybe<Order_By>;
|
|
584
620
|
pool_last_epoch_total_tokens_sold?: InputMaybe<Order_By>;
|
|
585
621
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
@@ -622,6 +658,9 @@ export type AuctionPool_Min_Order_By = {
|
|
|
622
658
|
pool_id?: InputMaybe<Order_By>;
|
|
623
659
|
pool_key_currency_0?: InputMaybe<Order_By>;
|
|
624
660
|
pool_key_currency_1?: InputMaybe<Order_By>;
|
|
661
|
+
pool_key_fee?: InputMaybe<Order_By>;
|
|
662
|
+
pool_key_hooks?: InputMaybe<Order_By>;
|
|
663
|
+
pool_key_tick_spacing?: InputMaybe<Order_By>;
|
|
625
664
|
pool_last_epoch?: InputMaybe<Order_By>;
|
|
626
665
|
pool_last_epoch_total_tokens_sold?: InputMaybe<Order_By>;
|
|
627
666
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
@@ -653,6 +692,7 @@ export type AuctionPool_Order_By = {
|
|
|
653
692
|
pool_config_starting_time?: InputMaybe<Order_By>;
|
|
654
693
|
pool_creation_block?: InputMaybe<Order_By>;
|
|
655
694
|
pool_creation_timestamp?: InputMaybe<Order_By>;
|
|
695
|
+
pool_current_beneficiaries_data?: InputMaybe<Order_By>;
|
|
656
696
|
pool_current_fdv?: InputMaybe<Order_By>;
|
|
657
697
|
pool_current_fdv_usd?: InputMaybe<Order_By>;
|
|
658
698
|
pool_current_fees_accrued?: InputMaybe<Order_By>;
|
|
@@ -664,11 +704,15 @@ export type AuctionPool_Order_By = {
|
|
|
664
704
|
pool_current_sale_progress_percentage?: InputMaybe<Order_By>;
|
|
665
705
|
pool_current_sqrt_price?: InputMaybe<Order_By>;
|
|
666
706
|
pool_current_tick?: InputMaybe<Order_By>;
|
|
707
|
+
pool_current_tick_positions?: InputMaybe<Order_By>;
|
|
667
708
|
pool_current_total_proceeds?: InputMaybe<Order_By>;
|
|
668
709
|
pool_current_total_tokens_sold?: InputMaybe<Order_By>;
|
|
669
710
|
pool_id?: InputMaybe<Order_By>;
|
|
670
711
|
pool_key_currency_0?: InputMaybe<Order_By>;
|
|
671
712
|
pool_key_currency_1?: InputMaybe<Order_By>;
|
|
713
|
+
pool_key_fee?: InputMaybe<Order_By>;
|
|
714
|
+
pool_key_hooks?: InputMaybe<Order_By>;
|
|
715
|
+
pool_key_tick_spacing?: InputMaybe<Order_By>;
|
|
672
716
|
pool_last_epoch?: InputMaybe<Order_By>;
|
|
673
717
|
pool_last_epoch_total_tokens_sold?: InputMaybe<Order_By>;
|
|
674
718
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
@@ -700,6 +744,7 @@ export declare enum AuctionPool_Select_Column {
|
|
|
700
744
|
PoolConfigStartingTime = "pool_config_starting_time",
|
|
701
745
|
PoolCreationBlock = "pool_creation_block",
|
|
702
746
|
PoolCreationTimestamp = "pool_creation_timestamp",
|
|
747
|
+
PoolCurrentBeneficiariesData = "pool_current_beneficiaries_data",
|
|
703
748
|
PoolCurrentFdv = "pool_current_fdv",
|
|
704
749
|
PoolCurrentFdvUsd = "pool_current_fdv_usd",
|
|
705
750
|
PoolCurrentFeesAccrued = "pool_current_fees_accrued",
|
|
@@ -711,11 +756,15 @@ export declare enum AuctionPool_Select_Column {
|
|
|
711
756
|
PoolCurrentSaleProgressPercentage = "pool_current_sale_progress_percentage",
|
|
712
757
|
PoolCurrentSqrtPrice = "pool_current_sqrt_price",
|
|
713
758
|
PoolCurrentTick = "pool_current_tick",
|
|
759
|
+
PoolCurrentTickPositions = "pool_current_tick_positions",
|
|
714
760
|
PoolCurrentTotalProceeds = "pool_current_total_proceeds",
|
|
715
761
|
PoolCurrentTotalTokensSold = "pool_current_total_tokens_sold",
|
|
716
762
|
PoolId = "pool_id",
|
|
717
763
|
PoolKeyCurrency_0 = "pool_key_currency_0",
|
|
718
764
|
PoolKeyCurrency_1 = "pool_key_currency_1",
|
|
765
|
+
PoolKeyFee = "pool_key_fee",
|
|
766
|
+
PoolKeyHooks = "pool_key_hooks",
|
|
767
|
+
PoolKeyTickSpacing = "pool_key_tick_spacing",
|
|
719
768
|
PoolLastEpoch = "pool_last_epoch",
|
|
720
769
|
PoolLastEpochTotalTokensSold = "pool_last_epoch_total_tokens_sold",
|
|
721
770
|
PoolMigrationBlock = "pool_migration_block",
|
|
@@ -747,6 +796,8 @@ export type AuctionPool_Stddev_Order_By = {
|
|
|
747
796
|
pool_current_tick?: InputMaybe<Order_By>;
|
|
748
797
|
pool_current_total_proceeds?: InputMaybe<Order_By>;
|
|
749
798
|
pool_current_total_tokens_sold?: InputMaybe<Order_By>;
|
|
799
|
+
pool_key_fee?: InputMaybe<Order_By>;
|
|
800
|
+
pool_key_tick_spacing?: InputMaybe<Order_By>;
|
|
750
801
|
pool_last_epoch?: InputMaybe<Order_By>;
|
|
751
802
|
pool_last_epoch_total_tokens_sold?: InputMaybe<Order_By>;
|
|
752
803
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
@@ -775,6 +826,8 @@ export type AuctionPool_Stddev_Pop_Order_By = {
|
|
|
775
826
|
pool_current_tick?: InputMaybe<Order_By>;
|
|
776
827
|
pool_current_total_proceeds?: InputMaybe<Order_By>;
|
|
777
828
|
pool_current_total_tokens_sold?: InputMaybe<Order_By>;
|
|
829
|
+
pool_key_fee?: InputMaybe<Order_By>;
|
|
830
|
+
pool_key_tick_spacing?: InputMaybe<Order_By>;
|
|
778
831
|
pool_last_epoch?: InputMaybe<Order_By>;
|
|
779
832
|
pool_last_epoch_total_tokens_sold?: InputMaybe<Order_By>;
|
|
780
833
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
@@ -803,6 +856,8 @@ export type AuctionPool_Stddev_Samp_Order_By = {
|
|
|
803
856
|
pool_current_tick?: InputMaybe<Order_By>;
|
|
804
857
|
pool_current_total_proceeds?: InputMaybe<Order_By>;
|
|
805
858
|
pool_current_total_tokens_sold?: InputMaybe<Order_By>;
|
|
859
|
+
pool_key_fee?: InputMaybe<Order_By>;
|
|
860
|
+
pool_key_tick_spacing?: InputMaybe<Order_By>;
|
|
806
861
|
pool_last_epoch?: InputMaybe<Order_By>;
|
|
807
862
|
pool_last_epoch_total_tokens_sold?: InputMaybe<Order_By>;
|
|
808
863
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
@@ -833,6 +888,7 @@ export type AuctionPool_Stream_Cursor_Value_Input = {
|
|
|
833
888
|
pool_config_starting_time?: InputMaybe<Scalars['numeric']['input']>;
|
|
834
889
|
pool_creation_block?: InputMaybe<Scalars['numeric']['input']>;
|
|
835
890
|
pool_creation_timestamp?: InputMaybe<Scalars['timestamptz']['input']>;
|
|
891
|
+
pool_current_beneficiaries_data?: InputMaybe<Scalars['jsonb']['input']>;
|
|
836
892
|
pool_current_fdv?: InputMaybe<Scalars['numeric']['input']>;
|
|
837
893
|
pool_current_fdv_usd?: InputMaybe<Scalars['String']['input']>;
|
|
838
894
|
pool_current_fees_accrued?: InputMaybe<Scalars['numeric']['input']>;
|
|
@@ -844,11 +900,15 @@ export type AuctionPool_Stream_Cursor_Value_Input = {
|
|
|
844
900
|
pool_current_sale_progress_percentage?: InputMaybe<Scalars['float8']['input']>;
|
|
845
901
|
pool_current_sqrt_price?: InputMaybe<Scalars['numeric']['input']>;
|
|
846
902
|
pool_current_tick?: InputMaybe<Scalars['Int']['input']>;
|
|
903
|
+
pool_current_tick_positions?: InputMaybe<Scalars['jsonb']['input']>;
|
|
847
904
|
pool_current_total_proceeds?: InputMaybe<Scalars['numeric']['input']>;
|
|
848
905
|
pool_current_total_tokens_sold?: InputMaybe<Scalars['numeric']['input']>;
|
|
849
906
|
pool_id?: InputMaybe<Scalars['String']['input']>;
|
|
850
907
|
pool_key_currency_0?: InputMaybe<Scalars['String']['input']>;
|
|
851
908
|
pool_key_currency_1?: InputMaybe<Scalars['String']['input']>;
|
|
909
|
+
pool_key_fee?: InputMaybe<Scalars['Int']['input']>;
|
|
910
|
+
pool_key_hooks?: InputMaybe<Scalars['String']['input']>;
|
|
911
|
+
pool_key_tick_spacing?: InputMaybe<Scalars['Int']['input']>;
|
|
852
912
|
pool_last_epoch?: InputMaybe<Scalars['Int']['input']>;
|
|
853
913
|
pool_last_epoch_total_tokens_sold?: InputMaybe<Scalars['numeric']['input']>;
|
|
854
914
|
pool_migration_block?: InputMaybe<Scalars['numeric']['input']>;
|
|
@@ -880,6 +940,8 @@ export type AuctionPool_Sum_Order_By = {
|
|
|
880
940
|
pool_current_tick?: InputMaybe<Order_By>;
|
|
881
941
|
pool_current_total_proceeds?: InputMaybe<Order_By>;
|
|
882
942
|
pool_current_total_tokens_sold?: InputMaybe<Order_By>;
|
|
943
|
+
pool_key_fee?: InputMaybe<Order_By>;
|
|
944
|
+
pool_key_tick_spacing?: InputMaybe<Order_By>;
|
|
883
945
|
pool_last_epoch?: InputMaybe<Order_By>;
|
|
884
946
|
pool_last_epoch_total_tokens_sold?: InputMaybe<Order_By>;
|
|
885
947
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
@@ -908,6 +970,8 @@ export type AuctionPool_Var_Pop_Order_By = {
|
|
|
908
970
|
pool_current_tick?: InputMaybe<Order_By>;
|
|
909
971
|
pool_current_total_proceeds?: InputMaybe<Order_By>;
|
|
910
972
|
pool_current_total_tokens_sold?: InputMaybe<Order_By>;
|
|
973
|
+
pool_key_fee?: InputMaybe<Order_By>;
|
|
974
|
+
pool_key_tick_spacing?: InputMaybe<Order_By>;
|
|
911
975
|
pool_last_epoch?: InputMaybe<Order_By>;
|
|
912
976
|
pool_last_epoch_total_tokens_sold?: InputMaybe<Order_By>;
|
|
913
977
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
@@ -936,6 +1000,8 @@ export type AuctionPool_Var_Samp_Order_By = {
|
|
|
936
1000
|
pool_current_tick?: InputMaybe<Order_By>;
|
|
937
1001
|
pool_current_total_proceeds?: InputMaybe<Order_By>;
|
|
938
1002
|
pool_current_total_tokens_sold?: InputMaybe<Order_By>;
|
|
1003
|
+
pool_key_fee?: InputMaybe<Order_By>;
|
|
1004
|
+
pool_key_tick_spacing?: InputMaybe<Order_By>;
|
|
939
1005
|
pool_last_epoch?: InputMaybe<Order_By>;
|
|
940
1006
|
pool_last_epoch_total_tokens_sold?: InputMaybe<Order_By>;
|
|
941
1007
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
@@ -964,6 +1030,8 @@ export type AuctionPool_Variance_Order_By = {
|
|
|
964
1030
|
pool_current_tick?: InputMaybe<Order_By>;
|
|
965
1031
|
pool_current_total_proceeds?: InputMaybe<Order_By>;
|
|
966
1032
|
pool_current_total_tokens_sold?: InputMaybe<Order_By>;
|
|
1033
|
+
pool_key_fee?: InputMaybe<Order_By>;
|
|
1034
|
+
pool_key_tick_spacing?: InputMaybe<Order_By>;
|
|
967
1035
|
pool_last_epoch?: InputMaybe<Order_By>;
|
|
968
1036
|
pool_last_epoch_total_tokens_sold?: InputMaybe<Order_By>;
|
|
969
1037
|
pool_migration_block?: InputMaybe<Order_By>;
|
|
@@ -10,13 +10,16 @@ var Asset_Select_Column;
|
|
|
10
10
|
Asset_Select_Column["AssetCreationBlock"] = "asset_creation_block";
|
|
11
11
|
Asset_Select_Column["AssetCreationTimestamp"] = "asset_creation_timestamp";
|
|
12
12
|
Asset_Select_Column["AssetCurrentPool"] = "asset_current_pool";
|
|
13
|
+
Asset_Select_Column["AssetFarTick"] = "asset_far_tick";
|
|
13
14
|
Asset_Select_Column["AssetGovernanceAddress"] = "asset_governance_address";
|
|
14
15
|
Asset_Select_Column["AssetGraduationPoolAddress"] = "asset_graduation_pool_address";
|
|
16
|
+
Asset_Select_Column["AssetIsLocked"] = "asset_is_locked";
|
|
15
17
|
Asset_Select_Column["AssetLiquidityMigratorAddress"] = "asset_liquidity_migrator_address";
|
|
16
18
|
Asset_Select_Column["AssetMigrationBlock"] = "asset_migration_block";
|
|
17
19
|
Asset_Select_Column["AssetMigrationTimestamp"] = "asset_migration_timestamp";
|
|
18
20
|
Asset_Select_Column["AssetNumeraireAddress"] = "asset_numeraire_address";
|
|
19
21
|
Asset_Select_Column["AssetPoolInitializerAddress"] = "asset_pool_initializer_address";
|
|
22
|
+
Asset_Select_Column["AssetPoolType"] = "asset_pool_type";
|
|
20
23
|
Asset_Select_Column["AssetTimelockAddress"] = "asset_timelock_address";
|
|
21
24
|
Asset_Select_Column["AuctionPoolId"] = "auction_pool_id";
|
|
22
25
|
Asset_Select_Column["ChainId"] = "chain_id";
|
|
@@ -67,6 +70,7 @@ var AuctionPool_Select_Column;
|
|
|
67
70
|
AuctionPool_Select_Column["PoolConfigStartingTime"] = "pool_config_starting_time";
|
|
68
71
|
AuctionPool_Select_Column["PoolCreationBlock"] = "pool_creation_block";
|
|
69
72
|
AuctionPool_Select_Column["PoolCreationTimestamp"] = "pool_creation_timestamp";
|
|
73
|
+
AuctionPool_Select_Column["PoolCurrentBeneficiariesData"] = "pool_current_beneficiaries_data";
|
|
70
74
|
AuctionPool_Select_Column["PoolCurrentFdv"] = "pool_current_fdv";
|
|
71
75
|
AuctionPool_Select_Column["PoolCurrentFdvUsd"] = "pool_current_fdv_usd";
|
|
72
76
|
AuctionPool_Select_Column["PoolCurrentFeesAccrued"] = "pool_current_fees_accrued";
|
|
@@ -78,11 +82,15 @@ var AuctionPool_Select_Column;
|
|
|
78
82
|
AuctionPool_Select_Column["PoolCurrentSaleProgressPercentage"] = "pool_current_sale_progress_percentage";
|
|
79
83
|
AuctionPool_Select_Column["PoolCurrentSqrtPrice"] = "pool_current_sqrt_price";
|
|
80
84
|
AuctionPool_Select_Column["PoolCurrentTick"] = "pool_current_tick";
|
|
85
|
+
AuctionPool_Select_Column["PoolCurrentTickPositions"] = "pool_current_tick_positions";
|
|
81
86
|
AuctionPool_Select_Column["PoolCurrentTotalProceeds"] = "pool_current_total_proceeds";
|
|
82
87
|
AuctionPool_Select_Column["PoolCurrentTotalTokensSold"] = "pool_current_total_tokens_sold";
|
|
83
88
|
AuctionPool_Select_Column["PoolId"] = "pool_id";
|
|
84
89
|
AuctionPool_Select_Column["PoolKeyCurrency_0"] = "pool_key_currency_0";
|
|
85
90
|
AuctionPool_Select_Column["PoolKeyCurrency_1"] = "pool_key_currency_1";
|
|
91
|
+
AuctionPool_Select_Column["PoolKeyFee"] = "pool_key_fee";
|
|
92
|
+
AuctionPool_Select_Column["PoolKeyHooks"] = "pool_key_hooks";
|
|
93
|
+
AuctionPool_Select_Column["PoolKeyTickSpacing"] = "pool_key_tick_spacing";
|
|
86
94
|
AuctionPool_Select_Column["PoolLastEpoch"] = "pool_last_epoch";
|
|
87
95
|
AuctionPool_Select_Column["PoolLastEpochTotalTokensSold"] = "pool_last_epoch_total_tokens_sold";
|
|
88
96
|
AuctionPool_Select_Column["PoolMigrationBlock"] = "pool_migration_block";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generated.js","sourceRoot":"","sources":["../../src/graphql/generated.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"generated.js","sourceRoot":"","sources":["../../src/graphql/generated.ts"],"names":[],"mappings":"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"}
|