@merkl/api 1.9.31 → 1.9.32

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 (56) hide show
  1. package/dist/src/eden/index.d.ts +180 -12
  2. package/dist/src/index.d.ts +180 -12
  3. package/dist/src/modules/v4/apr/apr.model.d.ts +1 -0
  4. package/dist/src/modules/v4/campaign/campaign.controller.d.ts +28 -0
  5. package/dist/src/modules/v4/campaign/campaign.formatter.js.map +1 -1
  6. package/dist/src/modules/v4/campaign/campaign.model.d.ts +2 -0
  7. package/dist/src/modules/v4/campaign/campaign.repository.d.ts +7 -0
  8. package/dist/src/modules/v4/campaign/campaign.service.d.ts +9 -0
  9. package/dist/src/modules/v4/campaign/campaign.test.controller.d.ts +20 -0
  10. package/dist/src/modules/v4/campaignStatus/campaignStatus.controller.d.ts +2 -0
  11. package/dist/src/modules/v4/campaignStatus/campaignStatus.service.d.ts +4 -0
  12. package/dist/src/modules/v4/carousel/carousel.controller.d.ts +22 -0
  13. package/dist/src/modules/v4/carousel/carousel.repository.d.ts +6 -0
  14. package/dist/src/modules/v4/carousel/carousel.service.d.ts +18 -0
  15. package/dist/src/modules/v4/computedValue/computedValue.controller.d.ts +2 -0
  16. package/dist/src/modules/v4/config/config.controller.d.ts +5 -0
  17. package/dist/src/modules/v4/config/config.service.d.ts +5 -0
  18. package/dist/src/modules/v4/creator/creator.controller.d.ts +5 -0
  19. package/dist/src/modules/v4/dispute/dispute.controller.d.ts +1 -0
  20. package/dist/src/modules/v4/dispute/dispute.service.d.ts +1 -0
  21. package/dist/src/modules/v4/dynamicData/dynamicData.service.d.ts +2 -0
  22. package/dist/src/modules/v4/legacy-claims/claims.controller.d.ts +1 -0
  23. package/dist/src/modules/v4/legacy-claims/claims.service.d.ts +1 -0
  24. package/dist/src/modules/v4/legacy-claims/claims.service.js.map +1 -1
  25. package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +36 -0
  26. package/dist/src/modules/v4/opportunity/opportunity.formatter.d.ts +11 -6
  27. package/dist/src/modules/v4/opportunity/opportunity.formatter.js.map +1 -1
  28. package/dist/src/modules/v4/opportunity/opportunity.model.d.ts +12 -0
  29. package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +21 -0
  30. package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +47 -12
  31. package/dist/src/modules/v4/payload/payload.controller.d.ts +9 -0
  32. package/dist/src/modules/v4/payload/payload.service.d.ts +12 -0
  33. package/dist/src/modules/v4/program/program.controller.d.ts +12 -0
  34. package/dist/src/modules/v4/program/program.repository.d.ts +4 -0
  35. package/dist/src/modules/v4/program/program.service.d.ts +12 -0
  36. package/dist/src/modules/v4/programPayload/programPayload.controller.d.ts +1 -0
  37. package/dist/src/modules/v4/programPayload/programPayload.service.d.ts +1 -0
  38. package/dist/src/modules/v4/reward/reward.model.d.ts +2 -0
  39. package/dist/src/modules/v4/reward/reward.repository.d.ts +3 -0
  40. package/dist/src/modules/v4/reward/reward.service.d.ts +58 -36
  41. package/dist/src/modules/v4/reward/reward.service.js.map +1 -1
  42. package/dist/src/modules/v4/router.d.ts +180 -12
  43. package/dist/src/modules/v4/token/token.controller.d.ts +9 -0
  44. package/dist/src/modules/v4/token/token.formatter.d.ts +1 -1
  45. package/dist/src/modules/v4/token/token.formatter.js.map +1 -1
  46. package/dist/src/modules/v4/token/token.model.d.ts +2 -0
  47. package/dist/src/modules/v4/token/token.model.js.map +1 -1
  48. package/dist/src/modules/v4/token/token.repository.d.ts +3 -1
  49. package/dist/src/modules/v4/token/token.repository.js.map +1 -1
  50. package/dist/src/modules/v4/token/token.service.d.ts +1 -0
  51. package/dist/src/modules/v4/token/token.service.js.map +1 -1
  52. package/dist/src/modules/v4/uniswap/uniswap.controller.d.ts +8 -0
  53. package/dist/src/modules/v4/uniswap/uniswap.service.d.ts +4 -0
  54. package/dist/src/modules/v4/user/user.controller.d.ts +19 -12
  55. package/dist/tsconfig.tsbuildinfo +1 -1
  56. package/package.json +1 -1
@@ -800,6 +800,7 @@ export declare const v4: Elysia<"/v4", {
800
800
  updatedAt?: number | null | undefined;
801
801
  priceSource?: string | null | undefined;
802
802
  displaySymbol?: string | undefined;
803
+ underlyingTokenId?: string | undefined;
803
804
  }[];
804
805
  chain: {
805
806
  id: number;
@@ -917,6 +918,7 @@ export declare const v4: Elysia<"/v4", {
917
918
  updatedAt?: number | null | undefined;
918
919
  priceSource?: string | null | undefined;
919
920
  displaySymbol?: string | undefined;
921
+ underlyingTokenId?: string | undefined;
920
922
  };
921
923
  opportunityId?: string | undefined;
922
924
  distributionChain?: {
@@ -968,6 +970,7 @@ export declare const v4: Elysia<"/v4", {
968
970
  updatedAt?: number | null | undefined;
969
971
  priceSource?: string | null | undefined;
970
972
  displaySymbol?: string | undefined;
973
+ underlyingTokenId?: string | undefined;
971
974
  };
972
975
  amount: string | bigint;
973
976
  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;
@@ -1063,6 +1066,7 @@ export declare const v4: Elysia<"/v4", {
1063
1066
  updatedAt?: number | null | undefined;
1064
1067
  priceSource?: string | null | undefined;
1065
1068
  displaySymbol?: string | undefined;
1069
+ underlyingTokenId?: string | undefined;
1066
1070
  };
1067
1071
  amount: string | bigint;
1068
1072
  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;
@@ -1108,6 +1112,7 @@ export declare const v4: Elysia<"/v4", {
1108
1112
  updatedAt?: number | null | undefined;
1109
1113
  priceSource?: string | null | undefined;
1110
1114
  displaySymbol?: string | undefined;
1115
+ underlyingTokenId?: string | undefined;
1111
1116
  };
1112
1117
  rewardTokenId?: string | undefined;
1113
1118
  rootCampaignId?: string | null | undefined;
@@ -1318,6 +1323,7 @@ export declare const v4: Elysia<"/v4", {
1318
1323
  updatedAt?: number | null | undefined;
1319
1324
  priceSource?: string | null | undefined;
1320
1325
  displaySymbol?: string | undefined;
1326
+ underlyingTokenId?: string | undefined;
1321
1327
  }[];
1322
1328
  chain: {
1323
1329
  id: number;
@@ -1386,6 +1392,7 @@ export declare const v4: Elysia<"/v4", {
1386
1392
  updatedAt?: number | null | undefined;
1387
1393
  priceSource?: string | null | undefined;
1388
1394
  displaySymbol?: string | undefined;
1395
+ underlyingTokenId?: string | undefined;
1389
1396
  } | undefined;
1390
1397
  } | undefined;
1391
1398
  tvlRecord?: {
@@ -1420,6 +1427,7 @@ export declare const v4: Elysia<"/v4", {
1420
1427
  updatedAt?: number | null | undefined;
1421
1428
  priceSource?: string | null | undefined;
1422
1429
  displaySymbol?: string | undefined;
1430
+ underlyingTokenId?: string | undefined;
1423
1431
  };
1424
1432
  amount: string | bigint;
1425
1433
  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;
@@ -1477,6 +1485,7 @@ export declare const v4: Elysia<"/v4", {
1477
1485
  updatedAt?: number | null | undefined;
1478
1486
  priceSource?: string | null | undefined;
1479
1487
  displaySymbol?: string | undefined;
1488
+ underlyingTokenId?: string | undefined;
1480
1489
  };
1481
1490
  opportunityId?: string | undefined;
1482
1491
  distributionChain?: {
@@ -1528,6 +1537,7 @@ export declare const v4: Elysia<"/v4", {
1528
1537
  updatedAt?: number | null | undefined;
1529
1538
  priceSource?: string | null | undefined;
1530
1539
  displaySymbol?: string | undefined;
1540
+ underlyingTokenId?: string | undefined;
1531
1541
  };
1532
1542
  amount: string | bigint;
1533
1543
  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;
@@ -1584,6 +1594,7 @@ export declare const v4: Elysia<"/v4", {
1584
1594
  updatedAt?: number | null | undefined;
1585
1595
  priceSource?: string | null | undefined;
1586
1596
  displaySymbol?: string | undefined;
1597
+ underlyingTokenId?: string | undefined;
1587
1598
  }[];
1588
1599
  chain: {
1589
1600
  id: number;
@@ -1652,6 +1663,7 @@ export declare const v4: Elysia<"/v4", {
1652
1663
  updatedAt?: number | null | undefined;
1653
1664
  priceSource?: string | null | undefined;
1654
1665
  displaySymbol?: string | undefined;
1666
+ underlyingTokenId?: string | undefined;
1655
1667
  } | undefined;
1656
1668
  } | undefined;
1657
1669
  tvlRecord?: {
@@ -1686,6 +1698,7 @@ export declare const v4: Elysia<"/v4", {
1686
1698
  updatedAt?: number | null | undefined;
1687
1699
  priceSource?: string | null | undefined;
1688
1700
  displaySymbol?: string | undefined;
1701
+ underlyingTokenId?: string | undefined;
1689
1702
  };
1690
1703
  amount: string | bigint;
1691
1704
  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;
@@ -1743,6 +1756,7 @@ export declare const v4: Elysia<"/v4", {
1743
1756
  updatedAt?: number | null | undefined;
1744
1757
  priceSource?: string | null | undefined;
1745
1758
  displaySymbol?: string | undefined;
1759
+ underlyingTokenId?: string | undefined;
1746
1760
  };
1747
1761
  opportunityId?: string | undefined;
1748
1762
  distributionChain?: {
@@ -1794,6 +1808,7 @@ export declare const v4: Elysia<"/v4", {
1794
1808
  updatedAt?: number | null | undefined;
1795
1809
  priceSource?: string | null | undefined;
1796
1810
  displaySymbol?: string | undefined;
1811
+ underlyingTokenId?: string | undefined;
1797
1812
  };
1798
1813
  amount: string | bigint;
1799
1814
  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;
@@ -1850,6 +1865,7 @@ export declare const v4: Elysia<"/v4", {
1850
1865
  updatedAt?: number | null | undefined;
1851
1866
  priceSource?: string | null | undefined;
1852
1867
  displaySymbol?: string | undefined;
1868
+ underlyingTokenId?: string | undefined;
1853
1869
  }[];
1854
1870
  chain: {
1855
1871
  id: number;
@@ -1918,6 +1934,7 @@ export declare const v4: Elysia<"/v4", {
1918
1934
  updatedAt?: number | null | undefined;
1919
1935
  priceSource?: string | null | undefined;
1920
1936
  displaySymbol?: string | undefined;
1937
+ underlyingTokenId?: string | undefined;
1921
1938
  } | undefined;
1922
1939
  } | undefined;
1923
1940
  tvlRecord?: {
@@ -1952,6 +1969,7 @@ export declare const v4: Elysia<"/v4", {
1952
1969
  updatedAt?: number | null | undefined;
1953
1970
  priceSource?: string | null | undefined;
1954
1971
  displaySymbol?: string | undefined;
1972
+ underlyingTokenId?: string | undefined;
1955
1973
  };
1956
1974
  amount: string | bigint;
1957
1975
  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;
@@ -2009,6 +2027,7 @@ export declare const v4: Elysia<"/v4", {
2009
2027
  updatedAt?: number | null | undefined;
2010
2028
  priceSource?: string | null | undefined;
2011
2029
  displaySymbol?: string | undefined;
2030
+ underlyingTokenId?: string | undefined;
2012
2031
  };
2013
2032
  opportunityId?: string | undefined;
2014
2033
  distributionChain?: {
@@ -2060,6 +2079,7 @@ export declare const v4: Elysia<"/v4", {
2060
2079
  updatedAt?: number | null | undefined;
2061
2080
  priceSource?: string | null | undefined;
2062
2081
  displaySymbol?: string | undefined;
2082
+ underlyingTokenId?: string | undefined;
2063
2083
  };
2064
2084
  amount: string | bigint;
2065
2085
  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;
@@ -2332,6 +2352,7 @@ export declare const v4: Elysia<"/v4", {
2332
2352
  updatedAt?: number | null | undefined;
2333
2353
  priceSource?: string | null | undefined;
2334
2354
  displaySymbol?: string | undefined;
2355
+ underlyingTokenId?: string | undefined;
2335
2356
  };
2336
2357
  opportunityId?: string | undefined;
2337
2358
  distributionChain?: {
@@ -2383,6 +2404,7 @@ export declare const v4: Elysia<"/v4", {
2383
2404
  updatedAt?: number | null | undefined;
2384
2405
  priceSource?: string | null | undefined;
2385
2406
  displaySymbol?: string | undefined;
2407
+ underlyingTokenId?: string | undefined;
2386
2408
  };
2387
2409
  amount: string | bigint;
2388
2410
  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;
@@ -2478,6 +2500,7 @@ export declare const v4: Elysia<"/v4", {
2478
2500
  updatedAt?: number | null | undefined;
2479
2501
  priceSource?: string | null | undefined;
2480
2502
  displaySymbol?: string | undefined;
2503
+ underlyingTokenId?: string | undefined;
2481
2504
  };
2482
2505
  amount: string | bigint;
2483
2506
  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;
@@ -2523,6 +2546,7 @@ export declare const v4: Elysia<"/v4", {
2523
2546
  updatedAt?: number | null | undefined;
2524
2547
  priceSource?: string | null | undefined;
2525
2548
  displaySymbol?: string | undefined;
2549
+ underlyingTokenId?: string | undefined;
2526
2550
  };
2527
2551
  rewardTokenId?: string | undefined;
2528
2552
  rootCampaignId?: string | null | undefined;
@@ -2840,6 +2864,7 @@ export declare const v4: Elysia<"/v4", {
2840
2864
  updatedAt?: number | null | undefined;
2841
2865
  priceSource?: string | null | undefined;
2842
2866
  displaySymbol?: string | undefined;
2867
+ underlyingTokenId?: string | undefined;
2843
2868
  }[];
2844
2869
  chain: {
2845
2870
  id: number;
@@ -3020,6 +3045,7 @@ export declare const v4: Elysia<"/v4", {
3020
3045
  updatedAt?: number | null | undefined;
3021
3046
  priceSource?: string | null | undefined;
3022
3047
  displaySymbol?: string | undefined;
3048
+ underlyingTokenId?: string | undefined;
3023
3049
  }[];
3024
3050
  chain: {
3025
3051
  id: number;
@@ -3135,6 +3161,7 @@ export declare const v4: Elysia<"/v4", {
3135
3161
  updatedAt?: number | null | undefined;
3136
3162
  priceSource?: string | null | undefined;
3137
3163
  displaySymbol?: string | undefined;
3164
+ underlyingTokenId?: string | undefined;
3138
3165
  };
3139
3166
  value: number;
3140
3167
  } & {
@@ -3189,6 +3216,7 @@ export declare const v4: Elysia<"/v4", {
3189
3216
  updatedAt?: number | null | undefined;
3190
3217
  priceSource?: string | null | undefined;
3191
3218
  displaySymbol?: string | undefined;
3219
+ underlyingTokenId?: string | undefined;
3192
3220
  };
3193
3221
  value: number;
3194
3222
  } & {
@@ -3670,6 +3698,7 @@ export declare const v4: Elysia<"/v4", {
3670
3698
  updatedAt?: number | null | undefined;
3671
3699
  priceSource?: string | null | undefined;
3672
3700
  displaySymbol?: string | undefined;
3701
+ underlyingTokenId?: string | undefined;
3673
3702
  };
3674
3703
  }>;
3675
3704
  } | undefined;
@@ -3692,6 +3721,7 @@ export declare const v4: Elysia<"/v4", {
3692
3721
  updatedAt?: number | null | undefined;
3693
3722
  priceSource?: string | null | undefined;
3694
3723
  displaySymbol?: string | undefined;
3724
+ underlyingTokenId?: string | undefined;
3695
3725
  };
3696
3726
  value: number;
3697
3727
  }>;
@@ -3864,6 +3894,7 @@ export declare const v4: Elysia<"/v4", {
3864
3894
  isTest: boolean;
3865
3895
  type: import("@package/databases").TokenType;
3866
3896
  isNative: boolean;
3897
+ underlyingTokenId: string | null;
3867
3898
  price: number | null;
3868
3899
  updatedAt: number | null;
3869
3900
  priceSource: string | null;
@@ -3912,6 +3943,7 @@ export declare const v4: Elysia<"/v4", {
3912
3943
  isTest: boolean;
3913
3944
  type: import("@package/databases").TokenType;
3914
3945
  isNative: boolean;
3946
+ underlyingTokenId: string | null;
3915
3947
  price: number | null;
3916
3948
  updatedAt: number | null;
3917
3949
  priceSource: string | null;
@@ -3950,6 +3982,7 @@ export declare const v4: Elysia<"/v4", {
3950
3982
  isTest: boolean;
3951
3983
  type: import("@package/databases").TokenType;
3952
3984
  isNative: boolean;
3985
+ underlyingTokenId: string | null;
3953
3986
  price: number | null;
3954
3987
  updatedAt: number | null;
3955
3988
  priceSource: string | null;
@@ -4069,6 +4102,7 @@ export declare const v4: Elysia<"/v4", {
4069
4102
  updatedAt?: number | null | undefined;
4070
4103
  priceSource?: string | null | undefined;
4071
4104
  displaySymbol?: string | undefined;
4105
+ underlyingTokenId?: string | undefined;
4072
4106
  };
4073
4107
  value: number;
4074
4108
  } & {
@@ -4123,6 +4157,7 @@ export declare const v4: Elysia<"/v4", {
4123
4157
  updatedAt?: number | null | undefined;
4124
4158
  priceSource?: string | null | undefined;
4125
4159
  displaySymbol?: string | undefined;
4160
+ underlyingTokenId?: string | undefined;
4126
4161
  };
4127
4162
  value: number;
4128
4163
  } & {
@@ -4210,6 +4245,7 @@ export declare const v4: Elysia<"/v4", {
4210
4245
  updatedAt?: number | null | undefined;
4211
4246
  priceSource?: string | null | undefined;
4212
4247
  displaySymbol?: string | undefined;
4248
+ underlyingTokenId?: string | undefined;
4213
4249
  };
4214
4250
  value: number;
4215
4251
  } & {
@@ -4264,6 +4300,7 @@ export declare const v4: Elysia<"/v4", {
4264
4300
  updatedAt?: number | null | undefined;
4265
4301
  priceSource?: string | null | undefined;
4266
4302
  displaySymbol?: string | undefined;
4303
+ underlyingTokenId?: string | undefined;
4267
4304
  };
4268
4305
  value: number;
4269
4306
  } & {
@@ -4351,6 +4388,7 @@ export declare const v4: Elysia<"/v4", {
4351
4388
  updatedAt?: number | null | undefined;
4352
4389
  priceSource?: string | null | undefined;
4353
4390
  displaySymbol?: string | undefined;
4391
+ underlyingTokenId?: string | undefined;
4354
4392
  };
4355
4393
  value: number;
4356
4394
  } & {
@@ -4405,6 +4443,7 @@ export declare const v4: Elysia<"/v4", {
4405
4443
  updatedAt?: number | null | undefined;
4406
4444
  priceSource?: string | null | undefined;
4407
4445
  displaySymbol?: string | undefined;
4446
+ underlyingTokenId?: string | undefined;
4408
4447
  };
4409
4448
  value: number;
4410
4449
  } & {
@@ -4488,6 +4527,7 @@ export declare const v4: Elysia<"/v4", {
4488
4527
  updatedAt?: number | null | undefined;
4489
4528
  priceSource?: string | null | undefined;
4490
4529
  displaySymbol?: string | undefined;
4530
+ underlyingTokenId?: string | undefined;
4491
4531
  };
4492
4532
  value: number;
4493
4533
  } & {
@@ -4542,6 +4582,7 @@ export declare const v4: Elysia<"/v4", {
4542
4582
  updatedAt?: number | null | undefined;
4543
4583
  priceSource?: string | null | undefined;
4544
4584
  displaySymbol?: string | undefined;
4585
+ underlyingTokenId?: string | undefined;
4545
4586
  };
4546
4587
  value: number;
4547
4588
  } & {
@@ -4718,6 +4759,7 @@ export declare const v4: Elysia<"/v4", {
4718
4759
  isTest: boolean;
4719
4760
  type: import("@package/databases").TokenType;
4720
4761
  isNative: boolean;
4762
+ underlyingTokenId: string | null;
4721
4763
  price: number | null;
4722
4764
  updatedAt: number | null;
4723
4765
  priceSource: string | null;
@@ -4766,6 +4808,7 @@ export declare const v4: Elysia<"/v4", {
4766
4808
  isTest: boolean;
4767
4809
  type: import("@package/databases").TokenType;
4768
4810
  isNative: boolean;
4811
+ underlyingTokenId: string | null;
4769
4812
  price: number | null;
4770
4813
  updatedAt: number | null;
4771
4814
  priceSource: string | null;
@@ -4804,6 +4847,7 @@ export declare const v4: Elysia<"/v4", {
4804
4847
  isTest: boolean;
4805
4848
  type: import("@package/databases").TokenType;
4806
4849
  isNative: boolean;
4850
+ underlyingTokenId: string | null;
4807
4851
  price: number | null;
4808
4852
  updatedAt: number | null;
4809
4853
  priceSource: string | null;
@@ -4979,6 +5023,7 @@ export declare const v4: Elysia<"/v4", {
4979
5023
  isTest: boolean;
4980
5024
  type: import("@package/databases").TokenType;
4981
5025
  isNative: boolean;
5026
+ underlyingTokenId: string | null;
4982
5027
  price: number | null;
4983
5028
  updatedAt: number | null;
4984
5029
  priceSource: string | null;
@@ -5027,6 +5072,7 @@ export declare const v4: Elysia<"/v4", {
5027
5072
  isTest: boolean;
5028
5073
  type: import("@package/databases").TokenType;
5029
5074
  isNative: boolean;
5075
+ underlyingTokenId: string | null;
5030
5076
  price: number | null;
5031
5077
  updatedAt: number | null;
5032
5078
  priceSource: string | null;
@@ -5065,6 +5111,7 @@ export declare const v4: Elysia<"/v4", {
5065
5111
  isTest: boolean;
5066
5112
  type: import("@package/databases").TokenType;
5067
5113
  isNative: boolean;
5114
+ underlyingTokenId: string | null;
5068
5115
  price: number | null;
5069
5116
  updatedAt: number | null;
5070
5117
  priceSource: string | null;
@@ -5239,6 +5286,7 @@ export declare const v4: Elysia<"/v4", {
5239
5286
  isTest: boolean;
5240
5287
  type: import("@package/databases").TokenType;
5241
5288
  isNative: boolean;
5289
+ underlyingTokenId: string | null;
5242
5290
  price: number | null;
5243
5291
  updatedAt: number | null;
5244
5292
  priceSource: string | null;
@@ -5287,6 +5335,7 @@ export declare const v4: Elysia<"/v4", {
5287
5335
  isTest: boolean;
5288
5336
  type: import("@package/databases").TokenType;
5289
5337
  isNative: boolean;
5338
+ underlyingTokenId: string | null;
5290
5339
  price: number | null;
5291
5340
  updatedAt: number | null;
5292
5341
  priceSource: string | null;
@@ -5325,6 +5374,7 @@ export declare const v4: Elysia<"/v4", {
5325
5374
  isTest: boolean;
5326
5375
  type: import("@package/databases").TokenType;
5327
5376
  isNative: boolean;
5377
+ underlyingTokenId: string | null;
5328
5378
  price: number | null;
5329
5379
  updatedAt: number | null;
5330
5380
  priceSource: string | null;
@@ -5766,6 +5816,7 @@ export declare const v4: Elysia<"/v4", {
5766
5816
  updatedAt?: number | null | undefined;
5767
5817
  priceSource?: string | null | undefined;
5768
5818
  displaySymbol?: string | undefined;
5819
+ underlyingTokenId?: string | undefined;
5769
5820
  }[];
5770
5821
  chain: {
5771
5822
  id: number;
@@ -5834,6 +5885,7 @@ export declare const v4: Elysia<"/v4", {
5834
5885
  updatedAt?: number | null | undefined;
5835
5886
  priceSource?: string | null | undefined;
5836
5887
  displaySymbol?: string | undefined;
5888
+ underlyingTokenId?: string | undefined;
5837
5889
  } | undefined;
5838
5890
  } | undefined;
5839
5891
  tvlRecord?: {
@@ -5868,6 +5920,7 @@ export declare const v4: Elysia<"/v4", {
5868
5920
  updatedAt?: number | null | undefined;
5869
5921
  priceSource?: string | null | undefined;
5870
5922
  displaySymbol?: string | undefined;
5923
+ underlyingTokenId?: string | undefined;
5871
5924
  };
5872
5925
  amount: string | bigint;
5873
5926
  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;
@@ -5930,6 +5983,7 @@ export declare const v4: Elysia<"/v4", {
5930
5983
  updatedAt?: number | null | undefined;
5931
5984
  priceSource?: string | null | undefined;
5932
5985
  displaySymbol?: string | undefined;
5986
+ underlyingTokenId?: string | undefined;
5933
5987
  }[];
5934
5988
  chain: {
5935
5989
  id: number;
@@ -5998,6 +6052,7 @@ export declare const v4: Elysia<"/v4", {
5998
6052
  updatedAt?: number | null | undefined;
5999
6053
  priceSource?: string | null | undefined;
6000
6054
  displaySymbol?: string | undefined;
6055
+ underlyingTokenId?: string | undefined;
6001
6056
  } | undefined;
6002
6057
  } | undefined;
6003
6058
  tvlRecord?: {
@@ -6032,6 +6087,7 @@ export declare const v4: Elysia<"/v4", {
6032
6087
  updatedAt?: number | null | undefined;
6033
6088
  priceSource?: string | null | undefined;
6034
6089
  displaySymbol?: string | undefined;
6090
+ underlyingTokenId?: string | undefined;
6035
6091
  };
6036
6092
  amount: string | bigint;
6037
6093
  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;
@@ -6151,6 +6207,7 @@ export declare const v4: Elysia<"/v4", {
6151
6207
  updatedAt?: number | null | undefined;
6152
6208
  priceSource?: string | null | undefined;
6153
6209
  displaySymbol?: string | undefined;
6210
+ underlyingTokenId?: string | undefined;
6154
6211
  }[];
6155
6212
  chain: {
6156
6213
  id: number;
@@ -6219,6 +6276,7 @@ export declare const v4: Elysia<"/v4", {
6219
6276
  updatedAt?: number | null | undefined;
6220
6277
  priceSource?: string | null | undefined;
6221
6278
  displaySymbol?: string | undefined;
6279
+ underlyingTokenId?: string | undefined;
6222
6280
  } | undefined;
6223
6281
  } | undefined;
6224
6282
  tvlRecord?: {
@@ -6253,6 +6311,7 @@ export declare const v4: Elysia<"/v4", {
6253
6311
  updatedAt?: number | null | undefined;
6254
6312
  priceSource?: string | null | undefined;
6255
6313
  displaySymbol?: string | undefined;
6314
+ underlyingTokenId?: string | undefined;
6256
6315
  };
6257
6316
  amount: string | bigint;
6258
6317
  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;
@@ -6315,6 +6374,7 @@ export declare const v4: Elysia<"/v4", {
6315
6374
  updatedAt?: number | null | undefined;
6316
6375
  priceSource?: string | null | undefined;
6317
6376
  displaySymbol?: string | undefined;
6377
+ underlyingTokenId?: string | undefined;
6318
6378
  }[];
6319
6379
  chain: {
6320
6380
  id: number;
@@ -6383,6 +6443,7 @@ export declare const v4: Elysia<"/v4", {
6383
6443
  updatedAt?: number | null | undefined;
6384
6444
  priceSource?: string | null | undefined;
6385
6445
  displaySymbol?: string | undefined;
6446
+ underlyingTokenId?: string | undefined;
6386
6447
  } | undefined;
6387
6448
  } | undefined;
6388
6449
  tvlRecord?: {
@@ -6417,6 +6478,7 @@ export declare const v4: Elysia<"/v4", {
6417
6478
  updatedAt?: number | null | undefined;
6418
6479
  priceSource?: string | null | undefined;
6419
6480
  displaySymbol?: string | undefined;
6481
+ underlyingTokenId?: string | undefined;
6420
6482
  };
6421
6483
  amount: string | bigint;
6422
6484
  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;
@@ -6550,6 +6612,7 @@ export declare const v4: Elysia<"/v4", {
6550
6612
  isTest: boolean;
6551
6613
  type: import("@package/databases").TokenType;
6552
6614
  isNative: boolean;
6615
+ underlyingTokenId: string | null;
6553
6616
  price: number | null;
6554
6617
  updatedAt: number | null;
6555
6618
  priceSource: string | null;
@@ -6634,6 +6697,7 @@ export declare const v4: Elysia<"/v4", {
6634
6697
  isTest: boolean;
6635
6698
  type: import("@package/databases").TokenType;
6636
6699
  isNative: boolean;
6700
+ underlyingTokenId: string | null;
6637
6701
  price: number | null;
6638
6702
  updatedAt: number | null;
6639
6703
  priceSource: string | null;
@@ -6805,6 +6869,7 @@ export declare const v4: Elysia<"/v4", {
6805
6869
  updatedAt?: number | null | undefined;
6806
6870
  priceSource?: string | null | undefined;
6807
6871
  displaySymbol?: string | undefined;
6872
+ underlyingTokenId?: string | undefined;
6808
6873
  }[];
6809
6874
  chain: {
6810
6875
  id: number;
@@ -6873,6 +6938,7 @@ export declare const v4: Elysia<"/v4", {
6873
6938
  updatedAt?: number | null | undefined;
6874
6939
  priceSource?: string | null | undefined;
6875
6940
  displaySymbol?: string | undefined;
6941
+ underlyingTokenId?: string | undefined;
6876
6942
  } | undefined;
6877
6943
  } | undefined;
6878
6944
  tvlRecord?: {
@@ -6907,6 +6973,7 @@ export declare const v4: Elysia<"/v4", {
6907
6973
  updatedAt?: number | null | undefined;
6908
6974
  priceSource?: string | null | undefined;
6909
6975
  displaySymbol?: string | undefined;
6976
+ underlyingTokenId?: string | undefined;
6910
6977
  };
6911
6978
  amount: string | bigint;
6912
6979
  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;
@@ -6969,6 +7036,7 @@ export declare const v4: Elysia<"/v4", {
6969
7036
  updatedAt?: number | null | undefined;
6970
7037
  priceSource?: string | null | undefined;
6971
7038
  displaySymbol?: string | undefined;
7039
+ underlyingTokenId?: string | undefined;
6972
7040
  }[];
6973
7041
  chain: {
6974
7042
  id: number;
@@ -7037,6 +7105,7 @@ export declare const v4: Elysia<"/v4", {
7037
7105
  updatedAt?: number | null | undefined;
7038
7106
  priceSource?: string | null | undefined;
7039
7107
  displaySymbol?: string | undefined;
7108
+ underlyingTokenId?: string | undefined;
7040
7109
  } | undefined;
7041
7110
  } | undefined;
7042
7111
  tvlRecord?: {
@@ -7071,6 +7140,7 @@ export declare const v4: Elysia<"/v4", {
7071
7140
  updatedAt?: number | null | undefined;
7072
7141
  priceSource?: string | null | undefined;
7073
7142
  displaySymbol?: string | undefined;
7143
+ underlyingTokenId?: string | undefined;
7074
7144
  };
7075
7145
  amount: string | bigint;
7076
7146
  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;
@@ -7227,6 +7297,7 @@ export declare const v4: Elysia<"/v4", {
7227
7297
  isTest: boolean;
7228
7298
  type: import("@package/databases").TokenType;
7229
7299
  isNative: boolean;
7300
+ underlyingTokenId: string | null;
7230
7301
  price: number | null;
7231
7302
  updatedAt: number | null;
7232
7303
  priceSource: string | null;
@@ -7311,6 +7382,7 @@ export declare const v4: Elysia<"/v4", {
7311
7382
  isTest: boolean;
7312
7383
  type: import("@package/databases").TokenType;
7313
7384
  isNative: boolean;
7385
+ underlyingTokenId: string | null;
7314
7386
  price: number | null;
7315
7387
  updatedAt: number | null;
7316
7388
  priceSource: string | null;
@@ -7828,6 +7900,7 @@ export declare const v4: Elysia<"/v4", {
7828
7900
  updatedAt?: number | null | undefined;
7829
7901
  priceSource?: string | null | undefined;
7830
7902
  displaySymbol?: string | undefined;
7903
+ underlyingTokenId?: string | undefined;
7831
7904
  } | undefined;
7832
7905
  })[];
7833
7906
  422: {
@@ -8141,6 +8214,7 @@ export declare const v4: Elysia<"/v4", {
8141
8214
  updatedAt?: number | null | undefined;
8142
8215
  priceSource?: string | null | undefined;
8143
8216
  displaySymbol?: string | undefined;
8217
+ underlyingTokenId?: string | undefined;
8144
8218
  };
8145
8219
  value: number;
8146
8220
  } & {
@@ -8195,6 +8269,7 @@ export declare const v4: Elysia<"/v4", {
8195
8269
  updatedAt?: number | null | undefined;
8196
8270
  priceSource?: string | null | undefined;
8197
8271
  displaySymbol?: string | undefined;
8272
+ underlyingTokenId?: string | undefined;
8198
8273
  };
8199
8274
  value: number;
8200
8275
  } & {
@@ -8578,6 +8653,7 @@ export declare const v4: Elysia<"/v4", {
8578
8653
  isTest: boolean;
8579
8654
  type: import("@package/databases").TokenType;
8580
8655
  isNative: boolean;
8656
+ underlyingTokenId: string | null;
8581
8657
  price: number | null;
8582
8658
  updatedAt: number | null;
8583
8659
  priceSource: string | null;
@@ -8626,6 +8702,7 @@ export declare const v4: Elysia<"/v4", {
8626
8702
  isTest: boolean;
8627
8703
  type: import("@package/databases").TokenType;
8628
8704
  isNative: boolean;
8705
+ underlyingTokenId: string | null;
8629
8706
  price: number | null;
8630
8707
  updatedAt: number | null;
8631
8708
  priceSource: string | null;
@@ -8664,6 +8741,7 @@ export declare const v4: Elysia<"/v4", {
8664
8741
  isTest: boolean;
8665
8742
  type: import("@package/databases").TokenType;
8666
8743
  isNative: boolean;
8744
+ underlyingTokenId: string | null;
8667
8745
  price: number | null;
8668
8746
  updatedAt: number | null;
8669
8747
  priceSource: string | null;
@@ -8766,6 +8844,7 @@ export declare const v4: Elysia<"/v4", {
8766
8844
  updatedAt?: number | null | undefined;
8767
8845
  priceSource?: string | null | undefined;
8768
8846
  displaySymbol?: string | undefined;
8847
+ underlyingTokenId?: string | undefined;
8769
8848
  };
8770
8849
  value: number;
8771
8850
  } & {
@@ -8820,6 +8899,7 @@ export declare const v4: Elysia<"/v4", {
8820
8899
  updatedAt?: number | null | undefined;
8821
8900
  priceSource?: string | null | undefined;
8822
8901
  displaySymbol?: string | undefined;
8902
+ underlyingTokenId?: string | undefined;
8823
8903
  };
8824
8904
  value: number;
8825
8905
  } & {
@@ -9511,6 +9591,7 @@ export declare const v4: Elysia<"/v4", {
9511
9591
  updatedAt?: number | null | undefined;
9512
9592
  priceSource?: string | null | undefined;
9513
9593
  displaySymbol?: string | undefined;
9594
+ underlyingTokenId?: string | undefined;
9514
9595
  }[];
9515
9596
  chain: {
9516
9597
  id: number;
@@ -9579,6 +9660,7 @@ export declare const v4: Elysia<"/v4", {
9579
9660
  updatedAt?: number | null | undefined;
9580
9661
  priceSource?: string | null | undefined;
9581
9662
  displaySymbol?: string | undefined;
9663
+ underlyingTokenId?: string | undefined;
9582
9664
  } | undefined;
9583
9665
  } | undefined;
9584
9666
  tvlRecord?: {
@@ -9613,6 +9695,7 @@ export declare const v4: Elysia<"/v4", {
9613
9695
  updatedAt?: number | null | undefined;
9614
9696
  priceSource?: string | null | undefined;
9615
9697
  displaySymbol?: string | undefined;
9698
+ underlyingTokenId?: string | undefined;
9616
9699
  };
9617
9700
  amount: string | bigint;
9618
9701
  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;
@@ -9670,6 +9753,7 @@ export declare const v4: Elysia<"/v4", {
9670
9753
  updatedAt?: number | null | undefined;
9671
9754
  priceSource?: string | null | undefined;
9672
9755
  displaySymbol?: string | undefined;
9756
+ underlyingTokenId?: string | undefined;
9673
9757
  };
9674
9758
  opportunityId?: string | undefined;
9675
9759
  distributionChain?: {
@@ -9721,6 +9805,7 @@ export declare const v4: Elysia<"/v4", {
9721
9805
  updatedAt?: number | null | undefined;
9722
9806
  priceSource?: string | null | undefined;
9723
9807
  displaySymbol?: string | undefined;
9808
+ underlyingTokenId?: string | undefined;
9724
9809
  };
9725
9810
  amount: string | bigint;
9726
9811
  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;
@@ -9996,6 +10081,7 @@ export declare const v4: Elysia<"/v4", {
9996
10081
  updatedAt?: number | null | undefined;
9997
10082
  priceSource?: string | null | undefined;
9998
10083
  displaySymbol?: string | undefined;
10084
+ underlyingTokenId?: string | undefined;
9999
10085
  };
10000
10086
  }>;
10001
10087
  }>;
@@ -11143,6 +11229,7 @@ export declare const v4: Elysia<"/v4", {
11143
11229
  updatedAt?: number | null | undefined;
11144
11230
  priceSource?: string | null | undefined;
11145
11231
  displaySymbol?: string | undefined;
11232
+ underlyingTokenId?: string | undefined;
11146
11233
  }[];
11147
11234
  chain: {
11148
11235
  id: number;
@@ -11211,6 +11298,7 @@ export declare const v4: Elysia<"/v4", {
11211
11298
  updatedAt?: number | null | undefined;
11212
11299
  priceSource?: string | null | undefined;
11213
11300
  displaySymbol?: string | undefined;
11301
+ underlyingTokenId?: string | undefined;
11214
11302
  } | undefined;
11215
11303
  } | undefined;
11216
11304
  tvlRecord?: {
@@ -11245,6 +11333,7 @@ export declare const v4: Elysia<"/v4", {
11245
11333
  updatedAt?: number | null | undefined;
11246
11334
  priceSource?: string | null | undefined;
11247
11335
  displaySymbol?: string | undefined;
11336
+ underlyingTokenId?: string | undefined;
11248
11337
  };
11249
11338
  amount: string | bigint;
11250
11339
  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;
@@ -11302,6 +11391,7 @@ export declare const v4: Elysia<"/v4", {
11302
11391
  updatedAt?: number | null | undefined;
11303
11392
  priceSource?: string | null | undefined;
11304
11393
  displaySymbol?: string | undefined;
11394
+ underlyingTokenId?: string | undefined;
11305
11395
  };
11306
11396
  opportunityId?: string | undefined;
11307
11397
  distributionChain?: {
@@ -11353,6 +11443,7 @@ export declare const v4: Elysia<"/v4", {
11353
11443
  updatedAt?: number | null | undefined;
11354
11444
  priceSource?: string | null | undefined;
11355
11445
  displaySymbol?: string | undefined;
11446
+ underlyingTokenId?: string | undefined;
11356
11447
  };
11357
11448
  amount: string | bigint;
11358
11449
  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;
@@ -11448,6 +11539,7 @@ export declare const v4: Elysia<"/v4", {
11448
11539
  updatedAt?: number | null | undefined;
11449
11540
  priceSource?: string | null | undefined;
11450
11541
  displaySymbol?: string | undefined;
11542
+ underlyingTokenId?: string | undefined;
11451
11543
  }[];
11452
11544
  chain: {
11453
11545
  id: number;
@@ -11516,6 +11608,7 @@ export declare const v4: Elysia<"/v4", {
11516
11608
  updatedAt?: number | null | undefined;
11517
11609
  priceSource?: string | null | undefined;
11518
11610
  displaySymbol?: string | undefined;
11611
+ underlyingTokenId?: string | undefined;
11519
11612
  } | undefined;
11520
11613
  } | undefined;
11521
11614
  tvlRecord?: {
@@ -11550,6 +11643,7 @@ export declare const v4: Elysia<"/v4", {
11550
11643
  updatedAt?: number | null | undefined;
11551
11644
  priceSource?: string | null | undefined;
11552
11645
  displaySymbol?: string | undefined;
11646
+ underlyingTokenId?: string | undefined;
11553
11647
  };
11554
11648
  amount: string | bigint;
11555
11649
  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;
@@ -11607,6 +11701,7 @@ export declare const v4: Elysia<"/v4", {
11607
11701
  updatedAt?: number | null | undefined;
11608
11702
  priceSource?: string | null | undefined;
11609
11703
  displaySymbol?: string | undefined;
11704
+ underlyingTokenId?: string | undefined;
11610
11705
  };
11611
11706
  opportunityId?: string | undefined;
11612
11707
  distributionChain?: {
@@ -11658,6 +11753,7 @@ export declare const v4: Elysia<"/v4", {
11658
11753
  updatedAt?: number | null | undefined;
11659
11754
  priceSource?: string | null | undefined;
11660
11755
  displaySymbol?: string | undefined;
11756
+ underlyingTokenId?: string | undefined;
11661
11757
  };
11662
11758
  amount: string | bigint;
11663
11759
  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;
@@ -11713,6 +11809,7 @@ export declare const v4: Elysia<"/v4", {
11713
11809
  updatedAt?: number | null | undefined;
11714
11810
  priceSource?: string | null | undefined;
11715
11811
  displaySymbol?: string | undefined;
11812
+ underlyingTokenId?: string | undefined;
11716
11813
  }[];
11717
11814
  chain: {
11718
11815
  id: number;
@@ -11781,6 +11878,7 @@ export declare const v4: Elysia<"/v4", {
11781
11878
  updatedAt?: number | null | undefined;
11782
11879
  priceSource?: string | null | undefined;
11783
11880
  displaySymbol?: string | undefined;
11881
+ underlyingTokenId?: string | undefined;
11784
11882
  } | undefined;
11785
11883
  } | undefined;
11786
11884
  tvlRecord?: {
@@ -11815,6 +11913,7 @@ export declare const v4: Elysia<"/v4", {
11815
11913
  updatedAt?: number | null | undefined;
11816
11914
  priceSource?: string | null | undefined;
11817
11915
  displaySymbol?: string | undefined;
11916
+ underlyingTokenId?: string | undefined;
11818
11917
  };
11819
11918
  amount: string | bigint;
11820
11919
  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;
@@ -11872,6 +11971,7 @@ export declare const v4: Elysia<"/v4", {
11872
11971
  updatedAt?: number | null | undefined;
11873
11972
  priceSource?: string | null | undefined;
11874
11973
  displaySymbol?: string | undefined;
11974
+ underlyingTokenId?: string | undefined;
11875
11975
  };
11876
11976
  opportunityId?: string | undefined;
11877
11977
  distributionChain?: {
@@ -11923,6 +12023,7 @@ export declare const v4: Elysia<"/v4", {
11923
12023
  updatedAt?: number | null | undefined;
11924
12024
  priceSource?: string | null | undefined;
11925
12025
  displaySymbol?: string | undefined;
12026
+ underlyingTokenId?: string | undefined;
11926
12027
  };
11927
12028
  amount: string | bigint;
11928
12029
  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;
@@ -12019,6 +12120,7 @@ export declare const v4: Elysia<"/v4", {
12019
12120
  updatedAt?: number | null | undefined;
12020
12121
  priceSource?: string | null | undefined;
12021
12122
  displaySymbol?: string | undefined;
12123
+ underlyingTokenId?: string | undefined;
12022
12124
  }[];
12023
12125
  chain: {
12024
12126
  id: number;
@@ -12087,6 +12189,7 @@ export declare const v4: Elysia<"/v4", {
12087
12189
  updatedAt?: number | null | undefined;
12088
12190
  priceSource?: string | null | undefined;
12089
12191
  displaySymbol?: string | undefined;
12192
+ underlyingTokenId?: string | undefined;
12090
12193
  } | undefined;
12091
12194
  } | undefined;
12092
12195
  tvlRecord?: {
@@ -12121,6 +12224,7 @@ export declare const v4: Elysia<"/v4", {
12121
12224
  updatedAt?: number | null | undefined;
12122
12225
  priceSource?: string | null | undefined;
12123
12226
  displaySymbol?: string | undefined;
12227
+ underlyingTokenId?: string | undefined;
12124
12228
  };
12125
12229
  amount: string | bigint;
12126
12230
  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;
@@ -12178,6 +12282,7 @@ export declare const v4: Elysia<"/v4", {
12178
12282
  updatedAt?: number | null | undefined;
12179
12283
  priceSource?: string | null | undefined;
12180
12284
  displaySymbol?: string | undefined;
12285
+ underlyingTokenId?: string | undefined;
12181
12286
  };
12182
12287
  opportunityId?: string | undefined;
12183
12288
  distributionChain?: {
@@ -12229,6 +12334,7 @@ export declare const v4: Elysia<"/v4", {
12229
12334
  updatedAt?: number | null | undefined;
12230
12335
  priceSource?: string | null | undefined;
12231
12336
  displaySymbol?: string | undefined;
12337
+ underlyingTokenId?: string | undefined;
12232
12338
  };
12233
12339
  amount: string | bigint;
12234
12340
  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;
@@ -12352,6 +12458,7 @@ export declare const v4: Elysia<"/v4", {
12352
12458
  updatedAt?: number | null | undefined;
12353
12459
  priceSource?: string | null | undefined;
12354
12460
  displaySymbol?: string | undefined;
12461
+ underlyingTokenId?: string | undefined;
12355
12462
  }[];
12356
12463
  chain: {
12357
12464
  id: number;
@@ -12420,6 +12527,7 @@ export declare const v4: Elysia<"/v4", {
12420
12527
  updatedAt?: number | null | undefined;
12421
12528
  priceSource?: string | null | undefined;
12422
12529
  displaySymbol?: string | undefined;
12530
+ underlyingTokenId?: string | undefined;
12423
12531
  } | undefined;
12424
12532
  } | undefined;
12425
12533
  tvlRecord?: {
@@ -12454,6 +12562,7 @@ export declare const v4: Elysia<"/v4", {
12454
12562
  updatedAt?: number | null | undefined;
12455
12563
  priceSource?: string | null | undefined;
12456
12564
  displaySymbol?: string | undefined;
12565
+ underlyingTokenId?: string | undefined;
12457
12566
  };
12458
12567
  amount: string | bigint;
12459
12568
  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;
@@ -12511,6 +12620,7 @@ export declare const v4: Elysia<"/v4", {
12511
12620
  updatedAt?: number | null | undefined;
12512
12621
  priceSource?: string | null | undefined;
12513
12622
  displaySymbol?: string | undefined;
12623
+ underlyingTokenId?: string | undefined;
12514
12624
  };
12515
12625
  opportunityId?: string | undefined;
12516
12626
  distributionChain?: {
@@ -12562,6 +12672,7 @@ export declare const v4: Elysia<"/v4", {
12562
12672
  updatedAt?: number | null | undefined;
12563
12673
  priceSource?: string | null | undefined;
12564
12674
  displaySymbol?: string | undefined;
12675
+ underlyingTokenId?: string | undefined;
12565
12676
  };
12566
12677
  amount: string | bigint;
12567
12678
  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;
@@ -12617,6 +12728,7 @@ export declare const v4: Elysia<"/v4", {
12617
12728
  updatedAt?: number | null | undefined;
12618
12729
  priceSource?: string | null | undefined;
12619
12730
  displaySymbol?: string | undefined;
12731
+ underlyingTokenId?: string | undefined;
12620
12732
  }[];
12621
12733
  chain: {
12622
12734
  id: number;
@@ -12685,6 +12797,7 @@ export declare const v4: Elysia<"/v4", {
12685
12797
  updatedAt?: number | null | undefined;
12686
12798
  priceSource?: string | null | undefined;
12687
12799
  displaySymbol?: string | undefined;
12800
+ underlyingTokenId?: string | undefined;
12688
12801
  } | undefined;
12689
12802
  } | undefined;
12690
12803
  tvlRecord?: {
@@ -12719,6 +12832,7 @@ export declare const v4: Elysia<"/v4", {
12719
12832
  updatedAt?: number | null | undefined;
12720
12833
  priceSource?: string | null | undefined;
12721
12834
  displaySymbol?: string | undefined;
12835
+ underlyingTokenId?: string | undefined;
12722
12836
  };
12723
12837
  amount: string | bigint;
12724
12838
  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;
@@ -12776,6 +12890,7 @@ export declare const v4: Elysia<"/v4", {
12776
12890
  updatedAt?: number | null | undefined;
12777
12891
  priceSource?: string | null | undefined;
12778
12892
  displaySymbol?: string | undefined;
12893
+ underlyingTokenId?: string | undefined;
12779
12894
  };
12780
12895
  opportunityId?: string | undefined;
12781
12896
  distributionChain?: {
@@ -12827,6 +12942,7 @@ export declare const v4: Elysia<"/v4", {
12827
12942
  updatedAt?: number | null | undefined;
12828
12943
  priceSource?: string | null | undefined;
12829
12944
  displaySymbol?: string | undefined;
12945
+ underlyingTokenId?: string | undefined;
12830
12946
  };
12831
12947
  amount: string | bigint;
12832
12948
  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;
@@ -13491,6 +13607,7 @@ export declare const v4: Elysia<"/v4", {
13491
13607
  isTest: boolean;
13492
13608
  type: import("@package/databases").TokenType;
13493
13609
  isNative: boolean;
13610
+ underlyingTokenId: string | null;
13494
13611
  price: number | null;
13495
13612
  updatedAt: number | null;
13496
13613
  priceSource: string | null;
@@ -13539,6 +13656,7 @@ export declare const v4: Elysia<"/v4", {
13539
13656
  isTest: boolean;
13540
13657
  type: import("@package/databases").TokenType;
13541
13658
  isNative: boolean;
13659
+ underlyingTokenId: string | null;
13542
13660
  price: number | null;
13543
13661
  updatedAt: number | null;
13544
13662
  priceSource: string | null;
@@ -13577,6 +13695,7 @@ export declare const v4: Elysia<"/v4", {
13577
13695
  isTest: boolean;
13578
13696
  type: import("@package/databases").TokenType;
13579
13697
  isNative: boolean;
13698
+ underlyingTokenId: string | null;
13580
13699
  price: number | null;
13581
13700
  updatedAt: number | null;
13582
13701
  priceSource: string | null;
@@ -13970,6 +14089,7 @@ export declare const v4: Elysia<"/v4", {
13970
14089
  isTest: boolean;
13971
14090
  type: import("@package/databases").TokenType;
13972
14091
  isNative: boolean;
14092
+ underlyingTokenId: string | null;
13973
14093
  price: number | null;
13974
14094
  updatedAt: number | null;
13975
14095
  priceSource: string | null;
@@ -14018,6 +14138,7 @@ export declare const v4: Elysia<"/v4", {
14018
14138
  isTest: boolean;
14019
14139
  type: import("@package/databases").TokenType;
14020
14140
  isNative: boolean;
14141
+ underlyingTokenId: string | null;
14021
14142
  price: number | null;
14022
14143
  updatedAt: number | null;
14023
14144
  priceSource: string | null;
@@ -14056,6 +14177,7 @@ export declare const v4: Elysia<"/v4", {
14056
14177
  isTest: boolean;
14057
14178
  type: import("@package/databases").TokenType;
14058
14179
  isNative: boolean;
14180
+ underlyingTokenId: string | null;
14059
14181
  price: number | null;
14060
14182
  updatedAt: number | null;
14061
14183
  priceSource: string | null;
@@ -14555,6 +14677,7 @@ export declare const v4: Elysia<"/v4", {
14555
14677
  isTest: boolean;
14556
14678
  type: import("@package/databases").TokenType;
14557
14679
  isNative: boolean;
14680
+ underlyingTokenId: string | null;
14558
14681
  price: number | null;
14559
14682
  updatedAt: number | null;
14560
14683
  priceSource: string | null;
@@ -14603,6 +14726,7 @@ export declare const v4: Elysia<"/v4", {
14603
14726
  isTest: boolean;
14604
14727
  type: import("@package/databases").TokenType;
14605
14728
  isNative: boolean;
14729
+ underlyingTokenId: string | null;
14606
14730
  price: number | null;
14607
14731
  updatedAt: number | null;
14608
14732
  priceSource: string | null;
@@ -14641,6 +14765,7 @@ export declare const v4: Elysia<"/v4", {
14641
14765
  isTest: boolean;
14642
14766
  type: import("@package/databases").TokenType;
14643
14767
  isNative: boolean;
14768
+ underlyingTokenId: string | null;
14644
14769
  price: number | null;
14645
14770
  updatedAt: number | null;
14646
14771
  priceSource: string | null;
@@ -14834,6 +14959,7 @@ export declare const v4: Elysia<"/v4", {
14834
14959
  isTest: boolean;
14835
14960
  type: import("@package/databases").TokenType;
14836
14961
  isNative: boolean;
14962
+ underlyingTokenId: string | null;
14837
14963
  price: number | null;
14838
14964
  updatedAt: number | null;
14839
14965
  priceSource: string | null;
@@ -14882,6 +15008,7 @@ export declare const v4: Elysia<"/v4", {
14882
15008
  isTest: boolean;
14883
15009
  type: import("@package/databases").TokenType;
14884
15010
  isNative: boolean;
15011
+ underlyingTokenId: string | null;
14885
15012
  price: number | null;
14886
15013
  updatedAt: number | null;
14887
15014
  priceSource: string | null;
@@ -14920,6 +15047,7 @@ export declare const v4: Elysia<"/v4", {
14920
15047
  isTest: boolean;
14921
15048
  type: import("@package/databases").TokenType;
14922
15049
  isNative: boolean;
15050
+ underlyingTokenId: string | null;
14923
15051
  price: number | null;
14924
15052
  updatedAt: number | null;
14925
15053
  priceSource: string | null;
@@ -15114,6 +15242,7 @@ export declare const v4: Elysia<"/v4", {
15114
15242
  isTest: boolean;
15115
15243
  type: import("@package/databases").TokenType;
15116
15244
  isNative: boolean;
15245
+ underlyingTokenId: string | null;
15117
15246
  price: number | null;
15118
15247
  updatedAt: number | null;
15119
15248
  priceSource: string | null;
@@ -15162,6 +15291,7 @@ export declare const v4: Elysia<"/v4", {
15162
15291
  isTest: boolean;
15163
15292
  type: import("@package/databases").TokenType;
15164
15293
  isNative: boolean;
15294
+ underlyingTokenId: string | null;
15165
15295
  price: number | null;
15166
15296
  updatedAt: number | null;
15167
15297
  priceSource: string | null;
@@ -15200,6 +15330,7 @@ export declare const v4: Elysia<"/v4", {
15200
15330
  isTest: boolean;
15201
15331
  type: import("@package/databases").TokenType;
15202
15332
  isNative: boolean;
15333
+ underlyingTokenId: string | null;
15203
15334
  price: number | null;
15204
15335
  updatedAt: number | null;
15205
15336
  priceSource: string | null;
@@ -15774,6 +15905,7 @@ export declare const v4: Elysia<"/v4", {
15774
15905
  updatedAt?: number | null | undefined;
15775
15906
  priceSource?: string | null | undefined;
15776
15907
  displaySymbol?: string | undefined;
15908
+ underlyingTokenId?: string | undefined;
15777
15909
  }[];
15778
15910
  chain: {
15779
15911
  id: number;
@@ -15842,6 +15974,7 @@ export declare const v4: Elysia<"/v4", {
15842
15974
  updatedAt?: number | null | undefined;
15843
15975
  priceSource?: string | null | undefined;
15844
15976
  displaySymbol?: string | undefined;
15977
+ underlyingTokenId?: string | undefined;
15845
15978
  } | undefined;
15846
15979
  } | undefined;
15847
15980
  tvlRecord?: {
@@ -15876,6 +16009,7 @@ export declare const v4: Elysia<"/v4", {
15876
16009
  updatedAt?: number | null | undefined;
15877
16010
  priceSource?: string | null | undefined;
15878
16011
  displaySymbol?: string | undefined;
16012
+ underlyingTokenId?: string | undefined;
15879
16013
  };
15880
16014
  amount: string | bigint;
15881
16015
  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;
@@ -15962,6 +16096,7 @@ export declare const v4: Elysia<"/v4", {
15962
16096
  updatedAt?: number | null | undefined;
15963
16097
  priceSource?: string | null | undefined;
15964
16098
  displaySymbol?: string | undefined;
16099
+ underlyingTokenId?: string | undefined;
15965
16100
  }[];
15966
16101
  chain: {
15967
16102
  id: number;
@@ -16030,6 +16165,7 @@ export declare const v4: Elysia<"/v4", {
16030
16165
  updatedAt?: number | null | undefined;
16031
16166
  priceSource?: string | null | undefined;
16032
16167
  displaySymbol?: string | undefined;
16168
+ underlyingTokenId?: string | undefined;
16033
16169
  } | undefined;
16034
16170
  } | undefined;
16035
16171
  tvlRecord?: {
@@ -16064,6 +16200,7 @@ export declare const v4: Elysia<"/v4", {
16064
16200
  updatedAt?: number | null | undefined;
16065
16201
  priceSource?: string | null | undefined;
16066
16202
  displaySymbol?: string | undefined;
16203
+ underlyingTokenId?: string | undefined;
16067
16204
  };
16068
16205
  amount: string | bigint;
16069
16206
  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;
@@ -16170,6 +16307,7 @@ export declare const v4: Elysia<"/v4", {
16170
16307
  updatedAt?: number | null | undefined;
16171
16308
  priceSource?: string | null | undefined;
16172
16309
  displaySymbol?: string | undefined;
16310
+ underlyingTokenId?: string | undefined;
16173
16311
  }[];
16174
16312
  chain: {
16175
16313
  id: number;
@@ -16238,6 +16376,7 @@ export declare const v4: Elysia<"/v4", {
16238
16376
  updatedAt?: number | null | undefined;
16239
16377
  priceSource?: string | null | undefined;
16240
16378
  displaySymbol?: string | undefined;
16379
+ underlyingTokenId?: string | undefined;
16241
16380
  } | undefined;
16242
16381
  } | undefined;
16243
16382
  tvlRecord?: {
@@ -16272,6 +16411,7 @@ export declare const v4: Elysia<"/v4", {
16272
16411
  updatedAt?: number | null | undefined;
16273
16412
  priceSource?: string | null | undefined;
16274
16413
  displaySymbol?: string | undefined;
16414
+ underlyingTokenId?: string | undefined;
16275
16415
  };
16276
16416
  amount: string | bigint;
16277
16417
  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;
@@ -16367,6 +16507,7 @@ export declare const v4: Elysia<"/v4", {
16367
16507
  updatedAt?: number | null | undefined;
16368
16508
  priceSource?: string | null | undefined;
16369
16509
  displaySymbol?: string | undefined;
16510
+ underlyingTokenId?: string | undefined;
16370
16511
  }[];
16371
16512
  chain: {
16372
16513
  id: number;
@@ -16435,6 +16576,7 @@ export declare const v4: Elysia<"/v4", {
16435
16576
  updatedAt?: number | null | undefined;
16436
16577
  priceSource?: string | null | undefined;
16437
16578
  displaySymbol?: string | undefined;
16579
+ underlyingTokenId?: string | undefined;
16438
16580
  } | undefined;
16439
16581
  } | undefined;
16440
16582
  tvlRecord?: {
@@ -16469,6 +16611,7 @@ export declare const v4: Elysia<"/v4", {
16469
16611
  updatedAt?: number | null | undefined;
16470
16612
  priceSource?: string | null | undefined;
16471
16613
  displaySymbol?: string | undefined;
16614
+ underlyingTokenId?: string | undefined;
16472
16615
  };
16473
16616
  amount: string | bigint;
16474
16617
  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;
@@ -16598,6 +16741,7 @@ export declare const v4: Elysia<"/v4", {
16598
16741
  updatedAt?: number | null | undefined;
16599
16742
  priceSource?: string | null | undefined;
16600
16743
  displaySymbol?: string | undefined;
16744
+ underlyingTokenId?: string | undefined;
16601
16745
  };
16602
16746
  chainId: number;
16603
16747
  hash: string;
@@ -17975,6 +18119,7 @@ export declare const v4: Elysia<"/v4", {
17975
18119
  updatedAt?: number | null | undefined;
17976
18120
  priceSource?: string | null | undefined;
17977
18121
  displaySymbol?: string | undefined;
18122
+ underlyingTokenId?: string | undefined;
17978
18123
  };
17979
18124
  422: {
17980
18125
  type: "validation";
@@ -18049,6 +18194,7 @@ export declare const v4: Elysia<"/v4", {
18049
18194
  updatedAt?: number | null | undefined;
18050
18195
  priceSource?: string | null | undefined;
18051
18196
  displaySymbol?: string | undefined;
18197
+ underlyingTokenId?: string | undefined;
18052
18198
  } & {
18053
18199
  minimumAmountPerHour?: string | undefined;
18054
18200
  isTokenWrapper?: boolean | undefined;
@@ -18097,6 +18243,7 @@ export declare const v4: Elysia<"/v4", {
18097
18243
  updatedAt?: number | null | undefined;
18098
18244
  priceSource?: string | null | undefined;
18099
18245
  displaySymbol?: string | undefined;
18246
+ underlyingTokenId?: string | undefined;
18100
18247
  } & {
18101
18248
  minimumAmountPerHour?: string | undefined;
18102
18249
  isTokenWrapper?: boolean | undefined;
@@ -18147,6 +18294,7 @@ export declare const v4: Elysia<"/v4", {
18147
18294
  updatedAt?: number | null | undefined;
18148
18295
  priceSource?: string | null | undefined;
18149
18296
  displaySymbol?: string | undefined;
18297
+ underlyingTokenId?: string | undefined;
18150
18298
  } & {
18151
18299
  balance: bigint;
18152
18300
  })[];
@@ -18202,6 +18350,7 @@ export declare const v4: Elysia<"/v4", {
18202
18350
  updatedAt?: number | null | undefined;
18203
18351
  priceSource?: string | null | undefined;
18204
18352
  displaySymbol?: string | undefined;
18353
+ underlyingTokenId?: string | undefined;
18205
18354
  }[];
18206
18355
  422: {
18207
18356
  type: "validation";
@@ -18294,6 +18443,7 @@ export declare const v4: Elysia<"/v4", {
18294
18443
  updatedAt?: number | null | undefined;
18295
18444
  priceSource?: string | null | undefined;
18296
18445
  displaySymbol?: string | undefined;
18446
+ underlyingTokenId?: string | undefined;
18297
18447
  };
18298
18448
  422: {
18299
18449
  type: "validation";
@@ -18318,6 +18468,7 @@ export declare const v4: Elysia<"/v4", {
18318
18468
  icon?: string | undefined;
18319
18469
  displaySymbol?: string | undefined;
18320
18470
  name?: string | undefined;
18471
+ underlyingTokenId?: string | undefined;
18321
18472
  };
18322
18473
  params: {
18323
18474
  id: string;
@@ -18343,6 +18494,7 @@ export declare const v4: Elysia<"/v4", {
18343
18494
  updatedAt?: number | null | undefined;
18344
18495
  priceSource?: string | null | undefined;
18345
18496
  displaySymbol?: string | undefined;
18497
+ underlyingTokenId?: string | undefined;
18346
18498
  };
18347
18499
  422: {
18348
18500
  type: "validation";
@@ -18419,6 +18571,7 @@ export declare const v4: Elysia<"/v4", {
18419
18571
  updatedAt?: number | null | undefined;
18420
18572
  priceSource?: string | null | undefined;
18421
18573
  displaySymbol?: string | undefined;
18574
+ underlyingTokenId?: string | undefined;
18422
18575
  };
18423
18576
  422: {
18424
18577
  type: "validation";
@@ -18674,6 +18827,7 @@ export declare const v4: Elysia<"/v4", {
18674
18827
  updatedAt?: number | null | undefined;
18675
18828
  priceSource?: string | null | undefined;
18676
18829
  displaySymbol?: string | undefined;
18830
+ underlyingTokenId?: string | undefined;
18677
18831
  };
18678
18832
  opportunity: {
18679
18833
  id: string;
@@ -18721,6 +18875,7 @@ export declare const v4: Elysia<"/v4", {
18721
18875
  updatedAt?: number | null | undefined;
18722
18876
  priceSource?: string | null | undefined;
18723
18877
  displaySymbol?: string | undefined;
18878
+ underlyingTokenId?: string | undefined;
18724
18879
  }[];
18725
18880
  chain: {
18726
18881
  id: number;
@@ -18789,6 +18944,7 @@ export declare const v4: Elysia<"/v4", {
18789
18944
  updatedAt?: number | null | undefined;
18790
18945
  priceSource?: string | null | undefined;
18791
18946
  displaySymbol?: string | undefined;
18947
+ underlyingTokenId?: string | undefined;
18792
18948
  } | undefined;
18793
18949
  } | undefined;
18794
18950
  tvlRecord?: {
@@ -18823,6 +18979,7 @@ export declare const v4: Elysia<"/v4", {
18823
18979
  updatedAt?: number | null | undefined;
18824
18980
  priceSource?: string | null | undefined;
18825
18981
  displaySymbol?: string | undefined;
18982
+ underlyingTokenId?: string | undefined;
18826
18983
  };
18827
18984
  amount: string | bigint;
18828
18985
  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;
@@ -18885,6 +19042,7 @@ export declare const v4: Elysia<"/v4", {
18885
19042
  updatedAt?: number | null | undefined;
18886
19043
  priceSource?: string | null | undefined;
18887
19044
  displaySymbol?: string | undefined;
19045
+ underlyingTokenId?: string | undefined;
18888
19046
  };
18889
19047
  opportunity: {
18890
19048
  id: string;
@@ -18932,6 +19090,7 @@ export declare const v4: Elysia<"/v4", {
18932
19090
  updatedAt?: number | null | undefined;
18933
19091
  priceSource?: string | null | undefined;
18934
19092
  displaySymbol?: string | undefined;
19093
+ underlyingTokenId?: string | undefined;
18935
19094
  }[];
18936
19095
  chain: {
18937
19096
  id: number;
@@ -19000,6 +19159,7 @@ export declare const v4: Elysia<"/v4", {
19000
19159
  updatedAt?: number | null | undefined;
19001
19160
  priceSource?: string | null | undefined;
19002
19161
  displaySymbol?: string | undefined;
19162
+ underlyingTokenId?: string | undefined;
19003
19163
  } | undefined;
19004
19164
  } | undefined;
19005
19165
  tvlRecord?: {
@@ -19034,6 +19194,7 @@ export declare const v4: Elysia<"/v4", {
19034
19194
  updatedAt?: number | null | undefined;
19035
19195
  priceSource?: string | null | undefined;
19036
19196
  displaySymbol?: string | undefined;
19197
+ underlyingTokenId?: string | undefined;
19037
19198
  };
19038
19199
  amount: string | bigint;
19039
19200
  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;
@@ -20390,15 +20551,16 @@ export declare const v4: Elysia<"/v4", {
20390
20551
  address: string;
20391
20552
  decimals: number;
20392
20553
  symbol: string;
20393
- displaySymbol: string;
20394
20554
  icon: string;
20395
20555
  verified: boolean;
20396
- isTest: boolean;
20397
- type: import("@package/databases").TokenType;
20398
20556
  isNative: boolean;
20399
- price: number | null;
20400
- updatedAt: number | null;
20401
- priceSource: string | null;
20557
+ isTest: boolean;
20558
+ type: "POINT" | "PRETGE" | "TOKEN";
20559
+ price?: number | null | undefined;
20560
+ updatedAt?: number | null | undefined;
20561
+ priceSource?: string | null | undefined;
20562
+ displaySymbol?: string | undefined;
20563
+ underlyingTokenId?: string | undefined;
20402
20564
  };
20403
20565
  breakdowns: {
20404
20566
  root: string;
@@ -20472,6 +20634,7 @@ export declare const v4: Elysia<"/v4", {
20472
20634
  isTest: boolean;
20473
20635
  type: import("@package/databases").TokenType;
20474
20636
  isNative: boolean;
20637
+ underlyingTokenId: string | null;
20475
20638
  price: number | null;
20476
20639
  updatedAt: number | null;
20477
20640
  priceSource: string | null;
@@ -20522,15 +20685,16 @@ export declare const v4: Elysia<"/v4", {
20522
20685
  address: string;
20523
20686
  decimals: number;
20524
20687
  symbol: string;
20525
- displaySymbol: string;
20526
20688
  icon: string;
20527
20689
  verified: boolean;
20528
- isTest: boolean;
20529
- type: import("@package/databases").TokenType;
20530
20690
  isNative: boolean;
20531
- price: number | null;
20532
- updatedAt: number | null;
20533
- priceSource: string | null;
20691
+ isTest: boolean;
20692
+ type: "POINT" | "PRETGE" | "TOKEN";
20693
+ price?: number | null | undefined;
20694
+ updatedAt?: number | null | undefined;
20695
+ priceSource?: string | null | undefined;
20696
+ displaySymbol?: string | undefined;
20697
+ underlyingTokenId?: string | undefined;
20534
20698
  };
20535
20699
  breakdowns: {
20536
20700
  root: string;
@@ -20604,6 +20768,7 @@ export declare const v4: Elysia<"/v4", {
20604
20768
  isTest: boolean;
20605
20769
  type: import("@package/databases").TokenType;
20606
20770
  isNative: boolean;
20771
+ underlyingTokenId: string | null;
20607
20772
  price: number | null;
20608
20773
  updatedAt: number | null;
20609
20774
  priceSource: string | null;
@@ -20688,6 +20853,7 @@ export declare const v4: Elysia<"/v4", {
20688
20853
  updatedAt?: number | null | undefined;
20689
20854
  priceSource?: string | null | undefined;
20690
20855
  displaySymbol?: string | undefined;
20856
+ underlyingTokenId?: string | undefined;
20691
20857
  }[];
20692
20858
  chain: {
20693
20859
  id: number;
@@ -20756,6 +20922,7 @@ export declare const v4: Elysia<"/v4", {
20756
20922
  updatedAt?: number | null | undefined;
20757
20923
  priceSource?: string | null | undefined;
20758
20924
  displaySymbol?: string | undefined;
20925
+ underlyingTokenId?: string | undefined;
20759
20926
  } | undefined;
20760
20927
  } | undefined;
20761
20928
  tvlRecord?: {
@@ -20790,6 +20957,7 @@ export declare const v4: Elysia<"/v4", {
20790
20957
  updatedAt?: number | null | undefined;
20791
20958
  priceSource?: string | null | undefined;
20792
20959
  displaySymbol?: string | undefined;
20960
+ underlyingTokenId?: string | undefined;
20793
20961
  };
20794
20962
  amount: string | bigint;
20795
20963
  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;