@longdotxyz/shared 0.0.96 → 0.0.98
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/contracts/asset.contract.d.ts +0 -272
- package/dist/contracts/asset.contract.js +0 -8
- package/dist/contracts/asset.contract.js.map +1 -1
- package/dist/contracts/index.d.ts +0 -216
- package/dist/graphql/generated.d.ts +103 -0
- package/dist/graphql/generated.js +11 -1
- package/dist/graphql/generated.js.map +1 -1
- package/package.json +1 -1
|
@@ -57,10 +57,6 @@ export declare const rootContract: {
|
|
|
57
57
|
pool_config_ending_time: import("zod").ZodString;
|
|
58
58
|
pool_migration_timestamp: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
59
59
|
pool_type: import("zod").ZodString;
|
|
60
|
-
pool_volume_24h_base: import("zod").ZodNullable<import("zod").ZodString>;
|
|
61
|
-
pool_volume_24h_quote: import("zod").ZodNullable<import("zod").ZodString>;
|
|
62
|
-
pool_volume_24h_swap_count: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
63
|
-
pool_volume_last_updated: import("zod").ZodNullable<import("zod").ZodString>;
|
|
64
60
|
pool_market_data: import("zod").ZodEffects<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
65
61
|
pool_liquidity: import("zod").ZodNullable<import("zod").ZodString>;
|
|
66
62
|
pool_market_cap: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -239,10 +235,6 @@ export declare const rootContract: {
|
|
|
239
235
|
pool_config_ending_time: string;
|
|
240
236
|
pool_migration_timestamp: Date | null;
|
|
241
237
|
pool_type: string;
|
|
242
|
-
pool_volume_24h_base: string | null;
|
|
243
|
-
pool_volume_24h_quote: string | null;
|
|
244
|
-
pool_volume_24h_swap_count: number | null;
|
|
245
|
-
pool_volume_last_updated: string | null;
|
|
246
238
|
pool_market_data: {
|
|
247
239
|
pool_liquidity: string | null;
|
|
248
240
|
pool_market_cap: string | null;
|
|
@@ -299,10 +291,6 @@ export declare const rootContract: {
|
|
|
299
291
|
pool_config_ending_time: string;
|
|
300
292
|
pool_migration_timestamp: Date | null;
|
|
301
293
|
pool_type: string;
|
|
302
|
-
pool_volume_24h_base: string | null;
|
|
303
|
-
pool_volume_24h_quote: string | null;
|
|
304
|
-
pool_volume_24h_swap_count: number | null;
|
|
305
|
-
pool_volume_last_updated: string | null;
|
|
306
294
|
base_token: {
|
|
307
295
|
token_address: string;
|
|
308
296
|
token_name: string;
|
|
@@ -341,10 +329,6 @@ export declare const rootContract: {
|
|
|
341
329
|
pool_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
342
330
|
pool_migration_timestamp: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
343
331
|
pool_type: import("zod").ZodString;
|
|
344
|
-
pool_volume_24h_base: import("zod").ZodNullable<import("zod").ZodString>;
|
|
345
|
-
pool_volume_24h_quote: import("zod").ZodNullable<import("zod").ZodString>;
|
|
346
|
-
pool_volume_24h_swap_count: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
347
|
-
pool_volume_last_updated: import("zod").ZodNullable<import("zod").ZodString>;
|
|
348
332
|
pool_market_data: import("zod").ZodEffects<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
349
333
|
pool_liquidity: import("zod").ZodNullable<import("zod").ZodString>;
|
|
350
334
|
pool_market_cap: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -514,10 +498,6 @@ export declare const rootContract: {
|
|
|
514
498
|
pool_address: `0x${string}`;
|
|
515
499
|
pool_migration_timestamp: Date | null;
|
|
516
500
|
pool_type: string;
|
|
517
|
-
pool_volume_24h_base: string | null;
|
|
518
|
-
pool_volume_24h_quote: string | null;
|
|
519
|
-
pool_volume_24h_swap_count: number | null;
|
|
520
|
-
pool_volume_last_updated: string | null;
|
|
521
501
|
pool_market_data: {
|
|
522
502
|
pool_liquidity: string | null;
|
|
523
503
|
pool_market_cap: string | null;
|
|
@@ -563,10 +543,6 @@ export declare const rootContract: {
|
|
|
563
543
|
pool_address: string;
|
|
564
544
|
pool_migration_timestamp: Date | null;
|
|
565
545
|
pool_type: string;
|
|
566
|
-
pool_volume_24h_base: string | null;
|
|
567
|
-
pool_volume_24h_quote: string | null;
|
|
568
|
-
pool_volume_24h_swap_count: number | null;
|
|
569
|
-
pool_volume_last_updated: string | null;
|
|
570
546
|
base_token: {
|
|
571
547
|
token_address: string;
|
|
572
548
|
token_name: string;
|
|
@@ -625,10 +601,6 @@ export declare const rootContract: {
|
|
|
625
601
|
pool_config_ending_time: string;
|
|
626
602
|
pool_migration_timestamp: Date | null;
|
|
627
603
|
pool_type: string;
|
|
628
|
-
pool_volume_24h_base: string | null;
|
|
629
|
-
pool_volume_24h_quote: string | null;
|
|
630
|
-
pool_volume_24h_swap_count: number | null;
|
|
631
|
-
pool_volume_last_updated: string | null;
|
|
632
604
|
pool_market_data: {
|
|
633
605
|
pool_liquidity: string | null;
|
|
634
606
|
pool_market_cap: string | null;
|
|
@@ -674,10 +646,6 @@ export declare const rootContract: {
|
|
|
674
646
|
pool_address: `0x${string}`;
|
|
675
647
|
pool_migration_timestamp: Date | null;
|
|
676
648
|
pool_type: string;
|
|
677
|
-
pool_volume_24h_base: string | null;
|
|
678
|
-
pool_volume_24h_quote: string | null;
|
|
679
|
-
pool_volume_24h_swap_count: number | null;
|
|
680
|
-
pool_volume_last_updated: string | null;
|
|
681
649
|
pool_market_data: {
|
|
682
650
|
pool_liquidity: string | null;
|
|
683
651
|
pool_market_cap: string | null;
|
|
@@ -742,10 +710,6 @@ export declare const rootContract: {
|
|
|
742
710
|
pool_config_ending_time: string;
|
|
743
711
|
pool_migration_timestamp: Date | null;
|
|
744
712
|
pool_type: string;
|
|
745
|
-
pool_volume_24h_base: string | null;
|
|
746
|
-
pool_volume_24h_quote: string | null;
|
|
747
|
-
pool_volume_24h_swap_count: number | null;
|
|
748
|
-
pool_volume_last_updated: string | null;
|
|
749
713
|
base_token: {
|
|
750
714
|
token_address: string;
|
|
751
715
|
token_name: string;
|
|
@@ -784,10 +748,6 @@ export declare const rootContract: {
|
|
|
784
748
|
pool_address: string;
|
|
785
749
|
pool_migration_timestamp: Date | null;
|
|
786
750
|
pool_type: string;
|
|
787
|
-
pool_volume_24h_base: string | null;
|
|
788
|
-
pool_volume_24h_quote: string | null;
|
|
789
|
-
pool_volume_24h_swap_count: number | null;
|
|
790
|
-
pool_volume_last_updated: string | null;
|
|
791
751
|
base_token: {
|
|
792
752
|
token_address: string;
|
|
793
753
|
token_name: string;
|
|
@@ -847,10 +807,6 @@ export declare const rootContract: {
|
|
|
847
807
|
pool_config_ending_time: string;
|
|
848
808
|
pool_migration_timestamp: Date | null;
|
|
849
809
|
pool_type: string;
|
|
850
|
-
pool_volume_24h_base: string | null;
|
|
851
|
-
pool_volume_24h_quote: string | null;
|
|
852
|
-
pool_volume_24h_swap_count: number | null;
|
|
853
|
-
pool_volume_last_updated: string | null;
|
|
854
810
|
pool_market_data: {
|
|
855
811
|
pool_liquidity: string | null;
|
|
856
812
|
pool_market_cap: string | null;
|
|
@@ -896,10 +852,6 @@ export declare const rootContract: {
|
|
|
896
852
|
pool_address: `0x${string}`;
|
|
897
853
|
pool_migration_timestamp: Date | null;
|
|
898
854
|
pool_type: string;
|
|
899
|
-
pool_volume_24h_base: string | null;
|
|
900
|
-
pool_volume_24h_quote: string | null;
|
|
901
|
-
pool_volume_24h_swap_count: number | null;
|
|
902
|
-
pool_volume_last_updated: string | null;
|
|
903
855
|
pool_market_data: {
|
|
904
856
|
pool_liquidity: string | null;
|
|
905
857
|
pool_market_cap: string | null;
|
|
@@ -964,10 +916,6 @@ export declare const rootContract: {
|
|
|
964
916
|
pool_config_ending_time: string;
|
|
965
917
|
pool_migration_timestamp: Date | null;
|
|
966
918
|
pool_type: string;
|
|
967
|
-
pool_volume_24h_base: string | null;
|
|
968
|
-
pool_volume_24h_quote: string | null;
|
|
969
|
-
pool_volume_24h_swap_count: number | null;
|
|
970
|
-
pool_volume_last_updated: string | null;
|
|
971
919
|
base_token: {
|
|
972
920
|
token_address: string;
|
|
973
921
|
token_name: string;
|
|
@@ -1006,10 +954,6 @@ export declare const rootContract: {
|
|
|
1006
954
|
pool_address: string;
|
|
1007
955
|
pool_migration_timestamp: Date | null;
|
|
1008
956
|
pool_type: string;
|
|
1009
|
-
pool_volume_24h_base: string | null;
|
|
1010
|
-
pool_volume_24h_quote: string | null;
|
|
1011
|
-
pool_volume_24h_swap_count: number | null;
|
|
1012
|
-
pool_volume_last_updated: string | null;
|
|
1013
957
|
base_token: {
|
|
1014
958
|
token_address: string;
|
|
1015
959
|
token_name: string;
|
|
@@ -1071,10 +1015,6 @@ export declare const rootContract: {
|
|
|
1071
1015
|
pool_config_ending_time: string;
|
|
1072
1016
|
pool_migration_timestamp: Date | null;
|
|
1073
1017
|
pool_type: string;
|
|
1074
|
-
pool_volume_24h_base: string | null;
|
|
1075
|
-
pool_volume_24h_quote: string | null;
|
|
1076
|
-
pool_volume_24h_swap_count: number | null;
|
|
1077
|
-
pool_volume_last_updated: string | null;
|
|
1078
1018
|
pool_market_data: {
|
|
1079
1019
|
pool_liquidity: string | null;
|
|
1080
1020
|
pool_market_cap: string | null;
|
|
@@ -1120,10 +1060,6 @@ export declare const rootContract: {
|
|
|
1120
1060
|
pool_address: `0x${string}`;
|
|
1121
1061
|
pool_migration_timestamp: Date | null;
|
|
1122
1062
|
pool_type: string;
|
|
1123
|
-
pool_volume_24h_base: string | null;
|
|
1124
|
-
pool_volume_24h_quote: string | null;
|
|
1125
|
-
pool_volume_24h_swap_count: number | null;
|
|
1126
|
-
pool_volume_last_updated: string | null;
|
|
1127
1063
|
pool_market_data: {
|
|
1128
1064
|
pool_liquidity: string | null;
|
|
1129
1065
|
pool_market_cap: string | null;
|
|
@@ -1190,10 +1126,6 @@ export declare const rootContract: {
|
|
|
1190
1126
|
pool_config_ending_time: string;
|
|
1191
1127
|
pool_migration_timestamp: Date | null;
|
|
1192
1128
|
pool_type: string;
|
|
1193
|
-
pool_volume_24h_base: string | null;
|
|
1194
|
-
pool_volume_24h_quote: string | null;
|
|
1195
|
-
pool_volume_24h_swap_count: number | null;
|
|
1196
|
-
pool_volume_last_updated: string | null;
|
|
1197
1129
|
base_token: {
|
|
1198
1130
|
token_address: string;
|
|
1199
1131
|
token_name: string;
|
|
@@ -1232,10 +1164,6 @@ export declare const rootContract: {
|
|
|
1232
1164
|
pool_address: string;
|
|
1233
1165
|
pool_migration_timestamp: Date | null;
|
|
1234
1166
|
pool_type: string;
|
|
1235
|
-
pool_volume_24h_base: string | null;
|
|
1236
|
-
pool_volume_24h_quote: string | null;
|
|
1237
|
-
pool_volume_24h_swap_count: number | null;
|
|
1238
|
-
pool_volume_last_updated: string | null;
|
|
1239
1167
|
base_token: {
|
|
1240
1168
|
token_address: string;
|
|
1241
1169
|
token_name: string;
|
|
@@ -1318,10 +1246,6 @@ export declare const rootContract: {
|
|
|
1318
1246
|
pool_config_ending_time: import("zod").ZodString;
|
|
1319
1247
|
pool_migration_timestamp: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
1320
1248
|
pool_type: import("zod").ZodString;
|
|
1321
|
-
pool_volume_24h_base: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1322
|
-
pool_volume_24h_quote: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1323
|
-
pool_volume_24h_swap_count: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
1324
|
-
pool_volume_last_updated: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1325
1249
|
pool_market_data: import("zod").ZodEffects<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
1326
1250
|
pool_liquidity: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1327
1251
|
pool_market_cap: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -1500,10 +1424,6 @@ export declare const rootContract: {
|
|
|
1500
1424
|
pool_config_ending_time: string;
|
|
1501
1425
|
pool_migration_timestamp: Date | null;
|
|
1502
1426
|
pool_type: string;
|
|
1503
|
-
pool_volume_24h_base: string | null;
|
|
1504
|
-
pool_volume_24h_quote: string | null;
|
|
1505
|
-
pool_volume_24h_swap_count: number | null;
|
|
1506
|
-
pool_volume_last_updated: string | null;
|
|
1507
1427
|
pool_market_data: {
|
|
1508
1428
|
pool_liquidity: string | null;
|
|
1509
1429
|
pool_market_cap: string | null;
|
|
@@ -1560,10 +1480,6 @@ export declare const rootContract: {
|
|
|
1560
1480
|
pool_config_ending_time: string;
|
|
1561
1481
|
pool_migration_timestamp: Date | null;
|
|
1562
1482
|
pool_type: string;
|
|
1563
|
-
pool_volume_24h_base: string | null;
|
|
1564
|
-
pool_volume_24h_quote: string | null;
|
|
1565
|
-
pool_volume_24h_swap_count: number | null;
|
|
1566
|
-
pool_volume_last_updated: string | null;
|
|
1567
1483
|
base_token: {
|
|
1568
1484
|
token_address: string;
|
|
1569
1485
|
token_name: string;
|
|
@@ -1602,10 +1518,6 @@ export declare const rootContract: {
|
|
|
1602
1518
|
pool_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
1603
1519
|
pool_migration_timestamp: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
1604
1520
|
pool_type: import("zod").ZodString;
|
|
1605
|
-
pool_volume_24h_base: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1606
|
-
pool_volume_24h_quote: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1607
|
-
pool_volume_24h_swap_count: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
1608
|
-
pool_volume_last_updated: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1609
1521
|
pool_market_data: import("zod").ZodEffects<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
1610
1522
|
pool_liquidity: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1611
1523
|
pool_market_cap: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -1775,10 +1687,6 @@ export declare const rootContract: {
|
|
|
1775
1687
|
pool_address: `0x${string}`;
|
|
1776
1688
|
pool_migration_timestamp: Date | null;
|
|
1777
1689
|
pool_type: string;
|
|
1778
|
-
pool_volume_24h_base: string | null;
|
|
1779
|
-
pool_volume_24h_quote: string | null;
|
|
1780
|
-
pool_volume_24h_swap_count: number | null;
|
|
1781
|
-
pool_volume_last_updated: string | null;
|
|
1782
1690
|
pool_market_data: {
|
|
1783
1691
|
pool_liquidity: string | null;
|
|
1784
1692
|
pool_market_cap: string | null;
|
|
@@ -1824,10 +1732,6 @@ export declare const rootContract: {
|
|
|
1824
1732
|
pool_address: string;
|
|
1825
1733
|
pool_migration_timestamp: Date | null;
|
|
1826
1734
|
pool_type: string;
|
|
1827
|
-
pool_volume_24h_base: string | null;
|
|
1828
|
-
pool_volume_24h_quote: string | null;
|
|
1829
|
-
pool_volume_24h_swap_count: number | null;
|
|
1830
|
-
pool_volume_last_updated: string | null;
|
|
1831
1735
|
base_token: {
|
|
1832
1736
|
token_address: string;
|
|
1833
1737
|
token_name: string;
|
|
@@ -1886,10 +1790,6 @@ export declare const rootContract: {
|
|
|
1886
1790
|
pool_config_ending_time: string;
|
|
1887
1791
|
pool_migration_timestamp: Date | null;
|
|
1888
1792
|
pool_type: string;
|
|
1889
|
-
pool_volume_24h_base: string | null;
|
|
1890
|
-
pool_volume_24h_quote: string | null;
|
|
1891
|
-
pool_volume_24h_swap_count: number | null;
|
|
1892
|
-
pool_volume_last_updated: string | null;
|
|
1893
1793
|
pool_market_data: {
|
|
1894
1794
|
pool_liquidity: string | null;
|
|
1895
1795
|
pool_market_cap: string | null;
|
|
@@ -1935,10 +1835,6 @@ export declare const rootContract: {
|
|
|
1935
1835
|
pool_address: `0x${string}`;
|
|
1936
1836
|
pool_migration_timestamp: Date | null;
|
|
1937
1837
|
pool_type: string;
|
|
1938
|
-
pool_volume_24h_base: string | null;
|
|
1939
|
-
pool_volume_24h_quote: string | null;
|
|
1940
|
-
pool_volume_24h_swap_count: number | null;
|
|
1941
|
-
pool_volume_last_updated: string | null;
|
|
1942
1838
|
pool_market_data: {
|
|
1943
1839
|
pool_liquidity: string | null;
|
|
1944
1840
|
pool_market_cap: string | null;
|
|
@@ -2003,10 +1899,6 @@ export declare const rootContract: {
|
|
|
2003
1899
|
pool_config_ending_time: string;
|
|
2004
1900
|
pool_migration_timestamp: Date | null;
|
|
2005
1901
|
pool_type: string;
|
|
2006
|
-
pool_volume_24h_base: string | null;
|
|
2007
|
-
pool_volume_24h_quote: string | null;
|
|
2008
|
-
pool_volume_24h_swap_count: number | null;
|
|
2009
|
-
pool_volume_last_updated: string | null;
|
|
2010
1902
|
base_token: {
|
|
2011
1903
|
token_address: string;
|
|
2012
1904
|
token_name: string;
|
|
@@ -2045,10 +1937,6 @@ export declare const rootContract: {
|
|
|
2045
1937
|
pool_address: string;
|
|
2046
1938
|
pool_migration_timestamp: Date | null;
|
|
2047
1939
|
pool_type: string;
|
|
2048
|
-
pool_volume_24h_base: string | null;
|
|
2049
|
-
pool_volume_24h_quote: string | null;
|
|
2050
|
-
pool_volume_24h_swap_count: number | null;
|
|
2051
|
-
pool_volume_last_updated: string | null;
|
|
2052
1940
|
base_token: {
|
|
2053
1941
|
token_address: string;
|
|
2054
1942
|
token_name: string;
|
|
@@ -2108,10 +1996,6 @@ export declare const rootContract: {
|
|
|
2108
1996
|
pool_config_ending_time: string;
|
|
2109
1997
|
pool_migration_timestamp: Date | null;
|
|
2110
1998
|
pool_type: string;
|
|
2111
|
-
pool_volume_24h_base: string | null;
|
|
2112
|
-
pool_volume_24h_quote: string | null;
|
|
2113
|
-
pool_volume_24h_swap_count: number | null;
|
|
2114
|
-
pool_volume_last_updated: string | null;
|
|
2115
1999
|
pool_market_data: {
|
|
2116
2000
|
pool_liquidity: string | null;
|
|
2117
2001
|
pool_market_cap: string | null;
|
|
@@ -2157,10 +2041,6 @@ export declare const rootContract: {
|
|
|
2157
2041
|
pool_address: `0x${string}`;
|
|
2158
2042
|
pool_migration_timestamp: Date | null;
|
|
2159
2043
|
pool_type: string;
|
|
2160
|
-
pool_volume_24h_base: string | null;
|
|
2161
|
-
pool_volume_24h_quote: string | null;
|
|
2162
|
-
pool_volume_24h_swap_count: number | null;
|
|
2163
|
-
pool_volume_last_updated: string | null;
|
|
2164
2044
|
pool_market_data: {
|
|
2165
2045
|
pool_liquidity: string | null;
|
|
2166
2046
|
pool_market_cap: string | null;
|
|
@@ -2225,10 +2105,6 @@ export declare const rootContract: {
|
|
|
2225
2105
|
pool_config_ending_time: string;
|
|
2226
2106
|
pool_migration_timestamp: Date | null;
|
|
2227
2107
|
pool_type: string;
|
|
2228
|
-
pool_volume_24h_base: string | null;
|
|
2229
|
-
pool_volume_24h_quote: string | null;
|
|
2230
|
-
pool_volume_24h_swap_count: number | null;
|
|
2231
|
-
pool_volume_last_updated: string | null;
|
|
2232
2108
|
base_token: {
|
|
2233
2109
|
token_address: string;
|
|
2234
2110
|
token_name: string;
|
|
@@ -2267,10 +2143,6 @@ export declare const rootContract: {
|
|
|
2267
2143
|
pool_address: string;
|
|
2268
2144
|
pool_migration_timestamp: Date | null;
|
|
2269
2145
|
pool_type: string;
|
|
2270
|
-
pool_volume_24h_base: string | null;
|
|
2271
|
-
pool_volume_24h_quote: string | null;
|
|
2272
|
-
pool_volume_24h_swap_count: number | null;
|
|
2273
|
-
pool_volume_last_updated: string | null;
|
|
2274
2146
|
base_token: {
|
|
2275
2147
|
token_address: string;
|
|
2276
2148
|
token_name: string;
|
|
@@ -2332,10 +2204,6 @@ export declare const rootContract: {
|
|
|
2332
2204
|
pool_config_ending_time: string;
|
|
2333
2205
|
pool_migration_timestamp: Date | null;
|
|
2334
2206
|
pool_type: string;
|
|
2335
|
-
pool_volume_24h_base: string | null;
|
|
2336
|
-
pool_volume_24h_quote: string | null;
|
|
2337
|
-
pool_volume_24h_swap_count: number | null;
|
|
2338
|
-
pool_volume_last_updated: string | null;
|
|
2339
2207
|
pool_market_data: {
|
|
2340
2208
|
pool_liquidity: string | null;
|
|
2341
2209
|
pool_market_cap: string | null;
|
|
@@ -2381,10 +2249,6 @@ export declare const rootContract: {
|
|
|
2381
2249
|
pool_address: `0x${string}`;
|
|
2382
2250
|
pool_migration_timestamp: Date | null;
|
|
2383
2251
|
pool_type: string;
|
|
2384
|
-
pool_volume_24h_base: string | null;
|
|
2385
|
-
pool_volume_24h_quote: string | null;
|
|
2386
|
-
pool_volume_24h_swap_count: number | null;
|
|
2387
|
-
pool_volume_last_updated: string | null;
|
|
2388
2252
|
pool_market_data: {
|
|
2389
2253
|
pool_liquidity: string | null;
|
|
2390
2254
|
pool_market_cap: string | null;
|
|
@@ -2451,10 +2315,6 @@ export declare const rootContract: {
|
|
|
2451
2315
|
pool_config_ending_time: string;
|
|
2452
2316
|
pool_migration_timestamp: Date | null;
|
|
2453
2317
|
pool_type: string;
|
|
2454
|
-
pool_volume_24h_base: string | null;
|
|
2455
|
-
pool_volume_24h_quote: string | null;
|
|
2456
|
-
pool_volume_24h_swap_count: number | null;
|
|
2457
|
-
pool_volume_last_updated: string | null;
|
|
2458
2318
|
base_token: {
|
|
2459
2319
|
token_address: string;
|
|
2460
2320
|
token_name: string;
|
|
@@ -2493,10 +2353,6 @@ export declare const rootContract: {
|
|
|
2493
2353
|
pool_address: string;
|
|
2494
2354
|
pool_migration_timestamp: Date | null;
|
|
2495
2355
|
pool_type: string;
|
|
2496
|
-
pool_volume_24h_base: string | null;
|
|
2497
|
-
pool_volume_24h_quote: string | null;
|
|
2498
|
-
pool_volume_24h_swap_count: number | null;
|
|
2499
|
-
pool_volume_last_updated: string | null;
|
|
2500
2356
|
base_token: {
|
|
2501
2357
|
token_address: string;
|
|
2502
2358
|
token_name: string;
|
|
@@ -2580,10 +2436,6 @@ export declare const rootContract: {
|
|
|
2580
2436
|
pool_config_ending_time: import("zod").ZodString;
|
|
2581
2437
|
pool_migration_timestamp: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
2582
2438
|
pool_type: import("zod").ZodString;
|
|
2583
|
-
pool_volume_24h_base: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2584
|
-
pool_volume_24h_quote: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2585
|
-
pool_volume_24h_swap_count: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
2586
|
-
pool_volume_last_updated: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2587
2439
|
pool_market_data: import("zod").ZodEffects<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
2588
2440
|
pool_liquidity: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2589
2441
|
pool_market_cap: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -2762,10 +2614,6 @@ export declare const rootContract: {
|
|
|
2762
2614
|
pool_config_ending_time: string;
|
|
2763
2615
|
pool_migration_timestamp: Date | null;
|
|
2764
2616
|
pool_type: string;
|
|
2765
|
-
pool_volume_24h_base: string | null;
|
|
2766
|
-
pool_volume_24h_quote: string | null;
|
|
2767
|
-
pool_volume_24h_swap_count: number | null;
|
|
2768
|
-
pool_volume_last_updated: string | null;
|
|
2769
2617
|
pool_market_data: {
|
|
2770
2618
|
pool_liquidity: string | null;
|
|
2771
2619
|
pool_market_cap: string | null;
|
|
@@ -2822,10 +2670,6 @@ export declare const rootContract: {
|
|
|
2822
2670
|
pool_config_ending_time: string;
|
|
2823
2671
|
pool_migration_timestamp: Date | null;
|
|
2824
2672
|
pool_type: string;
|
|
2825
|
-
pool_volume_24h_base: string | null;
|
|
2826
|
-
pool_volume_24h_quote: string | null;
|
|
2827
|
-
pool_volume_24h_swap_count: number | null;
|
|
2828
|
-
pool_volume_last_updated: string | null;
|
|
2829
2673
|
base_token: {
|
|
2830
2674
|
token_address: string;
|
|
2831
2675
|
token_name: string;
|
|
@@ -2864,10 +2708,6 @@ export declare const rootContract: {
|
|
|
2864
2708
|
pool_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
2865
2709
|
pool_migration_timestamp: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
2866
2710
|
pool_type: import("zod").ZodString;
|
|
2867
|
-
pool_volume_24h_base: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2868
|
-
pool_volume_24h_quote: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2869
|
-
pool_volume_24h_swap_count: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
2870
|
-
pool_volume_last_updated: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2871
2711
|
pool_market_data: import("zod").ZodEffects<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
2872
2712
|
pool_liquidity: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2873
2713
|
pool_market_cap: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -3037,10 +2877,6 @@ export declare const rootContract: {
|
|
|
3037
2877
|
pool_address: `0x${string}`;
|
|
3038
2878
|
pool_migration_timestamp: Date | null;
|
|
3039
2879
|
pool_type: string;
|
|
3040
|
-
pool_volume_24h_base: string | null;
|
|
3041
|
-
pool_volume_24h_quote: string | null;
|
|
3042
|
-
pool_volume_24h_swap_count: number | null;
|
|
3043
|
-
pool_volume_last_updated: string | null;
|
|
3044
2880
|
pool_market_data: {
|
|
3045
2881
|
pool_liquidity: string | null;
|
|
3046
2882
|
pool_market_cap: string | null;
|
|
@@ -3086,10 +2922,6 @@ export declare const rootContract: {
|
|
|
3086
2922
|
pool_address: string;
|
|
3087
2923
|
pool_migration_timestamp: Date | null;
|
|
3088
2924
|
pool_type: string;
|
|
3089
|
-
pool_volume_24h_base: string | null;
|
|
3090
|
-
pool_volume_24h_quote: string | null;
|
|
3091
|
-
pool_volume_24h_swap_count: number | null;
|
|
3092
|
-
pool_volume_last_updated: string | null;
|
|
3093
2925
|
base_token: {
|
|
3094
2926
|
token_address: string;
|
|
3095
2927
|
token_name: string;
|
|
@@ -3148,10 +2980,6 @@ export declare const rootContract: {
|
|
|
3148
2980
|
pool_config_ending_time: string;
|
|
3149
2981
|
pool_migration_timestamp: Date | null;
|
|
3150
2982
|
pool_type: string;
|
|
3151
|
-
pool_volume_24h_base: string | null;
|
|
3152
|
-
pool_volume_24h_quote: string | null;
|
|
3153
|
-
pool_volume_24h_swap_count: number | null;
|
|
3154
|
-
pool_volume_last_updated: string | null;
|
|
3155
2983
|
pool_market_data: {
|
|
3156
2984
|
pool_liquidity: string | null;
|
|
3157
2985
|
pool_market_cap: string | null;
|
|
@@ -3197,10 +3025,6 @@ export declare const rootContract: {
|
|
|
3197
3025
|
pool_address: `0x${string}`;
|
|
3198
3026
|
pool_migration_timestamp: Date | null;
|
|
3199
3027
|
pool_type: string;
|
|
3200
|
-
pool_volume_24h_base: string | null;
|
|
3201
|
-
pool_volume_24h_quote: string | null;
|
|
3202
|
-
pool_volume_24h_swap_count: number | null;
|
|
3203
|
-
pool_volume_last_updated: string | null;
|
|
3204
3028
|
pool_market_data: {
|
|
3205
3029
|
pool_liquidity: string | null;
|
|
3206
3030
|
pool_market_cap: string | null;
|
|
@@ -3265,10 +3089,6 @@ export declare const rootContract: {
|
|
|
3265
3089
|
pool_config_ending_time: string;
|
|
3266
3090
|
pool_migration_timestamp: Date | null;
|
|
3267
3091
|
pool_type: string;
|
|
3268
|
-
pool_volume_24h_base: string | null;
|
|
3269
|
-
pool_volume_24h_quote: string | null;
|
|
3270
|
-
pool_volume_24h_swap_count: number | null;
|
|
3271
|
-
pool_volume_last_updated: string | null;
|
|
3272
3092
|
base_token: {
|
|
3273
3093
|
token_address: string;
|
|
3274
3094
|
token_name: string;
|
|
@@ -3307,10 +3127,6 @@ export declare const rootContract: {
|
|
|
3307
3127
|
pool_address: string;
|
|
3308
3128
|
pool_migration_timestamp: Date | null;
|
|
3309
3129
|
pool_type: string;
|
|
3310
|
-
pool_volume_24h_base: string | null;
|
|
3311
|
-
pool_volume_24h_quote: string | null;
|
|
3312
|
-
pool_volume_24h_swap_count: number | null;
|
|
3313
|
-
pool_volume_last_updated: string | null;
|
|
3314
3130
|
base_token: {
|
|
3315
3131
|
token_address: string;
|
|
3316
3132
|
token_name: string;
|
|
@@ -3370,10 +3186,6 @@ export declare const rootContract: {
|
|
|
3370
3186
|
pool_config_ending_time: string;
|
|
3371
3187
|
pool_migration_timestamp: Date | null;
|
|
3372
3188
|
pool_type: string;
|
|
3373
|
-
pool_volume_24h_base: string | null;
|
|
3374
|
-
pool_volume_24h_quote: string | null;
|
|
3375
|
-
pool_volume_24h_swap_count: number | null;
|
|
3376
|
-
pool_volume_last_updated: string | null;
|
|
3377
3189
|
pool_market_data: {
|
|
3378
3190
|
pool_liquidity: string | null;
|
|
3379
3191
|
pool_market_cap: string | null;
|
|
@@ -3419,10 +3231,6 @@ export declare const rootContract: {
|
|
|
3419
3231
|
pool_address: `0x${string}`;
|
|
3420
3232
|
pool_migration_timestamp: Date | null;
|
|
3421
3233
|
pool_type: string;
|
|
3422
|
-
pool_volume_24h_base: string | null;
|
|
3423
|
-
pool_volume_24h_quote: string | null;
|
|
3424
|
-
pool_volume_24h_swap_count: number | null;
|
|
3425
|
-
pool_volume_last_updated: string | null;
|
|
3426
3234
|
pool_market_data: {
|
|
3427
3235
|
pool_liquidity: string | null;
|
|
3428
3236
|
pool_market_cap: string | null;
|
|
@@ -3487,10 +3295,6 @@ export declare const rootContract: {
|
|
|
3487
3295
|
pool_config_ending_time: string;
|
|
3488
3296
|
pool_migration_timestamp: Date | null;
|
|
3489
3297
|
pool_type: string;
|
|
3490
|
-
pool_volume_24h_base: string | null;
|
|
3491
|
-
pool_volume_24h_quote: string | null;
|
|
3492
|
-
pool_volume_24h_swap_count: number | null;
|
|
3493
|
-
pool_volume_last_updated: string | null;
|
|
3494
3298
|
base_token: {
|
|
3495
3299
|
token_address: string;
|
|
3496
3300
|
token_name: string;
|
|
@@ -3529,10 +3333,6 @@ export declare const rootContract: {
|
|
|
3529
3333
|
pool_address: string;
|
|
3530
3334
|
pool_migration_timestamp: Date | null;
|
|
3531
3335
|
pool_type: string;
|
|
3532
|
-
pool_volume_24h_base: string | null;
|
|
3533
|
-
pool_volume_24h_quote: string | null;
|
|
3534
|
-
pool_volume_24h_swap_count: number | null;
|
|
3535
|
-
pool_volume_last_updated: string | null;
|
|
3536
3336
|
base_token: {
|
|
3537
3337
|
token_address: string;
|
|
3538
3338
|
token_name: string;
|
|
@@ -3594,10 +3394,6 @@ export declare const rootContract: {
|
|
|
3594
3394
|
pool_config_ending_time: string;
|
|
3595
3395
|
pool_migration_timestamp: Date | null;
|
|
3596
3396
|
pool_type: string;
|
|
3597
|
-
pool_volume_24h_base: string | null;
|
|
3598
|
-
pool_volume_24h_quote: string | null;
|
|
3599
|
-
pool_volume_24h_swap_count: number | null;
|
|
3600
|
-
pool_volume_last_updated: string | null;
|
|
3601
3397
|
pool_market_data: {
|
|
3602
3398
|
pool_liquidity: string | null;
|
|
3603
3399
|
pool_market_cap: string | null;
|
|
@@ -3643,10 +3439,6 @@ export declare const rootContract: {
|
|
|
3643
3439
|
pool_address: `0x${string}`;
|
|
3644
3440
|
pool_migration_timestamp: Date | null;
|
|
3645
3441
|
pool_type: string;
|
|
3646
|
-
pool_volume_24h_base: string | null;
|
|
3647
|
-
pool_volume_24h_quote: string | null;
|
|
3648
|
-
pool_volume_24h_swap_count: number | null;
|
|
3649
|
-
pool_volume_last_updated: string | null;
|
|
3650
3442
|
pool_market_data: {
|
|
3651
3443
|
pool_liquidity: string | null;
|
|
3652
3444
|
pool_market_cap: string | null;
|
|
@@ -3713,10 +3505,6 @@ export declare const rootContract: {
|
|
|
3713
3505
|
pool_config_ending_time: string;
|
|
3714
3506
|
pool_migration_timestamp: Date | null;
|
|
3715
3507
|
pool_type: string;
|
|
3716
|
-
pool_volume_24h_base: string | null;
|
|
3717
|
-
pool_volume_24h_quote: string | null;
|
|
3718
|
-
pool_volume_24h_swap_count: number | null;
|
|
3719
|
-
pool_volume_last_updated: string | null;
|
|
3720
3508
|
base_token: {
|
|
3721
3509
|
token_address: string;
|
|
3722
3510
|
token_name: string;
|
|
@@ -3755,10 +3543,6 @@ export declare const rootContract: {
|
|
|
3755
3543
|
pool_address: string;
|
|
3756
3544
|
pool_migration_timestamp: Date | null;
|
|
3757
3545
|
pool_type: string;
|
|
3758
|
-
pool_volume_24h_base: string | null;
|
|
3759
|
-
pool_volume_24h_quote: string | null;
|
|
3760
|
-
pool_volume_24h_swap_count: number | null;
|
|
3761
|
-
pool_volume_last_updated: string | null;
|
|
3762
3546
|
base_token: {
|
|
3763
3547
|
token_address: string;
|
|
3764
3548
|
token_name: string;
|