@merkl/api 1.13.0 → 1.13.2

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 (101) hide show
  1. package/dist/src/eden/index.d.ts +390 -212
  2. package/dist/src/engine/deprecated/dynamicData/implementations/Erc20.d.ts +25 -25
  3. package/dist/src/engine/implementations/Blend/metadata.d.ts +32 -0
  4. package/dist/src/engine/implementations/Blend/metadata.js.map +1 -0
  5. package/dist/src/engine/implementations/SacHolder/metadata.d.ts +16 -0
  6. package/dist/src/engine/implementations/SacHolder/metadata.js.map +1 -0
  7. package/dist/src/engine/metadata/factory.js.map +1 -1
  8. package/dist/src/engine/nativeAPR/factory.js.map +1 -1
  9. package/dist/src/engine/tvl/factory.js.map +1 -1
  10. package/dist/src/index.d.ts +390 -212
  11. package/dist/src/index.js.map +1 -1
  12. package/dist/src/jobs/auto-claim/index.js.map +1 -0
  13. package/dist/src/jobs/leaf-breakdown-etl/config.d.ts +8 -0
  14. package/dist/src/jobs/leaf-breakdown-etl/config.js.map +1 -0
  15. package/dist/src/jobs/leaf-breakdown-etl/index.js.map +1 -0
  16. package/dist/src/jobs/leaf-breakdown-etl/load.d.ts +13 -0
  17. package/dist/src/jobs/leaf-breakdown-etl/load.js.map +1 -0
  18. package/dist/src/jobs/leaf-breakdown-etl/subcampaigns.d.ts +27 -0
  19. package/dist/src/jobs/leaf-breakdown-etl/subcampaigns.js.map +1 -0
  20. package/dist/src/jobs/leaf-breakdown-etl/types.d.ts +15 -0
  21. package/dist/src/jobs/leaf-breakdown-etl/types.js.map +1 -0
  22. package/dist/src/jobs/leaf-etl/config.d.ts +7 -0
  23. package/dist/src/jobs/leaf-etl/config.js.map +1 -0
  24. package/dist/src/jobs/leaf-etl/index.d.ts +1 -0
  25. package/dist/src/jobs/leaf-etl/index.js.map +1 -0
  26. package/dist/src/jobs/leaf-etl/load.d.ts +13 -0
  27. package/dist/src/jobs/leaf-etl/load.js.map +1 -0
  28. package/dist/src/jobs/leaf-etl/types.d.ts +11 -0
  29. package/dist/src/jobs/leaf-etl/types.js.map +1 -0
  30. package/dist/src/jobs/pendings-etl/load.js.map +1 -1
  31. package/dist/src/jobs/refresh-materialized-views.d.ts +1 -0
  32. package/dist/src/jobs/refresh-materialized-views.js.map +1 -0
  33. package/dist/src/jobs/reward-breakdowns-etl/index.js.map +1 -1
  34. package/dist/src/jobs/reward-breakdowns-etl/load.js.map +1 -1
  35. package/dist/src/jobs/rewards-etl/index.js.map +1 -1
  36. package/dist/src/jobs/rewards-etl/load-rewards.js.map +1 -1
  37. package/dist/src/modules/v4/campaign/campaign.controller.d.ts +64 -5
  38. package/dist/src/modules/v4/campaign/campaign.query-transformer.d.ts +10 -2
  39. package/dist/src/modules/v4/campaign/campaign.query-transformer.js.map +1 -1
  40. package/dist/src/modules/v4/campaign/campaign.service.d.ts +49 -12
  41. package/dist/src/modules/v4/campaign/campaign.test.controller.d.ts +36 -48
  42. package/dist/src/modules/v4/carousel/carousel.controller.d.ts +84 -50
  43. package/dist/src/modules/v4/carousel/carousel.repository.d.ts +64 -68
  44. package/dist/src/modules/v4/carousel/carousel.repository.js.map +1 -1
  45. package/dist/src/modules/v4/carousel/carousel.service.d.ts +86 -70
  46. package/dist/src/modules/v4/config/config.controller.d.ts +9 -12
  47. package/dist/src/modules/v4/config/config.service.d.ts +9 -12
  48. package/dist/src/modules/v4/creator/creator.controller.d.ts +8 -1
  49. package/dist/src/modules/v4/leaf/leaf.repository.d.ts +18 -22
  50. package/dist/src/modules/v4/leaf/leaf.repository.js.map +1 -1
  51. package/dist/src/modules/v4/leaf/leaf.service.d.ts +18 -22
  52. package/dist/src/modules/v4/opportunity/depositUrl.formatter.d.ts +20 -0
  53. package/dist/src/modules/v4/opportunity/depositUrl.formatter.js.map +1 -0
  54. package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +88 -31
  55. package/dist/src/modules/v4/opportunity/opportunity.formatter.d.ts +25 -1
  56. package/dist/src/modules/v4/opportunity/opportunity.formatter.js.map +1 -1
  57. package/dist/src/modules/v4/opportunity/opportunity.model.d.ts +69 -5
  58. package/dist/src/modules/v4/opportunity/opportunity.model.js.map +1 -1
  59. package/dist/src/modules/v4/opportunity/opportunity.query-transformer.d.ts +57 -57
  60. package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +54 -67
  61. package/dist/src/modules/v4/opportunity/opportunity.repository.js.map +1 -1
  62. package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +93 -60
  63. package/dist/src/modules/v4/opportunity/opportunity.service.js.map +1 -1
  64. package/dist/src/modules/v4/payload/payload.controller.d.ts +27 -36
  65. package/dist/src/modules/v4/payload/payload.service.d.ts +36 -48
  66. package/dist/src/modules/v4/program/program.controller.d.ts +32 -4
  67. package/dist/src/modules/v4/program/program.repository.d.ts +41 -45
  68. package/dist/src/modules/v4/program/program.repository.js.map +1 -1
  69. package/dist/src/modules/v4/program/program.service.d.ts +32 -4
  70. package/dist/src/modules/v4/protocol/protocol.repository.js.map +1 -1
  71. package/dist/src/modules/v4/reward/reward.repository.d.ts +39 -22
  72. package/dist/src/modules/v4/reward/reward.repository.js.map +1 -1
  73. package/dist/src/modules/v4/reward/reward.service.d.ts +128 -122
  74. package/dist/src/modules/v4/reward/reward.service.js.map +1 -1
  75. package/dist/src/modules/v4/router.d.ts +390 -212
  76. package/dist/src/modules/v4/transaction/transaction.service.d.ts +226 -156
  77. package/dist/src/modules/v4/uniswap/uniswap.controller.d.ts +16 -2
  78. package/dist/src/modules/v4/uniswap/uniswap.service.d.ts +8 -1
  79. package/dist/src/modules/v4/user/user.controller.d.ts +26 -23
  80. package/dist/src/scripts/exportOpportunities.js.map +1 -1
  81. package/dist/src/scripts/importOpportunities.js.map +1 -1
  82. package/dist/src/utils/getAPR.d.ts +38 -3
  83. package/dist/src/utils/parseDistributionType.d.ts +1087 -1052
  84. package/dist/tsconfig.tsbuildinfo +1 -1
  85. package/package.json +1 -1
  86. package/dist/src/jobs/basculate-past-pendings/index.js.map +0 -1
  87. package/dist/src/jobs/pendings-etl/load-leaf.d.ts +0 -6
  88. package/dist/src/jobs/pendings-etl/load-leaf.js.map +0 -1
  89. package/dist/src/jobs/pendings-watcher/index.d.ts +0 -47
  90. package/dist/src/jobs/pendings-watcher/index.js.map +0 -1
  91. package/dist/src/jobs/pendings-watcher/types.d.ts +0 -52
  92. package/dist/src/jobs/pendings-watcher/types.js.map +0 -1
  93. package/dist/src/jobs/refresh-count-views.js.map +0 -1
  94. package/dist/src/jobs/reward-breakdowns-etl/load-leaf.d.ts +0 -8
  95. package/dist/src/jobs/reward-breakdowns-etl/load-leaf.js.map +0 -1
  96. package/dist/src/jobs/rewards-etl/load-leaf.d.ts +0 -5
  97. package/dist/src/jobs/rewards-etl/load-leaf.js.map +0 -1
  98. package/dist/src/jobs/test-partitions.d.ts +0 -11
  99. package/dist/src/jobs/test-partitions.js.map +0 -1
  100. /package/dist/src/jobs/{refresh-count-views.d.ts → auto-claim/index.d.ts} +0 -0
  101. /package/dist/src/jobs/{basculate-past-pendings → leaf-breakdown-etl}/index.d.ts +0 -0
@@ -889,6 +889,14 @@ export declare const v4: Elysia<"/v4", {
889
889
  name: string;
890
890
  slug: string | null;
891
891
  }[];
892
+ depositUrls: {
893
+ id: string;
894
+ title: string;
895
+ url: string;
896
+ subtitle?: string | undefined;
897
+ icon?: string | undefined;
898
+ priority: number;
899
+ }[] | undefined;
892
900
  id: string;
893
901
  hidden: true | undefined;
894
902
  nativeApr: number | undefined;
@@ -1079,9 +1087,16 @@ export declare const v4: Elysia<"/v4", {
1079
1087
  action: "BORROW" | "DROP" | "HOLD" | "INVALID" | "LEND" | "LONG" | "POOL" | "SHORT" | "STAKE" | "SWAP";
1080
1088
  description?: string | undefined;
1081
1089
  howToSteps?: string[] | undefined;
1082
- protocols?: string[] | undefined;
1083
1090
  mainProtocol?: string | undefined;
1084
1091
  depositUrl?: string | undefined;
1092
+ depositUrls?: {
1093
+ id: string;
1094
+ title: string;
1095
+ url: string;
1096
+ subtitle?: string | undefined;
1097
+ icon?: string | undefined;
1098
+ priority: number;
1099
+ }[] | undefined;
1085
1100
  explorerAddress?: string | undefined;
1086
1101
  tags?: string[] | undefined;
1087
1102
  chainId: number;
@@ -1379,9 +1394,16 @@ export declare const v4: Elysia<"/v4", {
1379
1394
  status: "LIVE" | "NONE" | "PAST" | "SOON";
1380
1395
  action: "BORROW" | "DROP" | "HOLD" | "INVALID" | "LEND" | "LONG" | "POOL" | "SHORT" | "STAKE" | "SWAP";
1381
1396
  tags: string[];
1382
- protocols?: string[] | undefined;
1383
1397
  mainProtocol?: string | undefined;
1384
1398
  depositUrl?: string | undefined;
1399
+ depositUrls?: {
1400
+ id: string;
1401
+ title: string;
1402
+ url: string;
1403
+ subtitle?: string | undefined;
1404
+ icon?: string | undefined;
1405
+ priority: number;
1406
+ }[] | undefined;
1385
1407
  explorerAddress?: string | undefined;
1386
1408
  hidden?: boolean | undefined;
1387
1409
  tvl: number;
@@ -1652,9 +1674,16 @@ export declare const v4: Elysia<"/v4", {
1652
1674
  status: "LIVE" | "NONE" | "PAST" | "SOON";
1653
1675
  action: "BORROW" | "DROP" | "HOLD" | "INVALID" | "LEND" | "LONG" | "POOL" | "SHORT" | "STAKE" | "SWAP";
1654
1676
  tags: string[];
1655
- protocols?: string[] | undefined;
1656
1677
  mainProtocol?: string | undefined;
1657
1678
  depositUrl?: string | undefined;
1679
+ depositUrls?: {
1680
+ id: string;
1681
+ title: string;
1682
+ url: string;
1683
+ subtitle?: string | undefined;
1684
+ icon?: string | undefined;
1685
+ priority: number;
1686
+ }[] | undefined;
1658
1687
  explorerAddress?: string | undefined;
1659
1688
  hidden?: boolean | undefined;
1660
1689
  tvl: number;
@@ -1925,9 +1954,16 @@ export declare const v4: Elysia<"/v4", {
1925
1954
  status: "LIVE" | "NONE" | "PAST" | "SOON";
1926
1955
  action: "BORROW" | "DROP" | "HOLD" | "INVALID" | "LEND" | "LONG" | "POOL" | "SHORT" | "STAKE" | "SWAP";
1927
1956
  tags: string[];
1928
- protocols?: string[] | undefined;
1929
1957
  mainProtocol?: string | undefined;
1930
1958
  depositUrl?: string | undefined;
1959
+ depositUrls?: {
1960
+ id: string;
1961
+ title: string;
1962
+ url: string;
1963
+ subtitle?: string | undefined;
1964
+ icon?: string | undefined;
1965
+ priority: number;
1966
+ }[] | undefined;
1931
1967
  explorerAddress?: string | undefined;
1932
1968
  hidden?: boolean | undefined;
1933
1969
  tvl: number;
@@ -2522,9 +2558,16 @@ export declare const v4: Elysia<"/v4", {
2522
2558
  action: "BORROW" | "DROP" | "HOLD" | "INVALID" | "LEND" | "LONG" | "POOL" | "SHORT" | "STAKE" | "SWAP";
2523
2559
  description?: string | undefined;
2524
2560
  howToSteps?: string[] | undefined;
2525
- protocols?: string[] | undefined;
2526
2561
  mainProtocol?: string | undefined;
2527
2562
  depositUrl?: string | undefined;
2563
+ depositUrls?: {
2564
+ id: string;
2565
+ title: string;
2566
+ url: string;
2567
+ subtitle?: string | undefined;
2568
+ icon?: string | undefined;
2569
+ priority: number;
2570
+ }[] | undefined;
2528
2571
  explorerAddress?: string | undefined;
2529
2572
  tags?: string[] | undefined;
2530
2573
  chainId: number;
@@ -3002,6 +3045,14 @@ export declare const v4: Elysia<"/v4", {
3002
3045
  name: string;
3003
3046
  slug: string | null;
3004
3047
  }[];
3048
+ depositUrls: {
3049
+ id: string;
3050
+ title: string;
3051
+ url: string;
3052
+ subtitle?: string | undefined;
3053
+ icon?: string | undefined;
3054
+ priority: number;
3055
+ }[] | undefined;
3005
3056
  id: string;
3006
3057
  hidden: true | undefined;
3007
3058
  nativeApr: number | undefined;
@@ -3183,6 +3234,14 @@ export declare const v4: Elysia<"/v4", {
3183
3234
  name: string;
3184
3235
  slug: string | null;
3185
3236
  }[];
3237
+ depositUrls: {
3238
+ id: string;
3239
+ title: string;
3240
+ url: string;
3241
+ subtitle?: string | undefined;
3242
+ icon?: string | undefined;
3243
+ priority: number;
3244
+ }[] | undefined;
3186
3245
  id: string;
3187
3246
  hidden: true | undefined;
3188
3247
  nativeApr: number | undefined;
@@ -3913,7 +3972,6 @@ export declare const v4: Elysia<"/v4", {
3913
3972
  address: string;
3914
3973
  chainId: number;
3915
3974
  }[];
3916
- protocols?: string[] | undefined;
3917
3975
  mainProtocol?: string | undefined;
3918
3976
  depositUrl?: string | undefined;
3919
3977
  explorerAddress?: string | undefined;
@@ -4024,6 +4082,15 @@ export declare const v4: Elysia<"/v4", {
4024
4082
  total: number;
4025
4083
  opportunityId: string;
4026
4084
  })[];
4085
+ DepositUrls: {
4086
+ id: string;
4087
+ title: string;
4088
+ url: string;
4089
+ subtitle: string | null;
4090
+ icon: string | null;
4091
+ priority: number;
4092
+ opportunityId: string;
4093
+ }[];
4027
4094
  MainProtocol: {
4028
4095
  id: string;
4029
4096
  tags: string[];
@@ -4064,17 +4131,6 @@ export declare const v4: Elysia<"/v4", {
4064
4131
  rewardTokenId: string | null;
4065
4132
  opportunityId: string;
4066
4133
  })[];
4067
- Protocols: {
4068
- id: string;
4069
- tags: string[];
4070
- name: string;
4071
- description: string;
4072
- url: string;
4073
- icon: string;
4074
- banner: string | null;
4075
- opportunityBannerLight: string | null;
4076
- opportunityBannerDark: string | null;
4077
- }[];
4078
4134
  Tokens: {
4079
4135
  id: string;
4080
4136
  name: string | null;
@@ -4778,7 +4834,6 @@ export declare const v4: Elysia<"/v4", {
4778
4834
  address: string;
4779
4835
  chainId: number;
4780
4836
  }[];
4781
- protocols?: string[] | undefined;
4782
4837
  mainProtocol?: string | undefined;
4783
4838
  depositUrl?: string | undefined;
4784
4839
  explorerAddress?: string | undefined;
@@ -4889,6 +4944,15 @@ export declare const v4: Elysia<"/v4", {
4889
4944
  total: number;
4890
4945
  opportunityId: string;
4891
4946
  })[];
4947
+ DepositUrls: {
4948
+ id: string;
4949
+ title: string;
4950
+ url: string;
4951
+ subtitle: string | null;
4952
+ icon: string | null;
4953
+ priority: number;
4954
+ opportunityId: string;
4955
+ }[];
4892
4956
  MainProtocol: {
4893
4957
  id: string;
4894
4958
  tags: string[];
@@ -4929,17 +4993,6 @@ export declare const v4: Elysia<"/v4", {
4929
4993
  rewardTokenId: string | null;
4930
4994
  opportunityId: string;
4931
4995
  })[];
4932
- Protocols: {
4933
- id: string;
4934
- tags: string[];
4935
- name: string;
4936
- description: string;
4937
- url: string;
4938
- icon: string;
4939
- banner: string | null;
4940
- opportunityBannerLight: string | null;
4941
- opportunityBannerDark: string | null;
4942
- }[];
4943
4996
  Tokens: {
4944
4997
  id: string;
4945
4998
  name: string | null;
@@ -5042,7 +5095,6 @@ export declare const v4: Elysia<"/v4", {
5042
5095
  address: string;
5043
5096
  chainId: number;
5044
5097
  }[];
5045
- protocols?: string[] | undefined;
5046
5098
  mainProtocol?: string | undefined;
5047
5099
  depositUrl?: string | undefined;
5048
5100
  explorerAddress?: string | undefined;
@@ -5153,6 +5205,15 @@ export declare const v4: Elysia<"/v4", {
5153
5205
  total: number;
5154
5206
  opportunityId: string;
5155
5207
  })[];
5208
+ DepositUrls: {
5209
+ id: string;
5210
+ title: string;
5211
+ url: string;
5212
+ subtitle: string | null;
5213
+ icon: string | null;
5214
+ priority: number;
5215
+ opportunityId: string;
5216
+ }[];
5156
5217
  MainProtocol: {
5157
5218
  id: string;
5158
5219
  tags: string[];
@@ -5193,17 +5254,6 @@ export declare const v4: Elysia<"/v4", {
5193
5254
  rewardTokenId: string | null;
5194
5255
  opportunityId: string;
5195
5256
  })[];
5196
- Protocols: {
5197
- id: string;
5198
- tags: string[];
5199
- name: string;
5200
- description: string;
5201
- url: string;
5202
- icon: string;
5203
- banner: string | null;
5204
- opportunityBannerLight: string | null;
5205
- opportunityBannerDark: string | null;
5206
- }[];
5207
5257
  Tokens: {
5208
5258
  id: string;
5209
5259
  name: string | null;
@@ -5305,7 +5355,6 @@ export declare const v4: Elysia<"/v4", {
5305
5355
  address: string;
5306
5356
  chainId: number;
5307
5357
  }[];
5308
- protocols?: string[] | undefined;
5309
5358
  mainProtocol?: string | undefined;
5310
5359
  depositUrl?: string | undefined;
5311
5360
  explorerAddress?: string | undefined;
@@ -5416,6 +5465,15 @@ export declare const v4: Elysia<"/v4", {
5416
5465
  total: number;
5417
5466
  opportunityId: string;
5418
5467
  })[];
5468
+ DepositUrls: {
5469
+ id: string;
5470
+ title: string;
5471
+ url: string;
5472
+ subtitle: string | null;
5473
+ icon: string | null;
5474
+ priority: number;
5475
+ opportunityId: string;
5476
+ }[];
5419
5477
  MainProtocol: {
5420
5478
  id: string;
5421
5479
  tags: string[];
@@ -5456,17 +5514,6 @@ export declare const v4: Elysia<"/v4", {
5456
5514
  rewardTokenId: string | null;
5457
5515
  opportunityId: string;
5458
5516
  })[];
5459
- Protocols: {
5460
- id: string;
5461
- tags: string[];
5462
- name: string;
5463
- description: string;
5464
- url: string;
5465
- icon: string;
5466
- banner: string | null;
5467
- opportunityBannerLight: string | null;
5468
- opportunityBannerDark: string | null;
5469
- }[];
5470
5517
  Tokens: {
5471
5518
  id: string;
5472
5519
  name: string | null;
@@ -5887,9 +5934,16 @@ export declare const v4: Elysia<"/v4", {
5887
5934
  status: "LIVE" | "NONE" | "PAST" | "SOON";
5888
5935
  action: "BORROW" | "DROP" | "HOLD" | "INVALID" | "LEND" | "LONG" | "POOL" | "SHORT" | "STAKE" | "SWAP";
5889
5936
  tags: string[];
5890
- protocols?: string[] | undefined;
5891
5937
  mainProtocol?: string | undefined;
5892
5938
  depositUrl?: string | undefined;
5939
+ depositUrls?: {
5940
+ id: string;
5941
+ title: string;
5942
+ url: string;
5943
+ subtitle?: string | undefined;
5944
+ icon?: string | undefined;
5945
+ priority: number;
5946
+ }[] | undefined;
5893
5947
  explorerAddress?: string | undefined;
5894
5948
  hidden?: boolean | undefined;
5895
5949
  tvl: number;
@@ -6056,9 +6110,16 @@ export declare const v4: Elysia<"/v4", {
6056
6110
  status: "LIVE" | "NONE" | "PAST" | "SOON";
6057
6111
  action: "BORROW" | "DROP" | "HOLD" | "INVALID" | "LEND" | "LONG" | "POOL" | "SHORT" | "STAKE" | "SWAP";
6058
6112
  tags: string[];
6059
- protocols?: string[] | undefined;
6060
6113
  mainProtocol?: string | undefined;
6061
6114
  depositUrl?: string | undefined;
6115
+ depositUrls?: {
6116
+ id: string;
6117
+ title: string;
6118
+ url: string;
6119
+ subtitle?: string | undefined;
6120
+ icon?: string | undefined;
6121
+ priority: number;
6122
+ }[] | undefined;
6062
6123
  explorerAddress?: string | undefined;
6063
6124
  hidden?: boolean | undefined;
6064
6125
  tvl: number;
@@ -6282,9 +6343,16 @@ export declare const v4: Elysia<"/v4", {
6282
6343
  status: "LIVE" | "NONE" | "PAST" | "SOON";
6283
6344
  action: "BORROW" | "DROP" | "HOLD" | "INVALID" | "LEND" | "LONG" | "POOL" | "SHORT" | "STAKE" | "SWAP";
6284
6345
  tags: string[];
6285
- protocols?: string[] | undefined;
6286
6346
  mainProtocol?: string | undefined;
6287
6347
  depositUrl?: string | undefined;
6348
+ depositUrls?: {
6349
+ id: string;
6350
+ title: string;
6351
+ url: string;
6352
+ subtitle?: string | undefined;
6353
+ icon?: string | undefined;
6354
+ priority: number;
6355
+ }[] | undefined;
6288
6356
  explorerAddress?: string | undefined;
6289
6357
  hidden?: boolean | undefined;
6290
6358
  tvl: number;
@@ -6451,9 +6519,16 @@ export declare const v4: Elysia<"/v4", {
6451
6519
  status: "LIVE" | "NONE" | "PAST" | "SOON";
6452
6520
  action: "BORROW" | "DROP" | "HOLD" | "INVALID" | "LEND" | "LONG" | "POOL" | "SHORT" | "STAKE" | "SWAP";
6453
6521
  tags: string[];
6454
- protocols?: string[] | undefined;
6455
6522
  mainProtocol?: string | undefined;
6456
6523
  depositUrl?: string | undefined;
6524
+ depositUrls?: {
6525
+ id: string;
6526
+ title: string;
6527
+ url: string;
6528
+ subtitle?: string | undefined;
6529
+ icon?: string | undefined;
6530
+ priority: number;
6531
+ }[] | undefined;
6457
6532
  explorerAddress?: string | undefined;
6458
6533
  hidden?: boolean | undefined;
6459
6534
  tvl: number;
@@ -6691,18 +6766,16 @@ export declare const v4: Elysia<"/v4", {
6691
6766
  endOfDisputePeriod: number;
6692
6767
  lastClaimsOnchainFetchTimestamp: string | null;
6693
6768
  };
6694
- MainProtocol: {
6769
+ DepositUrls: {
6695
6770
  id: string;
6696
- tags: string[];
6697
- name: string;
6698
- description: string;
6771
+ title: string;
6699
6772
  url: string;
6700
- icon: string;
6701
- banner: string | null;
6702
- opportunityBannerLight: string | null;
6703
- opportunityBannerDark: string | null;
6704
- } | null;
6705
- Protocols: {
6773
+ subtitle: string | null;
6774
+ icon: string | null;
6775
+ priority: number;
6776
+ opportunityId: string;
6777
+ }[];
6778
+ MainProtocol: {
6706
6779
  id: string;
6707
6780
  tags: string[];
6708
6781
  name: string;
@@ -6712,7 +6785,7 @@ export declare const v4: Elysia<"/v4", {
6712
6785
  banner: string | null;
6713
6786
  opportunityBannerLight: string | null;
6714
6787
  opportunityBannerDark: string | null;
6715
- }[];
6788
+ } | null;
6716
6789
  Tokens: {
6717
6790
  id: string;
6718
6791
  name: string | null;
@@ -6776,18 +6849,16 @@ export declare const v4: Elysia<"/v4", {
6776
6849
  endOfDisputePeriod: number;
6777
6850
  lastClaimsOnchainFetchTimestamp: string | null;
6778
6851
  };
6779
- MainProtocol: {
6852
+ DepositUrls: {
6780
6853
  id: string;
6781
- tags: string[];
6782
- name: string;
6783
- description: string;
6854
+ title: string;
6784
6855
  url: string;
6785
- icon: string;
6786
- banner: string | null;
6787
- opportunityBannerLight: string | null;
6788
- opportunityBannerDark: string | null;
6789
- } | null;
6790
- Protocols: {
6856
+ subtitle: string | null;
6857
+ icon: string | null;
6858
+ priority: number;
6859
+ opportunityId: string;
6860
+ }[];
6861
+ MainProtocol: {
6791
6862
  id: string;
6792
6863
  tags: string[];
6793
6864
  name: string;
@@ -6797,7 +6868,7 @@ export declare const v4: Elysia<"/v4", {
6797
6868
  banner: string | null;
6798
6869
  opportunityBannerLight: string | null;
6799
6870
  opportunityBannerDark: string | null;
6800
- }[];
6871
+ } | null;
6801
6872
  Tokens: {
6802
6873
  id: string;
6803
6874
  name: string | null;
@@ -6948,9 +7019,16 @@ export declare const v4: Elysia<"/v4", {
6948
7019
  status: "LIVE" | "NONE" | "PAST" | "SOON";
6949
7020
  action: "BORROW" | "DROP" | "HOLD" | "INVALID" | "LEND" | "LONG" | "POOL" | "SHORT" | "STAKE" | "SWAP";
6950
7021
  tags: string[];
6951
- protocols?: string[] | undefined;
6952
7022
  mainProtocol?: string | undefined;
6953
7023
  depositUrl?: string | undefined;
7024
+ depositUrls?: {
7025
+ id: string;
7026
+ title: string;
7027
+ url: string;
7028
+ subtitle?: string | undefined;
7029
+ icon?: string | undefined;
7030
+ priority: number;
7031
+ }[] | undefined;
6954
7032
  explorerAddress?: string | undefined;
6955
7033
  hidden?: boolean | undefined;
6956
7034
  tvl: number;
@@ -7117,9 +7195,16 @@ export declare const v4: Elysia<"/v4", {
7117
7195
  status: "LIVE" | "NONE" | "PAST" | "SOON";
7118
7196
  action: "BORROW" | "DROP" | "HOLD" | "INVALID" | "LEND" | "LONG" | "POOL" | "SHORT" | "STAKE" | "SWAP";
7119
7197
  tags: string[];
7120
- protocols?: string[] | undefined;
7121
7198
  mainProtocol?: string | undefined;
7122
7199
  depositUrl?: string | undefined;
7200
+ depositUrls?: {
7201
+ id: string;
7202
+ title: string;
7203
+ url: string;
7204
+ subtitle?: string | undefined;
7205
+ icon?: string | undefined;
7206
+ priority: number;
7207
+ }[] | undefined;
7123
7208
  explorerAddress?: string | undefined;
7124
7209
  hidden?: boolean | undefined;
7125
7210
  tvl: number;
@@ -7380,18 +7465,16 @@ export declare const v4: Elysia<"/v4", {
7380
7465
  endOfDisputePeriod: number;
7381
7466
  lastClaimsOnchainFetchTimestamp: string | null;
7382
7467
  };
7383
- MainProtocol: {
7468
+ DepositUrls: {
7384
7469
  id: string;
7385
- tags: string[];
7386
- name: string;
7387
- description: string;
7470
+ title: string;
7388
7471
  url: string;
7389
- icon: string;
7390
- banner: string | null;
7391
- opportunityBannerLight: string | null;
7392
- opportunityBannerDark: string | null;
7393
- } | null;
7394
- Protocols: {
7472
+ subtitle: string | null;
7473
+ icon: string | null;
7474
+ priority: number;
7475
+ opportunityId: string;
7476
+ }[];
7477
+ MainProtocol: {
7395
7478
  id: string;
7396
7479
  tags: string[];
7397
7480
  name: string;
@@ -7401,7 +7484,7 @@ export declare const v4: Elysia<"/v4", {
7401
7484
  banner: string | null;
7402
7485
  opportunityBannerLight: string | null;
7403
7486
  opportunityBannerDark: string | null;
7404
- }[];
7487
+ } | null;
7405
7488
  Tokens: {
7406
7489
  id: string;
7407
7490
  name: string | null;
@@ -7465,18 +7548,16 @@ export declare const v4: Elysia<"/v4", {
7465
7548
  endOfDisputePeriod: number;
7466
7549
  lastClaimsOnchainFetchTimestamp: string | null;
7467
7550
  };
7468
- MainProtocol: {
7551
+ DepositUrls: {
7469
7552
  id: string;
7470
- tags: string[];
7471
- name: string;
7472
- description: string;
7553
+ title: string;
7473
7554
  url: string;
7474
- icon: string;
7475
- banner: string | null;
7476
- opportunityBannerLight: string | null;
7477
- opportunityBannerDark: string | null;
7478
- } | null;
7479
- Protocols: {
7555
+ subtitle: string | null;
7556
+ icon: string | null;
7557
+ priority: number;
7558
+ opportunityId: string;
7559
+ }[];
7560
+ MainProtocol: {
7480
7561
  id: string;
7481
7562
  tags: string[];
7482
7563
  name: string;
@@ -7486,7 +7567,7 @@ export declare const v4: Elysia<"/v4", {
7486
7567
  banner: string | null;
7487
7568
  opportunityBannerLight: string | null;
7488
7569
  opportunityBannerDark: string | null;
7489
- }[];
7570
+ } | null;
7490
7571
  Tokens: {
7491
7572
  id: string;
7492
7573
  name: string | null;
@@ -8690,7 +8771,6 @@ export declare const v4: Elysia<"/v4", {
8690
8771
  address: string;
8691
8772
  chainId: number;
8692
8773
  }[];
8693
- protocols?: string[] | undefined;
8694
8774
  mainProtocol?: string | undefined;
8695
8775
  depositUrl?: string | undefined;
8696
8776
  explorerAddress?: string | undefined;
@@ -8801,6 +8881,15 @@ export declare const v4: Elysia<"/v4", {
8801
8881
  total: number;
8802
8882
  opportunityId: string;
8803
8883
  })[];
8884
+ DepositUrls: {
8885
+ id: string;
8886
+ title: string;
8887
+ url: string;
8888
+ subtitle: string | null;
8889
+ icon: string | null;
8890
+ priority: number;
8891
+ opportunityId: string;
8892
+ }[];
8804
8893
  MainProtocol: {
8805
8894
  id: string;
8806
8895
  tags: string[];
@@ -8841,17 +8930,6 @@ export declare const v4: Elysia<"/v4", {
8841
8930
  rewardTokenId: string | null;
8842
8931
  opportunityId: string;
8843
8932
  })[];
8844
- Protocols: {
8845
- id: string;
8846
- tags: string[];
8847
- name: string;
8848
- description: string;
8849
- url: string;
8850
- icon: string;
8851
- banner: string | null;
8852
- opportunityBannerLight: string | null;
8853
- opportunityBannerDark: string | null;
8854
- }[];
8855
8933
  Tokens: {
8856
8934
  id: string;
8857
8935
  name: string | null;
@@ -9816,9 +9894,16 @@ export declare const v4: Elysia<"/v4", {
9816
9894
  status: "LIVE" | "NONE" | "PAST" | "SOON";
9817
9895
  action: "BORROW" | "DROP" | "HOLD" | "INVALID" | "LEND" | "LONG" | "POOL" | "SHORT" | "STAKE" | "SWAP";
9818
9896
  tags: string[];
9819
- protocols?: string[] | undefined;
9820
9897
  mainProtocol?: string | undefined;
9821
9898
  depositUrl?: string | undefined;
9899
+ depositUrls?: {
9900
+ id: string;
9901
+ title: string;
9902
+ url: string;
9903
+ subtitle?: string | undefined;
9904
+ icon?: string | undefined;
9905
+ priority: number;
9906
+ }[] | undefined;
9822
9907
  explorerAddress?: string | undefined;
9823
9908
  hidden?: boolean | undefined;
9824
9909
  tvl: number;
@@ -11521,9 +11606,16 @@ export declare const v4: Elysia<"/v4", {
11521
11606
  status: "LIVE" | "NONE" | "PAST" | "SOON";
11522
11607
  action: "BORROW" | "DROP" | "HOLD" | "INVALID" | "LEND" | "LONG" | "POOL" | "SHORT" | "STAKE" | "SWAP";
11523
11608
  tags: string[];
11524
- protocols?: string[] | undefined;
11525
11609
  mainProtocol?: string | undefined;
11526
11610
  depositUrl?: string | undefined;
11611
+ depositUrls?: {
11612
+ id: string;
11613
+ title: string;
11614
+ url: string;
11615
+ subtitle?: string | undefined;
11616
+ icon?: string | undefined;
11617
+ priority: number;
11618
+ }[] | undefined;
11527
11619
  explorerAddress?: string | undefined;
11528
11620
  hidden?: boolean | undefined;
11529
11621
  tvl: number;
@@ -11833,9 +11925,16 @@ export declare const v4: Elysia<"/v4", {
11833
11925
  status: "LIVE" | "NONE" | "PAST" | "SOON";
11834
11926
  action: "BORROW" | "DROP" | "HOLD" | "INVALID" | "LEND" | "LONG" | "POOL" | "SHORT" | "STAKE" | "SWAP";
11835
11927
  tags: string[];
11836
- protocols?: string[] | undefined;
11837
11928
  mainProtocol?: string | undefined;
11838
11929
  depositUrl?: string | undefined;
11930
+ depositUrls?: {
11931
+ id: string;
11932
+ title: string;
11933
+ url: string;
11934
+ subtitle?: string | undefined;
11935
+ icon?: string | undefined;
11936
+ priority: number;
11937
+ }[] | undefined;
11839
11938
  explorerAddress?: string | undefined;
11840
11939
  hidden?: boolean | undefined;
11841
11940
  tvl: number;
@@ -12105,9 +12204,16 @@ export declare const v4: Elysia<"/v4", {
12105
12204
  status: "LIVE" | "NONE" | "PAST" | "SOON";
12106
12205
  action: "BORROW" | "DROP" | "HOLD" | "INVALID" | "LEND" | "LONG" | "POOL" | "SHORT" | "STAKE" | "SWAP";
12107
12206
  tags: string[];
12108
- protocols?: string[] | undefined;
12109
12207
  mainProtocol?: string | undefined;
12110
12208
  depositUrl?: string | undefined;
12209
+ depositUrls?: {
12210
+ id: string;
12211
+ title: string;
12212
+ url: string;
12213
+ subtitle?: string | undefined;
12214
+ icon?: string | undefined;
12215
+ priority: number;
12216
+ }[] | undefined;
12111
12217
  explorerAddress?: string | undefined;
12112
12218
  hidden?: boolean | undefined;
12113
12219
  tvl: number;
@@ -12418,9 +12524,16 @@ export declare const v4: Elysia<"/v4", {
12418
12524
  status: "LIVE" | "NONE" | "PAST" | "SOON";
12419
12525
  action: "BORROW" | "DROP" | "HOLD" | "INVALID" | "LEND" | "LONG" | "POOL" | "SHORT" | "STAKE" | "SWAP";
12420
12526
  tags: string[];
12421
- protocols?: string[] | undefined;
12422
12527
  mainProtocol?: string | undefined;
12423
12528
  depositUrl?: string | undefined;
12529
+ depositUrls?: {
12530
+ id: string;
12531
+ title: string;
12532
+ url: string;
12533
+ subtitle?: string | undefined;
12534
+ icon?: string | undefined;
12535
+ priority: number;
12536
+ }[] | undefined;
12424
12537
  explorerAddress?: string | undefined;
12425
12538
  hidden?: boolean | undefined;
12426
12539
  tvl: number;
@@ -12827,9 +12940,16 @@ export declare const v4: Elysia<"/v4", {
12827
12940
  status: "LIVE" | "NONE" | "PAST" | "SOON";
12828
12941
  action: "BORROW" | "DROP" | "HOLD" | "INVALID" | "LEND" | "LONG" | "POOL" | "SHORT" | "STAKE" | "SWAP";
12829
12942
  tags: string[];
12830
- protocols?: string[] | undefined;
12831
12943
  mainProtocol?: string | undefined;
12832
12944
  depositUrl?: string | undefined;
12945
+ depositUrls?: {
12946
+ id: string;
12947
+ title: string;
12948
+ url: string;
12949
+ subtitle?: string | undefined;
12950
+ icon?: string | undefined;
12951
+ priority: number;
12952
+ }[] | undefined;
12833
12953
  explorerAddress?: string | undefined;
12834
12954
  hidden?: boolean | undefined;
12835
12955
  tvl: number;
@@ -13099,9 +13219,16 @@ export declare const v4: Elysia<"/v4", {
13099
13219
  status: "LIVE" | "NONE" | "PAST" | "SOON";
13100
13220
  action: "BORROW" | "DROP" | "HOLD" | "INVALID" | "LEND" | "LONG" | "POOL" | "SHORT" | "STAKE" | "SWAP";
13101
13221
  tags: string[];
13102
- protocols?: string[] | undefined;
13103
13222
  mainProtocol?: string | undefined;
13104
13223
  depositUrl?: string | undefined;
13224
+ depositUrls?: {
13225
+ id: string;
13226
+ title: string;
13227
+ url: string;
13228
+ subtitle?: string | undefined;
13229
+ icon?: string | undefined;
13230
+ priority: number;
13231
+ }[] | undefined;
13105
13232
  explorerAddress?: string | undefined;
13106
13233
  hidden?: boolean | undefined;
13107
13234
  tvl: number;
@@ -13866,7 +13993,6 @@ export declare const v4: Elysia<"/v4", {
13866
13993
  address: string;
13867
13994
  chainId: number;
13868
13995
  }[];
13869
- protocols?: string[] | undefined;
13870
13996
  mainProtocol?: string | undefined;
13871
13997
  depositUrl?: string | undefined;
13872
13998
  explorerAddress?: string | undefined;
@@ -13977,6 +14103,15 @@ export declare const v4: Elysia<"/v4", {
13977
14103
  total: number;
13978
14104
  opportunityId: string;
13979
14105
  })[];
14106
+ DepositUrls: {
14107
+ id: string;
14108
+ title: string;
14109
+ url: string;
14110
+ subtitle: string | null;
14111
+ icon: string | null;
14112
+ priority: number;
14113
+ opportunityId: string;
14114
+ }[];
13980
14115
  MainProtocol: {
13981
14116
  id: string;
13982
14117
  tags: string[];
@@ -14017,17 +14152,6 @@ export declare const v4: Elysia<"/v4", {
14017
14152
  rewardTokenId: string | null;
14018
14153
  opportunityId: string;
14019
14154
  })[];
14020
- Protocols: {
14021
- id: string;
14022
- tags: string[];
14023
- name: string;
14024
- description: string;
14025
- url: string;
14026
- icon: string;
14027
- banner: string | null;
14028
- opportunityBannerLight: string | null;
14029
- opportunityBannerDark: string | null;
14030
- }[];
14031
14155
  Tokens: {
14032
14156
  id: string;
14033
14157
  name: string | null;
@@ -14274,6 +14398,27 @@ export declare const v4: Elysia<"/v4", {
14274
14398
  id: string;
14275
14399
  }[] | undefined;
14276
14400
  } | undefined;
14401
+ DepositUrls?: {
14402
+ create?: {
14403
+ title: string;
14404
+ url: string;
14405
+ subtitle?: string | undefined;
14406
+ icon?: string | undefined;
14407
+ priority?: number | undefined;
14408
+ }[] | undefined;
14409
+ update?: ({
14410
+ id: string;
14411
+ } & {
14412
+ title: string;
14413
+ url: string;
14414
+ subtitle?: string | undefined;
14415
+ icon?: string | undefined;
14416
+ priority?: number | undefined;
14417
+ })[] | undefined;
14418
+ delete?: {
14419
+ id: string;
14420
+ }[] | undefined;
14421
+ } | undefined;
14277
14422
  };
14278
14423
  params: {
14279
14424
  id: string;
@@ -14328,7 +14473,7 @@ export declare const v4: Elysia<"/v4", {
14328
14473
  ":id": {
14329
14474
  override: {
14330
14475
  delete: {
14331
- body: ("Tokens" | "action" | "depositUrl" | "description" | "explorerAddress" | "howToSteps" | "mainProtocolId" | "name")[];
14476
+ body: ("DepositUrls" | "Tokens" | "action" | "depositUrl" | "description" | "explorerAddress" | "howToSteps" | "mainProtocolId" | "name")[];
14332
14477
  params: {
14333
14478
  id: string;
14334
14479
  };
@@ -14348,7 +14493,6 @@ export declare const v4: Elysia<"/v4", {
14348
14493
  address: string;
14349
14494
  chainId: number;
14350
14495
  }[];
14351
- protocols?: string[] | undefined;
14352
14496
  mainProtocol?: string | undefined;
14353
14497
  depositUrl?: string | undefined;
14354
14498
  explorerAddress?: string | undefined;
@@ -14459,6 +14603,15 @@ export declare const v4: Elysia<"/v4", {
14459
14603
  total: number;
14460
14604
  opportunityId: string;
14461
14605
  })[];
14606
+ DepositUrls: {
14607
+ id: string;
14608
+ title: string;
14609
+ url: string;
14610
+ subtitle: string | null;
14611
+ icon: string | null;
14612
+ priority: number;
14613
+ opportunityId: string;
14614
+ }[];
14462
14615
  MainProtocol: {
14463
14616
  id: string;
14464
14617
  tags: string[];
@@ -14499,17 +14652,6 @@ export declare const v4: Elysia<"/v4", {
14499
14652
  rewardTokenId: string | null;
14500
14653
  opportunityId: string;
14501
14654
  })[];
14502
- Protocols: {
14503
- id: string;
14504
- tags: string[];
14505
- name: string;
14506
- description: string;
14507
- url: string;
14508
- icon: string;
14509
- banner: string | null;
14510
- opportunityBannerLight: string | null;
14511
- opportunityBannerDark: string | null;
14512
- }[];
14513
14655
  Tokens: {
14514
14656
  id: string;
14515
14657
  name: string | null;
@@ -14936,7 +15078,6 @@ export declare const v4: Elysia<"/v4", {
14936
15078
  address: string;
14937
15079
  chainId: number;
14938
15080
  }[];
14939
- protocols?: string[] | undefined;
14940
15081
  mainProtocol?: string | undefined;
14941
15082
  depositUrl?: string | undefined;
14942
15083
  explorerAddress?: string | undefined;
@@ -15047,6 +15188,15 @@ export declare const v4: Elysia<"/v4", {
15047
15188
  total: number;
15048
15189
  opportunityId: string;
15049
15190
  })[];
15191
+ DepositUrls: {
15192
+ id: string;
15193
+ title: string;
15194
+ url: string;
15195
+ subtitle: string | null;
15196
+ icon: string | null;
15197
+ priority: number;
15198
+ opportunityId: string;
15199
+ }[];
15050
15200
  MainProtocol: {
15051
15201
  id: string;
15052
15202
  tags: string[];
@@ -15087,17 +15237,6 @@ export declare const v4: Elysia<"/v4", {
15087
15237
  rewardTokenId: string | null;
15088
15238
  opportunityId: string;
15089
15239
  })[];
15090
- Protocols: {
15091
- id: string;
15092
- tags: string[];
15093
- name: string;
15094
- description: string;
15095
- url: string;
15096
- icon: string;
15097
- banner: string | null;
15098
- opportunityBannerLight: string | null;
15099
- opportunityBannerDark: string | null;
15100
- }[];
15101
15240
  Tokens: {
15102
15241
  id: string;
15103
15242
  name: string | null;
@@ -15218,7 +15357,6 @@ export declare const v4: Elysia<"/v4", {
15218
15357
  address: string;
15219
15358
  chainId: number;
15220
15359
  }[];
15221
- protocols?: string[] | undefined;
15222
15360
  mainProtocol?: string | undefined;
15223
15361
  depositUrl?: string | undefined;
15224
15362
  explorerAddress?: string | undefined;
@@ -15329,6 +15467,15 @@ export declare const v4: Elysia<"/v4", {
15329
15467
  total: number;
15330
15468
  opportunityId: string;
15331
15469
  })[];
15470
+ DepositUrls: {
15471
+ id: string;
15472
+ title: string;
15473
+ url: string;
15474
+ subtitle: string | null;
15475
+ icon: string | null;
15476
+ priority: number;
15477
+ opportunityId: string;
15478
+ }[];
15332
15479
  MainProtocol: {
15333
15480
  id: string;
15334
15481
  tags: string[];
@@ -15369,17 +15516,6 @@ export declare const v4: Elysia<"/v4", {
15369
15516
  rewardTokenId: string | null;
15370
15517
  opportunityId: string;
15371
15518
  })[];
15372
- Protocols: {
15373
- id: string;
15374
- tags: string[];
15375
- name: string;
15376
- description: string;
15377
- url: string;
15378
- icon: string;
15379
- banner: string | null;
15380
- opportunityBannerLight: string | null;
15381
- opportunityBannerDark: string | null;
15382
- }[];
15383
15519
  Tokens: {
15384
15520
  id: string;
15385
15521
  name: string | null;
@@ -15501,7 +15637,6 @@ export declare const v4: Elysia<"/v4", {
15501
15637
  address: string;
15502
15638
  chainId: number;
15503
15639
  }[];
15504
- protocols?: string[] | undefined;
15505
15640
  mainProtocol?: string | undefined;
15506
15641
  depositUrl?: string | undefined;
15507
15642
  explorerAddress?: string | undefined;
@@ -15612,6 +15747,15 @@ export declare const v4: Elysia<"/v4", {
15612
15747
  total: number;
15613
15748
  opportunityId: string;
15614
15749
  })[];
15750
+ DepositUrls: {
15751
+ id: string;
15752
+ title: string;
15753
+ url: string;
15754
+ subtitle: string | null;
15755
+ icon: string | null;
15756
+ priority: number;
15757
+ opportunityId: string;
15758
+ }[];
15615
15759
  MainProtocol: {
15616
15760
  id: string;
15617
15761
  tags: string[];
@@ -15652,17 +15796,6 @@ export declare const v4: Elysia<"/v4", {
15652
15796
  rewardTokenId: string | null;
15653
15797
  opportunityId: string;
15654
15798
  })[];
15655
- Protocols: {
15656
- id: string;
15657
- tags: string[];
15658
- name: string;
15659
- description: string;
15660
- url: string;
15661
- icon: string;
15662
- banner: string | null;
15663
- opportunityBannerLight: string | null;
15664
- opportunityBannerDark: string | null;
15665
- }[];
15666
15799
  Tokens: {
15667
15800
  id: string;
15668
15801
  name: string | null;
@@ -16216,9 +16349,16 @@ export declare const v4: Elysia<"/v4", {
16216
16349
  status: "LIVE" | "NONE" | "PAST" | "SOON";
16217
16350
  action: "BORROW" | "DROP" | "HOLD" | "INVALID" | "LEND" | "LONG" | "POOL" | "SHORT" | "STAKE" | "SWAP";
16218
16351
  tags: string[];
16219
- protocols?: string[] | undefined;
16220
16352
  mainProtocol?: string | undefined;
16221
16353
  depositUrl?: string | undefined;
16354
+ depositUrls?: {
16355
+ id: string;
16356
+ title: string;
16357
+ url: string;
16358
+ subtitle?: string | undefined;
16359
+ icon?: string | undefined;
16360
+ priority: number;
16361
+ }[] | undefined;
16222
16362
  explorerAddress?: string | undefined;
16223
16363
  hidden?: boolean | undefined;
16224
16364
  tvl: number;
@@ -16409,9 +16549,16 @@ export declare const v4: Elysia<"/v4", {
16409
16549
  status: "LIVE" | "NONE" | "PAST" | "SOON";
16410
16550
  action: "BORROW" | "DROP" | "HOLD" | "INVALID" | "LEND" | "LONG" | "POOL" | "SHORT" | "STAKE" | "SWAP";
16411
16551
  tags: string[];
16412
- protocols?: string[] | undefined;
16413
16552
  mainProtocol?: string | undefined;
16414
16553
  depositUrl?: string | undefined;
16554
+ depositUrls?: {
16555
+ id: string;
16556
+ title: string;
16557
+ url: string;
16558
+ subtitle?: string | undefined;
16559
+ icon?: string | undefined;
16560
+ priority: number;
16561
+ }[] | undefined;
16415
16562
  explorerAddress?: string | undefined;
16416
16563
  hidden?: boolean | undefined;
16417
16564
  tvl: number;
@@ -16622,9 +16769,16 @@ export declare const v4: Elysia<"/v4", {
16622
16769
  status: "LIVE" | "NONE" | "PAST" | "SOON";
16623
16770
  action: "BORROW" | "DROP" | "HOLD" | "INVALID" | "LEND" | "LONG" | "POOL" | "SHORT" | "STAKE" | "SWAP";
16624
16771
  tags: string[];
16625
- protocols?: string[] | undefined;
16626
16772
  mainProtocol?: string | undefined;
16627
16773
  depositUrl?: string | undefined;
16774
+ depositUrls?: {
16775
+ id: string;
16776
+ title: string;
16777
+ url: string;
16778
+ subtitle?: string | undefined;
16779
+ icon?: string | undefined;
16780
+ priority: number;
16781
+ }[] | undefined;
16628
16782
  explorerAddress?: string | undefined;
16629
16783
  hidden?: boolean | undefined;
16630
16784
  tvl: number;
@@ -16824,9 +16978,16 @@ export declare const v4: Elysia<"/v4", {
16824
16978
  status: "LIVE" | "NONE" | "PAST" | "SOON";
16825
16979
  action: "BORROW" | "DROP" | "HOLD" | "INVALID" | "LEND" | "LONG" | "POOL" | "SHORT" | "STAKE" | "SWAP";
16826
16980
  tags: string[];
16827
- protocols?: string[] | undefined;
16828
16981
  mainProtocol?: string | undefined;
16829
16982
  depositUrl?: string | undefined;
16983
+ depositUrls?: {
16984
+ id: string;
16985
+ title: string;
16986
+ url: string;
16987
+ subtitle?: string | undefined;
16988
+ icon?: string | undefined;
16989
+ priority: number;
16990
+ }[] | undefined;
16830
16991
  explorerAddress?: string | undefined;
16831
16992
  hidden?: boolean | undefined;
16832
16993
  tvl: number;
@@ -19079,9 +19240,16 @@ export declare const v4: Elysia<"/v4", {
19079
19240
  status: "LIVE" | "NONE" | "PAST" | "SOON";
19080
19241
  action: "BORROW" | "DROP" | "HOLD" | "INVALID" | "LEND" | "LONG" | "POOL" | "SHORT" | "STAKE" | "SWAP";
19081
19242
  tags: string[];
19082
- protocols?: string[] | undefined;
19083
19243
  mainProtocol?: string | undefined;
19084
19244
  depositUrl?: string | undefined;
19245
+ depositUrls?: {
19246
+ id: string;
19247
+ title: string;
19248
+ url: string;
19249
+ subtitle?: string | undefined;
19250
+ icon?: string | undefined;
19251
+ priority: number;
19252
+ }[] | undefined;
19085
19253
  explorerAddress?: string | undefined;
19086
19254
  hidden?: boolean | undefined;
19087
19255
  tvl: number;
@@ -19296,9 +19464,16 @@ export declare const v4: Elysia<"/v4", {
19296
19464
  status: "LIVE" | "NONE" | "PAST" | "SOON";
19297
19465
  action: "BORROW" | "DROP" | "HOLD" | "INVALID" | "LEND" | "LONG" | "POOL" | "SHORT" | "STAKE" | "SWAP";
19298
19466
  tags: string[];
19299
- protocols?: string[] | undefined;
19300
19467
  mainProtocol?: string | undefined;
19301
19468
  depositUrl?: string | undefined;
19469
+ depositUrls?: {
19470
+ id: string;
19471
+ title: string;
19472
+ url: string;
19473
+ subtitle?: string | undefined;
19474
+ icon?: string | undefined;
19475
+ priority: number;
19476
+ }[] | undefined;
19302
19477
  explorerAddress?: string | undefined;
19303
19478
  hidden?: boolean | undefined;
19304
19479
  tvl: number;
@@ -20881,18 +21056,16 @@ export declare const v4: Elysia<"/v4", {
20881
21056
  endOfDisputePeriod: number;
20882
21057
  lastClaimsOnchainFetchTimestamp: string | null;
20883
21058
  };
20884
- MainProtocol: {
21059
+ DepositUrls: {
20885
21060
  id: string;
20886
- tags: string[];
20887
- name: string;
20888
- description: string;
21061
+ title: string;
20889
21062
  url: string;
20890
- icon: string;
20891
- banner: string | null;
20892
- opportunityBannerLight: string | null;
20893
- opportunityBannerDark: string | null;
20894
- } | null;
20895
- Protocols: {
21063
+ subtitle: string | null;
21064
+ icon: string | null;
21065
+ priority: number;
21066
+ opportunityId: string;
21067
+ }[];
21068
+ MainProtocol: {
20896
21069
  id: string;
20897
21070
  tags: string[];
20898
21071
  name: string;
@@ -20902,7 +21075,7 @@ export declare const v4: Elysia<"/v4", {
20902
21075
  banner: string | null;
20903
21076
  opportunityBannerLight: string | null;
20904
21077
  opportunityBannerDark: string | null;
20905
- }[];
21078
+ } | null;
20906
21079
  Tokens: {
20907
21080
  id: string;
20908
21081
  name: string | null;
@@ -21015,18 +21188,16 @@ export declare const v4: Elysia<"/v4", {
21015
21188
  endOfDisputePeriod: number;
21016
21189
  lastClaimsOnchainFetchTimestamp: string | null;
21017
21190
  };
21018
- MainProtocol: {
21191
+ DepositUrls: {
21019
21192
  id: string;
21020
- tags: string[];
21021
- name: string;
21022
- description: string;
21193
+ title: string;
21023
21194
  url: string;
21024
- icon: string;
21025
- banner: string | null;
21026
- opportunityBannerLight: string | null;
21027
- opportunityBannerDark: string | null;
21028
- } | null;
21029
- Protocols: {
21195
+ subtitle: string | null;
21196
+ icon: string | null;
21197
+ priority: number;
21198
+ opportunityId: string;
21199
+ }[];
21200
+ MainProtocol: {
21030
21201
  id: string;
21031
21202
  tags: string[];
21032
21203
  name: string;
@@ -21036,7 +21207,7 @@ export declare const v4: Elysia<"/v4", {
21036
21207
  banner: string | null;
21037
21208
  opportunityBannerLight: string | null;
21038
21209
  opportunityBannerDark: string | null;
21039
- }[];
21210
+ } | null;
21040
21211
  Tokens: {
21041
21212
  id: string;
21042
21213
  name: string | null;
@@ -21100,9 +21271,16 @@ export declare const v4: Elysia<"/v4", {
21100
21271
  status: "LIVE" | "NONE" | "PAST" | "SOON";
21101
21272
  action: "BORROW" | "DROP" | "HOLD" | "INVALID" | "LEND" | "LONG" | "POOL" | "SHORT" | "STAKE" | "SWAP";
21102
21273
  tags: string[];
21103
- protocols?: string[] | undefined;
21104
21274
  mainProtocol?: string | undefined;
21105
21275
  depositUrl?: string | undefined;
21276
+ depositUrls?: {
21277
+ id: string;
21278
+ title: string;
21279
+ url: string;
21280
+ subtitle?: string | undefined;
21281
+ icon?: string | undefined;
21282
+ priority: number;
21283
+ }[] | undefined;
21106
21284
  explorerAddress?: string | undefined;
21107
21285
  hidden?: boolean | undefined;
21108
21286
  tvl: number;