@longdotxyz/shared 0.0.95 → 0.0.96

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.
@@ -39,12 +39,10 @@ export declare const rootContract: {
39
39
  pool_current_price: import("zod").ZodString;
40
40
  pool_current_sqrt_price: import("zod").ZodString;
41
41
  pool_current_fdv: import("zod").ZodString;
42
- pool_current_fdv_usd: import("zod").ZodNullable<import("zod").ZodString>;
43
42
  pool_current_liquidity: import("zod").ZodString;
44
43
  pool_current_tick: import("zod").ZodNumber;
45
44
  pool_last_epoch: import("zod").ZodNumber;
46
45
  pool_current_market_cap: import("zod").ZodString;
47
- pool_current_market_cap_usd: import("zod").ZodNullable<import("zod").ZodString>;
48
46
  pool_current_fees_accrued: import("zod").ZodString;
49
47
  pool_current_total_proceeds: import("zod").ZodString;
50
48
  pool_current_total_tokens_sold: import("zod").ZodString;
@@ -61,7 +59,6 @@ export declare const rootContract: {
61
59
  pool_type: import("zod").ZodString;
62
60
  pool_volume_24h_base: import("zod").ZodNullable<import("zod").ZodString>;
63
61
  pool_volume_24h_quote: import("zod").ZodNullable<import("zod").ZodString>;
64
- pool_volume_24h_usd: import("zod").ZodNullable<import("zod").ZodString>;
65
62
  pool_volume_24h_swap_count: import("zod").ZodNullable<import("zod").ZodNumber>;
66
63
  pool_volume_last_updated: import("zod").ZodNullable<import("zod").ZodString>;
67
64
  pool_market_data: import("zod").ZodEffects<import("zod").ZodNullable<import("zod").ZodObject<{
@@ -224,12 +221,10 @@ export declare const rootContract: {
224
221
  pool_current_price: string;
225
222
  pool_current_sqrt_price: string;
226
223
  pool_current_fdv: string;
227
- pool_current_fdv_usd: string | null;
228
224
  pool_current_liquidity: string;
229
225
  pool_current_tick: number;
230
226
  pool_last_epoch: number;
231
227
  pool_current_market_cap: string;
232
- pool_current_market_cap_usd: string | null;
233
228
  pool_current_fees_accrued: string;
234
229
  pool_current_total_proceeds: string;
235
230
  pool_current_total_tokens_sold: string;
@@ -246,7 +241,6 @@ export declare const rootContract: {
246
241
  pool_type: string;
247
242
  pool_volume_24h_base: string | null;
248
243
  pool_volume_24h_quote: string | null;
249
- pool_volume_24h_usd: string | null;
250
244
  pool_volume_24h_swap_count: number | null;
251
245
  pool_volume_last_updated: string | null;
252
246
  pool_market_data: {
@@ -287,12 +281,10 @@ export declare const rootContract: {
287
281
  pool_current_price: string;
288
282
  pool_current_sqrt_price: string;
289
283
  pool_current_fdv: string;
290
- pool_current_fdv_usd: string | null;
291
284
  pool_current_liquidity: string;
292
285
  pool_current_tick: number;
293
286
  pool_last_epoch: number;
294
287
  pool_current_market_cap: string;
295
- pool_current_market_cap_usd: string | null;
296
288
  pool_current_fees_accrued: string;
297
289
  pool_current_total_proceeds: string;
298
290
  pool_current_total_tokens_sold: string;
@@ -309,7 +301,6 @@ export declare const rootContract: {
309
301
  pool_type: string;
310
302
  pool_volume_24h_base: string | null;
311
303
  pool_volume_24h_quote: string | null;
312
- pool_volume_24h_usd: string | null;
313
304
  pool_volume_24h_swap_count: number | null;
314
305
  pool_volume_last_updated: string | null;
315
306
  base_token: {
@@ -344,17 +335,14 @@ export declare const rootContract: {
344
335
  pool_current_price: import("zod").ZodString;
345
336
  pool_current_sqrt_price: import("zod").ZodString;
346
337
  pool_current_fdv: import("zod").ZodString;
347
- pool_current_fdv_usd: import("zod").ZodNullable<import("zod").ZodString>;
348
338
  pool_current_liquidity: import("zod").ZodString;
349
339
  pool_current_tick: import("zod").ZodNumber;
350
340
  pool_current_market_cap: import("zod").ZodString;
351
- pool_current_market_cap_usd: import("zod").ZodNullable<import("zod").ZodString>;
352
341
  pool_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
353
342
  pool_migration_timestamp: import("zod").ZodNullable<import("zod").ZodDate>;
354
343
  pool_type: import("zod").ZodString;
355
344
  pool_volume_24h_base: import("zod").ZodNullable<import("zod").ZodString>;
356
345
  pool_volume_24h_quote: import("zod").ZodNullable<import("zod").ZodString>;
357
- pool_volume_24h_usd: import("zod").ZodNullable<import("zod").ZodString>;
358
346
  pool_volume_24h_swap_count: import("zod").ZodNullable<import("zod").ZodNumber>;
359
347
  pool_volume_last_updated: import("zod").ZodNullable<import("zod").ZodString>;
360
348
  pool_market_data: import("zod").ZodEffects<import("zod").ZodNullable<import("zod").ZodObject<{
@@ -520,17 +508,14 @@ export declare const rootContract: {
520
508
  pool_current_price: string;
521
509
  pool_current_sqrt_price: string;
522
510
  pool_current_fdv: string;
523
- pool_current_fdv_usd: string | null;
524
511
  pool_current_liquidity: string;
525
512
  pool_current_tick: number;
526
513
  pool_current_market_cap: string;
527
- pool_current_market_cap_usd: string | null;
528
514
  pool_address: `0x${string}`;
529
515
  pool_migration_timestamp: Date | null;
530
516
  pool_type: string;
531
517
  pool_volume_24h_base: string | null;
532
518
  pool_volume_24h_quote: string | null;
533
- pool_volume_24h_usd: string | null;
534
519
  pool_volume_24h_swap_count: number | null;
535
520
  pool_volume_last_updated: string | null;
536
521
  pool_market_data: {
@@ -572,17 +557,14 @@ export declare const rootContract: {
572
557
  pool_current_price: string;
573
558
  pool_current_sqrt_price: string;
574
559
  pool_current_fdv: string;
575
- pool_current_fdv_usd: string | null;
576
560
  pool_current_liquidity: string;
577
561
  pool_current_tick: number;
578
562
  pool_current_market_cap: string;
579
- pool_current_market_cap_usd: string | null;
580
563
  pool_address: string;
581
564
  pool_migration_timestamp: Date | null;
582
565
  pool_type: string;
583
566
  pool_volume_24h_base: string | null;
584
567
  pool_volume_24h_quote: string | null;
585
- pool_volume_24h_usd: string | null;
586
568
  pool_volume_24h_swap_count: number | null;
587
569
  pool_volume_last_updated: string | null;
588
570
  base_token: {
@@ -625,12 +607,10 @@ export declare const rootContract: {
625
607
  pool_current_price: string;
626
608
  pool_current_sqrt_price: string;
627
609
  pool_current_fdv: string;
628
- pool_current_fdv_usd: string | null;
629
610
  pool_current_liquidity: string;
630
611
  pool_current_tick: number;
631
612
  pool_last_epoch: number;
632
613
  pool_current_market_cap: string;
633
- pool_current_market_cap_usd: string | null;
634
614
  pool_current_fees_accrued: string;
635
615
  pool_current_total_proceeds: string;
636
616
  pool_current_total_tokens_sold: string;
@@ -647,7 +627,6 @@ export declare const rootContract: {
647
627
  pool_type: string;
648
628
  pool_volume_24h_base: string | null;
649
629
  pool_volume_24h_quote: string | null;
650
- pool_volume_24h_usd: string | null;
651
630
  pool_volume_24h_swap_count: number | null;
652
631
  pool_volume_last_updated: string | null;
653
632
  pool_market_data: {
@@ -689,17 +668,14 @@ export declare const rootContract: {
689
668
  pool_current_price: string;
690
669
  pool_current_sqrt_price: string;
691
670
  pool_current_fdv: string;
692
- pool_current_fdv_usd: string | null;
693
671
  pool_current_liquidity: string;
694
672
  pool_current_tick: number;
695
673
  pool_current_market_cap: string;
696
- pool_current_market_cap_usd: string | null;
697
674
  pool_address: `0x${string}`;
698
675
  pool_migration_timestamp: Date | null;
699
676
  pool_type: string;
700
677
  pool_volume_24h_base: string | null;
701
678
  pool_volume_24h_quote: string | null;
702
- pool_volume_24h_usd: string | null;
703
679
  pool_volume_24h_swap_count: number | null;
704
680
  pool_volume_last_updated: string | null;
705
681
  pool_market_data: {
@@ -748,12 +724,10 @@ export declare const rootContract: {
748
724
  pool_current_price: string;
749
725
  pool_current_sqrt_price: string;
750
726
  pool_current_fdv: string;
751
- pool_current_fdv_usd: string | null;
752
727
  pool_current_liquidity: string;
753
728
  pool_current_tick: number;
754
729
  pool_last_epoch: number;
755
730
  pool_current_market_cap: string;
756
- pool_current_market_cap_usd: string | null;
757
731
  pool_current_fees_accrued: string;
758
732
  pool_current_total_proceeds: string;
759
733
  pool_current_total_tokens_sold: string;
@@ -770,7 +744,6 @@ export declare const rootContract: {
770
744
  pool_type: string;
771
745
  pool_volume_24h_base: string | null;
772
746
  pool_volume_24h_quote: string | null;
773
- pool_volume_24h_usd: string | null;
774
747
  pool_volume_24h_swap_count: number | null;
775
748
  pool_volume_last_updated: string | null;
776
749
  base_token: {
@@ -805,17 +778,14 @@ export declare const rootContract: {
805
778
  pool_current_price: string;
806
779
  pool_current_sqrt_price: string;
807
780
  pool_current_fdv: string;
808
- pool_current_fdv_usd: string | null;
809
781
  pool_current_liquidity: string;
810
782
  pool_current_tick: number;
811
783
  pool_current_market_cap: string;
812
- pool_current_market_cap_usd: string | null;
813
784
  pool_address: string;
814
785
  pool_migration_timestamp: Date | null;
815
786
  pool_type: string;
816
787
  pool_volume_24h_base: string | null;
817
788
  pool_volume_24h_quote: string | null;
818
- pool_volume_24h_usd: string | null;
819
789
  pool_volume_24h_swap_count: number | null;
820
790
  pool_volume_last_updated: string | null;
821
791
  base_token: {
@@ -859,12 +829,10 @@ export declare const rootContract: {
859
829
  pool_current_price: string;
860
830
  pool_current_sqrt_price: string;
861
831
  pool_current_fdv: string;
862
- pool_current_fdv_usd: string | null;
863
832
  pool_current_liquidity: string;
864
833
  pool_current_tick: number;
865
834
  pool_last_epoch: number;
866
835
  pool_current_market_cap: string;
867
- pool_current_market_cap_usd: string | null;
868
836
  pool_current_fees_accrued: string;
869
837
  pool_current_total_proceeds: string;
870
838
  pool_current_total_tokens_sold: string;
@@ -881,7 +849,6 @@ export declare const rootContract: {
881
849
  pool_type: string;
882
850
  pool_volume_24h_base: string | null;
883
851
  pool_volume_24h_quote: string | null;
884
- pool_volume_24h_usd: string | null;
885
852
  pool_volume_24h_swap_count: number | null;
886
853
  pool_volume_last_updated: string | null;
887
854
  pool_market_data: {
@@ -923,17 +890,14 @@ export declare const rootContract: {
923
890
  pool_current_price: string;
924
891
  pool_current_sqrt_price: string;
925
892
  pool_current_fdv: string;
926
- pool_current_fdv_usd: string | null;
927
893
  pool_current_liquidity: string;
928
894
  pool_current_tick: number;
929
895
  pool_current_market_cap: string;
930
- pool_current_market_cap_usd: string | null;
931
896
  pool_address: `0x${string}`;
932
897
  pool_migration_timestamp: Date | null;
933
898
  pool_type: string;
934
899
  pool_volume_24h_base: string | null;
935
900
  pool_volume_24h_quote: string | null;
936
- pool_volume_24h_usd: string | null;
937
901
  pool_volume_24h_swap_count: number | null;
938
902
  pool_volume_last_updated: string | null;
939
903
  pool_market_data: {
@@ -982,12 +946,10 @@ export declare const rootContract: {
982
946
  pool_current_price: string;
983
947
  pool_current_sqrt_price: string;
984
948
  pool_current_fdv: string;
985
- pool_current_fdv_usd: string | null;
986
949
  pool_current_liquidity: string;
987
950
  pool_current_tick: number;
988
951
  pool_last_epoch: number;
989
952
  pool_current_market_cap: string;
990
- pool_current_market_cap_usd: string | null;
991
953
  pool_current_fees_accrued: string;
992
954
  pool_current_total_proceeds: string;
993
955
  pool_current_total_tokens_sold: string;
@@ -1004,7 +966,6 @@ export declare const rootContract: {
1004
966
  pool_type: string;
1005
967
  pool_volume_24h_base: string | null;
1006
968
  pool_volume_24h_quote: string | null;
1007
- pool_volume_24h_usd: string | null;
1008
969
  pool_volume_24h_swap_count: number | null;
1009
970
  pool_volume_last_updated: string | null;
1010
971
  base_token: {
@@ -1039,17 +1000,14 @@ export declare const rootContract: {
1039
1000
  pool_current_price: string;
1040
1001
  pool_current_sqrt_price: string;
1041
1002
  pool_current_fdv: string;
1042
- pool_current_fdv_usd: string | null;
1043
1003
  pool_current_liquidity: string;
1044
1004
  pool_current_tick: number;
1045
1005
  pool_current_market_cap: string;
1046
- pool_current_market_cap_usd: string | null;
1047
1006
  pool_address: string;
1048
1007
  pool_migration_timestamp: Date | null;
1049
1008
  pool_type: string;
1050
1009
  pool_volume_24h_base: string | null;
1051
1010
  pool_volume_24h_quote: string | null;
1052
- pool_volume_24h_usd: string | null;
1053
1011
  pool_volume_24h_swap_count: number | null;
1054
1012
  pool_volume_last_updated: string | null;
1055
1013
  base_token: {
@@ -1095,12 +1053,10 @@ export declare const rootContract: {
1095
1053
  pool_current_price: string;
1096
1054
  pool_current_sqrt_price: string;
1097
1055
  pool_current_fdv: string;
1098
- pool_current_fdv_usd: string | null;
1099
1056
  pool_current_liquidity: string;
1100
1057
  pool_current_tick: number;
1101
1058
  pool_last_epoch: number;
1102
1059
  pool_current_market_cap: string;
1103
- pool_current_market_cap_usd: string | null;
1104
1060
  pool_current_fees_accrued: string;
1105
1061
  pool_current_total_proceeds: string;
1106
1062
  pool_current_total_tokens_sold: string;
@@ -1117,7 +1073,6 @@ export declare const rootContract: {
1117
1073
  pool_type: string;
1118
1074
  pool_volume_24h_base: string | null;
1119
1075
  pool_volume_24h_quote: string | null;
1120
- pool_volume_24h_usd: string | null;
1121
1076
  pool_volume_24h_swap_count: number | null;
1122
1077
  pool_volume_last_updated: string | null;
1123
1078
  pool_market_data: {
@@ -1159,17 +1114,14 @@ export declare const rootContract: {
1159
1114
  pool_current_price: string;
1160
1115
  pool_current_sqrt_price: string;
1161
1116
  pool_current_fdv: string;
1162
- pool_current_fdv_usd: string | null;
1163
1117
  pool_current_liquidity: string;
1164
1118
  pool_current_tick: number;
1165
1119
  pool_current_market_cap: string;
1166
- pool_current_market_cap_usd: string | null;
1167
1120
  pool_address: `0x${string}`;
1168
1121
  pool_migration_timestamp: Date | null;
1169
1122
  pool_type: string;
1170
1123
  pool_volume_24h_base: string | null;
1171
1124
  pool_volume_24h_quote: string | null;
1172
- pool_volume_24h_usd: string | null;
1173
1125
  pool_volume_24h_swap_count: number | null;
1174
1126
  pool_volume_last_updated: string | null;
1175
1127
  pool_market_data: {
@@ -1220,12 +1172,10 @@ export declare const rootContract: {
1220
1172
  pool_current_price: string;
1221
1173
  pool_current_sqrt_price: string;
1222
1174
  pool_current_fdv: string;
1223
- pool_current_fdv_usd: string | null;
1224
1175
  pool_current_liquidity: string;
1225
1176
  pool_current_tick: number;
1226
1177
  pool_last_epoch: number;
1227
1178
  pool_current_market_cap: string;
1228
- pool_current_market_cap_usd: string | null;
1229
1179
  pool_current_fees_accrued: string;
1230
1180
  pool_current_total_proceeds: string;
1231
1181
  pool_current_total_tokens_sold: string;
@@ -1242,7 +1192,6 @@ export declare const rootContract: {
1242
1192
  pool_type: string;
1243
1193
  pool_volume_24h_base: string | null;
1244
1194
  pool_volume_24h_quote: string | null;
1245
- pool_volume_24h_usd: string | null;
1246
1195
  pool_volume_24h_swap_count: number | null;
1247
1196
  pool_volume_last_updated: string | null;
1248
1197
  base_token: {
@@ -1277,17 +1226,14 @@ export declare const rootContract: {
1277
1226
  pool_current_price: string;
1278
1227
  pool_current_sqrt_price: string;
1279
1228
  pool_current_fdv: string;
1280
- pool_current_fdv_usd: string | null;
1281
1229
  pool_current_liquidity: string;
1282
1230
  pool_current_tick: number;
1283
1231
  pool_current_market_cap: string;
1284
- pool_current_market_cap_usd: string | null;
1285
1232
  pool_address: string;
1286
1233
  pool_migration_timestamp: Date | null;
1287
1234
  pool_type: string;
1288
1235
  pool_volume_24h_base: string | null;
1289
1236
  pool_volume_24h_quote: string | null;
1290
- pool_volume_24h_usd: string | null;
1291
1237
  pool_volume_24h_swap_count: number | null;
1292
1238
  pool_volume_last_updated: string | null;
1293
1239
  base_token: {
@@ -1354,12 +1300,10 @@ export declare const rootContract: {
1354
1300
  pool_current_price: import("zod").ZodString;
1355
1301
  pool_current_sqrt_price: import("zod").ZodString;
1356
1302
  pool_current_fdv: import("zod").ZodString;
1357
- pool_current_fdv_usd: import("zod").ZodNullable<import("zod").ZodString>;
1358
1303
  pool_current_liquidity: import("zod").ZodString;
1359
1304
  pool_current_tick: import("zod").ZodNumber;
1360
1305
  pool_last_epoch: import("zod").ZodNumber;
1361
1306
  pool_current_market_cap: import("zod").ZodString;
1362
- pool_current_market_cap_usd: import("zod").ZodNullable<import("zod").ZodString>;
1363
1307
  pool_current_fees_accrued: import("zod").ZodString;
1364
1308
  pool_current_total_proceeds: import("zod").ZodString;
1365
1309
  pool_current_total_tokens_sold: import("zod").ZodString;
@@ -1376,7 +1320,6 @@ export declare const rootContract: {
1376
1320
  pool_type: import("zod").ZodString;
1377
1321
  pool_volume_24h_base: import("zod").ZodNullable<import("zod").ZodString>;
1378
1322
  pool_volume_24h_quote: import("zod").ZodNullable<import("zod").ZodString>;
1379
- pool_volume_24h_usd: import("zod").ZodNullable<import("zod").ZodString>;
1380
1323
  pool_volume_24h_swap_count: import("zod").ZodNullable<import("zod").ZodNumber>;
1381
1324
  pool_volume_last_updated: import("zod").ZodNullable<import("zod").ZodString>;
1382
1325
  pool_market_data: import("zod").ZodEffects<import("zod").ZodNullable<import("zod").ZodObject<{
@@ -1539,12 +1482,10 @@ export declare const rootContract: {
1539
1482
  pool_current_price: string;
1540
1483
  pool_current_sqrt_price: string;
1541
1484
  pool_current_fdv: string;
1542
- pool_current_fdv_usd: string | null;
1543
1485
  pool_current_liquidity: string;
1544
1486
  pool_current_tick: number;
1545
1487
  pool_last_epoch: number;
1546
1488
  pool_current_market_cap: string;
1547
- pool_current_market_cap_usd: string | null;
1548
1489
  pool_current_fees_accrued: string;
1549
1490
  pool_current_total_proceeds: string;
1550
1491
  pool_current_total_tokens_sold: string;
@@ -1561,7 +1502,6 @@ export declare const rootContract: {
1561
1502
  pool_type: string;
1562
1503
  pool_volume_24h_base: string | null;
1563
1504
  pool_volume_24h_quote: string | null;
1564
- pool_volume_24h_usd: string | null;
1565
1505
  pool_volume_24h_swap_count: number | null;
1566
1506
  pool_volume_last_updated: string | null;
1567
1507
  pool_market_data: {
@@ -1602,12 +1542,10 @@ export declare const rootContract: {
1602
1542
  pool_current_price: string;
1603
1543
  pool_current_sqrt_price: string;
1604
1544
  pool_current_fdv: string;
1605
- pool_current_fdv_usd: string | null;
1606
1545
  pool_current_liquidity: string;
1607
1546
  pool_current_tick: number;
1608
1547
  pool_last_epoch: number;
1609
1548
  pool_current_market_cap: string;
1610
- pool_current_market_cap_usd: string | null;
1611
1549
  pool_current_fees_accrued: string;
1612
1550
  pool_current_total_proceeds: string;
1613
1551
  pool_current_total_tokens_sold: string;
@@ -1624,7 +1562,6 @@ export declare const rootContract: {
1624
1562
  pool_type: string;
1625
1563
  pool_volume_24h_base: string | null;
1626
1564
  pool_volume_24h_quote: string | null;
1627
- pool_volume_24h_usd: string | null;
1628
1565
  pool_volume_24h_swap_count: number | null;
1629
1566
  pool_volume_last_updated: string | null;
1630
1567
  base_token: {
@@ -1659,17 +1596,14 @@ export declare const rootContract: {
1659
1596
  pool_current_price: import("zod").ZodString;
1660
1597
  pool_current_sqrt_price: import("zod").ZodString;
1661
1598
  pool_current_fdv: import("zod").ZodString;
1662
- pool_current_fdv_usd: import("zod").ZodNullable<import("zod").ZodString>;
1663
1599
  pool_current_liquidity: import("zod").ZodString;
1664
1600
  pool_current_tick: import("zod").ZodNumber;
1665
1601
  pool_current_market_cap: import("zod").ZodString;
1666
- pool_current_market_cap_usd: import("zod").ZodNullable<import("zod").ZodString>;
1667
1602
  pool_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
1668
1603
  pool_migration_timestamp: import("zod").ZodNullable<import("zod").ZodDate>;
1669
1604
  pool_type: import("zod").ZodString;
1670
1605
  pool_volume_24h_base: import("zod").ZodNullable<import("zod").ZodString>;
1671
1606
  pool_volume_24h_quote: import("zod").ZodNullable<import("zod").ZodString>;
1672
- pool_volume_24h_usd: import("zod").ZodNullable<import("zod").ZodString>;
1673
1607
  pool_volume_24h_swap_count: import("zod").ZodNullable<import("zod").ZodNumber>;
1674
1608
  pool_volume_last_updated: import("zod").ZodNullable<import("zod").ZodString>;
1675
1609
  pool_market_data: import("zod").ZodEffects<import("zod").ZodNullable<import("zod").ZodObject<{
@@ -1835,17 +1769,14 @@ export declare const rootContract: {
1835
1769
  pool_current_price: string;
1836
1770
  pool_current_sqrt_price: string;
1837
1771
  pool_current_fdv: string;
1838
- pool_current_fdv_usd: string | null;
1839
1772
  pool_current_liquidity: string;
1840
1773
  pool_current_tick: number;
1841
1774
  pool_current_market_cap: string;
1842
- pool_current_market_cap_usd: string | null;
1843
1775
  pool_address: `0x${string}`;
1844
1776
  pool_migration_timestamp: Date | null;
1845
1777
  pool_type: string;
1846
1778
  pool_volume_24h_base: string | null;
1847
1779
  pool_volume_24h_quote: string | null;
1848
- pool_volume_24h_usd: string | null;
1849
1780
  pool_volume_24h_swap_count: number | null;
1850
1781
  pool_volume_last_updated: string | null;
1851
1782
  pool_market_data: {
@@ -1887,17 +1818,14 @@ export declare const rootContract: {
1887
1818
  pool_current_price: string;
1888
1819
  pool_current_sqrt_price: string;
1889
1820
  pool_current_fdv: string;
1890
- pool_current_fdv_usd: string | null;
1891
1821
  pool_current_liquidity: string;
1892
1822
  pool_current_tick: number;
1893
1823
  pool_current_market_cap: string;
1894
- pool_current_market_cap_usd: string | null;
1895
1824
  pool_address: string;
1896
1825
  pool_migration_timestamp: Date | null;
1897
1826
  pool_type: string;
1898
1827
  pool_volume_24h_base: string | null;
1899
1828
  pool_volume_24h_quote: string | null;
1900
- pool_volume_24h_usd: string | null;
1901
1829
  pool_volume_24h_swap_count: number | null;
1902
1830
  pool_volume_last_updated: string | null;
1903
1831
  base_token: {
@@ -1940,12 +1868,10 @@ export declare const rootContract: {
1940
1868
  pool_current_price: string;
1941
1869
  pool_current_sqrt_price: string;
1942
1870
  pool_current_fdv: string;
1943
- pool_current_fdv_usd: string | null;
1944
1871
  pool_current_liquidity: string;
1945
1872
  pool_current_tick: number;
1946
1873
  pool_last_epoch: number;
1947
1874
  pool_current_market_cap: string;
1948
- pool_current_market_cap_usd: string | null;
1949
1875
  pool_current_fees_accrued: string;
1950
1876
  pool_current_total_proceeds: string;
1951
1877
  pool_current_total_tokens_sold: string;
@@ -1962,7 +1888,6 @@ export declare const rootContract: {
1962
1888
  pool_type: string;
1963
1889
  pool_volume_24h_base: string | null;
1964
1890
  pool_volume_24h_quote: string | null;
1965
- pool_volume_24h_usd: string | null;
1966
1891
  pool_volume_24h_swap_count: number | null;
1967
1892
  pool_volume_last_updated: string | null;
1968
1893
  pool_market_data: {
@@ -2004,17 +1929,14 @@ export declare const rootContract: {
2004
1929
  pool_current_price: string;
2005
1930
  pool_current_sqrt_price: string;
2006
1931
  pool_current_fdv: string;
2007
- pool_current_fdv_usd: string | null;
2008
1932
  pool_current_liquidity: string;
2009
1933
  pool_current_tick: number;
2010
1934
  pool_current_market_cap: string;
2011
- pool_current_market_cap_usd: string | null;
2012
1935
  pool_address: `0x${string}`;
2013
1936
  pool_migration_timestamp: Date | null;
2014
1937
  pool_type: string;
2015
1938
  pool_volume_24h_base: string | null;
2016
1939
  pool_volume_24h_quote: string | null;
2017
- pool_volume_24h_usd: string | null;
2018
1940
  pool_volume_24h_swap_count: number | null;
2019
1941
  pool_volume_last_updated: string | null;
2020
1942
  pool_market_data: {
@@ -2063,12 +1985,10 @@ export declare const rootContract: {
2063
1985
  pool_current_price: string;
2064
1986
  pool_current_sqrt_price: string;
2065
1987
  pool_current_fdv: string;
2066
- pool_current_fdv_usd: string | null;
2067
1988
  pool_current_liquidity: string;
2068
1989
  pool_current_tick: number;
2069
1990
  pool_last_epoch: number;
2070
1991
  pool_current_market_cap: string;
2071
- pool_current_market_cap_usd: string | null;
2072
1992
  pool_current_fees_accrued: string;
2073
1993
  pool_current_total_proceeds: string;
2074
1994
  pool_current_total_tokens_sold: string;
@@ -2085,7 +2005,6 @@ export declare const rootContract: {
2085
2005
  pool_type: string;
2086
2006
  pool_volume_24h_base: string | null;
2087
2007
  pool_volume_24h_quote: string | null;
2088
- pool_volume_24h_usd: string | null;
2089
2008
  pool_volume_24h_swap_count: number | null;
2090
2009
  pool_volume_last_updated: string | null;
2091
2010
  base_token: {
@@ -2120,17 +2039,14 @@ export declare const rootContract: {
2120
2039
  pool_current_price: string;
2121
2040
  pool_current_sqrt_price: string;
2122
2041
  pool_current_fdv: string;
2123
- pool_current_fdv_usd: string | null;
2124
2042
  pool_current_liquidity: string;
2125
2043
  pool_current_tick: number;
2126
2044
  pool_current_market_cap: string;
2127
- pool_current_market_cap_usd: string | null;
2128
2045
  pool_address: string;
2129
2046
  pool_migration_timestamp: Date | null;
2130
2047
  pool_type: string;
2131
2048
  pool_volume_24h_base: string | null;
2132
2049
  pool_volume_24h_quote: string | null;
2133
- pool_volume_24h_usd: string | null;
2134
2050
  pool_volume_24h_swap_count: number | null;
2135
2051
  pool_volume_last_updated: string | null;
2136
2052
  base_token: {
@@ -2174,12 +2090,10 @@ export declare const rootContract: {
2174
2090
  pool_current_price: string;
2175
2091
  pool_current_sqrt_price: string;
2176
2092
  pool_current_fdv: string;
2177
- pool_current_fdv_usd: string | null;
2178
2093
  pool_current_liquidity: string;
2179
2094
  pool_current_tick: number;
2180
2095
  pool_last_epoch: number;
2181
2096
  pool_current_market_cap: string;
2182
- pool_current_market_cap_usd: string | null;
2183
2097
  pool_current_fees_accrued: string;
2184
2098
  pool_current_total_proceeds: string;
2185
2099
  pool_current_total_tokens_sold: string;
@@ -2196,7 +2110,6 @@ export declare const rootContract: {
2196
2110
  pool_type: string;
2197
2111
  pool_volume_24h_base: string | null;
2198
2112
  pool_volume_24h_quote: string | null;
2199
- pool_volume_24h_usd: string | null;
2200
2113
  pool_volume_24h_swap_count: number | null;
2201
2114
  pool_volume_last_updated: string | null;
2202
2115
  pool_market_data: {
@@ -2238,17 +2151,14 @@ export declare const rootContract: {
2238
2151
  pool_current_price: string;
2239
2152
  pool_current_sqrt_price: string;
2240
2153
  pool_current_fdv: string;
2241
- pool_current_fdv_usd: string | null;
2242
2154
  pool_current_liquidity: string;
2243
2155
  pool_current_tick: number;
2244
2156
  pool_current_market_cap: string;
2245
- pool_current_market_cap_usd: string | null;
2246
2157
  pool_address: `0x${string}`;
2247
2158
  pool_migration_timestamp: Date | null;
2248
2159
  pool_type: string;
2249
2160
  pool_volume_24h_base: string | null;
2250
2161
  pool_volume_24h_quote: string | null;
2251
- pool_volume_24h_usd: string | null;
2252
2162
  pool_volume_24h_swap_count: number | null;
2253
2163
  pool_volume_last_updated: string | null;
2254
2164
  pool_market_data: {
@@ -2297,12 +2207,10 @@ export declare const rootContract: {
2297
2207
  pool_current_price: string;
2298
2208
  pool_current_sqrt_price: string;
2299
2209
  pool_current_fdv: string;
2300
- pool_current_fdv_usd: string | null;
2301
2210
  pool_current_liquidity: string;
2302
2211
  pool_current_tick: number;
2303
2212
  pool_last_epoch: number;
2304
2213
  pool_current_market_cap: string;
2305
- pool_current_market_cap_usd: string | null;
2306
2214
  pool_current_fees_accrued: string;
2307
2215
  pool_current_total_proceeds: string;
2308
2216
  pool_current_total_tokens_sold: string;
@@ -2319,7 +2227,6 @@ export declare const rootContract: {
2319
2227
  pool_type: string;
2320
2228
  pool_volume_24h_base: string | null;
2321
2229
  pool_volume_24h_quote: string | null;
2322
- pool_volume_24h_usd: string | null;
2323
2230
  pool_volume_24h_swap_count: number | null;
2324
2231
  pool_volume_last_updated: string | null;
2325
2232
  base_token: {
@@ -2354,17 +2261,14 @@ export declare const rootContract: {
2354
2261
  pool_current_price: string;
2355
2262
  pool_current_sqrt_price: string;
2356
2263
  pool_current_fdv: string;
2357
- pool_current_fdv_usd: string | null;
2358
2264
  pool_current_liquidity: string;
2359
2265
  pool_current_tick: number;
2360
2266
  pool_current_market_cap: string;
2361
- pool_current_market_cap_usd: string | null;
2362
2267
  pool_address: string;
2363
2268
  pool_migration_timestamp: Date | null;
2364
2269
  pool_type: string;
2365
2270
  pool_volume_24h_base: string | null;
2366
2271
  pool_volume_24h_quote: string | null;
2367
- pool_volume_24h_usd: string | null;
2368
2272
  pool_volume_24h_swap_count: number | null;
2369
2273
  pool_volume_last_updated: string | null;
2370
2274
  base_token: {
@@ -2410,12 +2314,10 @@ export declare const rootContract: {
2410
2314
  pool_current_price: string;
2411
2315
  pool_current_sqrt_price: string;
2412
2316
  pool_current_fdv: string;
2413
- pool_current_fdv_usd: string | null;
2414
2317
  pool_current_liquidity: string;
2415
2318
  pool_current_tick: number;
2416
2319
  pool_last_epoch: number;
2417
2320
  pool_current_market_cap: string;
2418
- pool_current_market_cap_usd: string | null;
2419
2321
  pool_current_fees_accrued: string;
2420
2322
  pool_current_total_proceeds: string;
2421
2323
  pool_current_total_tokens_sold: string;
@@ -2432,7 +2334,6 @@ export declare const rootContract: {
2432
2334
  pool_type: string;
2433
2335
  pool_volume_24h_base: string | null;
2434
2336
  pool_volume_24h_quote: string | null;
2435
- pool_volume_24h_usd: string | null;
2436
2337
  pool_volume_24h_swap_count: number | null;
2437
2338
  pool_volume_last_updated: string | null;
2438
2339
  pool_market_data: {
@@ -2474,17 +2375,14 @@ export declare const rootContract: {
2474
2375
  pool_current_price: string;
2475
2376
  pool_current_sqrt_price: string;
2476
2377
  pool_current_fdv: string;
2477
- pool_current_fdv_usd: string | null;
2478
2378
  pool_current_liquidity: string;
2479
2379
  pool_current_tick: number;
2480
2380
  pool_current_market_cap: string;
2481
- pool_current_market_cap_usd: string | null;
2482
2381
  pool_address: `0x${string}`;
2483
2382
  pool_migration_timestamp: Date | null;
2484
2383
  pool_type: string;
2485
2384
  pool_volume_24h_base: string | null;
2486
2385
  pool_volume_24h_quote: string | null;
2487
- pool_volume_24h_usd: string | null;
2488
2386
  pool_volume_24h_swap_count: number | null;
2489
2387
  pool_volume_last_updated: string | null;
2490
2388
  pool_market_data: {
@@ -2535,12 +2433,10 @@ export declare const rootContract: {
2535
2433
  pool_current_price: string;
2536
2434
  pool_current_sqrt_price: string;
2537
2435
  pool_current_fdv: string;
2538
- pool_current_fdv_usd: string | null;
2539
2436
  pool_current_liquidity: string;
2540
2437
  pool_current_tick: number;
2541
2438
  pool_last_epoch: number;
2542
2439
  pool_current_market_cap: string;
2543
- pool_current_market_cap_usd: string | null;
2544
2440
  pool_current_fees_accrued: string;
2545
2441
  pool_current_total_proceeds: string;
2546
2442
  pool_current_total_tokens_sold: string;
@@ -2557,7 +2453,6 @@ export declare const rootContract: {
2557
2453
  pool_type: string;
2558
2454
  pool_volume_24h_base: string | null;
2559
2455
  pool_volume_24h_quote: string | null;
2560
- pool_volume_24h_usd: string | null;
2561
2456
  pool_volume_24h_swap_count: number | null;
2562
2457
  pool_volume_last_updated: string | null;
2563
2458
  base_token: {
@@ -2592,17 +2487,14 @@ export declare const rootContract: {
2592
2487
  pool_current_price: string;
2593
2488
  pool_current_sqrt_price: string;
2594
2489
  pool_current_fdv: string;
2595
- pool_current_fdv_usd: string | null;
2596
2490
  pool_current_liquidity: string;
2597
2491
  pool_current_tick: number;
2598
2492
  pool_current_market_cap: string;
2599
- pool_current_market_cap_usd: string | null;
2600
2493
  pool_address: string;
2601
2494
  pool_migration_timestamp: Date | null;
2602
2495
  pool_type: string;
2603
2496
  pool_volume_24h_base: string | null;
2604
2497
  pool_volume_24h_quote: string | null;
2605
- pool_volume_24h_usd: string | null;
2606
2498
  pool_volume_24h_swap_count: number | null;
2607
2499
  pool_volume_last_updated: string | null;
2608
2500
  base_token: {
@@ -2670,12 +2562,10 @@ export declare const rootContract: {
2670
2562
  pool_current_price: import("zod").ZodString;
2671
2563
  pool_current_sqrt_price: import("zod").ZodString;
2672
2564
  pool_current_fdv: import("zod").ZodString;
2673
- pool_current_fdv_usd: import("zod").ZodNullable<import("zod").ZodString>;
2674
2565
  pool_current_liquidity: import("zod").ZodString;
2675
2566
  pool_current_tick: import("zod").ZodNumber;
2676
2567
  pool_last_epoch: import("zod").ZodNumber;
2677
2568
  pool_current_market_cap: import("zod").ZodString;
2678
- pool_current_market_cap_usd: import("zod").ZodNullable<import("zod").ZodString>;
2679
2569
  pool_current_fees_accrued: import("zod").ZodString;
2680
2570
  pool_current_total_proceeds: import("zod").ZodString;
2681
2571
  pool_current_total_tokens_sold: import("zod").ZodString;
@@ -2692,7 +2582,6 @@ export declare const rootContract: {
2692
2582
  pool_type: import("zod").ZodString;
2693
2583
  pool_volume_24h_base: import("zod").ZodNullable<import("zod").ZodString>;
2694
2584
  pool_volume_24h_quote: import("zod").ZodNullable<import("zod").ZodString>;
2695
- pool_volume_24h_usd: import("zod").ZodNullable<import("zod").ZodString>;
2696
2585
  pool_volume_24h_swap_count: import("zod").ZodNullable<import("zod").ZodNumber>;
2697
2586
  pool_volume_last_updated: import("zod").ZodNullable<import("zod").ZodString>;
2698
2587
  pool_market_data: import("zod").ZodEffects<import("zod").ZodNullable<import("zod").ZodObject<{
@@ -2855,12 +2744,10 @@ export declare const rootContract: {
2855
2744
  pool_current_price: string;
2856
2745
  pool_current_sqrt_price: string;
2857
2746
  pool_current_fdv: string;
2858
- pool_current_fdv_usd: string | null;
2859
2747
  pool_current_liquidity: string;
2860
2748
  pool_current_tick: number;
2861
2749
  pool_last_epoch: number;
2862
2750
  pool_current_market_cap: string;
2863
- pool_current_market_cap_usd: string | null;
2864
2751
  pool_current_fees_accrued: string;
2865
2752
  pool_current_total_proceeds: string;
2866
2753
  pool_current_total_tokens_sold: string;
@@ -2877,7 +2764,6 @@ export declare const rootContract: {
2877
2764
  pool_type: string;
2878
2765
  pool_volume_24h_base: string | null;
2879
2766
  pool_volume_24h_quote: string | null;
2880
- pool_volume_24h_usd: string | null;
2881
2767
  pool_volume_24h_swap_count: number | null;
2882
2768
  pool_volume_last_updated: string | null;
2883
2769
  pool_market_data: {
@@ -2918,12 +2804,10 @@ export declare const rootContract: {
2918
2804
  pool_current_price: string;
2919
2805
  pool_current_sqrt_price: string;
2920
2806
  pool_current_fdv: string;
2921
- pool_current_fdv_usd: string | null;
2922
2807
  pool_current_liquidity: string;
2923
2808
  pool_current_tick: number;
2924
2809
  pool_last_epoch: number;
2925
2810
  pool_current_market_cap: string;
2926
- pool_current_market_cap_usd: string | null;
2927
2811
  pool_current_fees_accrued: string;
2928
2812
  pool_current_total_proceeds: string;
2929
2813
  pool_current_total_tokens_sold: string;
@@ -2940,7 +2824,6 @@ export declare const rootContract: {
2940
2824
  pool_type: string;
2941
2825
  pool_volume_24h_base: string | null;
2942
2826
  pool_volume_24h_quote: string | null;
2943
- pool_volume_24h_usd: string | null;
2944
2827
  pool_volume_24h_swap_count: number | null;
2945
2828
  pool_volume_last_updated: string | null;
2946
2829
  base_token: {
@@ -2975,17 +2858,14 @@ export declare const rootContract: {
2975
2858
  pool_current_price: import("zod").ZodString;
2976
2859
  pool_current_sqrt_price: import("zod").ZodString;
2977
2860
  pool_current_fdv: import("zod").ZodString;
2978
- pool_current_fdv_usd: import("zod").ZodNullable<import("zod").ZodString>;
2979
2861
  pool_current_liquidity: import("zod").ZodString;
2980
2862
  pool_current_tick: import("zod").ZodNumber;
2981
2863
  pool_current_market_cap: import("zod").ZodString;
2982
- pool_current_market_cap_usd: import("zod").ZodNullable<import("zod").ZodString>;
2983
2864
  pool_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
2984
2865
  pool_migration_timestamp: import("zod").ZodNullable<import("zod").ZodDate>;
2985
2866
  pool_type: import("zod").ZodString;
2986
2867
  pool_volume_24h_base: import("zod").ZodNullable<import("zod").ZodString>;
2987
2868
  pool_volume_24h_quote: import("zod").ZodNullable<import("zod").ZodString>;
2988
- pool_volume_24h_usd: import("zod").ZodNullable<import("zod").ZodString>;
2989
2869
  pool_volume_24h_swap_count: import("zod").ZodNullable<import("zod").ZodNumber>;
2990
2870
  pool_volume_last_updated: import("zod").ZodNullable<import("zod").ZodString>;
2991
2871
  pool_market_data: import("zod").ZodEffects<import("zod").ZodNullable<import("zod").ZodObject<{
@@ -3151,17 +3031,14 @@ export declare const rootContract: {
3151
3031
  pool_current_price: string;
3152
3032
  pool_current_sqrt_price: string;
3153
3033
  pool_current_fdv: string;
3154
- pool_current_fdv_usd: string | null;
3155
3034
  pool_current_liquidity: string;
3156
3035
  pool_current_tick: number;
3157
3036
  pool_current_market_cap: string;
3158
- pool_current_market_cap_usd: string | null;
3159
3037
  pool_address: `0x${string}`;
3160
3038
  pool_migration_timestamp: Date | null;
3161
3039
  pool_type: string;
3162
3040
  pool_volume_24h_base: string | null;
3163
3041
  pool_volume_24h_quote: string | null;
3164
- pool_volume_24h_usd: string | null;
3165
3042
  pool_volume_24h_swap_count: number | null;
3166
3043
  pool_volume_last_updated: string | null;
3167
3044
  pool_market_data: {
@@ -3203,17 +3080,14 @@ export declare const rootContract: {
3203
3080
  pool_current_price: string;
3204
3081
  pool_current_sqrt_price: string;
3205
3082
  pool_current_fdv: string;
3206
- pool_current_fdv_usd: string | null;
3207
3083
  pool_current_liquidity: string;
3208
3084
  pool_current_tick: number;
3209
3085
  pool_current_market_cap: string;
3210
- pool_current_market_cap_usd: string | null;
3211
3086
  pool_address: string;
3212
3087
  pool_migration_timestamp: Date | null;
3213
3088
  pool_type: string;
3214
3089
  pool_volume_24h_base: string | null;
3215
3090
  pool_volume_24h_quote: string | null;
3216
- pool_volume_24h_usd: string | null;
3217
3091
  pool_volume_24h_swap_count: number | null;
3218
3092
  pool_volume_last_updated: string | null;
3219
3093
  base_token: {
@@ -3256,12 +3130,10 @@ export declare const rootContract: {
3256
3130
  pool_current_price: string;
3257
3131
  pool_current_sqrt_price: string;
3258
3132
  pool_current_fdv: string;
3259
- pool_current_fdv_usd: string | null;
3260
3133
  pool_current_liquidity: string;
3261
3134
  pool_current_tick: number;
3262
3135
  pool_last_epoch: number;
3263
3136
  pool_current_market_cap: string;
3264
- pool_current_market_cap_usd: string | null;
3265
3137
  pool_current_fees_accrued: string;
3266
3138
  pool_current_total_proceeds: string;
3267
3139
  pool_current_total_tokens_sold: string;
@@ -3278,7 +3150,6 @@ export declare const rootContract: {
3278
3150
  pool_type: string;
3279
3151
  pool_volume_24h_base: string | null;
3280
3152
  pool_volume_24h_quote: string | null;
3281
- pool_volume_24h_usd: string | null;
3282
3153
  pool_volume_24h_swap_count: number | null;
3283
3154
  pool_volume_last_updated: string | null;
3284
3155
  pool_market_data: {
@@ -3320,17 +3191,14 @@ export declare const rootContract: {
3320
3191
  pool_current_price: string;
3321
3192
  pool_current_sqrt_price: string;
3322
3193
  pool_current_fdv: string;
3323
- pool_current_fdv_usd: string | null;
3324
3194
  pool_current_liquidity: string;
3325
3195
  pool_current_tick: number;
3326
3196
  pool_current_market_cap: string;
3327
- pool_current_market_cap_usd: string | null;
3328
3197
  pool_address: `0x${string}`;
3329
3198
  pool_migration_timestamp: Date | null;
3330
3199
  pool_type: string;
3331
3200
  pool_volume_24h_base: string | null;
3332
3201
  pool_volume_24h_quote: string | null;
3333
- pool_volume_24h_usd: string | null;
3334
3202
  pool_volume_24h_swap_count: number | null;
3335
3203
  pool_volume_last_updated: string | null;
3336
3204
  pool_market_data: {
@@ -3379,12 +3247,10 @@ export declare const rootContract: {
3379
3247
  pool_current_price: string;
3380
3248
  pool_current_sqrt_price: string;
3381
3249
  pool_current_fdv: string;
3382
- pool_current_fdv_usd: string | null;
3383
3250
  pool_current_liquidity: string;
3384
3251
  pool_current_tick: number;
3385
3252
  pool_last_epoch: number;
3386
3253
  pool_current_market_cap: string;
3387
- pool_current_market_cap_usd: string | null;
3388
3254
  pool_current_fees_accrued: string;
3389
3255
  pool_current_total_proceeds: string;
3390
3256
  pool_current_total_tokens_sold: string;
@@ -3401,7 +3267,6 @@ export declare const rootContract: {
3401
3267
  pool_type: string;
3402
3268
  pool_volume_24h_base: string | null;
3403
3269
  pool_volume_24h_quote: string | null;
3404
- pool_volume_24h_usd: string | null;
3405
3270
  pool_volume_24h_swap_count: number | null;
3406
3271
  pool_volume_last_updated: string | null;
3407
3272
  base_token: {
@@ -3436,17 +3301,14 @@ export declare const rootContract: {
3436
3301
  pool_current_price: string;
3437
3302
  pool_current_sqrt_price: string;
3438
3303
  pool_current_fdv: string;
3439
- pool_current_fdv_usd: string | null;
3440
3304
  pool_current_liquidity: string;
3441
3305
  pool_current_tick: number;
3442
3306
  pool_current_market_cap: string;
3443
- pool_current_market_cap_usd: string | null;
3444
3307
  pool_address: string;
3445
3308
  pool_migration_timestamp: Date | null;
3446
3309
  pool_type: string;
3447
3310
  pool_volume_24h_base: string | null;
3448
3311
  pool_volume_24h_quote: string | null;
3449
- pool_volume_24h_usd: string | null;
3450
3312
  pool_volume_24h_swap_count: number | null;
3451
3313
  pool_volume_last_updated: string | null;
3452
3314
  base_token: {
@@ -3490,12 +3352,10 @@ export declare const rootContract: {
3490
3352
  pool_current_price: string;
3491
3353
  pool_current_sqrt_price: string;
3492
3354
  pool_current_fdv: string;
3493
- pool_current_fdv_usd: string | null;
3494
3355
  pool_current_liquidity: string;
3495
3356
  pool_current_tick: number;
3496
3357
  pool_last_epoch: number;
3497
3358
  pool_current_market_cap: string;
3498
- pool_current_market_cap_usd: string | null;
3499
3359
  pool_current_fees_accrued: string;
3500
3360
  pool_current_total_proceeds: string;
3501
3361
  pool_current_total_tokens_sold: string;
@@ -3512,7 +3372,6 @@ export declare const rootContract: {
3512
3372
  pool_type: string;
3513
3373
  pool_volume_24h_base: string | null;
3514
3374
  pool_volume_24h_quote: string | null;
3515
- pool_volume_24h_usd: string | null;
3516
3375
  pool_volume_24h_swap_count: number | null;
3517
3376
  pool_volume_last_updated: string | null;
3518
3377
  pool_market_data: {
@@ -3554,17 +3413,14 @@ export declare const rootContract: {
3554
3413
  pool_current_price: string;
3555
3414
  pool_current_sqrt_price: string;
3556
3415
  pool_current_fdv: string;
3557
- pool_current_fdv_usd: string | null;
3558
3416
  pool_current_liquidity: string;
3559
3417
  pool_current_tick: number;
3560
3418
  pool_current_market_cap: string;
3561
- pool_current_market_cap_usd: string | null;
3562
3419
  pool_address: `0x${string}`;
3563
3420
  pool_migration_timestamp: Date | null;
3564
3421
  pool_type: string;
3565
3422
  pool_volume_24h_base: string | null;
3566
3423
  pool_volume_24h_quote: string | null;
3567
- pool_volume_24h_usd: string | null;
3568
3424
  pool_volume_24h_swap_count: number | null;
3569
3425
  pool_volume_last_updated: string | null;
3570
3426
  pool_market_data: {
@@ -3613,12 +3469,10 @@ export declare const rootContract: {
3613
3469
  pool_current_price: string;
3614
3470
  pool_current_sqrt_price: string;
3615
3471
  pool_current_fdv: string;
3616
- pool_current_fdv_usd: string | null;
3617
3472
  pool_current_liquidity: string;
3618
3473
  pool_current_tick: number;
3619
3474
  pool_last_epoch: number;
3620
3475
  pool_current_market_cap: string;
3621
- pool_current_market_cap_usd: string | null;
3622
3476
  pool_current_fees_accrued: string;
3623
3477
  pool_current_total_proceeds: string;
3624
3478
  pool_current_total_tokens_sold: string;
@@ -3635,7 +3489,6 @@ export declare const rootContract: {
3635
3489
  pool_type: string;
3636
3490
  pool_volume_24h_base: string | null;
3637
3491
  pool_volume_24h_quote: string | null;
3638
- pool_volume_24h_usd: string | null;
3639
3492
  pool_volume_24h_swap_count: number | null;
3640
3493
  pool_volume_last_updated: string | null;
3641
3494
  base_token: {
@@ -3670,17 +3523,14 @@ export declare const rootContract: {
3670
3523
  pool_current_price: string;
3671
3524
  pool_current_sqrt_price: string;
3672
3525
  pool_current_fdv: string;
3673
- pool_current_fdv_usd: string | null;
3674
3526
  pool_current_liquidity: string;
3675
3527
  pool_current_tick: number;
3676
3528
  pool_current_market_cap: string;
3677
- pool_current_market_cap_usd: string | null;
3678
3529
  pool_address: string;
3679
3530
  pool_migration_timestamp: Date | null;
3680
3531
  pool_type: string;
3681
3532
  pool_volume_24h_base: string | null;
3682
3533
  pool_volume_24h_quote: string | null;
3683
- pool_volume_24h_usd: string | null;
3684
3534
  pool_volume_24h_swap_count: number | null;
3685
3535
  pool_volume_last_updated: string | null;
3686
3536
  base_token: {
@@ -3726,12 +3576,10 @@ export declare const rootContract: {
3726
3576
  pool_current_price: string;
3727
3577
  pool_current_sqrt_price: string;
3728
3578
  pool_current_fdv: string;
3729
- pool_current_fdv_usd: string | null;
3730
3579
  pool_current_liquidity: string;
3731
3580
  pool_current_tick: number;
3732
3581
  pool_last_epoch: number;
3733
3582
  pool_current_market_cap: string;
3734
- pool_current_market_cap_usd: string | null;
3735
3583
  pool_current_fees_accrued: string;
3736
3584
  pool_current_total_proceeds: string;
3737
3585
  pool_current_total_tokens_sold: string;
@@ -3748,7 +3596,6 @@ export declare const rootContract: {
3748
3596
  pool_type: string;
3749
3597
  pool_volume_24h_base: string | null;
3750
3598
  pool_volume_24h_quote: string | null;
3751
- pool_volume_24h_usd: string | null;
3752
3599
  pool_volume_24h_swap_count: number | null;
3753
3600
  pool_volume_last_updated: string | null;
3754
3601
  pool_market_data: {
@@ -3790,17 +3637,14 @@ export declare const rootContract: {
3790
3637
  pool_current_price: string;
3791
3638
  pool_current_sqrt_price: string;
3792
3639
  pool_current_fdv: string;
3793
- pool_current_fdv_usd: string | null;
3794
3640
  pool_current_liquidity: string;
3795
3641
  pool_current_tick: number;
3796
3642
  pool_current_market_cap: string;
3797
- pool_current_market_cap_usd: string | null;
3798
3643
  pool_address: `0x${string}`;
3799
3644
  pool_migration_timestamp: Date | null;
3800
3645
  pool_type: string;
3801
3646
  pool_volume_24h_base: string | null;
3802
3647
  pool_volume_24h_quote: string | null;
3803
- pool_volume_24h_usd: string | null;
3804
3648
  pool_volume_24h_swap_count: number | null;
3805
3649
  pool_volume_last_updated: string | null;
3806
3650
  pool_market_data: {
@@ -3851,12 +3695,10 @@ export declare const rootContract: {
3851
3695
  pool_current_price: string;
3852
3696
  pool_current_sqrt_price: string;
3853
3697
  pool_current_fdv: string;
3854
- pool_current_fdv_usd: string | null;
3855
3698
  pool_current_liquidity: string;
3856
3699
  pool_current_tick: number;
3857
3700
  pool_last_epoch: number;
3858
3701
  pool_current_market_cap: string;
3859
- pool_current_market_cap_usd: string | null;
3860
3702
  pool_current_fees_accrued: string;
3861
3703
  pool_current_total_proceeds: string;
3862
3704
  pool_current_total_tokens_sold: string;
@@ -3873,7 +3715,6 @@ export declare const rootContract: {
3873
3715
  pool_type: string;
3874
3716
  pool_volume_24h_base: string | null;
3875
3717
  pool_volume_24h_quote: string | null;
3876
- pool_volume_24h_usd: string | null;
3877
3718
  pool_volume_24h_swap_count: number | null;
3878
3719
  pool_volume_last_updated: string | null;
3879
3720
  base_token: {
@@ -3908,17 +3749,14 @@ export declare const rootContract: {
3908
3749
  pool_current_price: string;
3909
3750
  pool_current_sqrt_price: string;
3910
3751
  pool_current_fdv: string;
3911
- pool_current_fdv_usd: string | null;
3912
3752
  pool_current_liquidity: string;
3913
3753
  pool_current_tick: number;
3914
3754
  pool_current_market_cap: string;
3915
- pool_current_market_cap_usd: string | null;
3916
3755
  pool_address: string;
3917
3756
  pool_migration_timestamp: Date | null;
3918
3757
  pool_type: string;
3919
3758
  pool_volume_24h_base: string | null;
3920
3759
  pool_volume_24h_quote: string | null;
3921
- pool_volume_24h_usd: string | null;
3922
3760
  pool_volume_24h_swap_count: number | null;
3923
3761
  pool_volume_last_updated: string | null;
3924
3762
  base_token: {