@merkl/api 1.9.31 → 1.9.33

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.
Files changed (70) hide show
  1. package/dist/src/eden/index.d.ts +230 -12
  2. package/dist/src/engine/implementations/ErcMultiToken/metadata.d.ts +1 -1
  3. package/dist/src/index.d.ts +238 -12
  4. package/dist/src/modules/v4/apr/apr.model.d.ts +1 -0
  5. package/dist/src/modules/v4/block-timestamp/block-timestamp.controller.d.ts +85 -0
  6. package/dist/src/modules/v4/block-timestamp/block-timestamp.controller.js.map +1 -0
  7. package/dist/src/modules/v4/block-timestamp/block-timestamp.model.d.ts +14 -0
  8. package/dist/src/modules/v4/block-timestamp/block-timestamp.model.js.map +1 -0
  9. package/dist/src/modules/v4/block-timestamp/block-timestamp.repository.d.ts +10 -0
  10. package/dist/src/modules/v4/block-timestamp/block-timestamp.repository.js.map +1 -0
  11. package/dist/src/modules/v4/block-timestamp/block-timestamp.service.d.ts +4 -0
  12. package/dist/src/modules/v4/block-timestamp/block-timestamp.service.js.map +1 -0
  13. package/dist/src/modules/v4/campaign/campaign.controller.d.ts +28 -0
  14. package/dist/src/modules/v4/campaign/campaign.formatter.js.map +1 -1
  15. package/dist/src/modules/v4/campaign/campaign.model.d.ts +2 -0
  16. package/dist/src/modules/v4/campaign/campaign.repository.d.ts +7 -0
  17. package/dist/src/modules/v4/campaign/campaign.service.d.ts +9 -0
  18. package/dist/src/modules/v4/campaign/campaign.test.controller.d.ts +20 -0
  19. package/dist/src/modules/v4/campaignStatus/campaignStatus.controller.d.ts +2 -0
  20. package/dist/src/modules/v4/campaignStatus/campaignStatus.service.d.ts +4 -0
  21. package/dist/src/modules/v4/carousel/carousel.controller.d.ts +22 -0
  22. package/dist/src/modules/v4/carousel/carousel.repository.d.ts +6 -0
  23. package/dist/src/modules/v4/carousel/carousel.service.d.ts +18 -0
  24. package/dist/src/modules/v4/computedValue/computedValue.controller.d.ts +2 -0
  25. package/dist/src/modules/v4/config/config.controller.d.ts +5 -0
  26. package/dist/src/modules/v4/config/config.service.d.ts +5 -0
  27. package/dist/src/modules/v4/creator/creator.controller.d.ts +7 -0
  28. package/dist/src/modules/v4/creator/creator.model.d.ts +2 -0
  29. package/dist/src/modules/v4/creator/creator.model.js.map +1 -1
  30. package/dist/src/modules/v4/dispute/dispute.controller.d.ts +1 -0
  31. package/dist/src/modules/v4/dispute/dispute.service.d.ts +1 -0
  32. package/dist/src/modules/v4/dynamicData/dynamicData.service.d.ts +2 -0
  33. package/dist/src/modules/v4/legacy-claims/claims.controller.d.ts +1 -0
  34. package/dist/src/modules/v4/legacy-claims/claims.service.d.ts +1 -0
  35. package/dist/src/modules/v4/legacy-claims/claims.service.js.map +1 -1
  36. package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +36 -0
  37. package/dist/src/modules/v4/opportunity/opportunity.formatter.d.ts +11 -6
  38. package/dist/src/modules/v4/opportunity/opportunity.formatter.js.map +1 -1
  39. package/dist/src/modules/v4/opportunity/opportunity.model.d.ts +12 -0
  40. package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +21 -0
  41. package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +47 -12
  42. package/dist/src/modules/v4/payload/payload.controller.d.ts +9 -0
  43. package/dist/src/modules/v4/payload/payload.service.d.ts +12 -0
  44. package/dist/src/modules/v4/program/program.controller.d.ts +12 -0
  45. package/dist/src/modules/v4/program/program.repository.d.ts +4 -0
  46. package/dist/src/modules/v4/program/program.service.d.ts +12 -0
  47. package/dist/src/modules/v4/programPayload/programPayload.controller.d.ts +1 -0
  48. package/dist/src/modules/v4/programPayload/programPayload.service.d.ts +1 -0
  49. package/dist/src/modules/v4/reward/reward.model.d.ts +2 -0
  50. package/dist/src/modules/v4/reward/reward.repository.d.ts +3 -0
  51. package/dist/src/modules/v4/reward/reward.service.d.ts +58 -36
  52. package/dist/src/modules/v4/reward/reward.service.js.map +1 -1
  53. package/dist/src/modules/v4/router.d.ts +238 -12
  54. package/dist/src/modules/v4/router.js.map +1 -1
  55. package/dist/src/modules/v4/token/token.controller.d.ts +9 -0
  56. package/dist/src/modules/v4/token/token.formatter.d.ts +1 -1
  57. package/dist/src/modules/v4/token/token.formatter.js.map +1 -1
  58. package/dist/src/modules/v4/token/token.model.d.ts +2 -0
  59. package/dist/src/modules/v4/token/token.model.js.map +1 -1
  60. package/dist/src/modules/v4/token/token.repository.d.ts +3 -1
  61. package/dist/src/modules/v4/token/token.repository.js.map +1 -1
  62. package/dist/src/modules/v4/token/token.service.d.ts +1 -0
  63. package/dist/src/modules/v4/token/token.service.js.map +1 -1
  64. package/dist/src/modules/v4/transaction/transaction.service.d.ts +410 -410
  65. package/dist/src/modules/v4/uniswap/uniswap.controller.d.ts +8 -0
  66. package/dist/src/modules/v4/uniswap/uniswap.service.d.ts +4 -0
  67. package/dist/src/modules/v4/user/user.controller.d.ts +19 -12
  68. package/dist/src/utils/getAPR.d.ts +200 -200
  69. package/dist/tsconfig.tsbuildinfo +1 -1
  70. package/package.json +1 -1
@@ -701,6 +701,62 @@ declare const app: Elysia<"", {
701
701
  };
702
702
  };
703
703
  };
704
+ } & {
705
+ "block-timestamp": {
706
+ block: {
707
+ get: {
708
+ body: unknown;
709
+ params: {};
710
+ query: {
711
+ chainId: number;
712
+ timestamp: number;
713
+ };
714
+ headers: unknown;
715
+ response: {
716
+ 200: {
717
+ blockNumber: number;
718
+ };
719
+ 422: {
720
+ type: "validation";
721
+ on: string;
722
+ summary?: string | undefined;
723
+ message?: string | undefined;
724
+ found?: unknown;
725
+ property?: string | undefined;
726
+ expected?: string | undefined;
727
+ };
728
+ };
729
+ };
730
+ };
731
+ };
732
+ } & {
733
+ "block-timestamp": {
734
+ timestamp: {
735
+ get: {
736
+ body: unknown;
737
+ params: {};
738
+ query: {
739
+ chainId: number;
740
+ blockNumber: number;
741
+ };
742
+ headers: unknown;
743
+ response: {
744
+ 200: {
745
+ timestamp: number;
746
+ };
747
+ 422: {
748
+ type: "validation";
749
+ on: string;
750
+ summary?: string | undefined;
751
+ message?: string | undefined;
752
+ found?: unknown;
753
+ property?: string | undefined;
754
+ expected?: string | undefined;
755
+ };
756
+ };
757
+ };
758
+ };
759
+ };
704
760
  } & {
705
761
  boosts: {
706
762
  euler: {
@@ -836,6 +892,7 @@ declare const app: Elysia<"", {
836
892
  updatedAt?: number | null | undefined;
837
893
  priceSource?: string | null | undefined;
838
894
  displaySymbol?: string | undefined;
895
+ underlyingTokenId?: string | undefined;
839
896
  }[];
840
897
  chain: {
841
898
  id: number;
@@ -953,6 +1010,7 @@ declare const app: Elysia<"", {
953
1010
  updatedAt?: number | null | undefined;
954
1011
  priceSource?: string | null | undefined;
955
1012
  displaySymbol?: string | undefined;
1013
+ underlyingTokenId?: string | undefined;
956
1014
  };
957
1015
  opportunityId?: string | undefined;
958
1016
  distributionChain?: {
@@ -1004,6 +1062,7 @@ declare const app: Elysia<"", {
1004
1062
  updatedAt?: number | null | undefined;
1005
1063
  priceSource?: string | null | undefined;
1006
1064
  displaySymbol?: string | undefined;
1065
+ underlyingTokenId?: string | undefined;
1007
1066
  };
1008
1067
  amount: string | bigint;
1009
1068
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -1099,6 +1158,7 @@ declare const app: Elysia<"", {
1099
1158
  updatedAt?: number | null | undefined;
1100
1159
  priceSource?: string | null | undefined;
1101
1160
  displaySymbol?: string | undefined;
1161
+ underlyingTokenId?: string | undefined;
1102
1162
  };
1103
1163
  amount: string | bigint;
1104
1164
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -1144,6 +1204,7 @@ declare const app: Elysia<"", {
1144
1204
  updatedAt?: number | null | undefined;
1145
1205
  priceSource?: string | null | undefined;
1146
1206
  displaySymbol?: string | undefined;
1207
+ underlyingTokenId?: string | undefined;
1147
1208
  };
1148
1209
  rewardTokenId?: string | undefined;
1149
1210
  rootCampaignId?: string | null | undefined;
@@ -1354,6 +1415,7 @@ declare const app: Elysia<"", {
1354
1415
  updatedAt?: number | null | undefined;
1355
1416
  priceSource?: string | null | undefined;
1356
1417
  displaySymbol?: string | undefined;
1418
+ underlyingTokenId?: string | undefined;
1357
1419
  }[];
1358
1420
  chain: {
1359
1421
  id: number;
@@ -1422,6 +1484,7 @@ declare const app: Elysia<"", {
1422
1484
  updatedAt?: number | null | undefined;
1423
1485
  priceSource?: string | null | undefined;
1424
1486
  displaySymbol?: string | undefined;
1487
+ underlyingTokenId?: string | undefined;
1425
1488
  } | undefined;
1426
1489
  } | undefined;
1427
1490
  tvlRecord?: {
@@ -1456,6 +1519,7 @@ declare const app: Elysia<"", {
1456
1519
  updatedAt?: number | null | undefined;
1457
1520
  priceSource?: string | null | undefined;
1458
1521
  displaySymbol?: string | undefined;
1522
+ underlyingTokenId?: string | undefined;
1459
1523
  };
1460
1524
  amount: string | bigint;
1461
1525
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -1513,6 +1577,7 @@ declare const app: Elysia<"", {
1513
1577
  updatedAt?: number | null | undefined;
1514
1578
  priceSource?: string | null | undefined;
1515
1579
  displaySymbol?: string | undefined;
1580
+ underlyingTokenId?: string | undefined;
1516
1581
  };
1517
1582
  opportunityId?: string | undefined;
1518
1583
  distributionChain?: {
@@ -1564,6 +1629,7 @@ declare const app: Elysia<"", {
1564
1629
  updatedAt?: number | null | undefined;
1565
1630
  priceSource?: string | null | undefined;
1566
1631
  displaySymbol?: string | undefined;
1632
+ underlyingTokenId?: string | undefined;
1567
1633
  };
1568
1634
  amount: string | bigint;
1569
1635
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -1620,6 +1686,7 @@ declare const app: Elysia<"", {
1620
1686
  updatedAt?: number | null | undefined;
1621
1687
  priceSource?: string | null | undefined;
1622
1688
  displaySymbol?: string | undefined;
1689
+ underlyingTokenId?: string | undefined;
1623
1690
  }[];
1624
1691
  chain: {
1625
1692
  id: number;
@@ -1688,6 +1755,7 @@ declare const app: Elysia<"", {
1688
1755
  updatedAt?: number | null | undefined;
1689
1756
  priceSource?: string | null | undefined;
1690
1757
  displaySymbol?: string | undefined;
1758
+ underlyingTokenId?: string | undefined;
1691
1759
  } | undefined;
1692
1760
  } | undefined;
1693
1761
  tvlRecord?: {
@@ -1722,6 +1790,7 @@ declare const app: Elysia<"", {
1722
1790
  updatedAt?: number | null | undefined;
1723
1791
  priceSource?: string | null | undefined;
1724
1792
  displaySymbol?: string | undefined;
1793
+ underlyingTokenId?: string | undefined;
1725
1794
  };
1726
1795
  amount: string | bigint;
1727
1796
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -1779,6 +1848,7 @@ declare const app: Elysia<"", {
1779
1848
  updatedAt?: number | null | undefined;
1780
1849
  priceSource?: string | null | undefined;
1781
1850
  displaySymbol?: string | undefined;
1851
+ underlyingTokenId?: string | undefined;
1782
1852
  };
1783
1853
  opportunityId?: string | undefined;
1784
1854
  distributionChain?: {
@@ -1830,6 +1900,7 @@ declare const app: Elysia<"", {
1830
1900
  updatedAt?: number | null | undefined;
1831
1901
  priceSource?: string | null | undefined;
1832
1902
  displaySymbol?: string | undefined;
1903
+ underlyingTokenId?: string | undefined;
1833
1904
  };
1834
1905
  amount: string | bigint;
1835
1906
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -1886,6 +1957,7 @@ declare const app: Elysia<"", {
1886
1957
  updatedAt?: number | null | undefined;
1887
1958
  priceSource?: string | null | undefined;
1888
1959
  displaySymbol?: string | undefined;
1960
+ underlyingTokenId?: string | undefined;
1889
1961
  }[];
1890
1962
  chain: {
1891
1963
  id: number;
@@ -1954,6 +2026,7 @@ declare const app: Elysia<"", {
1954
2026
  updatedAt?: number | null | undefined;
1955
2027
  priceSource?: string | null | undefined;
1956
2028
  displaySymbol?: string | undefined;
2029
+ underlyingTokenId?: string | undefined;
1957
2030
  } | undefined;
1958
2031
  } | undefined;
1959
2032
  tvlRecord?: {
@@ -1988,6 +2061,7 @@ declare const app: Elysia<"", {
1988
2061
  updatedAt?: number | null | undefined;
1989
2062
  priceSource?: string | null | undefined;
1990
2063
  displaySymbol?: string | undefined;
2064
+ underlyingTokenId?: string | undefined;
1991
2065
  };
1992
2066
  amount: string | bigint;
1993
2067
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -2045,6 +2119,7 @@ declare const app: Elysia<"", {
2045
2119
  updatedAt?: number | null | undefined;
2046
2120
  priceSource?: string | null | undefined;
2047
2121
  displaySymbol?: string | undefined;
2122
+ underlyingTokenId?: string | undefined;
2048
2123
  };
2049
2124
  opportunityId?: string | undefined;
2050
2125
  distributionChain?: {
@@ -2096,6 +2171,7 @@ declare const app: Elysia<"", {
2096
2171
  updatedAt?: number | null | undefined;
2097
2172
  priceSource?: string | null | undefined;
2098
2173
  displaySymbol?: string | undefined;
2174
+ underlyingTokenId?: string | undefined;
2099
2175
  };
2100
2176
  amount: string | bigint;
2101
2177
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -2368,6 +2444,7 @@ declare const app: Elysia<"", {
2368
2444
  updatedAt?: number | null | undefined;
2369
2445
  priceSource?: string | null | undefined;
2370
2446
  displaySymbol?: string | undefined;
2447
+ underlyingTokenId?: string | undefined;
2371
2448
  };
2372
2449
  opportunityId?: string | undefined;
2373
2450
  distributionChain?: {
@@ -2419,6 +2496,7 @@ declare const app: Elysia<"", {
2419
2496
  updatedAt?: number | null | undefined;
2420
2497
  priceSource?: string | null | undefined;
2421
2498
  displaySymbol?: string | undefined;
2499
+ underlyingTokenId?: string | undefined;
2422
2500
  };
2423
2501
  amount: string | bigint;
2424
2502
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -2514,6 +2592,7 @@ declare const app: Elysia<"", {
2514
2592
  updatedAt?: number | null | undefined;
2515
2593
  priceSource?: string | null | undefined;
2516
2594
  displaySymbol?: string | undefined;
2595
+ underlyingTokenId?: string | undefined;
2517
2596
  };
2518
2597
  amount: string | bigint;
2519
2598
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -2559,6 +2638,7 @@ declare const app: Elysia<"", {
2559
2638
  updatedAt?: number | null | undefined;
2560
2639
  priceSource?: string | null | undefined;
2561
2640
  displaySymbol?: string | undefined;
2641
+ underlyingTokenId?: string | undefined;
2562
2642
  };
2563
2643
  rewardTokenId?: string | undefined;
2564
2644
  rootCampaignId?: string | null | undefined;
@@ -2876,6 +2956,7 @@ declare const app: Elysia<"", {
2876
2956
  updatedAt?: number | null | undefined;
2877
2957
  priceSource?: string | null | undefined;
2878
2958
  displaySymbol?: string | undefined;
2959
+ underlyingTokenId?: string | undefined;
2879
2960
  }[];
2880
2961
  chain: {
2881
2962
  id: number;
@@ -3056,6 +3137,7 @@ declare const app: Elysia<"", {
3056
3137
  updatedAt?: number | null | undefined;
3057
3138
  priceSource?: string | null | undefined;
3058
3139
  displaySymbol?: string | undefined;
3140
+ underlyingTokenId?: string | undefined;
3059
3141
  }[];
3060
3142
  chain: {
3061
3143
  id: number;
@@ -3171,6 +3253,7 @@ declare const app: Elysia<"", {
3171
3253
  updatedAt?: number | null | undefined;
3172
3254
  priceSource?: string | null | undefined;
3173
3255
  displaySymbol?: string | undefined;
3256
+ underlyingTokenId?: string | undefined;
3174
3257
  };
3175
3258
  value: number;
3176
3259
  } & {
@@ -3225,6 +3308,7 @@ declare const app: Elysia<"", {
3225
3308
  updatedAt?: number | null | undefined;
3226
3309
  priceSource?: string | null | undefined;
3227
3310
  displaySymbol?: string | undefined;
3311
+ underlyingTokenId?: string | undefined;
3228
3312
  };
3229
3313
  value: number;
3230
3314
  } & {
@@ -3706,6 +3790,7 @@ declare const app: Elysia<"", {
3706
3790
  updatedAt?: number | null | undefined;
3707
3791
  priceSource?: string | null | undefined;
3708
3792
  displaySymbol?: string | undefined;
3793
+ underlyingTokenId?: string | undefined;
3709
3794
  };
3710
3795
  }>;
3711
3796
  } | undefined;
@@ -3728,6 +3813,7 @@ declare const app: Elysia<"", {
3728
3813
  updatedAt?: number | null | undefined;
3729
3814
  priceSource?: string | null | undefined;
3730
3815
  displaySymbol?: string | undefined;
3816
+ underlyingTokenId?: string | undefined;
3731
3817
  };
3732
3818
  value: number;
3733
3819
  }>;
@@ -3900,6 +3986,7 @@ declare const app: Elysia<"", {
3900
3986
  isTest: boolean;
3901
3987
  type: import("@package/databases").TokenType;
3902
3988
  isNative: boolean;
3989
+ underlyingTokenId: string | null;
3903
3990
  price: number | null;
3904
3991
  updatedAt: number | null;
3905
3992
  priceSource: string | null;
@@ -3948,6 +4035,7 @@ declare const app: Elysia<"", {
3948
4035
  isTest: boolean;
3949
4036
  type: import("@package/databases").TokenType;
3950
4037
  isNative: boolean;
4038
+ underlyingTokenId: string | null;
3951
4039
  price: number | null;
3952
4040
  updatedAt: number | null;
3953
4041
  priceSource: string | null;
@@ -3986,6 +4074,7 @@ declare const app: Elysia<"", {
3986
4074
  isTest: boolean;
3987
4075
  type: import("@package/databases").TokenType;
3988
4076
  isNative: boolean;
4077
+ underlyingTokenId: string | null;
3989
4078
  price: number | null;
3990
4079
  updatedAt: number | null;
3991
4080
  priceSource: string | null;
@@ -4105,6 +4194,7 @@ declare const app: Elysia<"", {
4105
4194
  updatedAt?: number | null | undefined;
4106
4195
  priceSource?: string | null | undefined;
4107
4196
  displaySymbol?: string | undefined;
4197
+ underlyingTokenId?: string | undefined;
4108
4198
  };
4109
4199
  value: number;
4110
4200
  } & {
@@ -4159,6 +4249,7 @@ declare const app: Elysia<"", {
4159
4249
  updatedAt?: number | null | undefined;
4160
4250
  priceSource?: string | null | undefined;
4161
4251
  displaySymbol?: string | undefined;
4252
+ underlyingTokenId?: string | undefined;
4162
4253
  };
4163
4254
  value: number;
4164
4255
  } & {
@@ -4246,6 +4337,7 @@ declare const app: Elysia<"", {
4246
4337
  updatedAt?: number | null | undefined;
4247
4338
  priceSource?: string | null | undefined;
4248
4339
  displaySymbol?: string | undefined;
4340
+ underlyingTokenId?: string | undefined;
4249
4341
  };
4250
4342
  value: number;
4251
4343
  } & {
@@ -4300,6 +4392,7 @@ declare const app: Elysia<"", {
4300
4392
  updatedAt?: number | null | undefined;
4301
4393
  priceSource?: string | null | undefined;
4302
4394
  displaySymbol?: string | undefined;
4395
+ underlyingTokenId?: string | undefined;
4303
4396
  };
4304
4397
  value: number;
4305
4398
  } & {
@@ -4387,6 +4480,7 @@ declare const app: Elysia<"", {
4387
4480
  updatedAt?: number | null | undefined;
4388
4481
  priceSource?: string | null | undefined;
4389
4482
  displaySymbol?: string | undefined;
4483
+ underlyingTokenId?: string | undefined;
4390
4484
  };
4391
4485
  value: number;
4392
4486
  } & {
@@ -4441,6 +4535,7 @@ declare const app: Elysia<"", {
4441
4535
  updatedAt?: number | null | undefined;
4442
4536
  priceSource?: string | null | undefined;
4443
4537
  displaySymbol?: string | undefined;
4538
+ underlyingTokenId?: string | undefined;
4444
4539
  };
4445
4540
  value: number;
4446
4541
  } & {
@@ -4524,6 +4619,7 @@ declare const app: Elysia<"", {
4524
4619
  updatedAt?: number | null | undefined;
4525
4620
  priceSource?: string | null | undefined;
4526
4621
  displaySymbol?: string | undefined;
4622
+ underlyingTokenId?: string | undefined;
4527
4623
  };
4528
4624
  value: number;
4529
4625
  } & {
@@ -4578,6 +4674,7 @@ declare const app: Elysia<"", {
4578
4674
  updatedAt?: number | null | undefined;
4579
4675
  priceSource?: string | null | undefined;
4580
4676
  displaySymbol?: string | undefined;
4677
+ underlyingTokenId?: string | undefined;
4581
4678
  };
4582
4679
  value: number;
4583
4680
  } & {
@@ -4754,6 +4851,7 @@ declare const app: Elysia<"", {
4754
4851
  isTest: boolean;
4755
4852
  type: import("@package/databases").TokenType;
4756
4853
  isNative: boolean;
4854
+ underlyingTokenId: string | null;
4757
4855
  price: number | null;
4758
4856
  updatedAt: number | null;
4759
4857
  priceSource: string | null;
@@ -4802,6 +4900,7 @@ declare const app: Elysia<"", {
4802
4900
  isTest: boolean;
4803
4901
  type: import("@package/databases").TokenType;
4804
4902
  isNative: boolean;
4903
+ underlyingTokenId: string | null;
4805
4904
  price: number | null;
4806
4905
  updatedAt: number | null;
4807
4906
  priceSource: string | null;
@@ -4840,6 +4939,7 @@ declare const app: Elysia<"", {
4840
4939
  isTest: boolean;
4841
4940
  type: import("@package/databases").TokenType;
4842
4941
  isNative: boolean;
4942
+ underlyingTokenId: string | null;
4843
4943
  price: number | null;
4844
4944
  updatedAt: number | null;
4845
4945
  priceSource: string | null;
@@ -5015,6 +5115,7 @@ declare const app: Elysia<"", {
5015
5115
  isTest: boolean;
5016
5116
  type: import("@package/databases").TokenType;
5017
5117
  isNative: boolean;
5118
+ underlyingTokenId: string | null;
5018
5119
  price: number | null;
5019
5120
  updatedAt: number | null;
5020
5121
  priceSource: string | null;
@@ -5063,6 +5164,7 @@ declare const app: Elysia<"", {
5063
5164
  isTest: boolean;
5064
5165
  type: import("@package/databases").TokenType;
5065
5166
  isNative: boolean;
5167
+ underlyingTokenId: string | null;
5066
5168
  price: number | null;
5067
5169
  updatedAt: number | null;
5068
5170
  priceSource: string | null;
@@ -5101,6 +5203,7 @@ declare const app: Elysia<"", {
5101
5203
  isTest: boolean;
5102
5204
  type: import("@package/databases").TokenType;
5103
5205
  isNative: boolean;
5206
+ underlyingTokenId: string | null;
5104
5207
  price: number | null;
5105
5208
  updatedAt: number | null;
5106
5209
  priceSource: string | null;
@@ -5275,6 +5378,7 @@ declare const app: Elysia<"", {
5275
5378
  isTest: boolean;
5276
5379
  type: import("@package/databases").TokenType;
5277
5380
  isNative: boolean;
5381
+ underlyingTokenId: string | null;
5278
5382
  price: number | null;
5279
5383
  updatedAt: number | null;
5280
5384
  priceSource: string | null;
@@ -5323,6 +5427,7 @@ declare const app: Elysia<"", {
5323
5427
  isTest: boolean;
5324
5428
  type: import("@package/databases").TokenType;
5325
5429
  isNative: boolean;
5430
+ underlyingTokenId: string | null;
5326
5431
  price: number | null;
5327
5432
  updatedAt: number | null;
5328
5433
  priceSource: string | null;
@@ -5361,6 +5466,7 @@ declare const app: Elysia<"", {
5361
5466
  isTest: boolean;
5362
5467
  type: import("@package/databases").TokenType;
5363
5468
  isNative: boolean;
5469
+ underlyingTokenId: string | null;
5364
5470
  price: number | null;
5365
5471
  updatedAt: number | null;
5366
5472
  priceSource: string | null;
@@ -5802,6 +5908,7 @@ declare const app: Elysia<"", {
5802
5908
  updatedAt?: number | null | undefined;
5803
5909
  priceSource?: string | null | undefined;
5804
5910
  displaySymbol?: string | undefined;
5911
+ underlyingTokenId?: string | undefined;
5805
5912
  }[];
5806
5913
  chain: {
5807
5914
  id: number;
@@ -5870,6 +5977,7 @@ declare const app: Elysia<"", {
5870
5977
  updatedAt?: number | null | undefined;
5871
5978
  priceSource?: string | null | undefined;
5872
5979
  displaySymbol?: string | undefined;
5980
+ underlyingTokenId?: string | undefined;
5873
5981
  } | undefined;
5874
5982
  } | undefined;
5875
5983
  tvlRecord?: {
@@ -5904,6 +6012,7 @@ declare const app: Elysia<"", {
5904
6012
  updatedAt?: number | null | undefined;
5905
6013
  priceSource?: string | null | undefined;
5906
6014
  displaySymbol?: string | undefined;
6015
+ underlyingTokenId?: string | undefined;
5907
6016
  };
5908
6017
  amount: string | bigint;
5909
6018
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -5966,6 +6075,7 @@ declare const app: Elysia<"", {
5966
6075
  updatedAt?: number | null | undefined;
5967
6076
  priceSource?: string | null | undefined;
5968
6077
  displaySymbol?: string | undefined;
6078
+ underlyingTokenId?: string | undefined;
5969
6079
  }[];
5970
6080
  chain: {
5971
6081
  id: number;
@@ -6034,6 +6144,7 @@ declare const app: Elysia<"", {
6034
6144
  updatedAt?: number | null | undefined;
6035
6145
  priceSource?: string | null | undefined;
6036
6146
  displaySymbol?: string | undefined;
6147
+ underlyingTokenId?: string | undefined;
6037
6148
  } | undefined;
6038
6149
  } | undefined;
6039
6150
  tvlRecord?: {
@@ -6068,6 +6179,7 @@ declare const app: Elysia<"", {
6068
6179
  updatedAt?: number | null | undefined;
6069
6180
  priceSource?: string | null | undefined;
6070
6181
  displaySymbol?: string | undefined;
6182
+ underlyingTokenId?: string | undefined;
6071
6183
  };
6072
6184
  amount: string | bigint;
6073
6185
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -6187,6 +6299,7 @@ declare const app: Elysia<"", {
6187
6299
  updatedAt?: number | null | undefined;
6188
6300
  priceSource?: string | null | undefined;
6189
6301
  displaySymbol?: string | undefined;
6302
+ underlyingTokenId?: string | undefined;
6190
6303
  }[];
6191
6304
  chain: {
6192
6305
  id: number;
@@ -6255,6 +6368,7 @@ declare const app: Elysia<"", {
6255
6368
  updatedAt?: number | null | undefined;
6256
6369
  priceSource?: string | null | undefined;
6257
6370
  displaySymbol?: string | undefined;
6371
+ underlyingTokenId?: string | undefined;
6258
6372
  } | undefined;
6259
6373
  } | undefined;
6260
6374
  tvlRecord?: {
@@ -6289,6 +6403,7 @@ declare const app: Elysia<"", {
6289
6403
  updatedAt?: number | null | undefined;
6290
6404
  priceSource?: string | null | undefined;
6291
6405
  displaySymbol?: string | undefined;
6406
+ underlyingTokenId?: string | undefined;
6292
6407
  };
6293
6408
  amount: string | bigint;
6294
6409
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -6351,6 +6466,7 @@ declare const app: Elysia<"", {
6351
6466
  updatedAt?: number | null | undefined;
6352
6467
  priceSource?: string | null | undefined;
6353
6468
  displaySymbol?: string | undefined;
6469
+ underlyingTokenId?: string | undefined;
6354
6470
  }[];
6355
6471
  chain: {
6356
6472
  id: number;
@@ -6419,6 +6535,7 @@ declare const app: Elysia<"", {
6419
6535
  updatedAt?: number | null | undefined;
6420
6536
  priceSource?: string | null | undefined;
6421
6537
  displaySymbol?: string | undefined;
6538
+ underlyingTokenId?: string | undefined;
6422
6539
  } | undefined;
6423
6540
  } | undefined;
6424
6541
  tvlRecord?: {
@@ -6453,6 +6570,7 @@ declare const app: Elysia<"", {
6453
6570
  updatedAt?: number | null | undefined;
6454
6571
  priceSource?: string | null | undefined;
6455
6572
  displaySymbol?: string | undefined;
6573
+ underlyingTokenId?: string | undefined;
6456
6574
  };
6457
6575
  amount: string | bigint;
6458
6576
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -6586,6 +6704,7 @@ declare const app: Elysia<"", {
6586
6704
  isTest: boolean;
6587
6705
  type: import("@package/databases").TokenType;
6588
6706
  isNative: boolean;
6707
+ underlyingTokenId: string | null;
6589
6708
  price: number | null;
6590
6709
  updatedAt: number | null;
6591
6710
  priceSource: string | null;
@@ -6670,6 +6789,7 @@ declare const app: Elysia<"", {
6670
6789
  isTest: boolean;
6671
6790
  type: import("@package/databases").TokenType;
6672
6791
  isNative: boolean;
6792
+ underlyingTokenId: string | null;
6673
6793
  price: number | null;
6674
6794
  updatedAt: number | null;
6675
6795
  priceSource: string | null;
@@ -6841,6 +6961,7 @@ declare const app: Elysia<"", {
6841
6961
  updatedAt?: number | null | undefined;
6842
6962
  priceSource?: string | null | undefined;
6843
6963
  displaySymbol?: string | undefined;
6964
+ underlyingTokenId?: string | undefined;
6844
6965
  }[];
6845
6966
  chain: {
6846
6967
  id: number;
@@ -6909,6 +7030,7 @@ declare const app: Elysia<"", {
6909
7030
  updatedAt?: number | null | undefined;
6910
7031
  priceSource?: string | null | undefined;
6911
7032
  displaySymbol?: string | undefined;
7033
+ underlyingTokenId?: string | undefined;
6912
7034
  } | undefined;
6913
7035
  } | undefined;
6914
7036
  tvlRecord?: {
@@ -6943,6 +7065,7 @@ declare const app: Elysia<"", {
6943
7065
  updatedAt?: number | null | undefined;
6944
7066
  priceSource?: string | null | undefined;
6945
7067
  displaySymbol?: string | undefined;
7068
+ underlyingTokenId?: string | undefined;
6946
7069
  };
6947
7070
  amount: string | bigint;
6948
7071
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -7005,6 +7128,7 @@ declare const app: Elysia<"", {
7005
7128
  updatedAt?: number | null | undefined;
7006
7129
  priceSource?: string | null | undefined;
7007
7130
  displaySymbol?: string | undefined;
7131
+ underlyingTokenId?: string | undefined;
7008
7132
  }[];
7009
7133
  chain: {
7010
7134
  id: number;
@@ -7073,6 +7197,7 @@ declare const app: Elysia<"", {
7073
7197
  updatedAt?: number | null | undefined;
7074
7198
  priceSource?: string | null | undefined;
7075
7199
  displaySymbol?: string | undefined;
7200
+ underlyingTokenId?: string | undefined;
7076
7201
  } | undefined;
7077
7202
  } | undefined;
7078
7203
  tvlRecord?: {
@@ -7107,6 +7232,7 @@ declare const app: Elysia<"", {
7107
7232
  updatedAt?: number | null | undefined;
7108
7233
  priceSource?: string | null | undefined;
7109
7234
  displaySymbol?: string | undefined;
7235
+ underlyingTokenId?: string | undefined;
7110
7236
  };
7111
7237
  amount: string | bigint;
7112
7238
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -7263,6 +7389,7 @@ declare const app: Elysia<"", {
7263
7389
  isTest: boolean;
7264
7390
  type: import("@package/databases").TokenType;
7265
7391
  isNative: boolean;
7392
+ underlyingTokenId: string | null;
7266
7393
  price: number | null;
7267
7394
  updatedAt: number | null;
7268
7395
  priceSource: string | null;
@@ -7347,6 +7474,7 @@ declare const app: Elysia<"", {
7347
7474
  isTest: boolean;
7348
7475
  type: import("@package/databases").TokenType;
7349
7476
  isNative: boolean;
7477
+ underlyingTokenId: string | null;
7350
7478
  price: number | null;
7351
7479
  updatedAt: number | null;
7352
7480
  priceSource: string | null;
@@ -7864,6 +7992,7 @@ declare const app: Elysia<"", {
7864
7992
  updatedAt?: number | null | undefined;
7865
7993
  priceSource?: string | null | undefined;
7866
7994
  displaySymbol?: string | undefined;
7995
+ underlyingTokenId?: string | undefined;
7867
7996
  } | undefined;
7868
7997
  })[];
7869
7998
  422: {
@@ -8177,6 +8306,7 @@ declare const app: Elysia<"", {
8177
8306
  updatedAt?: number | null | undefined;
8178
8307
  priceSource?: string | null | undefined;
8179
8308
  displaySymbol?: string | undefined;
8309
+ underlyingTokenId?: string | undefined;
8180
8310
  };
8181
8311
  value: number;
8182
8312
  } & {
@@ -8231,6 +8361,7 @@ declare const app: Elysia<"", {
8231
8361
  updatedAt?: number | null | undefined;
8232
8362
  priceSource?: string | null | undefined;
8233
8363
  displaySymbol?: string | undefined;
8364
+ underlyingTokenId?: string | undefined;
8234
8365
  };
8235
8366
  value: number;
8236
8367
  } & {
@@ -8614,6 +8745,7 @@ declare const app: Elysia<"", {
8614
8745
  isTest: boolean;
8615
8746
  type: import("@package/databases").TokenType;
8616
8747
  isNative: boolean;
8748
+ underlyingTokenId: string | null;
8617
8749
  price: number | null;
8618
8750
  updatedAt: number | null;
8619
8751
  priceSource: string | null;
@@ -8662,6 +8794,7 @@ declare const app: Elysia<"", {
8662
8794
  isTest: boolean;
8663
8795
  type: import("@package/databases").TokenType;
8664
8796
  isNative: boolean;
8797
+ underlyingTokenId: string | null;
8665
8798
  price: number | null;
8666
8799
  updatedAt: number | null;
8667
8800
  priceSource: string | null;
@@ -8700,6 +8833,7 @@ declare const app: Elysia<"", {
8700
8833
  isTest: boolean;
8701
8834
  type: import("@package/databases").TokenType;
8702
8835
  isNative: boolean;
8836
+ underlyingTokenId: string | null;
8703
8837
  price: number | null;
8704
8838
  updatedAt: number | null;
8705
8839
  priceSource: string | null;
@@ -8802,6 +8936,7 @@ declare const app: Elysia<"", {
8802
8936
  updatedAt?: number | null | undefined;
8803
8937
  priceSource?: string | null | undefined;
8804
8938
  displaySymbol?: string | undefined;
8939
+ underlyingTokenId?: string | undefined;
8805
8940
  };
8806
8941
  value: number;
8807
8942
  } & {
@@ -8856,6 +8991,7 @@ declare const app: Elysia<"", {
8856
8991
  updatedAt?: number | null | undefined;
8857
8992
  priceSource?: string | null | undefined;
8858
8993
  displaySymbol?: string | undefined;
8994
+ underlyingTokenId?: string | undefined;
8859
8995
  };
8860
8996
  value: number;
8861
8997
  } & {
@@ -9209,6 +9345,7 @@ declare const app: Elysia<"", {
9209
9345
  icon?: string | undefined;
9210
9346
  name: string;
9211
9347
  rebateFee?: number | undefined;
9348
+ hubspotCompanyId?: string | undefined;
9212
9349
  };
9213
9350
  params: {};
9214
9351
  query: unknown;
@@ -9307,6 +9444,7 @@ declare const app: Elysia<"", {
9307
9444
  icon?: string | undefined;
9308
9445
  name: string;
9309
9446
  rebateFee?: number | undefined;
9447
+ hubspotCompanyId?: string | undefined;
9310
9448
  };
9311
9449
  params: {
9312
9450
  creator: string;
@@ -9547,6 +9685,7 @@ declare const app: Elysia<"", {
9547
9685
  updatedAt?: number | null | undefined;
9548
9686
  priceSource?: string | null | undefined;
9549
9687
  displaySymbol?: string | undefined;
9688
+ underlyingTokenId?: string | undefined;
9550
9689
  }[];
9551
9690
  chain: {
9552
9691
  id: number;
@@ -9615,6 +9754,7 @@ declare const app: Elysia<"", {
9615
9754
  updatedAt?: number | null | undefined;
9616
9755
  priceSource?: string | null | undefined;
9617
9756
  displaySymbol?: string | undefined;
9757
+ underlyingTokenId?: string | undefined;
9618
9758
  } | undefined;
9619
9759
  } | undefined;
9620
9760
  tvlRecord?: {
@@ -9649,6 +9789,7 @@ declare const app: Elysia<"", {
9649
9789
  updatedAt?: number | null | undefined;
9650
9790
  priceSource?: string | null | undefined;
9651
9791
  displaySymbol?: string | undefined;
9792
+ underlyingTokenId?: string | undefined;
9652
9793
  };
9653
9794
  amount: string | bigint;
9654
9795
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -9706,6 +9847,7 @@ declare const app: Elysia<"", {
9706
9847
  updatedAt?: number | null | undefined;
9707
9848
  priceSource?: string | null | undefined;
9708
9849
  displaySymbol?: string | undefined;
9850
+ underlyingTokenId?: string | undefined;
9709
9851
  };
9710
9852
  opportunityId?: string | undefined;
9711
9853
  distributionChain?: {
@@ -9757,6 +9899,7 @@ declare const app: Elysia<"", {
9757
9899
  updatedAt?: number | null | undefined;
9758
9900
  priceSource?: string | null | undefined;
9759
9901
  displaySymbol?: string | undefined;
9902
+ underlyingTokenId?: string | undefined;
9760
9903
  };
9761
9904
  amount: string | bigint;
9762
9905
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -10032,6 +10175,7 @@ declare const app: Elysia<"", {
10032
10175
  updatedAt?: number | null | undefined;
10033
10176
  priceSource?: string | null | undefined;
10034
10177
  displaySymbol?: string | undefined;
10178
+ underlyingTokenId?: string | undefined;
10035
10179
  };
10036
10180
  }>;
10037
10181
  }>;
@@ -11179,6 +11323,7 @@ declare const app: Elysia<"", {
11179
11323
  updatedAt?: number | null | undefined;
11180
11324
  priceSource?: string | null | undefined;
11181
11325
  displaySymbol?: string | undefined;
11326
+ underlyingTokenId?: string | undefined;
11182
11327
  }[];
11183
11328
  chain: {
11184
11329
  id: number;
@@ -11247,6 +11392,7 @@ declare const app: Elysia<"", {
11247
11392
  updatedAt?: number | null | undefined;
11248
11393
  priceSource?: string | null | undefined;
11249
11394
  displaySymbol?: string | undefined;
11395
+ underlyingTokenId?: string | undefined;
11250
11396
  } | undefined;
11251
11397
  } | undefined;
11252
11398
  tvlRecord?: {
@@ -11281,6 +11427,7 @@ declare const app: Elysia<"", {
11281
11427
  updatedAt?: number | null | undefined;
11282
11428
  priceSource?: string | null | undefined;
11283
11429
  displaySymbol?: string | undefined;
11430
+ underlyingTokenId?: string | undefined;
11284
11431
  };
11285
11432
  amount: string | bigint;
11286
11433
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -11338,6 +11485,7 @@ declare const app: Elysia<"", {
11338
11485
  updatedAt?: number | null | undefined;
11339
11486
  priceSource?: string | null | undefined;
11340
11487
  displaySymbol?: string | undefined;
11488
+ underlyingTokenId?: string | undefined;
11341
11489
  };
11342
11490
  opportunityId?: string | undefined;
11343
11491
  distributionChain?: {
@@ -11389,6 +11537,7 @@ declare const app: Elysia<"", {
11389
11537
  updatedAt?: number | null | undefined;
11390
11538
  priceSource?: string | null | undefined;
11391
11539
  displaySymbol?: string | undefined;
11540
+ underlyingTokenId?: string | undefined;
11392
11541
  };
11393
11542
  amount: string | bigint;
11394
11543
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -11484,6 +11633,7 @@ declare const app: Elysia<"", {
11484
11633
  updatedAt?: number | null | undefined;
11485
11634
  priceSource?: string | null | undefined;
11486
11635
  displaySymbol?: string | undefined;
11636
+ underlyingTokenId?: string | undefined;
11487
11637
  }[];
11488
11638
  chain: {
11489
11639
  id: number;
@@ -11552,6 +11702,7 @@ declare const app: Elysia<"", {
11552
11702
  updatedAt?: number | null | undefined;
11553
11703
  priceSource?: string | null | undefined;
11554
11704
  displaySymbol?: string | undefined;
11705
+ underlyingTokenId?: string | undefined;
11555
11706
  } | undefined;
11556
11707
  } | undefined;
11557
11708
  tvlRecord?: {
@@ -11586,6 +11737,7 @@ declare const app: Elysia<"", {
11586
11737
  updatedAt?: number | null | undefined;
11587
11738
  priceSource?: string | null | undefined;
11588
11739
  displaySymbol?: string | undefined;
11740
+ underlyingTokenId?: string | undefined;
11589
11741
  };
11590
11742
  amount: string | bigint;
11591
11743
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -11643,6 +11795,7 @@ declare const app: Elysia<"", {
11643
11795
  updatedAt?: number | null | undefined;
11644
11796
  priceSource?: string | null | undefined;
11645
11797
  displaySymbol?: string | undefined;
11798
+ underlyingTokenId?: string | undefined;
11646
11799
  };
11647
11800
  opportunityId?: string | undefined;
11648
11801
  distributionChain?: {
@@ -11694,6 +11847,7 @@ declare const app: Elysia<"", {
11694
11847
  updatedAt?: number | null | undefined;
11695
11848
  priceSource?: string | null | undefined;
11696
11849
  displaySymbol?: string | undefined;
11850
+ underlyingTokenId?: string | undefined;
11697
11851
  };
11698
11852
  amount: string | bigint;
11699
11853
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -11749,6 +11903,7 @@ declare const app: Elysia<"", {
11749
11903
  updatedAt?: number | null | undefined;
11750
11904
  priceSource?: string | null | undefined;
11751
11905
  displaySymbol?: string | undefined;
11906
+ underlyingTokenId?: string | undefined;
11752
11907
  }[];
11753
11908
  chain: {
11754
11909
  id: number;
@@ -11817,6 +11972,7 @@ declare const app: Elysia<"", {
11817
11972
  updatedAt?: number | null | undefined;
11818
11973
  priceSource?: string | null | undefined;
11819
11974
  displaySymbol?: string | undefined;
11975
+ underlyingTokenId?: string | undefined;
11820
11976
  } | undefined;
11821
11977
  } | undefined;
11822
11978
  tvlRecord?: {
@@ -11851,6 +12007,7 @@ declare const app: Elysia<"", {
11851
12007
  updatedAt?: number | null | undefined;
11852
12008
  priceSource?: string | null | undefined;
11853
12009
  displaySymbol?: string | undefined;
12010
+ underlyingTokenId?: string | undefined;
11854
12011
  };
11855
12012
  amount: string | bigint;
11856
12013
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -11908,6 +12065,7 @@ declare const app: Elysia<"", {
11908
12065
  updatedAt?: number | null | undefined;
11909
12066
  priceSource?: string | null | undefined;
11910
12067
  displaySymbol?: string | undefined;
12068
+ underlyingTokenId?: string | undefined;
11911
12069
  };
11912
12070
  opportunityId?: string | undefined;
11913
12071
  distributionChain?: {
@@ -11959,6 +12117,7 @@ declare const app: Elysia<"", {
11959
12117
  updatedAt?: number | null | undefined;
11960
12118
  priceSource?: string | null | undefined;
11961
12119
  displaySymbol?: string | undefined;
12120
+ underlyingTokenId?: string | undefined;
11962
12121
  };
11963
12122
  amount: string | bigint;
11964
12123
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -12055,6 +12214,7 @@ declare const app: Elysia<"", {
12055
12214
  updatedAt?: number | null | undefined;
12056
12215
  priceSource?: string | null | undefined;
12057
12216
  displaySymbol?: string | undefined;
12217
+ underlyingTokenId?: string | undefined;
12058
12218
  }[];
12059
12219
  chain: {
12060
12220
  id: number;
@@ -12123,6 +12283,7 @@ declare const app: Elysia<"", {
12123
12283
  updatedAt?: number | null | undefined;
12124
12284
  priceSource?: string | null | undefined;
12125
12285
  displaySymbol?: string | undefined;
12286
+ underlyingTokenId?: string | undefined;
12126
12287
  } | undefined;
12127
12288
  } | undefined;
12128
12289
  tvlRecord?: {
@@ -12157,6 +12318,7 @@ declare const app: Elysia<"", {
12157
12318
  updatedAt?: number | null | undefined;
12158
12319
  priceSource?: string | null | undefined;
12159
12320
  displaySymbol?: string | undefined;
12321
+ underlyingTokenId?: string | undefined;
12160
12322
  };
12161
12323
  amount: string | bigint;
12162
12324
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -12214,6 +12376,7 @@ declare const app: Elysia<"", {
12214
12376
  updatedAt?: number | null | undefined;
12215
12377
  priceSource?: string | null | undefined;
12216
12378
  displaySymbol?: string | undefined;
12379
+ underlyingTokenId?: string | undefined;
12217
12380
  };
12218
12381
  opportunityId?: string | undefined;
12219
12382
  distributionChain?: {
@@ -12265,6 +12428,7 @@ declare const app: Elysia<"", {
12265
12428
  updatedAt?: number | null | undefined;
12266
12429
  priceSource?: string | null | undefined;
12267
12430
  displaySymbol?: string | undefined;
12431
+ underlyingTokenId?: string | undefined;
12268
12432
  };
12269
12433
  amount: string | bigint;
12270
12434
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -12388,6 +12552,7 @@ declare const app: Elysia<"", {
12388
12552
  updatedAt?: number | null | undefined;
12389
12553
  priceSource?: string | null | undefined;
12390
12554
  displaySymbol?: string | undefined;
12555
+ underlyingTokenId?: string | undefined;
12391
12556
  }[];
12392
12557
  chain: {
12393
12558
  id: number;
@@ -12456,6 +12621,7 @@ declare const app: Elysia<"", {
12456
12621
  updatedAt?: number | null | undefined;
12457
12622
  priceSource?: string | null | undefined;
12458
12623
  displaySymbol?: string | undefined;
12624
+ underlyingTokenId?: string | undefined;
12459
12625
  } | undefined;
12460
12626
  } | undefined;
12461
12627
  tvlRecord?: {
@@ -12490,6 +12656,7 @@ declare const app: Elysia<"", {
12490
12656
  updatedAt?: number | null | undefined;
12491
12657
  priceSource?: string | null | undefined;
12492
12658
  displaySymbol?: string | undefined;
12659
+ underlyingTokenId?: string | undefined;
12493
12660
  };
12494
12661
  amount: string | bigint;
12495
12662
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -12547,6 +12714,7 @@ declare const app: Elysia<"", {
12547
12714
  updatedAt?: number | null | undefined;
12548
12715
  priceSource?: string | null | undefined;
12549
12716
  displaySymbol?: string | undefined;
12717
+ underlyingTokenId?: string | undefined;
12550
12718
  };
12551
12719
  opportunityId?: string | undefined;
12552
12720
  distributionChain?: {
@@ -12598,6 +12766,7 @@ declare const app: Elysia<"", {
12598
12766
  updatedAt?: number | null | undefined;
12599
12767
  priceSource?: string | null | undefined;
12600
12768
  displaySymbol?: string | undefined;
12769
+ underlyingTokenId?: string | undefined;
12601
12770
  };
12602
12771
  amount: string | bigint;
12603
12772
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -12653,6 +12822,7 @@ declare const app: Elysia<"", {
12653
12822
  updatedAt?: number | null | undefined;
12654
12823
  priceSource?: string | null | undefined;
12655
12824
  displaySymbol?: string | undefined;
12825
+ underlyingTokenId?: string | undefined;
12656
12826
  }[];
12657
12827
  chain: {
12658
12828
  id: number;
@@ -12721,6 +12891,7 @@ declare const app: Elysia<"", {
12721
12891
  updatedAt?: number | null | undefined;
12722
12892
  priceSource?: string | null | undefined;
12723
12893
  displaySymbol?: string | undefined;
12894
+ underlyingTokenId?: string | undefined;
12724
12895
  } | undefined;
12725
12896
  } | undefined;
12726
12897
  tvlRecord?: {
@@ -12755,6 +12926,7 @@ declare const app: Elysia<"", {
12755
12926
  updatedAt?: number | null | undefined;
12756
12927
  priceSource?: string | null | undefined;
12757
12928
  displaySymbol?: string | undefined;
12929
+ underlyingTokenId?: string | undefined;
12758
12930
  };
12759
12931
  amount: string | bigint;
12760
12932
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -12812,6 +12984,7 @@ declare const app: Elysia<"", {
12812
12984
  updatedAt?: number | null | undefined;
12813
12985
  priceSource?: string | null | undefined;
12814
12986
  displaySymbol?: string | undefined;
12987
+ underlyingTokenId?: string | undefined;
12815
12988
  };
12816
12989
  opportunityId?: string | undefined;
12817
12990
  distributionChain?: {
@@ -12863,6 +13036,7 @@ declare const app: Elysia<"", {
12863
13036
  updatedAt?: number | null | undefined;
12864
13037
  priceSource?: string | null | undefined;
12865
13038
  displaySymbol?: string | undefined;
13039
+ underlyingTokenId?: string | undefined;
12866
13040
  };
12867
13041
  amount: string | bigint;
12868
13042
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -13527,6 +13701,7 @@ declare const app: Elysia<"", {
13527
13701
  isTest: boolean;
13528
13702
  type: import("@package/databases").TokenType;
13529
13703
  isNative: boolean;
13704
+ underlyingTokenId: string | null;
13530
13705
  price: number | null;
13531
13706
  updatedAt: number | null;
13532
13707
  priceSource: string | null;
@@ -13575,6 +13750,7 @@ declare const app: Elysia<"", {
13575
13750
  isTest: boolean;
13576
13751
  type: import("@package/databases").TokenType;
13577
13752
  isNative: boolean;
13753
+ underlyingTokenId: string | null;
13578
13754
  price: number | null;
13579
13755
  updatedAt: number | null;
13580
13756
  priceSource: string | null;
@@ -13613,6 +13789,7 @@ declare const app: Elysia<"", {
13613
13789
  isTest: boolean;
13614
13790
  type: import("@package/databases").TokenType;
13615
13791
  isNative: boolean;
13792
+ underlyingTokenId: string | null;
13616
13793
  price: number | null;
13617
13794
  updatedAt: number | null;
13618
13795
  priceSource: string | null;
@@ -14006,6 +14183,7 @@ declare const app: Elysia<"", {
14006
14183
  isTest: boolean;
14007
14184
  type: import("@package/databases").TokenType;
14008
14185
  isNative: boolean;
14186
+ underlyingTokenId: string | null;
14009
14187
  price: number | null;
14010
14188
  updatedAt: number | null;
14011
14189
  priceSource: string | null;
@@ -14054,6 +14232,7 @@ declare const app: Elysia<"", {
14054
14232
  isTest: boolean;
14055
14233
  type: import("@package/databases").TokenType;
14056
14234
  isNative: boolean;
14235
+ underlyingTokenId: string | null;
14057
14236
  price: number | null;
14058
14237
  updatedAt: number | null;
14059
14238
  priceSource: string | null;
@@ -14092,6 +14271,7 @@ declare const app: Elysia<"", {
14092
14271
  isTest: boolean;
14093
14272
  type: import("@package/databases").TokenType;
14094
14273
  isNative: boolean;
14274
+ underlyingTokenId: string | null;
14095
14275
  price: number | null;
14096
14276
  updatedAt: number | null;
14097
14277
  priceSource: string | null;
@@ -14591,6 +14771,7 @@ declare const app: Elysia<"", {
14591
14771
  isTest: boolean;
14592
14772
  type: import("@package/databases").TokenType;
14593
14773
  isNative: boolean;
14774
+ underlyingTokenId: string | null;
14594
14775
  price: number | null;
14595
14776
  updatedAt: number | null;
14596
14777
  priceSource: string | null;
@@ -14639,6 +14820,7 @@ declare const app: Elysia<"", {
14639
14820
  isTest: boolean;
14640
14821
  type: import("@package/databases").TokenType;
14641
14822
  isNative: boolean;
14823
+ underlyingTokenId: string | null;
14642
14824
  price: number | null;
14643
14825
  updatedAt: number | null;
14644
14826
  priceSource: string | null;
@@ -14677,6 +14859,7 @@ declare const app: Elysia<"", {
14677
14859
  isTest: boolean;
14678
14860
  type: import("@package/databases").TokenType;
14679
14861
  isNative: boolean;
14862
+ underlyingTokenId: string | null;
14680
14863
  price: number | null;
14681
14864
  updatedAt: number | null;
14682
14865
  priceSource: string | null;
@@ -14870,6 +15053,7 @@ declare const app: Elysia<"", {
14870
15053
  isTest: boolean;
14871
15054
  type: import("@package/databases").TokenType;
14872
15055
  isNative: boolean;
15056
+ underlyingTokenId: string | null;
14873
15057
  price: number | null;
14874
15058
  updatedAt: number | null;
14875
15059
  priceSource: string | null;
@@ -14918,6 +15102,7 @@ declare const app: Elysia<"", {
14918
15102
  isTest: boolean;
14919
15103
  type: import("@package/databases").TokenType;
14920
15104
  isNative: boolean;
15105
+ underlyingTokenId: string | null;
14921
15106
  price: number | null;
14922
15107
  updatedAt: number | null;
14923
15108
  priceSource: string | null;
@@ -14956,6 +15141,7 @@ declare const app: Elysia<"", {
14956
15141
  isTest: boolean;
14957
15142
  type: import("@package/databases").TokenType;
14958
15143
  isNative: boolean;
15144
+ underlyingTokenId: string | null;
14959
15145
  price: number | null;
14960
15146
  updatedAt: number | null;
14961
15147
  priceSource: string | null;
@@ -15150,6 +15336,7 @@ declare const app: Elysia<"", {
15150
15336
  isTest: boolean;
15151
15337
  type: import("@package/databases").TokenType;
15152
15338
  isNative: boolean;
15339
+ underlyingTokenId: string | null;
15153
15340
  price: number | null;
15154
15341
  updatedAt: number | null;
15155
15342
  priceSource: string | null;
@@ -15198,6 +15385,7 @@ declare const app: Elysia<"", {
15198
15385
  isTest: boolean;
15199
15386
  type: import("@package/databases").TokenType;
15200
15387
  isNative: boolean;
15388
+ underlyingTokenId: string | null;
15201
15389
  price: number | null;
15202
15390
  updatedAt: number | null;
15203
15391
  priceSource: string | null;
@@ -15236,6 +15424,7 @@ declare const app: Elysia<"", {
15236
15424
  isTest: boolean;
15237
15425
  type: import("@package/databases").TokenType;
15238
15426
  isNative: boolean;
15427
+ underlyingTokenId: string | null;
15239
15428
  price: number | null;
15240
15429
  updatedAt: number | null;
15241
15430
  priceSource: string | null;
@@ -15810,6 +15999,7 @@ declare const app: Elysia<"", {
15810
15999
  updatedAt?: number | null | undefined;
15811
16000
  priceSource?: string | null | undefined;
15812
16001
  displaySymbol?: string | undefined;
16002
+ underlyingTokenId?: string | undefined;
15813
16003
  }[];
15814
16004
  chain: {
15815
16005
  id: number;
@@ -15878,6 +16068,7 @@ declare const app: Elysia<"", {
15878
16068
  updatedAt?: number | null | undefined;
15879
16069
  priceSource?: string | null | undefined;
15880
16070
  displaySymbol?: string | undefined;
16071
+ underlyingTokenId?: string | undefined;
15881
16072
  } | undefined;
15882
16073
  } | undefined;
15883
16074
  tvlRecord?: {
@@ -15912,6 +16103,7 @@ declare const app: Elysia<"", {
15912
16103
  updatedAt?: number | null | undefined;
15913
16104
  priceSource?: string | null | undefined;
15914
16105
  displaySymbol?: string | undefined;
16106
+ underlyingTokenId?: string | undefined;
15915
16107
  };
15916
16108
  amount: string | bigint;
15917
16109
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -15998,6 +16190,7 @@ declare const app: Elysia<"", {
15998
16190
  updatedAt?: number | null | undefined;
15999
16191
  priceSource?: string | null | undefined;
16000
16192
  displaySymbol?: string | undefined;
16193
+ underlyingTokenId?: string | undefined;
16001
16194
  }[];
16002
16195
  chain: {
16003
16196
  id: number;
@@ -16066,6 +16259,7 @@ declare const app: Elysia<"", {
16066
16259
  updatedAt?: number | null | undefined;
16067
16260
  priceSource?: string | null | undefined;
16068
16261
  displaySymbol?: string | undefined;
16262
+ underlyingTokenId?: string | undefined;
16069
16263
  } | undefined;
16070
16264
  } | undefined;
16071
16265
  tvlRecord?: {
@@ -16100,6 +16294,7 @@ declare const app: Elysia<"", {
16100
16294
  updatedAt?: number | null | undefined;
16101
16295
  priceSource?: string | null | undefined;
16102
16296
  displaySymbol?: string | undefined;
16297
+ underlyingTokenId?: string | undefined;
16103
16298
  };
16104
16299
  amount: string | bigint;
16105
16300
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -16206,6 +16401,7 @@ declare const app: Elysia<"", {
16206
16401
  updatedAt?: number | null | undefined;
16207
16402
  priceSource?: string | null | undefined;
16208
16403
  displaySymbol?: string | undefined;
16404
+ underlyingTokenId?: string | undefined;
16209
16405
  }[];
16210
16406
  chain: {
16211
16407
  id: number;
@@ -16274,6 +16470,7 @@ declare const app: Elysia<"", {
16274
16470
  updatedAt?: number | null | undefined;
16275
16471
  priceSource?: string | null | undefined;
16276
16472
  displaySymbol?: string | undefined;
16473
+ underlyingTokenId?: string | undefined;
16277
16474
  } | undefined;
16278
16475
  } | undefined;
16279
16476
  tvlRecord?: {
@@ -16308,6 +16505,7 @@ declare const app: Elysia<"", {
16308
16505
  updatedAt?: number | null | undefined;
16309
16506
  priceSource?: string | null | undefined;
16310
16507
  displaySymbol?: string | undefined;
16508
+ underlyingTokenId?: string | undefined;
16311
16509
  };
16312
16510
  amount: string | bigint;
16313
16511
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -16403,6 +16601,7 @@ declare const app: Elysia<"", {
16403
16601
  updatedAt?: number | null | undefined;
16404
16602
  priceSource?: string | null | undefined;
16405
16603
  displaySymbol?: string | undefined;
16604
+ underlyingTokenId?: string | undefined;
16406
16605
  }[];
16407
16606
  chain: {
16408
16607
  id: number;
@@ -16471,6 +16670,7 @@ declare const app: Elysia<"", {
16471
16670
  updatedAt?: number | null | undefined;
16472
16671
  priceSource?: string | null | undefined;
16473
16672
  displaySymbol?: string | undefined;
16673
+ underlyingTokenId?: string | undefined;
16474
16674
  } | undefined;
16475
16675
  } | undefined;
16476
16676
  tvlRecord?: {
@@ -16505,6 +16705,7 @@ declare const app: Elysia<"", {
16505
16705
  updatedAt?: number | null | undefined;
16506
16706
  priceSource?: string | null | undefined;
16507
16707
  displaySymbol?: string | undefined;
16708
+ underlyingTokenId?: string | undefined;
16508
16709
  };
16509
16710
  amount: string | bigint;
16510
16711
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -16634,6 +16835,7 @@ declare const app: Elysia<"", {
16634
16835
  updatedAt?: number | null | undefined;
16635
16836
  priceSource?: string | null | undefined;
16636
16837
  displaySymbol?: string | undefined;
16838
+ underlyingTokenId?: string | undefined;
16637
16839
  };
16638
16840
  chainId: number;
16639
16841
  hash: string;
@@ -18011,6 +18213,7 @@ declare const app: Elysia<"", {
18011
18213
  updatedAt?: number | null | undefined;
18012
18214
  priceSource?: string | null | undefined;
18013
18215
  displaySymbol?: string | undefined;
18216
+ underlyingTokenId?: string | undefined;
18014
18217
  };
18015
18218
  422: {
18016
18219
  type: "validation";
@@ -18085,6 +18288,7 @@ declare const app: Elysia<"", {
18085
18288
  updatedAt?: number | null | undefined;
18086
18289
  priceSource?: string | null | undefined;
18087
18290
  displaySymbol?: string | undefined;
18291
+ underlyingTokenId?: string | undefined;
18088
18292
  } & {
18089
18293
  minimumAmountPerHour?: string | undefined;
18090
18294
  isTokenWrapper?: boolean | undefined;
@@ -18133,6 +18337,7 @@ declare const app: Elysia<"", {
18133
18337
  updatedAt?: number | null | undefined;
18134
18338
  priceSource?: string | null | undefined;
18135
18339
  displaySymbol?: string | undefined;
18340
+ underlyingTokenId?: string | undefined;
18136
18341
  } & {
18137
18342
  minimumAmountPerHour?: string | undefined;
18138
18343
  isTokenWrapper?: boolean | undefined;
@@ -18183,6 +18388,7 @@ declare const app: Elysia<"", {
18183
18388
  updatedAt?: number | null | undefined;
18184
18389
  priceSource?: string | null | undefined;
18185
18390
  displaySymbol?: string | undefined;
18391
+ underlyingTokenId?: string | undefined;
18186
18392
  } & {
18187
18393
  balance: bigint;
18188
18394
  })[];
@@ -18238,6 +18444,7 @@ declare const app: Elysia<"", {
18238
18444
  updatedAt?: number | null | undefined;
18239
18445
  priceSource?: string | null | undefined;
18240
18446
  displaySymbol?: string | undefined;
18447
+ underlyingTokenId?: string | undefined;
18241
18448
  }[];
18242
18449
  422: {
18243
18450
  type: "validation";
@@ -18330,6 +18537,7 @@ declare const app: Elysia<"", {
18330
18537
  updatedAt?: number | null | undefined;
18331
18538
  priceSource?: string | null | undefined;
18332
18539
  displaySymbol?: string | undefined;
18540
+ underlyingTokenId?: string | undefined;
18333
18541
  };
18334
18542
  422: {
18335
18543
  type: "validation";
@@ -18354,6 +18562,7 @@ declare const app: Elysia<"", {
18354
18562
  icon?: string | undefined;
18355
18563
  displaySymbol?: string | undefined;
18356
18564
  name?: string | undefined;
18565
+ underlyingTokenId?: string | undefined;
18357
18566
  };
18358
18567
  params: {
18359
18568
  id: string;
@@ -18379,6 +18588,7 @@ declare const app: Elysia<"", {
18379
18588
  updatedAt?: number | null | undefined;
18380
18589
  priceSource?: string | null | undefined;
18381
18590
  displaySymbol?: string | undefined;
18591
+ underlyingTokenId?: string | undefined;
18382
18592
  };
18383
18593
  422: {
18384
18594
  type: "validation";
@@ -18455,6 +18665,7 @@ declare const app: Elysia<"", {
18455
18665
  updatedAt?: number | null | undefined;
18456
18666
  priceSource?: string | null | undefined;
18457
18667
  displaySymbol?: string | undefined;
18668
+ underlyingTokenId?: string | undefined;
18458
18669
  };
18459
18670
  422: {
18460
18671
  type: "validation";
@@ -18710,6 +18921,7 @@ declare const app: Elysia<"", {
18710
18921
  updatedAt?: number | null | undefined;
18711
18922
  priceSource?: string | null | undefined;
18712
18923
  displaySymbol?: string | undefined;
18924
+ underlyingTokenId?: string | undefined;
18713
18925
  };
18714
18926
  opportunity: {
18715
18927
  id: string;
@@ -18757,6 +18969,7 @@ declare const app: Elysia<"", {
18757
18969
  updatedAt?: number | null | undefined;
18758
18970
  priceSource?: string | null | undefined;
18759
18971
  displaySymbol?: string | undefined;
18972
+ underlyingTokenId?: string | undefined;
18760
18973
  }[];
18761
18974
  chain: {
18762
18975
  id: number;
@@ -18825,6 +19038,7 @@ declare const app: Elysia<"", {
18825
19038
  updatedAt?: number | null | undefined;
18826
19039
  priceSource?: string | null | undefined;
18827
19040
  displaySymbol?: string | undefined;
19041
+ underlyingTokenId?: string | undefined;
18828
19042
  } | undefined;
18829
19043
  } | undefined;
18830
19044
  tvlRecord?: {
@@ -18859,6 +19073,7 @@ declare const app: Elysia<"", {
18859
19073
  updatedAt?: number | null | undefined;
18860
19074
  priceSource?: string | null | undefined;
18861
19075
  displaySymbol?: string | undefined;
19076
+ underlyingTokenId?: string | undefined;
18862
19077
  };
18863
19078
  amount: string | bigint;
18864
19079
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -18921,6 +19136,7 @@ declare const app: Elysia<"", {
18921
19136
  updatedAt?: number | null | undefined;
18922
19137
  priceSource?: string | null | undefined;
18923
19138
  displaySymbol?: string | undefined;
19139
+ underlyingTokenId?: string | undefined;
18924
19140
  };
18925
19141
  opportunity: {
18926
19142
  id: string;
@@ -18968,6 +19184,7 @@ declare const app: Elysia<"", {
18968
19184
  updatedAt?: number | null | undefined;
18969
19185
  priceSource?: string | null | undefined;
18970
19186
  displaySymbol?: string | undefined;
19187
+ underlyingTokenId?: string | undefined;
18971
19188
  }[];
18972
19189
  chain: {
18973
19190
  id: number;
@@ -19036,6 +19253,7 @@ declare const app: Elysia<"", {
19036
19253
  updatedAt?: number | null | undefined;
19037
19254
  priceSource?: string | null | undefined;
19038
19255
  displaySymbol?: string | undefined;
19256
+ underlyingTokenId?: string | undefined;
19039
19257
  } | undefined;
19040
19258
  } | undefined;
19041
19259
  tvlRecord?: {
@@ -19070,6 +19288,7 @@ declare const app: Elysia<"", {
19070
19288
  updatedAt?: number | null | undefined;
19071
19289
  priceSource?: string | null | undefined;
19072
19290
  displaySymbol?: string | undefined;
19291
+ underlyingTokenId?: string | undefined;
19073
19292
  };
19074
19293
  amount: string | bigint;
19075
19294
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -20426,15 +20645,16 @@ declare const app: Elysia<"", {
20426
20645
  address: string;
20427
20646
  decimals: number;
20428
20647
  symbol: string;
20429
- displaySymbol: string;
20430
20648
  icon: string;
20431
20649
  verified: boolean;
20432
- isTest: boolean;
20433
- type: import("@package/databases").TokenType;
20434
20650
  isNative: boolean;
20435
- price: number | null;
20436
- updatedAt: number | null;
20437
- priceSource: string | null;
20651
+ isTest: boolean;
20652
+ type: "POINT" | "PRETGE" | "TOKEN";
20653
+ price?: number | null | undefined;
20654
+ updatedAt?: number | null | undefined;
20655
+ priceSource?: string | null | undefined;
20656
+ displaySymbol?: string | undefined;
20657
+ underlyingTokenId?: string | undefined;
20438
20658
  };
20439
20659
  breakdowns: {
20440
20660
  root: string;
@@ -20508,6 +20728,7 @@ declare const app: Elysia<"", {
20508
20728
  isTest: boolean;
20509
20729
  type: import("@package/databases").TokenType;
20510
20730
  isNative: boolean;
20731
+ underlyingTokenId: string | null;
20511
20732
  price: number | null;
20512
20733
  updatedAt: number | null;
20513
20734
  priceSource: string | null;
@@ -20558,15 +20779,16 @@ declare const app: Elysia<"", {
20558
20779
  address: string;
20559
20780
  decimals: number;
20560
20781
  symbol: string;
20561
- displaySymbol: string;
20562
20782
  icon: string;
20563
20783
  verified: boolean;
20564
- isTest: boolean;
20565
- type: import("@package/databases").TokenType;
20566
20784
  isNative: boolean;
20567
- price: number | null;
20568
- updatedAt: number | null;
20569
- priceSource: string | null;
20785
+ isTest: boolean;
20786
+ type: "POINT" | "PRETGE" | "TOKEN";
20787
+ price?: number | null | undefined;
20788
+ updatedAt?: number | null | undefined;
20789
+ priceSource?: string | null | undefined;
20790
+ displaySymbol?: string | undefined;
20791
+ underlyingTokenId?: string | undefined;
20570
20792
  };
20571
20793
  breakdowns: {
20572
20794
  root: string;
@@ -20640,6 +20862,7 @@ declare const app: Elysia<"", {
20640
20862
  isTest: boolean;
20641
20863
  type: import("@package/databases").TokenType;
20642
20864
  isNative: boolean;
20865
+ underlyingTokenId: string | null;
20643
20866
  price: number | null;
20644
20867
  updatedAt: number | null;
20645
20868
  priceSource: string | null;
@@ -20724,6 +20947,7 @@ declare const app: Elysia<"", {
20724
20947
  updatedAt?: number | null | undefined;
20725
20948
  priceSource?: string | null | undefined;
20726
20949
  displaySymbol?: string | undefined;
20950
+ underlyingTokenId?: string | undefined;
20727
20951
  }[];
20728
20952
  chain: {
20729
20953
  id: number;
@@ -20792,6 +21016,7 @@ declare const app: Elysia<"", {
20792
21016
  updatedAt?: number | null | undefined;
20793
21017
  priceSource?: string | null | undefined;
20794
21018
  displaySymbol?: string | undefined;
21019
+ underlyingTokenId?: string | undefined;
20795
21020
  } | undefined;
20796
21021
  } | undefined;
20797
21022
  tvlRecord?: {
@@ -20826,6 +21051,7 @@ declare const app: Elysia<"", {
20826
21051
  updatedAt?: number | null | undefined;
20827
21052
  priceSource?: string | null | undefined;
20828
21053
  displaySymbol?: string | undefined;
21054
+ underlyingTokenId?: string | undefined;
20829
21055
  };
20830
21056
  amount: string | bigint;
20831
21057
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;