@merkl/api 1.3.24 → 1.3.26

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 (1087) hide show
  1. package/dist/src/cache/declaration.d.ts +133 -0
  2. package/dist/src/cache/declaration.js.map +1 -0
  3. package/dist/src/cache/index.d.ts +69 -0
  4. package/dist/src/cache/index.js.map +1 -0
  5. package/dist/src/cache/redis.d.ts +23 -0
  6. package/dist/src/cache/redis.js.map +1 -0
  7. package/dist/src/constants.d.ts +29 -0
  8. package/dist/src/constants.js.map +1 -0
  9. package/dist/src/eden/index.d.ts +15687 -0
  10. package/dist/src/eden/index.js +3 -1
  11. package/dist/src/eden/index.js.map +1 -0
  12. package/dist/src/engine/deprecated/dynamicData/implementations/Ajna.d.ts +7 -0
  13. package/dist/src/engine/deprecated/dynamicData/implementations/Ajna.js.map +1 -0
  14. package/dist/src/engine/deprecated/dynamicData/implementations/Badger.d.ts +7 -0
  15. package/dist/src/engine/deprecated/dynamicData/implementations/Badger.js.map +1 -0
  16. package/dist/src/engine/deprecated/dynamicData/implementations/Clamm.d.ts +7 -0
  17. package/dist/src/engine/deprecated/dynamicData/implementations/Clamm.js.map +1 -0
  18. package/dist/src/engine/deprecated/dynamicData/implementations/Compound.d.ts +7 -0
  19. package/dist/src/engine/deprecated/dynamicData/implementations/Compound.js.map +1 -0
  20. package/dist/src/engine/deprecated/dynamicData/implementations/CompoundV3.d.ts +7 -0
  21. package/dist/src/engine/deprecated/dynamicData/implementations/CompoundV3.js.map +1 -0
  22. package/dist/src/engine/deprecated/dynamicData/implementations/Dolomite.d.ts +7 -0
  23. package/dist/src/engine/deprecated/dynamicData/implementations/Dolomite.js.map +1 -0
  24. package/dist/src/engine/deprecated/dynamicData/implementations/ERC721.d.ts +7 -0
  25. package/dist/src/engine/deprecated/dynamicData/implementations/ERC721.js.map +1 -0
  26. package/dist/src/engine/deprecated/dynamicData/implementations/ERCMultiToken.d.ts +7 -0
  27. package/dist/src/engine/deprecated/dynamicData/implementations/ERCMultiToken.js.map +1 -0
  28. package/dist/src/engine/deprecated/dynamicData/implementations/EigenLayer.d.ts +7 -0
  29. package/dist/src/engine/deprecated/dynamicData/implementations/EigenLayer.js.map +1 -0
  30. package/dist/src/engine/deprecated/dynamicData/implementations/Encompassing.d.ts +7 -0
  31. package/dist/src/engine/deprecated/dynamicData/implementations/Encompassing.js.map +1 -0
  32. package/dist/src/engine/deprecated/dynamicData/implementations/Erc20.d.ts +108 -0
  33. package/dist/src/engine/deprecated/dynamicData/implementations/Erc20.js.map +1 -0
  34. package/dist/src/engine/deprecated/dynamicData/implementations/Erc20Snapshot.d.ts +7 -0
  35. package/dist/src/engine/deprecated/dynamicData/implementations/Erc20Snapshot.js.map +1 -0
  36. package/dist/src/engine/deprecated/dynamicData/implementations/EventBased.d.ts +7 -0
  37. package/dist/src/engine/deprecated/dynamicData/implementations/EventBased.js.map +1 -0
  38. package/dist/src/engine/deprecated/dynamicData/implementations/Hyperdrive.d.ts +22 -0
  39. package/dist/src/engine/deprecated/dynamicData/implementations/Hyperdrive.js.map +1 -0
  40. package/dist/src/engine/deprecated/dynamicData/implementations/Morpho.d.ts +9 -0
  41. package/dist/src/engine/deprecated/dynamicData/implementations/Morpho.js.map +1 -0
  42. package/dist/src/engine/deprecated/dynamicData/implementations/Radiant.d.ts +7 -0
  43. package/dist/src/engine/deprecated/dynamicData/implementations/Radiant.js.map +1 -0
  44. package/dist/src/engine/deprecated/dynamicData/implementations/Silo.d.ts +9 -0
  45. package/dist/src/engine/deprecated/dynamicData/implementations/Silo.js.map +1 -0
  46. package/dist/src/engine/deprecated/dynamicData/implementations/UniswapV4.d.ts +7 -0
  47. package/dist/src/engine/deprecated/dynamicData/implementations/UniswapV4.js.map +1 -0
  48. package/dist/src/engine/deprecated/dynamicData/implementations/Vest.d.ts +9 -0
  49. package/dist/src/engine/deprecated/dynamicData/implementations/Vest.js.map +1 -0
  50. package/dist/src/engine/deprecated/dynamicData/implementations/default.d.ts +5 -0
  51. package/dist/src/engine/deprecated/dynamicData/implementations/default.js.map +1 -0
  52. package/dist/src/engine/deprecated/dynamicData/utils/fetchA51Strategies.d.ts +18 -0
  53. package/dist/src/engine/deprecated/dynamicData/utils/fetchA51Strategies.js.map +1 -0
  54. package/dist/src/engine/deprecated/dynamicData/utils/fetchClamInfo.d.ts +2 -0
  55. package/dist/src/engine/deprecated/dynamicData/utils/fetchClamInfo.js.map +1 -0
  56. package/dist/src/engine/deprecated/dynamicData/utils/fetchLogs.d.ts +14 -0
  57. package/dist/src/engine/deprecated/dynamicData/utils/fetchLogs.js.map +1 -0
  58. package/dist/src/engine/deprecated/dynamicData/utils/getCompV2ForksVaults.d.ts +19 -0
  59. package/dist/src/engine/deprecated/dynamicData/utils/getCompV2ForksVaults.js.map +1 -0
  60. package/dist/src/engine/deprecated/dynamicData/utils/getContractCreationBlock.d.ts +3 -0
  61. package/dist/src/engine/deprecated/dynamicData/utils/getContractCreationBlock.js.map +1 -0
  62. package/dist/src/engine/deprecated/dynamicData/utils/getDolomiteMarkets.d.ts +7 -0
  63. package/dist/src/engine/deprecated/dynamicData/utils/getDolomiteMarkets.js.map +1 -0
  64. package/dist/src/engine/deprecated/dynamicData/utils/getEulerV2Vaults.d.ts +3 -0
  65. package/dist/src/engine/deprecated/dynamicData/utils/getEulerV2Vaults.js.map +1 -0
  66. package/dist/src/engine/deprecated/dynamicData/utils/getFixedApr.d.ts +11 -0
  67. package/dist/src/engine/deprecated/dynamicData/utils/getFixedApr.js.map +1 -0
  68. package/dist/src/engine/deprecated/erc20SubTypeProcessors/GenericProcessor.d.ts +109 -0
  69. package/dist/src/engine/deprecated/erc20SubTypeProcessors/GenericProcessor.js.map +1 -0
  70. package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/eulerVaultNames.d.ts +1 -0
  71. package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/eulerVaultNames.js.map +1 -0
  72. package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/factoryFinder.d.ts +6 -0
  73. package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/factoryFinder.js.map +1 -0
  74. package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/getBlacklistedSupply.d.ts +2 -0
  75. package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/getBlacklistedSupply.js.map +1 -0
  76. package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/getCrossCurveTokenPrice.d.ts +1 -0
  77. package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/getCrossCurveTokenPrice.js.map +1 -0
  78. package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/hardcoded.d.ts +3 -0
  79. package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/hardcoded.js.map +1 -0
  80. package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/ownerFinder.d.ts +2 -0
  81. package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/ownerFinder.js.map +1 -0
  82. package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/spliceTVL.d.ts +8 -0
  83. package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/spliceTVL.js.map +1 -0
  84. package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/treasuryFinder.d.ts +2 -0
  85. package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/treasuryFinder.js.map +1 -0
  86. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/AaveProcessor.d.ts +31 -0
  87. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/AaveProcessor.js.map +1 -0
  88. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/AnglesLiquid.d.ts +36 -0
  89. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/AnglesLiquid.js.map +1 -0
  90. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/AssetProcessor.d.ts +35 -0
  91. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/AssetProcessor.js.map +1 -0
  92. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/AuraProcessor.d.ts +108 -0
  93. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/AuraProcessor.js.map +1 -0
  94. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/BEXRewardGaugeProcessor.d.ts +86 -0
  95. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/BEXRewardGaugeProcessor.js.map +1 -0
  96. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/BalancerGaugeProcessor.d.ts +76 -0
  97. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/BalancerGaugeProcessor.js.map +1 -0
  98. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/BalancerPoolProcessor.d.ts +89 -0
  99. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/BalancerPoolProcessor.js.map +1 -0
  100. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/BalancerV3PoolProcessor.d.ts +45 -0
  101. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/BalancerV3PoolProcessor.js.map +1 -0
  102. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/BeefyProcessor.d.ts +48 -0
  103. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/BeefyProcessor.js.map +1 -0
  104. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/BunniV2Processor.d.ts +45 -0
  105. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/BunniV2Processor.js.map +1 -0
  106. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/CompoundProcessor.d.ts +45 -0
  107. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/CompoundProcessor.js.map +1 -0
  108. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/ERC4626Processor.d.ts +34 -0
  109. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/ERC4626Processor.js.map +1 -0
  110. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/EnzymeProcessor.d.ts +40 -0
  111. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/EnzymeProcessor.js.map +1 -0
  112. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/EqualizerGaugeProcessor.d.ts +28 -0
  113. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/EqualizerGaugeProcessor.js.map +1 -0
  114. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/EulerBorrowProcessor.d.ts +36 -0
  115. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/EulerBorrowProcessor.js.map +1 -0
  116. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/EulerLendProcessor.d.ts +35 -0
  117. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/EulerLendProcessor.js.map +1 -0
  118. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/FluidProcessor.d.ts +40 -0
  119. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/FluidProcessor.js.map +1 -0
  120. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/FraxProcessor.d.ts +33 -0
  121. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/FraxProcessor.js.map +1 -0
  122. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/GammaALMProcessor.d.ts +30 -0
  123. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/GammaALMProcessor.js.map +1 -0
  124. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/GammaProcessor.d.ts +43 -0
  125. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/GammaProcessor.js.map +1 -0
  126. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/GearboxProcessor.d.ts +45 -0
  127. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/GearboxProcessor.js.map +1 -0
  128. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/HanjiVaultProcessor.d.ts +44 -0
  129. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/HanjiVaultProcessor.js.map +1 -0
  130. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/HoldStationProcessor.d.ts +29 -0
  131. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/HoldStationProcessor.js.map +1 -0
  132. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/HourglassProcessor.d.ts +37 -0
  133. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/HourglassProcessor.js.map +1 -0
  134. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/MaverickBPProcessor.d.ts +50 -0
  135. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/MaverickBPProcessor.js.map +1 -0
  136. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/MetamorphoProcessor.d.ts +34 -0
  137. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/MetamorphoProcessor.js.map +1 -0
  138. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/NoLinkVaultProcessor.d.ts +38 -0
  139. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/NoLinkVaultProcessor.js.map +1 -0
  140. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/PendleProcessor.d.ts +29 -0
  141. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/PendleProcessor.js.map +1 -0
  142. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/PendleYTProcessor.d.ts +29 -0
  143. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/PendleYTProcessor.js.map +1 -0
  144. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/RadiantProcessor.d.ts +33 -0
  145. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/RadiantProcessor.js.map +1 -0
  146. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/RfxProcessor.d.ts +41 -0
  147. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/RfxProcessor.js.map +1 -0
  148. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/Satlayer.d.ts +35 -0
  149. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/Satlayer.js.map +1 -0
  150. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/SpectraProcessor.d.ts +31 -0
  151. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/SpectraProcessor.js.map +1 -0
  152. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/SpectraYTProcessor.d.ts +31 -0
  153. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/SpectraYTProcessor.js.map +1 -0
  154. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/SpliceProcessor.d.ts +17 -0
  155. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/SpliceProcessor.js.map +1 -0
  156. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/StabilityProcessor.d.ts +30 -0
  157. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/StabilityProcessor.js.map +1 -0
  158. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/SturdySiloProcessor.d.ts +40 -0
  159. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/SturdySiloProcessor.js.map +1 -0
  160. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/TempestVaultProcessor.d.ts +52 -0
  161. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/TempestVaultProcessor.js.map +1 -0
  162. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/TemplateProcessor.d.ts +33 -0
  163. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/TemplateProcessor.js.map +1 -0
  164. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/TorosProcessor.d.ts +31 -0
  165. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/TorosProcessor.js.map +1 -0
  166. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/UniswapProcessor.d.ts +44 -0
  167. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/UniswapProcessor.js.map +1 -0
  168. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/VicunaProcessor.d.ts +28 -0
  169. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/VicunaProcessor.js.map +1 -0
  170. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/WoofiProcessor.d.ts +33 -0
  171. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/WoofiProcessor.js.map +1 -0
  172. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/ZkSwapThreePoolProcessor.d.ts +53 -0
  173. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/ZkSwapThreePoolProcessor.js.map +1 -0
  174. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/curveNPoolProcessor.d.ts +40 -0
  175. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/curveNPoolProcessor.js.map +1 -0
  176. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/curveProcessor.d.ts +50 -0
  177. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/curveProcessor.js.map +1 -0
  178. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/processorMapping.d.ts +6 -0
  179. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/processorMapping.js.map +1 -0
  180. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/stakedCurveProcessor.d.ts +55 -0
  181. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/stakedCurveProcessor.js.map +1 -0
  182. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/xU308Processor.d.ts +39 -0
  183. package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/xU308Processor.js.map +1 -0
  184. package/dist/src/engine/deprecated/erc20SubTypeProcessors/subtypesPrices.d.ts +5 -0
  185. package/dist/src/engine/deprecated/erc20SubTypeProcessors/subtypesPrices.js.map +1 -0
  186. package/dist/src/engine/deprecated/erc20SubTypeProcessors/subtypesRound1.d.ts +5 -0
  187. package/dist/src/engine/deprecated/erc20SubTypeProcessors/subtypesRound1.js.map +1 -0
  188. package/dist/src/engine/deprecated/erc20SubTypeProcessors/subtypesRound2.d.ts +4 -0
  189. package/dist/src/engine/deprecated/erc20SubTypeProcessors/subtypesRound2.js.map +1 -0
  190. package/dist/src/engine/deprecated/erc20SubTypeProcessors/subtypesRound3.d.ts +3 -0
  191. package/dist/src/engine/deprecated/erc20SubTypeProcessors/subtypesRound3.js.map +1 -0
  192. package/dist/src/engine/deprecated/erc20SubTypeProcessors/subtypesRound4.d.ts +4 -0
  193. package/dist/src/engine/deprecated/erc20SubTypeProcessors/subtypesRound4.js.map +1 -0
  194. package/dist/src/engine/deprecated/erc20SubTypeProcessors/tokenTypeStruct.d.ts +7 -0
  195. package/dist/src/engine/deprecated/erc20SubTypeProcessors/tokenTypeStruct.js.map +1 -0
  196. package/dist/src/engine/deprecated/erc20SubTypeProcessors/tokenTypeToProtocolAndAction.d.ts +5 -0
  197. package/dist/src/engine/deprecated/erc20SubTypeProcessors/tokenTypeToProtocolAndAction.js.map +1 -0
  198. package/dist/src/engine/implementations/Aave/metadata.d.ts +34 -0
  199. package/dist/src/engine/implementations/Aave/metadata.js.map +1 -0
  200. package/dist/src/engine/implementations/Aave/tvl.d.ts +7 -0
  201. package/dist/src/engine/implementations/Aave/tvl.js.map +1 -0
  202. package/dist/src/engine/implementations/Ajna/metadata.d.ts +18 -0
  203. package/dist/src/engine/implementations/Ajna/metadata.js.map +1 -0
  204. package/dist/src/engine/implementations/Ajna/tvl.d.ts +7 -0
  205. package/dist/src/engine/implementations/Ajna/tvl.js.map +1 -0
  206. package/dist/src/engine/implementations/Ambient/metadata.d.ts +18 -0
  207. package/dist/src/engine/implementations/Ambient/metadata.js.map +1 -0
  208. package/dist/src/engine/implementations/Ambient/tvl.d.ts +7 -0
  209. package/dist/src/engine/implementations/Ambient/tvl.js.map +1 -0
  210. package/dist/src/engine/implementations/Badger/metadata.d.ts +18 -0
  211. package/dist/src/engine/implementations/Badger/metadata.js.map +1 -0
  212. package/dist/src/engine/implementations/Clamm/metadata.d.ts +45 -0
  213. package/dist/src/engine/implementations/Clamm/metadata.js.map +1 -0
  214. package/dist/src/engine/implementations/Compound/metadata.d.ts +17 -0
  215. package/dist/src/engine/implementations/Compound/metadata.js.map +1 -0
  216. package/dist/src/engine/implementations/CompoundV3/metadata.d.ts +17 -0
  217. package/dist/src/engine/implementations/CompoundV3/metadata.js.map +1 -0
  218. package/dist/src/engine/implementations/Default/metadata.d.ts +13 -0
  219. package/dist/src/engine/implementations/Default/metadata.js.map +1 -0
  220. package/dist/src/engine/implementations/Dolomite/metadata.d.ts +17 -0
  221. package/dist/src/engine/implementations/Dolomite/metadata.js.map +1 -0
  222. package/dist/src/engine/implementations/EigenLayer/metadata.d.ts +16 -0
  223. package/dist/src/engine/implementations/EigenLayer/metadata.js.map +1 -0
  224. package/dist/src/engine/implementations/EigenLayer/tvl.d.ts +7 -0
  225. package/dist/src/engine/implementations/EigenLayer/tvl.js.map +1 -0
  226. package/dist/src/engine/implementations/Ekubo/metadata.d.ts +19 -0
  227. package/dist/src/engine/implementations/Ekubo/metadata.js.map +1 -0
  228. package/dist/src/engine/implementations/Ekubo/tvl.d.ts +7 -0
  229. package/dist/src/engine/implementations/Ekubo/tvl.js.map +1 -0
  230. package/dist/src/engine/implementations/Encompassing/metadata.d.ts +16 -0
  231. package/dist/src/engine/implementations/Encompassing/metadata.js.map +1 -0
  232. package/dist/src/engine/implementations/Erc20/metadata.d.ts +18 -0
  233. package/dist/src/engine/implementations/Erc20/metadata.js.map +1 -0
  234. package/dist/src/engine/implementations/Erc20/subTypes/detect.d.ts +7 -0
  235. package/dist/src/engine/implementations/Erc20/subTypes/detect.js.map +1 -0
  236. package/dist/src/engine/implementations/Erc20/subTypes/factories.d.ts +5 -0
  237. package/dist/src/engine/implementations/Erc20/subTypes/factories.js.map +1 -0
  238. package/dist/src/engine/implementations/Erc20/subTypes/implementations/ERC4626/metadata.d.ts +31 -0
  239. package/dist/src/engine/implementations/Erc20/subTypes/implementations/ERC4626/metadata.js.map +1 -0
  240. package/dist/src/engine/implementations/Erc20/subTypes/implementations/ERC4626/tvl.d.ts +6 -0
  241. package/dist/src/engine/implementations/Erc20/subTypes/implementations/ERC4626/tvl.js.map +1 -0
  242. package/dist/src/engine/implementations/Erc20/subTypes/implementations/aave/metadata.d.ts +31 -0
  243. package/dist/src/engine/implementations/Erc20/subTypes/implementations/aave/metadata.js.map +1 -0
  244. package/dist/src/engine/implementations/Erc20/subTypes/implementations/aave/tvl.d.ts +6 -0
  245. package/dist/src/engine/implementations/Erc20/subTypes/implementations/aave/tvl.js.map +1 -0
  246. package/dist/src/engine/implementations/Erc20/subTypes/implementations/arrakisVault/metadata.d.ts +18 -0
  247. package/dist/src/engine/implementations/Erc20/subTypes/implementations/arrakisVault/metadata.js.map +1 -0
  248. package/dist/src/engine/implementations/Erc20/subTypes/implementations/arrakisVault/tvl.d.ts +6 -0
  249. package/dist/src/engine/implementations/Erc20/subTypes/implementations/arrakisVault/tvl.js.map +1 -0
  250. package/dist/src/engine/implementations/Erc20/subTypes/implementations/balancerV3/metadata.d.ts +31 -0
  251. package/dist/src/engine/implementations/Erc20/subTypes/implementations/balancerV3/metadata.js.map +1 -0
  252. package/dist/src/engine/implementations/Erc20/subTypes/implementations/balancerV3/tvl.d.ts +6 -0
  253. package/dist/src/engine/implementations/Erc20/subTypes/implementations/balancerV3/tvl.js.map +1 -0
  254. package/dist/src/engine/implementations/Erc20/subTypes/implementations/bunni/metadata.d.ts +17 -0
  255. package/dist/src/engine/implementations/Erc20/subTypes/implementations/bunni/metadata.js.map +1 -0
  256. package/dist/src/engine/implementations/Erc20/subTypes/implementations/bunni/tvl.d.ts +6 -0
  257. package/dist/src/engine/implementations/Erc20/subTypes/implementations/bunni/tvl.js.map +1 -0
  258. package/dist/src/engine/implementations/Erc20/subTypes/implementations/charm/metadata.d.ts +17 -0
  259. package/dist/src/engine/implementations/Erc20/subTypes/implementations/charm/metadata.js.map +1 -0
  260. package/dist/src/engine/implementations/Erc20/subTypes/implementations/charm/tvl.d.ts +6 -0
  261. package/dist/src/engine/implementations/Erc20/subTypes/implementations/charm/tvl.js.map +1 -0
  262. package/dist/src/engine/implementations/Erc20/subTypes/implementations/curveV1/metadata.d.ts +31 -0
  263. package/dist/src/engine/implementations/Erc20/subTypes/implementations/curveV1/metadata.js.map +1 -0
  264. package/dist/src/engine/implementations/Erc20/subTypes/implementations/curveV1/tvl.d.ts +6 -0
  265. package/dist/src/engine/implementations/Erc20/subTypes/implementations/curveV1/tvl.js.map +1 -0
  266. package/dist/src/engine/implementations/Erc20/subTypes/implementations/euler/metadata.d.ts +19 -0
  267. package/dist/src/engine/implementations/Erc20/subTypes/implementations/euler/metadata.js.map +1 -0
  268. package/dist/src/engine/implementations/Erc20/subTypes/implementations/euler/tvl.d.ts +5 -0
  269. package/dist/src/engine/implementations/Erc20/subTypes/implementations/euler/tvl.js.map +1 -0
  270. package/dist/src/engine/implementations/Erc20/subTypes/implementations/gamma/metadata.d.ts +17 -0
  271. package/dist/src/engine/implementations/Erc20/subTypes/implementations/gamma/metadata.js.map +1 -0
  272. package/dist/src/engine/implementations/Erc20/subTypes/implementations/gamma/tvl.d.ts +6 -0
  273. package/dist/src/engine/implementations/Erc20/subTypes/implementations/gamma/tvl.js.map +1 -0
  274. package/dist/src/engine/implementations/Erc20/subTypes/implementations/gearbox/metadata.d.ts +17 -0
  275. package/dist/src/engine/implementations/Erc20/subTypes/implementations/gearbox/metadata.js.map +1 -0
  276. package/dist/src/engine/implementations/Erc20/subTypes/implementations/gearbox/tvl.d.ts +6 -0
  277. package/dist/src/engine/implementations/Erc20/subTypes/implementations/gearbox/tvl.js.map +1 -0
  278. package/dist/src/engine/implementations/Erc20/subTypes/implementations/hypurrfiIsolatedMarket/metadata.d.ts +30 -0
  279. package/dist/src/engine/implementations/Erc20/subTypes/implementations/hypurrfiIsolatedMarket/metadata.js.map +1 -0
  280. package/dist/src/engine/implementations/Erc20/subTypes/implementations/hypurrfiIsolatedMarket/tvl.d.ts +6 -0
  281. package/dist/src/engine/implementations/Erc20/subTypes/implementations/hypurrfiIsolatedMarket/tvl.js.map +1 -0
  282. package/dist/src/engine/implementations/Erc20/subTypes/implementations/ichi/metadata.d.ts +31 -0
  283. package/dist/src/engine/implementations/Erc20/subTypes/implementations/ichi/metadata.js.map +1 -0
  284. package/dist/src/engine/implementations/Erc20/subTypes/implementations/ichi/tvl.d.ts +6 -0
  285. package/dist/src/engine/implementations/Erc20/subTypes/implementations/ichi/tvl.js.map +1 -0
  286. package/dist/src/engine/implementations/Erc20/subTypes/implementations/layerbank/metadata.d.ts +16 -0
  287. package/dist/src/engine/implementations/Erc20/subTypes/implementations/layerbank/metadata.js.map +1 -0
  288. package/dist/src/engine/implementations/Erc20/subTypes/implementations/layerbank/tvl.d.ts +6 -0
  289. package/dist/src/engine/implementations/Erc20/subTypes/implementations/layerbank/tvl.js.map +1 -0
  290. package/dist/src/engine/implementations/Erc20/subTypes/implementations/lendleVaults/metadata.d.ts +15 -0
  291. package/dist/src/engine/implementations/Erc20/subTypes/implementations/lendleVaults/metadata.js.map +1 -0
  292. package/dist/src/engine/implementations/Erc20/subTypes/implementations/lendleVaults/tvl.d.ts +6 -0
  293. package/dist/src/engine/implementations/Erc20/subTypes/implementations/lendleVaults/tvl.js.map +1 -0
  294. package/dist/src/engine/implementations/Erc20/subTypes/implementations/metamorpho/metadata.d.ts +17 -0
  295. package/dist/src/engine/implementations/Erc20/subTypes/implementations/metamorpho/metadata.js.map +1 -0
  296. package/dist/src/engine/implementations/Erc20/subTypes/implementations/metamorpho/tvl.d.ts +6 -0
  297. package/dist/src/engine/implementations/Erc20/subTypes/implementations/metamorpho/tvl.js.map +1 -0
  298. package/dist/src/engine/implementations/Erc20/subTypes/implementations/pino/metadata.d.ts +16 -0
  299. package/dist/src/engine/implementations/Erc20/subTypes/implementations/pino/metadata.js.map +1 -0
  300. package/dist/src/engine/implementations/Erc20/subTypes/implementations/pino/tvl.d.ts +6 -0
  301. package/dist/src/engine/implementations/Erc20/subTypes/implementations/pino/tvl.js.map +1 -0
  302. package/dist/src/engine/implementations/Erc20/subTypes/implementations/rooster/metadata.d.ts +17 -0
  303. package/dist/src/engine/implementations/Erc20/subTypes/implementations/rooster/metadata.js.map +1 -0
  304. package/dist/src/engine/implementations/Erc20/subTypes/implementations/rooster/tvl.d.ts +6 -0
  305. package/dist/src/engine/implementations/Erc20/subTypes/implementations/rooster/tvl.js.map +1 -0
  306. package/dist/src/engine/implementations/Erc20/subTypes/implementations/silo/metadata.d.ts +22 -0
  307. package/dist/src/engine/implementations/Erc20/subTypes/implementations/silo/metadata.js.map +1 -0
  308. package/dist/src/engine/implementations/Erc20/subTypes/implementations/silo/tvl.d.ts +9 -0
  309. package/dist/src/engine/implementations/Erc20/subTypes/implementations/silo/tvl.js.map +1 -0
  310. package/dist/src/engine/implementations/Erc20/subTypes/implementations/spectra/metadata.d.ts +17 -0
  311. package/dist/src/engine/implementations/Erc20/subTypes/implementations/spectra/metadata.js.map +1 -0
  312. package/dist/src/engine/implementations/Erc20/subTypes/implementations/spectra/tvl.d.ts +6 -0
  313. package/dist/src/engine/implementations/Erc20/subTypes/implementations/spectra/tvl.js.map +1 -0
  314. package/dist/src/engine/implementations/Erc20/subTypes/implementations/stableswap/metadata.d.ts +17 -0
  315. package/dist/src/engine/implementations/Erc20/subTypes/implementations/stableswap/metadata.js.map +1 -0
  316. package/dist/src/engine/implementations/Erc20/subTypes/implementations/stableswap/tvl.d.ts +6 -0
  317. package/dist/src/engine/implementations/Erc20/subTypes/implementations/stableswap/tvl.js.map +1 -0
  318. package/dist/src/engine/implementations/Erc20/subTypes/implementations/summer/metadata.d.ts +17 -0
  319. package/dist/src/engine/implementations/Erc20/subTypes/implementations/summer/metadata.js.map +1 -0
  320. package/dist/src/engine/implementations/Erc20/subTypes/implementations/summer/tvl.d.ts +6 -0
  321. package/dist/src/engine/implementations/Erc20/subTypes/implementations/summer/tvl.js.map +1 -0
  322. package/dist/src/engine/implementations/Erc20/subTypes/implementations/syPendle/metadata.d.ts +18 -0
  323. package/dist/src/engine/implementations/Erc20/subTypes/implementations/syPendle/metadata.js.map +1 -0
  324. package/dist/src/engine/implementations/Erc20/subTypes/implementations/syPendle/tvl.d.ts +6 -0
  325. package/dist/src/engine/implementations/Erc20/subTypes/implementations/syPendle/tvl.js.map +1 -0
  326. package/dist/src/engine/implementations/Erc20/subTypes/implementations/termmax/metadata.d.ts +16 -0
  327. package/dist/src/engine/implementations/Erc20/subTypes/implementations/termmax/metadata.js.map +1 -0
  328. package/dist/src/engine/implementations/Erc20/subTypes/implementations/termmax/tvl.d.ts +6 -0
  329. package/dist/src/engine/implementations/Erc20/subTypes/implementations/termmax/tvl.js.map +1 -0
  330. package/dist/src/engine/implementations/Erc20/subTypes/implementations/termmaxVault/metadata.d.ts +17 -0
  331. package/dist/src/engine/implementations/Erc20/subTypes/implementations/termmaxVault/metadata.js.map +1 -0
  332. package/dist/src/engine/implementations/Erc20/subTypes/implementations/termmaxVault/tvl.d.ts +6 -0
  333. package/dist/src/engine/implementations/Erc20/subTypes/implementations/termmaxVault/tvl.js.map +1 -0
  334. package/dist/src/engine/implementations/Erc20/subTypes/implementations/uniswapV2/hybrav2/metadata.d.ts +30 -0
  335. package/dist/src/engine/implementations/Erc20/subTypes/implementations/uniswapV2/hybrav2/metadata.js.map +1 -0
  336. package/dist/src/engine/implementations/Erc20/subTypes/implementations/uniswapV2/hybrav2/tvl.d.ts +6 -0
  337. package/dist/src/engine/implementations/Erc20/subTypes/implementations/uniswapV2/hybrav2/tvl.js.map +1 -0
  338. package/dist/src/engine/implementations/Erc20/subTypes/implementations/uniswapV2/metadata.d.ts +31 -0
  339. package/dist/src/engine/implementations/Erc20/subTypes/implementations/uniswapV2/metadata.js.map +1 -0
  340. package/dist/src/engine/implementations/Erc20/subTypes/implementations/uniswapV2/mimswap/metadata.d.ts +30 -0
  341. package/dist/src/engine/implementations/Erc20/subTypes/implementations/uniswapV2/mimswap/metadata.js.map +1 -0
  342. package/dist/src/engine/implementations/Erc20/subTypes/implementations/uniswapV2/mimswap/tvl.d.ts +6 -0
  343. package/dist/src/engine/implementations/Erc20/subTypes/implementations/uniswapV2/mimswap/tvl.js.map +1 -0
  344. package/dist/src/engine/implementations/Erc20/subTypes/implementations/uniswapV2/tvl.d.ts +6 -0
  345. package/dist/src/engine/implementations/Erc20/subTypes/implementations/uniswapV2/tvl.js.map +1 -0
  346. package/dist/src/engine/implementations/Erc20/subTypes/index.d.ts +139 -0
  347. package/dist/src/engine/implementations/Erc20/subTypes/index.js.map +1 -0
  348. package/dist/src/engine/implementations/Erc20/tvl.d.ts +6 -0
  349. package/dist/src/engine/implementations/Erc20/tvl.js.map +1 -0
  350. package/dist/src/engine/implementations/Erc20Snapshot/metadata.d.ts +15 -0
  351. package/dist/src/engine/implementations/Erc20Snapshot/metadata.js.map +1 -0
  352. package/dist/src/engine/implementations/Erc721/metadata.d.ts +17 -0
  353. package/dist/src/engine/implementations/Erc721/metadata.js.map +1 -0
  354. package/dist/src/engine/implementations/ErcMultiToken/metadata.d.ts +28 -0
  355. package/dist/src/engine/implementations/ErcMultiToken/metadata.js.map +1 -0
  356. package/dist/src/engine/implementations/EventBased/metadata.d.ts +24 -0
  357. package/dist/src/engine/implementations/EventBased/metadata.js.map +1 -0
  358. package/dist/src/engine/implementations/FluidVault/metadata.d.ts +33 -0
  359. package/dist/src/engine/implementations/FluidVault/metadata.js.map +1 -0
  360. package/dist/src/engine/implementations/FluidVault/tvl.d.ts +7 -0
  361. package/dist/src/engine/implementations/FluidVault/tvl.js.map +1 -0
  362. package/dist/src/engine/implementations/FraxLend/metadataBorrow.d.ts +24 -0
  363. package/dist/src/engine/implementations/FraxLend/metadataBorrow.js.map +1 -0
  364. package/dist/src/engine/implementations/FraxLend/metadataCollateral.d.ts +18 -0
  365. package/dist/src/engine/implementations/FraxLend/metadataCollateral.js.map +1 -0
  366. package/dist/src/engine/implementations/FraxLend/tvlBorrow.d.ts +7 -0
  367. package/dist/src/engine/implementations/FraxLend/tvlBorrow.js.map +1 -0
  368. package/dist/src/engine/implementations/FraxLend/tvlCollateral.d.ts +7 -0
  369. package/dist/src/engine/implementations/FraxLend/tvlCollateral.js.map +1 -0
  370. package/dist/src/engine/implementations/Hyperdrive/metadata.d.ts +19 -0
  371. package/dist/src/engine/implementations/Hyperdrive/metadata.js.map +1 -0
  372. package/dist/src/engine/implementations/Invalid/metadata.d.ts +11 -0
  373. package/dist/src/engine/implementations/Invalid/metadata.js.map +1 -0
  374. package/dist/src/engine/implementations/Ion/metadata.d.ts +16 -0
  375. package/dist/src/engine/implementations/Ion/metadata.js.map +1 -0
  376. package/dist/src/engine/implementations/JsonAirdrop/metadata.d.ts +24 -0
  377. package/dist/src/engine/implementations/JsonAirdrop/metadata.js.map +1 -0
  378. package/dist/src/engine/implementations/Locker/metadata.d.ts +24 -0
  379. package/dist/src/engine/implementations/Locker/metadata.js.map +1 -0
  380. package/dist/src/engine/implementations/Locker/tvl.d.ts +7 -0
  381. package/dist/src/engine/implementations/Locker/tvl.js.map +1 -0
  382. package/dist/src/engine/implementations/Morpho/metadata.d.ts +25 -0
  383. package/dist/src/engine/implementations/Morpho/metadata.js.map +1 -0
  384. package/dist/src/engine/implementations/MultiLog/match.d.ts +4 -0
  385. package/dist/src/engine/implementations/MultiLog/match.js.map +1 -0
  386. package/dist/src/engine/implementations/MultiLog/metadata.d.ts +11 -0
  387. package/dist/src/engine/implementations/MultiLog/metadata.js.map +1 -0
  388. package/dist/src/engine/implementations/MultiLog/tvl.d.ts +7 -0
  389. package/dist/src/engine/implementations/MultiLog/tvl.js.map +1 -0
  390. package/dist/src/engine/implementations/Radiant/metadata.d.ts +17 -0
  391. package/dist/src/engine/implementations/Radiant/metadata.js.map +1 -0
  392. package/dist/src/engine/implementations/Silo/metadata.d.ts +17 -0
  393. package/dist/src/engine/implementations/Silo/metadata.js.map +1 -0
  394. package/dist/src/engine/implementations/StakingVaults/Equilibria/metadata.d.ts +15 -0
  395. package/dist/src/engine/implementations/StakingVaults/Equilibria/metadata.js.map +1 -0
  396. package/dist/src/engine/implementations/StakingVaults/Equilibria/tvl.d.ts +7 -0
  397. package/dist/src/engine/implementations/StakingVaults/Equilibria/tvl.js.map +1 -0
  398. package/dist/src/engine/implementations/StakingVaults/Satoshi/metadata.d.ts +18 -0
  399. package/dist/src/engine/implementations/StakingVaults/Satoshi/metadata.js.map +1 -0
  400. package/dist/src/engine/implementations/StakingVaults/Satoshi/tvl.d.ts +7 -0
  401. package/dist/src/engine/implementations/StakingVaults/Satoshi/tvl.js.map +1 -0
  402. package/dist/src/engine/implementations/StakingVaults/SummerFinance/metadata.d.ts +15 -0
  403. package/dist/src/engine/implementations/StakingVaults/SummerFinance/metadata.js.map +1 -0
  404. package/dist/src/engine/implementations/StakingVaults/SummerFinance/tvl.d.ts +7 -0
  405. package/dist/src/engine/implementations/StakingVaults/SummerFinance/tvl.js.map +1 -0
  406. package/dist/src/engine/implementations/SymbioticVault/metadata.d.ts +19 -0
  407. package/dist/src/engine/implementations/SymbioticVault/metadata.js.map +1 -0
  408. package/dist/src/engine/implementations/SymbioticVault/tvl.d.ts +7 -0
  409. package/dist/src/engine/implementations/SymbioticVault/tvl.js.map +1 -0
  410. package/dist/src/engine/implementations/TermFinance/metadata.d.ts +19 -0
  411. package/dist/src/engine/implementations/TermFinance/metadata.js.map +1 -0
  412. package/dist/src/engine/implementations/TermFinance/tvl.d.ts +7 -0
  413. package/dist/src/engine/implementations/TermFinance/tvl.js.map +1 -0
  414. package/dist/src/engine/implementations/UniswapV4/metadata.d.ts +20 -0
  415. package/dist/src/engine/implementations/UniswapV4/metadata.js.map +1 -0
  416. package/dist/src/engine/implementations/UniswapV4/tvl.d.ts +18 -0
  417. package/dist/src/engine/implementations/UniswapV4/tvl.js.map +1 -0
  418. package/dist/src/engine/implementations/Vest/metadata.d.ts +16 -0
  419. package/dist/src/engine/implementations/Vest/metadata.js.map +1 -0
  420. package/dist/src/engine/implementations/morphoBorrow/metadata.d.ts +20 -0
  421. package/dist/src/engine/implementations/morphoBorrow/metadata.js.map +1 -0
  422. package/dist/src/engine/implementations/morphoBorrow/tvl.d.ts +7 -0
  423. package/dist/src/engine/implementations/morphoBorrow/tvl.js.map +1 -0
  424. package/dist/src/engine/implementations/morphoBorrowSingleToken/metadata.d.ts +20 -0
  425. package/dist/src/engine/implementations/morphoBorrowSingleToken/metadata.js.map +1 -0
  426. package/dist/src/engine/implementations/morphoCollateral/metadata.d.ts +20 -0
  427. package/dist/src/engine/implementations/morphoCollateral/metadata.js.map +1 -0
  428. package/dist/src/engine/implementations/morphoCollateral/tvl.d.ts +16 -0
  429. package/dist/src/engine/implementations/morphoCollateral/tvl.js.map +1 -0
  430. package/dist/src/engine/implementations/morphoCollateralSingleToken/metadata.d.ts +20 -0
  431. package/dist/src/engine/implementations/morphoCollateralSingleToken/metadata.js.map +1 -0
  432. package/dist/src/engine/implementations/morphoCollateralSingleToken/tvl.d.ts +7 -0
  433. package/dist/src/engine/implementations/morphoCollateralSingleToken/tvl.js.map +1 -0
  434. package/dist/src/engine/implementations/morphoSingleToken/tvl.d.ts +9 -0
  435. package/dist/src/engine/implementations/morphoSingleToken/tvl.js.map +1 -0
  436. package/dist/src/engine/implementations/morphoSupply/metadata.d.ts +20 -0
  437. package/dist/src/engine/implementations/morphoSupply/metadata.js.map +1 -0
  438. package/dist/src/engine/implementations/morphoSupply/tvl.d.ts +7 -0
  439. package/dist/src/engine/implementations/morphoSupply/tvl.js.map +1 -0
  440. package/dist/src/engine/implementations/morphoSupplySingleToken/metadata.d.ts +20 -0
  441. package/dist/src/engine/implementations/morphoSupplySingleToken/metadata.js.map +1 -0
  442. package/dist/src/engine/implementations/morphoVault/metadata.d.ts +20 -0
  443. package/dist/src/engine/implementations/morphoVault/metadata.js.map +1 -0
  444. package/dist/src/engine/implementations/morphoVault/tvl.d.ts +7 -0
  445. package/dist/src/engine/implementations/morphoVault/tvl.js.map +1 -0
  446. package/dist/src/engine/metadata/factory.d.ts +3 -0
  447. package/dist/src/engine/metadata/factory.js.map +1 -0
  448. package/dist/src/engine/tvl/factory.d.ts +6 -0
  449. package/dist/src/engine/tvl/factory.js.map +1 -0
  450. package/dist/src/engine/tvl/logStates.d.ts +27 -0
  451. package/dist/src/engine/tvl/logStates.js.map +1 -0
  452. package/dist/src/errors/BadRequest.error.d.ts +4 -0
  453. package/dist/src/errors/BadRequest.error.js.map +1 -0
  454. package/dist/src/errors/Conflict.error.d.ts +4 -0
  455. package/dist/src/errors/Conflict.error.js.map +1 -0
  456. package/dist/src/errors/HttpError.d.ts +11 -0
  457. package/dist/src/errors/HttpError.js.map +1 -0
  458. package/dist/src/errors/InvalidParameter.error.d.ts +4 -0
  459. package/dist/src/errors/InvalidParameter.error.js.map +1 -0
  460. package/dist/src/errors/NotFound.error.d.ts +8 -0
  461. package/dist/src/errors/NotFound.error.js.map +1 -0
  462. package/dist/src/errors/UnableToFindPrice.error.d.ts +4 -0
  463. package/dist/src/errors/UnableToFindPrice.error.js.map +1 -0
  464. package/dist/src/errors/Unauthorized.error.d.ts +4 -0
  465. package/dist/src/errors/Unauthorized.error.js.map +1 -0
  466. package/dist/src/errors/VoidString.error.d.ts +4 -0
  467. package/dist/src/errors/VoidString.error.js.map +1 -0
  468. package/dist/src/guards/BackOffice.guard.d.ts +7 -0
  469. package/dist/src/guards/BackOffice.guard.js.map +1 -0
  470. package/dist/src/guards/Engine.guard.d.ts +10 -0
  471. package/dist/src/guards/Engine.guard.js.map +1 -0
  472. package/dist/src/guards/TokenAuth.guard.d.ts +7 -0
  473. package/dist/src/guards/TokenAuth.guard.js.map +1 -0
  474. package/dist/src/guards/VerifyJwt.guard.d.ts +10 -0
  475. package/dist/src/guards/VerifyJwt.guard.js.map +1 -0
  476. package/dist/src/hooks/checkQueryAddressValidity.d.ts +50 -0
  477. package/dist/src/hooks/checkQueryAddressValidity.js.map +1 -0
  478. package/dist/src/hooks/checkQueryChainIdValidity.d.ts +50 -0
  479. package/dist/src/hooks/checkQueryChainIdValidity.js.map +1 -0
  480. package/dist/src/index.d.ts +16993 -0
  481. package/dist/src/index.js.map +1 -0
  482. package/dist/src/jobs/pendings.d.ts +2 -0
  483. package/dist/src/jobs/pendings.js.map +1 -0
  484. package/dist/src/jobs/post-urgent-stack.d.ts +1 -0
  485. package/dist/src/jobs/post-urgent-stack.js.map +1 -0
  486. package/dist/src/jobs/prices.d.ts +1 -0
  487. package/dist/src/jobs/prices.js.map +1 -0
  488. package/dist/src/jobs/reward-breakdowns.d.ts +2 -0
  489. package/dist/src/jobs/reward-breakdowns.js.map +1 -0
  490. package/dist/src/jobs/rewards.d.ts +2 -0
  491. package/dist/src/jobs/rewards.js.map +1 -0
  492. package/dist/src/jobs/set-dungeon-keeper.d.ts +1 -0
  493. package/dist/src/jobs/set-dungeon-keeper.js.map +1 -0
  494. package/dist/src/jobs/update-analytics.d.ts +1 -0
  495. package/dist/src/jobs/update-analytics.js.map +1 -0
  496. package/dist/src/jobs/update-dynamic-data.d.ts +1 -0
  497. package/dist/src/jobs/update-dynamic-data.js.map +1 -0
  498. package/dist/src/jobs/update-euler-vaults.d.ts +1 -0
  499. package/dist/src/jobs/update-euler-vaults.js.map +1 -0
  500. package/dist/src/jobs/update-rpc-calls-cache.d.ts +1 -0
  501. package/dist/src/jobs/update-rpc-calls-cache.js.map +1 -0
  502. package/dist/src/jobs/update-uniswap-v4-pools.d.ts +1 -0
  503. package/dist/src/jobs/update-uniswap-v4-pools.js.map +1 -0
  504. package/dist/src/jobs/update-v3-caches.d.ts +13 -0
  505. package/dist/src/jobs/update-v3-caches.js.map +1 -0
  506. package/dist/src/jobs/workers/count-claims.worker.d.ts +1 -0
  507. package/dist/src/jobs/workers/count-claims.worker.js.map +1 -0
  508. package/dist/src/libs/computeFee.d.ts +4 -0
  509. package/dist/src/libs/computeFee.js.map +1 -0
  510. package/dist/src/libs/deprecated-merklv3/index.d.ts +5 -0
  511. package/dist/src/libs/deprecated-merklv3/index.js.map +1 -0
  512. package/dist/src/libs/getTokensList.d.ts +23 -0
  513. package/dist/src/libs/getTokensList.js.map +1 -0
  514. package/dist/src/libs/merklChainData.d.ts +4 -0
  515. package/dist/src/libs/merklChainData.js.map +1 -0
  516. package/dist/src/libs/parse/marketsWithCache.d.ts +3 -0
  517. package/dist/src/libs/parse/marketsWithCache.js.map +1 -0
  518. package/dist/src/libs/positions/EigenLayer/index.d.ts +7 -0
  519. package/dist/src/libs/positions/EigenLayer/index.js.map +1 -0
  520. package/dist/src/libs/positions/ajna/index.d.ts +7 -0
  521. package/dist/src/libs/positions/ajna/index.js.map +1 -0
  522. package/dist/src/libs/positions/badger/index.d.ts +6 -0
  523. package/dist/src/libs/positions/badger/index.js.map +1 -0
  524. package/dist/src/libs/positions/clamm/index.d.ts +7 -0
  525. package/dist/src/libs/positions/clamm/index.js.map +1 -0
  526. package/dist/src/libs/positions/clamm/thegraph/fetchAlmPositions.d.ts +6 -0
  527. package/dist/src/libs/positions/clamm/thegraph/fetchAlmPositions.js.map +1 -0
  528. package/dist/src/libs/positions/clamm/thegraph/fetchAmmPositions.d.ts +9 -0
  529. package/dist/src/libs/positions/clamm/thegraph/fetchAmmPositions.js.map +1 -0
  530. package/dist/src/libs/positions/clamm/thegraph/fetchFarmedPositions.d.ts +10 -0
  531. package/dist/src/libs/positions/clamm/thegraph/fetchFarmedPositions.js.map +1 -0
  532. package/dist/src/libs/positions/clamm/thegraph/index.d.ts +50 -0
  533. package/dist/src/libs/positions/clamm/thegraph/index.js.map +1 -0
  534. package/dist/src/libs/positions/compound/index.d.ts +25 -0
  535. package/dist/src/libs/positions/compound/index.js.map +1 -0
  536. package/dist/src/libs/positions/dolomite/index.d.ts +17 -0
  537. package/dist/src/libs/positions/dolomite/index.js.map +1 -0
  538. package/dist/src/libs/positions/erc20/index.d.ts +6 -0
  539. package/dist/src/libs/positions/erc20/index.js.map +1 -0
  540. package/dist/src/libs/positions/euler/index.d.ts +6 -0
  541. package/dist/src/libs/positions/euler/index.js.map +1 -0
  542. package/dist/src/libs/positions/index.d.ts +4 -0
  543. package/dist/src/libs/positions/index.js.map +1 -0
  544. package/dist/src/libs/positions/morpho/index.d.ts +6 -0
  545. package/dist/src/libs/positions/morpho/index.js.map +1 -0
  546. package/dist/src/libs/positions/prepareFetch.d.ts +23 -0
  547. package/dist/src/libs/positions/prepareFetch.js.map +1 -0
  548. package/dist/src/libs/positions/silo/index.d.ts +6 -0
  549. package/dist/src/libs/positions/silo/index.js.map +1 -0
  550. package/dist/src/libs/positions/types.d.ts +82 -0
  551. package/dist/src/libs/positions/types.js.map +1 -0
  552. package/dist/src/libs/staticCampaigns.d.ts +6 -0
  553. package/dist/src/libs/staticCampaigns.js.map +1 -0
  554. package/dist/src/libs/tokens/allowances.d.ts +1 -0
  555. package/dist/src/libs/tokens/allowances.js.map +1 -0
  556. package/dist/src/libs/tokens/balances.d.ts +11 -0
  557. package/dist/src/libs/tokens/balances.js.map +1 -0
  558. package/dist/src/libs/tokens/tokenInfo.d.ts +8 -0
  559. package/dist/src/libs/tokens/tokenInfo.js.map +1 -0
  560. package/dist/src/modules/v4/accounting/accounting.controller.d.ts +284 -0
  561. package/dist/src/modules/v4/accounting/accounting.controller.js.map +1 -0
  562. package/dist/src/modules/v4/accounting/accounting.model.d.ts +32 -0
  563. package/dist/src/modules/v4/accounting/accounting.model.js.map +1 -0
  564. package/dist/src/modules/v4/accounting/accounting.repository.d.ts +99 -0
  565. package/dist/src/modules/v4/accounting/accounting.repository.js.map +1 -0
  566. package/dist/src/modules/v4/accounting/accounting.service.d.ts +59 -0
  567. package/dist/src/modules/v4/accounting/accounting.service.js.map +1 -0
  568. package/dist/src/modules/v4/airflow/airflow.service.d.ts +3 -0
  569. package/dist/src/modules/v4/airflow/airflow.service.js.map +1 -0
  570. package/dist/src/modules/v4/apr/apr.model.d.ts +67 -0
  571. package/dist/src/modules/v4/apr/apr.model.js.map +1 -0
  572. package/dist/src/modules/v4/apr/apr.service.d.ts +9 -0
  573. package/dist/src/modules/v4/apr/apr.service.js.map +1 -0
  574. package/dist/src/modules/v4/authentication/authentication.controller.d.ts +76 -0
  575. package/dist/src/modules/v4/authentication/authentication.controller.js.map +1 -0
  576. package/dist/src/modules/v4/authentication/authentication.model.d.ts +10 -0
  577. package/dist/src/modules/v4/authentication/authentication.model.js.map +1 -0
  578. package/dist/src/modules/v4/authentication/authentication.service.d.ts +10 -0
  579. package/dist/src/modules/v4/authentication/authentication.service.js.map +1 -0
  580. package/dist/src/modules/v4/blacklist/blacklist.controller.d.ts +150 -0
  581. package/dist/src/modules/v4/blacklist/blacklist.controller.js.map +1 -0
  582. package/dist/src/modules/v4/blacklist/blacklist.model.d.ts +20 -0
  583. package/dist/src/modules/v4/blacklist/blacklist.model.js.map +1 -0
  584. package/dist/src/modules/v4/blacklist/blacklist.repository.d.ts +21 -0
  585. package/dist/src/modules/v4/blacklist/blacklist.repository.js.map +1 -0
  586. package/dist/src/modules/v4/blacklist/blacklist.service.d.ts +24 -0
  587. package/dist/src/modules/v4/blacklist/blacklist.service.js.map +1 -0
  588. package/dist/src/modules/v4/boost/boost.controller.d.ts +110 -0
  589. package/dist/src/modules/v4/boost/boost.controller.js.map +1 -0
  590. package/dist/src/modules/v4/boost/boost.model.d.ts +12 -0
  591. package/dist/src/modules/v4/boost/boost.model.js.map +1 -0
  592. package/dist/src/modules/v4/boost/boost.service.d.ts +11 -0
  593. package/dist/src/modules/v4/boost/boost.service.js.map +1 -0
  594. package/dist/src/modules/v4/bucket/bucket.model.d.ts +10 -0
  595. package/dist/src/modules/v4/bucket/bucket.model.js.map +1 -0
  596. package/dist/src/modules/v4/bucket/bucket.service.d.ts +21 -0
  597. package/dist/src/modules/v4/bucket/bucket.service.js.map +1 -0
  598. package/dist/src/modules/v4/cache/cache.model.d.ts +13 -0
  599. package/dist/src/modules/v4/cache/cache.model.js.map +1 -0
  600. package/dist/src/modules/v4/cache/cache.repository.d.ts +8 -0
  601. package/dist/src/modules/v4/cache/cache.repository.js.map +1 -0
  602. package/dist/src/modules/v4/cache/cache.service.d.ts +12 -0
  603. package/dist/src/modules/v4/cache/cache.service.js.map +1 -0
  604. package/dist/src/modules/v4/campaign/campaign.controller.d.ts +2203 -0
  605. package/dist/src/modules/v4/campaign/campaign.controller.js.map +1 -0
  606. package/dist/src/modules/v4/campaign/campaign.convertor.d.ts +10 -0
  607. package/dist/src/modules/v4/campaign/campaign.convertor.js.map +1 -0
  608. package/dist/src/modules/v4/campaign/campaign.formatter.d.ts +6 -0
  609. package/dist/src/modules/v4/campaign/campaign.formatter.js.map +1 -0
  610. package/dist/src/modules/v4/campaign/campaign.model.d.ts +254 -0
  611. package/dist/src/modules/v4/campaign/campaign.model.js.map +1 -0
  612. package/dist/src/modules/v4/campaign/campaign.repository.d.ts +1782 -0
  613. package/dist/src/modules/v4/campaign/campaign.repository.js.map +1 -0
  614. package/dist/src/modules/v4/campaign/campaign.service.d.ts +564 -0
  615. package/dist/src/modules/v4/campaign/campaign.service.js.map +1 -0
  616. package/dist/src/modules/v4/campaign/campaign.test.controller.d.ts +2210 -0
  617. package/dist/src/modules/v4/campaign/campaign.test.controller.js.map +1 -0
  618. package/dist/src/modules/v4/campaign-batch/campaign-batch.controller.d.ts +414 -0
  619. package/dist/src/modules/v4/campaign-batch/campaign-batch.controller.js.map +1 -0
  620. package/dist/src/modules/v4/campaign-batch/campaign-batch.model.d.ts +148 -0
  621. package/dist/src/modules/v4/campaign-batch/campaign-batch.model.js.map +1 -0
  622. package/dist/src/modules/v4/campaign-batch/campaign-batch.repository.d.ts +132 -0
  623. package/dist/src/modules/v4/campaign-batch/campaign-batch.repository.js.map +1 -0
  624. package/dist/src/modules/v4/campaign-batch/campaign-batch.service.d.ts +254 -0
  625. package/dist/src/modules/v4/campaign-batch/campaign-batch.service.js.map +1 -0
  626. package/dist/src/modules/v4/campaign-group/campaign-group.model.d.ts +11 -0
  627. package/dist/src/modules/v4/campaign-group/campaign-group.model.js.map +1 -0
  628. package/dist/src/modules/v4/campaign-group/campaign-group.repository.d.ts +129 -0
  629. package/dist/src/modules/v4/campaign-group/campaign-group.repository.js.map +1 -0
  630. package/dist/src/modules/v4/campaign-group/campaign-group.service.d.ts +129 -0
  631. package/dist/src/modules/v4/campaign-group/campaign-group.service.js.map +1 -0
  632. package/dist/src/modules/v4/chain/chain.controller.d.ts +204 -0
  633. package/dist/src/modules/v4/chain/chain.controller.js.map +1 -0
  634. package/dist/src/modules/v4/chain/chain.model.d.ts +58 -0
  635. package/dist/src/modules/v4/chain/chain.model.js.map +1 -0
  636. package/dist/src/modules/v4/chain/chain.repository.d.ts +130 -0
  637. package/dist/src/modules/v4/chain/chain.repository.js.map +1 -0
  638. package/dist/src/modules/v4/chain/chain.service.d.ts +112 -0
  639. package/dist/src/modules/v4/chain/chain.service.js.map +1 -0
  640. package/dist/src/modules/v4/chainInteraction/chainInteraction.service.d.ts +2 -0
  641. package/dist/src/modules/v4/chainInteraction/chainInteraction.service.js.map +1 -0
  642. package/dist/src/modules/v4/claims/claims.controller.d.ts +72 -0
  643. package/dist/src/modules/v4/claims/claims.controller.js.map +1 -0
  644. package/dist/src/modules/v4/claims/claims.model.d.ts +9 -0
  645. package/dist/src/modules/v4/claims/claims.model.js.map +1 -0
  646. package/dist/src/modules/v4/claims/claims.repository.d.ts +5 -0
  647. package/dist/src/modules/v4/claims/claims.repository.js.map +1 -0
  648. package/dist/src/modules/v4/claims/claims.service.d.ts +25 -0
  649. package/dist/src/modules/v4/claims/claims.service.js.map +1 -0
  650. package/dist/src/modules/v4/clamm/clamm.controller.d.ts +88 -0
  651. package/dist/src/modules/v4/clamm/clamm.controller.js.map +1 -0
  652. package/dist/src/modules/v4/clamm/clamm.model.d.ts +78 -0
  653. package/dist/src/modules/v4/clamm/clamm.model.js.map +1 -0
  654. package/dist/src/modules/v4/clamm/clamm.service.d.ts +5 -0
  655. package/dist/src/modules/v4/clamm/clamm.service.js.map +1 -0
  656. package/dist/src/modules/v4/coingecko/coingecko.model.d.ts +0 -0
  657. package/dist/src/modules/v4/coingecko/coingecko.model.js.map +1 -0
  658. package/dist/src/modules/v4/coingecko/coingecko.repository.d.ts +14 -0
  659. package/dist/src/modules/v4/coingecko/coingecko.repository.js.map +1 -0
  660. package/dist/src/modules/v4/coingecko/coingecko.service.d.ts +16 -0
  661. package/dist/src/modules/v4/coingecko/coingecko.service.js.map +1 -0
  662. package/dist/src/modules/v4/computedValue/computedValue.controller.d.ts +199 -0
  663. package/dist/src/modules/v4/computedValue/computedValue.controller.js.map +1 -0
  664. package/dist/src/modules/v4/computedValue/computedValue.formatter.d.ts +5 -0
  665. package/dist/src/modules/v4/computedValue/computedValue.formatter.js.map +1 -0
  666. package/dist/src/modules/v4/computedValue/computedValue.model.d.ts +56 -0
  667. package/dist/src/modules/v4/computedValue/computedValue.model.js.map +1 -0
  668. package/dist/src/modules/v4/computedValue/computedValue.repository.d.ts +39 -0
  669. package/dist/src/modules/v4/computedValue/computedValue.repository.js.map +1 -0
  670. package/dist/src/modules/v4/computedValue/computedValue.service.d.ts +25 -0
  671. package/dist/src/modules/v4/computedValue/computedValue.service.js.map +1 -0
  672. package/dist/src/modules/v4/creator/creator.controller.d.ts +556 -0
  673. package/dist/src/modules/v4/creator/creator.controller.js.map +1 -0
  674. package/dist/src/modules/v4/creator/creator.model.d.ts +63 -0
  675. package/dist/src/modules/v4/creator/creator.model.js.map +1 -0
  676. package/dist/src/modules/v4/creator/creator.repository.d.ts +102 -0
  677. package/dist/src/modules/v4/creator/creator.repository.js.map +1 -0
  678. package/dist/src/modules/v4/creator/creator.service.d.ts +263 -0
  679. package/dist/src/modules/v4/creator/creator.service.js.map +1 -0
  680. package/dist/src/modules/v4/dynamicData/dynamicData.service.d.ts +126 -0
  681. package/dist/src/modules/v4/dynamicData/dynamicData.service.js.map +1 -0
  682. package/dist/src/modules/v4/enso/enso.model.d.ts +166 -0
  683. package/dist/src/modules/v4/enso/enso.model.js.map +1 -0
  684. package/dist/src/modules/v4/enso/enso.service.d.ts +69 -0
  685. package/dist/src/modules/v4/enso/enso.service.js.map +1 -0
  686. package/dist/src/modules/v4/euler/euler.controller.d.ts +112 -0
  687. package/dist/src/modules/v4/euler/euler.controller.js.map +1 -0
  688. package/dist/src/modules/v4/euler/euler.model.d.ts +35 -0
  689. package/dist/src/modules/v4/euler/euler.model.js.map +1 -0
  690. package/dist/src/modules/v4/euler/euler.repository.d.ts +4 -0
  691. package/dist/src/modules/v4/euler/euler.repository.js.map +1 -0
  692. package/dist/src/modules/v4/euler/euler.service.d.ts +4 -0
  693. package/dist/src/modules/v4/euler/euler.service.js.map +1 -0
  694. package/dist/src/modules/v4/explorer/explorer.controller.d.ts +59 -0
  695. package/dist/src/modules/v4/explorer/explorer.controller.js.map +1 -0
  696. package/dist/src/modules/v4/explorer/explorer.model.d.ts +16 -0
  697. package/dist/src/modules/v4/explorer/explorer.model.js.map +1 -0
  698. package/dist/src/modules/v4/explorer/explorer.repository.d.ts +21 -0
  699. package/dist/src/modules/v4/explorer/explorer.repository.js.map +1 -0
  700. package/dist/src/modules/v4/explorer/explorer.service.d.ts +28 -0
  701. package/dist/src/modules/v4/explorer/explorer.service.js.map +1 -0
  702. package/dist/src/modules/v4/icon/icon.model.d.ts +4 -0
  703. package/dist/src/modules/v4/icon/icon.model.js.map +1 -0
  704. package/dist/src/modules/v4/icon/icon.service.d.ts +5 -0
  705. package/dist/src/modules/v4/icon/icon.service.js.map +1 -0
  706. package/dist/src/modules/v4/interaction/interaction.controller.d.ts +129 -0
  707. package/dist/src/modules/v4/interaction/interaction.controller.js.map +1 -0
  708. package/dist/src/modules/v4/interaction/interaction.model.d.ts +110 -0
  709. package/dist/src/modules/v4/interaction/interaction.model.js.map +1 -0
  710. package/dist/src/modules/v4/interaction/interaction.service.d.ts +38 -0
  711. package/dist/src/modules/v4/interaction/interaction.service.js.map +1 -0
  712. package/dist/src/modules/v4/kyberzap/kyberzap.model.d.ts +115 -0
  713. package/dist/src/modules/v4/kyberzap/kyberzap.model.js.map +1 -0
  714. package/dist/src/modules/v4/kyberzap/kyberzap.service.d.ts +34 -0
  715. package/dist/src/modules/v4/kyberzap/kyberzap.service.js.map +1 -0
  716. package/dist/src/modules/v4/liquidity/implementations/AjnaPositionFetcher.d.ts +206 -0
  717. package/dist/src/modules/v4/liquidity/implementations/AjnaPositionFetcher.js.map +1 -0
  718. package/dist/src/modules/v4/liquidity/implementations/BadgerPositionFetcher.d.ts +206 -0
  719. package/dist/src/modules/v4/liquidity/implementations/BadgerPositionFetcher.js.map +1 -0
  720. package/dist/src/modules/v4/liquidity/implementations/ClammPositionFetcher.d.ts +206 -0
  721. package/dist/src/modules/v4/liquidity/implementations/ClammPositionFetcher.js.map +1 -0
  722. package/dist/src/modules/v4/liquidity/implementations/DolomitePositionFetcher.d.ts +206 -0
  723. package/dist/src/modules/v4/liquidity/implementations/DolomitePositionFetcher.js.map +1 -0
  724. package/dist/src/modules/v4/liquidity/implementations/ERC20PositionFetcher.d.ts +206 -0
  725. package/dist/src/modules/v4/liquidity/implementations/ERC20PositionFetcher.js.map +1 -0
  726. package/dist/src/modules/v4/liquidity/implementations/EulerPositionFetcher.d.ts +206 -0
  727. package/dist/src/modules/v4/liquidity/implementations/EulerPositionFetcher.js.map +1 -0
  728. package/dist/src/modules/v4/liquidity/liquidity.controller.d.ts +51 -0
  729. package/dist/src/modules/v4/liquidity/liquidity.controller.js.map +1 -0
  730. package/dist/src/modules/v4/liquidity/liquidity.model.d.ts +25 -0
  731. package/dist/src/modules/v4/liquidity/liquidity.model.js.map +1 -0
  732. package/dist/src/modules/v4/liquidity/liquidity.repository.d.ts +14 -0
  733. package/dist/src/modules/v4/liquidity/liquidity.repository.js.map +1 -0
  734. package/dist/src/modules/v4/liquidity/liquidity.service.d.ts +5 -0
  735. package/dist/src/modules/v4/liquidity/liquidity.service.js.map +1 -0
  736. package/dist/src/modules/v4/merklRoot/merklRoot.controller.d.ts +116 -0
  737. package/dist/src/modules/v4/merklRoot/merklRoot.controller.js.map +1 -0
  738. package/dist/src/modules/v4/merklRoot/merklRoot.model.d.ts +13 -0
  739. package/dist/src/modules/v4/merklRoot/merklRoot.model.js.map +1 -0
  740. package/dist/src/modules/v4/merklRoot/merklRoot.repository.d.ts +27 -0
  741. package/dist/src/modules/v4/merklRoot/merklRoot.repository.js.map +1 -0
  742. package/dist/src/modules/v4/merklRoot/merklRoot.service.d.ts +47 -0
  743. package/dist/src/modules/v4/merklRoot/merklRoot.service.js.map +1 -0
  744. package/dist/src/modules/v4/node/node.controller.d.ts +65 -0
  745. package/dist/src/modules/v4/node/node.controller.js.map +1 -0
  746. package/dist/src/modules/v4/node/node.model.d.ts +28 -0
  747. package/dist/src/modules/v4/node/node.model.js.map +1 -0
  748. package/dist/src/modules/v4/node/node.repository.d.ts +40 -0
  749. package/dist/src/modules/v4/node/node.repository.js.map +1 -0
  750. package/dist/src/modules/v4/node/node.service.d.ts +31 -0
  751. package/dist/src/modules/v4/node/node.service.js.map +1 -0
  752. package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +1819 -0
  753. package/dist/src/modules/v4/opportunity/opportunity.controller.js.map +1 -0
  754. package/dist/src/modules/v4/opportunity/opportunity.converter.d.ts +149 -0
  755. package/dist/src/modules/v4/opportunity/opportunity.converter.js.map +1 -0
  756. package/dist/src/modules/v4/opportunity/opportunity.formatter.d.ts +185 -0
  757. package/dist/src/modules/v4/opportunity/opportunity.formatter.js.map +1 -0
  758. package/dist/src/modules/v4/opportunity/opportunity.model.d.ts +751 -0
  759. package/dist/src/modules/v4/opportunity/opportunity.model.js.map +1 -0
  760. package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +1171 -0
  761. package/dist/src/modules/v4/opportunity/opportunity.repository.js.map +1 -0
  762. package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +777 -0
  763. package/dist/src/modules/v4/opportunity/opportunity.service.js.map +1 -0
  764. package/dist/src/modules/v4/opportunity/transform-id.pipe.d.ts +5 -0
  765. package/dist/src/modules/v4/opportunity/transform-id.pipe.js.map +1 -0
  766. package/dist/src/modules/v4/opportunity/validate-id.pipe.d.ts +5 -0
  767. package/dist/src/modules/v4/opportunity/validate-id.pipe.js.map +1 -0
  768. package/dist/src/modules/v4/parse/parse.controller.d.ts +64 -0
  769. package/dist/src/modules/v4/parse/parse.controller.js.map +1 -0
  770. package/dist/src/modules/v4/parse/parse.model.d.ts +10 -0
  771. package/dist/src/modules/v4/parse/parse.model.js.map +1 -0
  772. package/dist/src/modules/v4/payload/payload.controller.d.ts +596 -0
  773. package/dist/src/modules/v4/payload/payload.controller.js.map +1 -0
  774. package/dist/src/modules/v4/payload/payload.model.d.ts +330 -0
  775. package/dist/src/modules/v4/payload/payload.model.js.map +1 -0
  776. package/dist/src/modules/v4/payload/payload.service.d.ts +409 -0
  777. package/dist/src/modules/v4/payload/payload.service.js.map +1 -0
  778. package/dist/src/modules/v4/price/price.controller.d.ts +268 -0
  779. package/dist/src/modules/v4/price/price.controller.js.map +1 -0
  780. package/dist/src/modules/v4/price/price.model.d.ts +40 -0
  781. package/dist/src/modules/v4/price/price.model.js.map +1 -0
  782. package/dist/src/modules/v4/price/price.repository.d.ts +41 -0
  783. package/dist/src/modules/v4/price/price.repository.js.map +1 -0
  784. package/dist/src/modules/v4/price/price.service.d.ts +53 -0
  785. package/dist/src/modules/v4/price/price.service.js.map +1 -0
  786. package/dist/src/modules/v4/prisma/index.d.ts +58 -0
  787. package/dist/src/modules/v4/prisma/index.js.map +1 -0
  788. package/dist/src/modules/v4/program/program.controller.d.ts +267 -0
  789. package/dist/src/modules/v4/program/program.controller.js.map +1 -0
  790. package/dist/src/modules/v4/program/program.model.d.ts +21 -0
  791. package/dist/src/modules/v4/program/program.model.js.map +1 -0
  792. package/dist/src/modules/v4/program/program.repository.d.ts +127 -0
  793. package/dist/src/modules/v4/program/program.repository.js.map +1 -0
  794. package/dist/src/modules/v4/program/program.service.d.ts +127 -0
  795. package/dist/src/modules/v4/program/program.service.js.map +1 -0
  796. package/dist/src/modules/v4/programPayload/programPayload.controller.d.ts +1210 -0
  797. package/dist/src/modules/v4/programPayload/programPayload.controller.js.map +1 -0
  798. package/dist/src/modules/v4/programPayload/programPayload.model.d.ts +408 -0
  799. package/dist/src/modules/v4/programPayload/programPayload.model.js.map +1 -0
  800. package/dist/src/modules/v4/programPayload/programPayload.repository.d.ts +6425 -0
  801. package/dist/src/modules/v4/programPayload/programPayload.repository.js.map +1 -0
  802. package/dist/src/modules/v4/programPayload/programPayload.service.d.ts +49 -0
  803. package/dist/src/modules/v4/programPayload/programPayload.service.js.map +1 -0
  804. package/dist/src/modules/v4/programPayload/subPayloads/bakerdao.d.ts +6 -0
  805. package/dist/src/modules/v4/programPayload/subPayloads/bakerdao.js.map +1 -0
  806. package/dist/src/modules/v4/programPayload/subPayloads/bancor.d.ts +28 -0
  807. package/dist/src/modules/v4/programPayload/subPayloads/bancor.js.map +1 -0
  808. package/dist/src/modules/v4/programPayload/subPayloads/credix.d.ts +88 -0
  809. package/dist/src/modules/v4/programPayload/subPayloads/credix.js.map +1 -0
  810. package/dist/src/modules/v4/programPayload/subPayloads/ethena.d.ts +197 -0
  811. package/dist/src/modules/v4/programPayload/subPayloads/ethena.js.map +1 -0
  812. package/dist/src/modules/v4/programPayload/subPayloads/helpers.d.ts +1 -0
  813. package/dist/src/modules/v4/programPayload/subPayloads/helpers.js.map +1 -0
  814. package/dist/src/modules/v4/programPayload/subPayloads/hypurrFi.d.ts +1048 -0
  815. package/dist/src/modules/v4/programPayload/subPayloads/hypurrFi.js.map +1 -0
  816. package/dist/src/modules/v4/programPayload/subPayloads/nibiru.d.ts +54 -0
  817. package/dist/src/modules/v4/programPayload/subPayloads/nibiru.js.map +1 -0
  818. package/dist/src/modules/v4/programPayload/subPayloads/redbelly.d.ts +32 -0
  819. package/dist/src/modules/v4/programPayload/subPayloads/redbelly.js.map +1 -0
  820. package/dist/src/modules/v4/programPayload/subPayloads/tac.d.ts +986 -0
  821. package/dist/src/modules/v4/programPayload/subPayloads/tac.js.map +1 -0
  822. package/dist/src/modules/v4/protocol/protocol.controller.d.ts +293 -0
  823. package/dist/src/modules/v4/protocol/protocol.controller.js.map +1 -0
  824. package/dist/src/modules/v4/protocol/protocol.model.d.ts +111 -0
  825. package/dist/src/modules/v4/protocol/protocol.model.js.map +1 -0
  826. package/dist/src/modules/v4/protocol/protocol.repository.d.ts +94 -0
  827. package/dist/src/modules/v4/protocol/protocol.repository.js.map +1 -0
  828. package/dist/src/modules/v4/protocol/protocol.service.d.ts +36 -0
  829. package/dist/src/modules/v4/protocol/protocol.service.js.map +1 -0
  830. package/dist/src/modules/v4/referral/referral.controller.d.ts +105 -0
  831. package/dist/src/modules/v4/referral/referral.controller.js.map +1 -0
  832. package/dist/src/modules/v4/referral/referral.model.d.ts +11 -0
  833. package/dist/src/modules/v4/referral/referral.model.js.map +1 -0
  834. package/dist/src/modules/v4/referral/referral.service.d.ts +216 -0
  835. package/dist/src/modules/v4/referral/referral.service.js.map +1 -0
  836. package/dist/src/modules/v4/reward/reward.controller.d.ts +650 -0
  837. package/dist/src/modules/v4/reward/reward.controller.js.map +1 -0
  838. package/dist/src/modules/v4/reward/reward.converter.d.ts +14 -0
  839. package/dist/src/modules/v4/reward/reward.converter.js.map +1 -0
  840. package/dist/src/modules/v4/reward/reward.model.d.ts +283 -0
  841. package/dist/src/modules/v4/reward/reward.model.js.map +1 -0
  842. package/dist/src/modules/v4/reward/reward.repository.d.ts +214 -0
  843. package/dist/src/modules/v4/reward/reward.repository.js.map +1 -0
  844. package/dist/src/modules/v4/reward/reward.service.d.ts +1306 -0
  845. package/dist/src/modules/v4/reward/reward.service.js.map +1 -0
  846. package/dist/src/modules/v4/router.d.ts +14706 -0
  847. package/dist/src/modules/v4/router.js.map +1 -0
  848. package/dist/src/modules/v4/status/status.controller.d.ts +338 -0
  849. package/dist/src/modules/v4/status/status.controller.js.map +1 -0
  850. package/dist/src/modules/v4/status/status.model.d.ts +67 -0
  851. package/dist/src/modules/v4/status/status.model.js.map +1 -0
  852. package/dist/src/modules/v4/status/status.repository.d.ts +128 -0
  853. package/dist/src/modules/v4/status/status.repository.js.map +1 -0
  854. package/dist/src/modules/v4/status/status.service.d.ts +139 -0
  855. package/dist/src/modules/v4/status/status.service.js.map +1 -0
  856. package/dist/src/modules/v4/token/token.controller.d.ts +492 -0
  857. package/dist/src/modules/v4/token/token.controller.js.map +1 -0
  858. package/dist/src/modules/v4/token/token.model.d.ts +139 -0
  859. package/dist/src/modules/v4/token/token.model.js.map +1 -0
  860. package/dist/src/modules/v4/token/token.repository.d.ts +134 -0
  861. package/dist/src/modules/v4/token/token.repository.js.map +1 -0
  862. package/dist/src/modules/v4/token/token.service.d.ts +336 -0
  863. package/dist/src/modules/v4/token/token.service.js.map +1 -0
  864. package/dist/src/modules/v4/ton/ton.controller.d.ts +58 -0
  865. package/dist/src/modules/v4/ton/ton.controller.js.map +1 -0
  866. package/dist/src/modules/v4/ton/ton.service.d.ts +3 -0
  867. package/dist/src/modules/v4/ton/ton.service.js.map +1 -0
  868. package/dist/src/modules/v4/tracer/tracer.service.d.ts +3 -0
  869. package/dist/src/modules/v4/tracer/tracer.service.js.map +1 -0
  870. package/dist/src/modules/v4/transaction/transaction.model.d.ts +18 -0
  871. package/dist/src/modules/v4/transaction/transaction.model.js.map +1 -0
  872. package/dist/src/modules/v4/turtle/turtle.controller.d.ts +82 -0
  873. package/dist/src/modules/v4/turtle/turtle.controller.js.map +1 -0
  874. package/dist/src/modules/v4/turtle/turtle.repository.d.ts +14 -0
  875. package/dist/src/modules/v4/turtle/turtle.repository.js.map +1 -0
  876. package/dist/src/modules/v4/turtle/turtle.service.d.ts +19 -0
  877. package/dist/src/modules/v4/turtle/turtle.service.js.map +1 -0
  878. package/dist/src/modules/v4/tvl/tvl.model.d.ts +36 -0
  879. package/dist/src/modules/v4/tvl/tvl.model.js.map +1 -0
  880. package/dist/src/modules/v4/tvl/tvl.service.d.ts +9 -0
  881. package/dist/src/modules/v4/tvl/tvl.service.js.map +1 -0
  882. package/dist/src/modules/v4/uniswap/uniswap.controller.d.ts +1474 -0
  883. package/dist/src/modules/v4/uniswap/uniswap.controller.js.map +1 -0
  884. package/dist/src/modules/v4/uniswap/uniswap.model.d.ts +65 -0
  885. package/dist/src/modules/v4/uniswap/uniswap.model.js.map +1 -0
  886. package/dist/src/modules/v4/uniswap/uniswap.repository.d.ts +25 -0
  887. package/dist/src/modules/v4/uniswap/uniswap.repository.js.map +1 -0
  888. package/dist/src/modules/v4/uniswap/uniswap.service.d.ts +1021 -0
  889. package/dist/src/modules/v4/uniswap/uniswap.service.js.map +1 -0
  890. package/dist/src/modules/v4/user/user.controller.d.ts +772 -0
  891. package/dist/src/modules/v4/user/user.controller.js.map +1 -0
  892. package/dist/src/modules/v4/user/user.model.d.ts +98 -0
  893. package/dist/src/modules/v4/user/user.model.js.map +1 -0
  894. package/dist/src/modules/v4/user/user.repository.d.ts +36 -0
  895. package/dist/src/modules/v4/user/user.repository.js.map +1 -0
  896. package/dist/src/modules/v4/user/user.service.d.ts +39 -0
  897. package/dist/src/modules/v4/user/user.service.js.map +1 -0
  898. package/dist/src/plugins/errorHandler.d.ts +62 -0
  899. package/dist/src/plugins/errorHandler.js.map +1 -0
  900. package/dist/src/routes/v1/allowances.d.ts +104 -0
  901. package/dist/src/routes/v1/allowances.js.map +1 -0
  902. package/dist/src/routes/v1/balances.d.ts +87 -0
  903. package/dist/src/routes/v1/balances.js.map +1 -0
  904. package/dist/src/routes/v1/prices.d.ts +79 -0
  905. package/dist/src/routes/v1/prices.js.map +1 -0
  906. package/dist/src/routes/v1/router.d.ts +142 -0
  907. package/dist/src/routes/v1/router.js.map +1 -0
  908. package/dist/src/routes/v1/tokens.d.ts +82 -0
  909. package/dist/src/routes/v1/tokens.js.map +1 -0
  910. package/dist/src/routes/v2/merkl.d.ts +200 -0
  911. package/dist/src/routes/v2/merkl.js.map +1 -0
  912. package/dist/src/routes/v2/router.d.ts +167 -0
  913. package/dist/src/routes/v2/router.js.map +1 -0
  914. package/dist/src/routes/v3/app.d.ts +85 -0
  915. package/dist/src/routes/v3/app.js.map +1 -0
  916. package/dist/src/routes/v3/blacklist.d.ts +83 -0
  917. package/dist/src/routes/v3/blacklist.js.map +1 -0
  918. package/dist/src/routes/v3/campaign/delay.d.ts +84 -0
  919. package/dist/src/routes/v3/campaign/delay.js.map +1 -0
  920. package/dist/src/routes/v3/campaignClaims.d.ts +85 -0
  921. package/dist/src/routes/v3/campaignClaims.js.map +1 -0
  922. package/dist/src/routes/v3/campaignUnclaimed.d.ts +84 -0
  923. package/dist/src/routes/v3/campaignUnclaimed.js.map +1 -0
  924. package/dist/src/routes/v3/campaigns.d.ts +87 -0
  925. package/dist/src/routes/v3/campaigns.js.map +1 -0
  926. package/dist/src/routes/v3/campaignsForMainParameter.d.ts +91 -0
  927. package/dist/src/routes/v3/campaignsForMainParameter.js.map +1 -0
  928. package/dist/src/routes/v3/campaignsRewardsReport.d.ts +84 -0
  929. package/dist/src/routes/v3/campaignsRewardsReport.js.map +1 -0
  930. package/dist/src/routes/v3/claims.d.ts +85 -0
  931. package/dist/src/routes/v3/claims.js.map +1 -0
  932. package/dist/src/routes/v3/compoundV2.d.ts +79 -0
  933. package/dist/src/routes/v3/compoundV2.js.map +1 -0
  934. package/dist/src/routes/v3/createCampaign.d.ts +84 -0
  935. package/dist/src/routes/v3/createCampaign.js.map +1 -0
  936. package/dist/src/routes/v3/dolomite.d.ts +83 -0
  937. package/dist/src/routes/v3/dolomite.js.map +1 -0
  938. package/dist/src/routes/v3/euler.d.ts +88 -0
  939. package/dist/src/routes/v3/euler.js.map +1 -0
  940. package/dist/src/routes/v3/fetch.d.ts +82 -0
  941. package/dist/src/routes/v3/fetch.js.map +1 -0
  942. package/dist/src/routes/v3/health.d.ts +54 -0
  943. package/dist/src/routes/v3/health.js.map +1 -0
  944. package/dist/src/routes/v3/lostyield.d.ts +90 -0
  945. package/dist/src/routes/v3/lostyield.js.map +1 -0
  946. package/dist/src/routes/v3/merkl.d.ts +224 -0
  947. package/dist/src/routes/v3/merkl.js.map +1 -0
  948. package/dist/src/routes/v3/morphoMarkets.d.ts +99 -0
  949. package/dist/src/routes/v3/morphoMarkets.js.map +1 -0
  950. package/dist/src/routes/v3/morphoVaults.d.ts +89 -0
  951. package/dist/src/routes/v3/morphoVaults.js.map +1 -0
  952. package/dist/src/routes/v3/multiChainPositions.d.ts +82 -0
  953. package/dist/src/routes/v3/multiChainPositions.js.map +1 -0
  954. package/dist/src/routes/v3/opportunity.d.ts +160 -0
  955. package/dist/src/routes/v3/opportunity.js.map +1 -0
  956. package/dist/src/routes/v3/overview.d.ts +115 -0
  957. package/dist/src/routes/v3/overview.js.map +1 -0
  958. package/dist/src/routes/v3/parse.d.ts +84 -0
  959. package/dist/src/routes/v3/parse.js.map +1 -0
  960. package/dist/src/routes/v3/payload.d.ts +95 -0
  961. package/dist/src/routes/v3/payload.js.map +1 -0
  962. package/dist/src/routes/v3/poolInfo.d.ts +86 -0
  963. package/dist/src/routes/v3/poolInfo.js.map +1 -0
  964. package/dist/src/routes/v3/positions.d.ts +99 -0
  965. package/dist/src/routes/v3/positions.js.map +1 -0
  966. package/dist/src/routes/v3/radiant.d.ts +93 -0
  967. package/dist/src/routes/v3/radiant.js.map +1 -0
  968. package/dist/src/routes/v3/recipients.d.ts +80 -0
  969. package/dist/src/routes/v3/recipients.js.map +1 -0
  970. package/dist/src/routes/v3/rewards.d.ts +110 -0
  971. package/dist/src/routes/v3/rewards.js.map +1 -0
  972. package/dist/src/routes/v3/rewardsReport.d.ts +93 -0
  973. package/dist/src/routes/v3/rewardsReport.js.map +1 -0
  974. package/dist/src/routes/v3/router.d.ts +2036 -0
  975. package/dist/src/routes/v3/router.js.map +1 -0
  976. package/dist/src/routes/v3/silo.d.ts +90 -0
  977. package/dist/src/routes/v3/silo.js.map +1 -0
  978. package/dist/src/routes/v3/token.d.ts +88 -0
  979. package/dist/src/routes/v3/token.js.map +1 -0
  980. package/dist/src/routes/v3/twt/participants.d.ts +76 -0
  981. package/dist/src/routes/v3/twt/participants.js.map +1 -0
  982. package/dist/src/routes/v3/uniswapv4.d.ts +866 -0
  983. package/dist/src/routes/v3/uniswapv4.js.map +1 -0
  984. package/dist/src/routes/v3/updates.d.ts +90 -0
  985. package/dist/src/routes/v3/updates.js.map +1 -0
  986. package/dist/src/routes/v3/userRewards.d.ts +106 -0
  987. package/dist/src/routes/v3/userRewards.js.map +1 -0
  988. package/dist/src/scripts/campaign-config.test.d.ts +1 -0
  989. package/dist/src/scripts/campaign-config.test.js.map +1 -0
  990. package/dist/src/scripts/fill-coingecko-data.d.ts +1 -0
  991. package/dist/src/scripts/fill-coingecko-data.js.map +1 -0
  992. package/dist/src/scripts/fill-descriptions.d.ts +1 -0
  993. package/dist/src/scripts/fill-descriptions.js.map +1 -0
  994. package/dist/src/scripts/fill-unknown-tokens.d.ts +1 -0
  995. package/dist/src/scripts/fill-unknown-tokens.js.map +1 -0
  996. package/dist/src/scripts/reparse-opportunities.d.ts +1 -0
  997. package/dist/src/scripts/reparse-opportunities.js.map +1 -0
  998. package/dist/src/scripts/seed-pull.d.ts +1 -0
  999. package/dist/src/scripts/seed-pull.js.map +1 -0
  1000. package/dist/src/scripts/seed-push.d.ts +1 -0
  1001. package/dist/src/scripts/seed-push.js.map +1 -0
  1002. package/dist/src/scripts/seed.d.ts +1 -0
  1003. package/dist/src/scripts/seed.js.map +1 -0
  1004. package/dist/src/types/external/spectraAPI.d.ts +88 -0
  1005. package/dist/src/types/external/spectraAPI.js.map +1 -0
  1006. package/dist/src/types/index.d.ts +17 -0
  1007. package/dist/src/types/index.js.map +1 -0
  1008. package/dist/src/utils/TailSampler.d.ts +8 -0
  1009. package/dist/src/utils/TailSampler.js.map +1 -0
  1010. package/dist/src/utils/bigintToString.d.ts +4 -0
  1011. package/dist/src/utils/bigintToString.js.map +1 -0
  1012. package/dist/src/utils/caseChanges.d.ts +4 -0
  1013. package/dist/src/utils/caseChanges.js.map +1 -0
  1014. package/dist/src/utils/decodeCalls.d.ts +3 -0
  1015. package/dist/src/utils/decodeCalls.js.map +1 -0
  1016. package/dist/src/utils/encodeCalls.d.ts +3 -0
  1017. package/dist/src/utils/encodeCalls.js.map +1 -0
  1018. package/dist/src/utils/error.d.ts +94 -0
  1019. package/dist/src/utils/error.js.map +1 -0
  1020. package/dist/src/utils/execute.d.ts +22 -0
  1021. package/dist/src/utils/execute.js.map +1 -0
  1022. package/dist/src/utils/generateCardName.d.ts +6 -0
  1023. package/dist/src/utils/generateCardName.js.map +1 -0
  1024. package/dist/src/utils/generic.d.ts +7 -0
  1025. package/dist/src/utils/generic.js.map +1 -0
  1026. package/dist/src/utils/getAPR.d.ts +302 -0
  1027. package/dist/src/utils/getAPR.js.map +1 -0
  1028. package/dist/src/utils/hashArray.d.ts +2 -0
  1029. package/dist/src/utils/hashArray.js.map +1 -0
  1030. package/dist/src/utils/isAddress.d.ts +1 -0
  1031. package/dist/src/utils/isAddress.js.map +1 -0
  1032. package/dist/src/utils/isUUID.d.ts +1 -0
  1033. package/dist/src/utils/isUUID.js.map +1 -0
  1034. package/dist/src/utils/lastBlockBefore.d.ts +2 -0
  1035. package/dist/src/utils/lastBlockBefore.js.map +1 -0
  1036. package/dist/src/utils/logger.d.ts +54 -0
  1037. package/dist/src/utils/logger.js.map +1 -0
  1038. package/dist/src/utils/pagination.d.ts +12 -0
  1039. package/dist/src/utils/pagination.js.map +1 -0
  1040. package/dist/src/utils/parseDistributionType.d.ts +302 -0
  1041. package/dist/src/utils/parseDistributionType.js.map +1 -0
  1042. package/dist/src/utils/pricer.d.ts +57 -0
  1043. package/dist/src/utils/pricer.js.map +1 -0
  1044. package/dist/src/utils/prices/chainlinkRead.d.ts +4 -0
  1045. package/dist/src/utils/prices/chainlinkRead.js.map +1 -0
  1046. package/dist/src/utils/prices/curveVirtualPrice.d.ts +4 -0
  1047. package/dist/src/utils/prices/curveVirtualPrice.js.map +1 -0
  1048. package/dist/src/utils/prices/getDQUICK.d.ts +4 -0
  1049. package/dist/src/utils/prices/getDQUICK.js.map +1 -0
  1050. package/dist/src/utils/prices/priceFetcherFactory.d.ts +10 -0
  1051. package/dist/src/utils/prices/priceFetcherFactory.js.map +1 -0
  1052. package/dist/src/utils/prices/priceService.d.ts +13 -0
  1053. package/dist/src/utils/prices/priceService.js.map +1 -0
  1054. package/dist/src/utils/prices/services/OnChainCallService.d.ts +8 -0
  1055. package/dist/src/utils/prices/services/OnChainCallService.js.map +1 -0
  1056. package/dist/src/utils/prices/services/coinGeckoService.d.ts +13 -0
  1057. package/dist/src/utils/prices/services/coinGeckoService.js.map +1 -0
  1058. package/dist/src/utils/prices/services/defillamaService.d.ts +13 -0
  1059. package/dist/src/utils/prices/services/defillamaService.js.map +1 -0
  1060. package/dist/src/utils/prices/services/dexScreenerService.d.ts +11 -0
  1061. package/dist/src/utils/prices/services/dexScreenerService.js.map +1 -0
  1062. package/dist/src/utils/prices/services/erc4626Service.d.ts +9 -0
  1063. package/dist/src/utils/prices/services/erc4626Service.js.map +1 -0
  1064. package/dist/src/utils/prices/services/getERC4626.d.ts +4 -0
  1065. package/dist/src/utils/prices/services/getERC4626.js.map +1 -0
  1066. package/dist/src/utils/prices/services/indexCoopService.d.ts +12 -0
  1067. package/dist/src/utils/prices/services/indexCoopService.js.map +1 -0
  1068. package/dist/src/utils/prices/services/priceFetcher.d.ts +8 -0
  1069. package/dist/src/utils/prices/services/priceFetcher.js.map +1 -0
  1070. package/dist/src/utils/prices/services/uniswapV2PriceService.d.ts +8 -0
  1071. package/dist/src/utils/prices/services/uniswapV2PriceService.js.map +1 -0
  1072. package/dist/src/utils/prices/uniV2Price.d.ts +4 -0
  1073. package/dist/src/utils/prices/uniV2Price.js.map +1 -0
  1074. package/dist/src/utils/providers.d.ts +132 -0
  1075. package/dist/src/utils/providers.js.map +1 -0
  1076. package/dist/src/utils/queries/allCampaigns.d.ts +1 -0
  1077. package/dist/src/utils/queries/allCampaigns.js.map +1 -0
  1078. package/dist/src/utils/removeUndefined.d.ts +6 -0
  1079. package/dist/src/utils/removeUndefined.js.map +1 -0
  1080. package/dist/src/utils/sanitizeChain.d.ts +2 -0
  1081. package/dist/src/utils/sanitizeChain.js.map +1 -0
  1082. package/dist/src/utils/stryke.d.ts +2 -0
  1083. package/dist/src/utils/stryke.js.map +1 -0
  1084. package/dist/src/utils/throw.d.ts +22 -0
  1085. package/dist/src/utils/throw.js.map +1 -0
  1086. package/dist/tsconfig.tsbuildinfo +1 -1
  1087. package/package.json +2 -2
@@ -0,0 +1,772 @@
1
+ import { Elysia } from "elysia";
2
+ export declare const UserController: Elysia<"/users", {
3
+ decorator: {};
4
+ store: {};
5
+ derive: {};
6
+ resolve: {};
7
+ }, {
8
+ typebox: {};
9
+ error: {};
10
+ }, {
11
+ schema: {};
12
+ standaloneSchema: {};
13
+ macro: {};
14
+ macroFn: {};
15
+ parser: {};
16
+ }, {
17
+ users: {
18
+ ":address": {
19
+ rewards: {
20
+ get: {
21
+ body: unknown;
22
+ params: {
23
+ address: string;
24
+ };
25
+ query: {
26
+ chainId: string[];
27
+ reloadChainId?: number | undefined;
28
+ test?: boolean | undefined;
29
+ claimableOnly?: boolean | undefined;
30
+ breakdownPage: number;
31
+ };
32
+ headers: unknown;
33
+ response: {
34
+ 200: {
35
+ chain: {
36
+ id: number;
37
+ name: string;
38
+ icon: string;
39
+ liveCampaigns: number;
40
+ endOfDisputePeriod: number;
41
+ explorers?: {
42
+ type: "BLOCKSCOUT" | "ETHERSCAN";
43
+ url: string;
44
+ chainId: number;
45
+ }[] | undefined;
46
+ };
47
+ rewards: {
48
+ root: string;
49
+ recipient: string;
50
+ proofs: string[];
51
+ token: {
52
+ address: string;
53
+ chainId: number;
54
+ symbol: string;
55
+ decimals: number;
56
+ };
57
+ breakdowns: {
58
+ reason: string;
59
+ amount: string;
60
+ claimed: string;
61
+ pending: string;
62
+ campaignId: string;
63
+ campaignStatus?: {
64
+ computedUntil: string | number;
65
+ processingStarted: string | number;
66
+ status: string;
67
+ delay?: number | undefined;
68
+ error?: string | undefined;
69
+ details?: any;
70
+ } | undefined;
71
+ }[];
72
+ claimed: string | bigint;
73
+ amount: string | bigint;
74
+ pending: string | bigint;
75
+ }[];
76
+ }[];
77
+ 422: {
78
+ type: "validation";
79
+ on: string;
80
+ summary?: string | undefined;
81
+ message?: string | undefined;
82
+ found?: unknown;
83
+ property?: string | undefined;
84
+ expected?: string | undefined;
85
+ };
86
+ };
87
+ };
88
+ };
89
+ };
90
+ };
91
+ } & {
92
+ users: {
93
+ ":address": {
94
+ terms: {
95
+ get: {
96
+ body: unknown;
97
+ params: {
98
+ address: string;
99
+ };
100
+ query: {
101
+ chainId: number;
102
+ };
103
+ headers: unknown;
104
+ response: {
105
+ 200: boolean;
106
+ 422: {
107
+ type: "validation";
108
+ on: string;
109
+ summary?: string | undefined;
110
+ message?: string | undefined;
111
+ found?: unknown;
112
+ property?: string | undefined;
113
+ expected?: string | undefined;
114
+ };
115
+ };
116
+ };
117
+ };
118
+ };
119
+ };
120
+ } & {
121
+ users: {
122
+ get: {
123
+ body: unknown;
124
+ params: {};
125
+ query: {
126
+ page?: number | undefined;
127
+ items?: number | undefined;
128
+ address?: string | undefined;
129
+ tags?: string[] | undefined;
130
+ };
131
+ headers: unknown;
132
+ response: {
133
+ 200: {
134
+ address: string;
135
+ tags: string[];
136
+ creatorId: string | null;
137
+ }[];
138
+ 422: {
139
+ type: "validation";
140
+ on: string;
141
+ summary?: string | undefined;
142
+ message?: string | undefined;
143
+ found?: unknown;
144
+ property?: string | undefined;
145
+ expected?: string | undefined;
146
+ };
147
+ };
148
+ };
149
+ };
150
+ } & {
151
+ users: {
152
+ ":address": {
153
+ get: {
154
+ body: unknown;
155
+ params: {
156
+ address: string;
157
+ };
158
+ query: unknown;
159
+ headers: unknown;
160
+ response: {
161
+ 200: {
162
+ tags: string[];
163
+ creatorId: string | null;
164
+ address: string;
165
+ associated: string[];
166
+ };
167
+ 422: {
168
+ type: "validation";
169
+ on: string;
170
+ summary?: string | undefined;
171
+ message?: string | undefined;
172
+ found?: unknown;
173
+ property?: string | undefined;
174
+ expected?: string | undefined;
175
+ };
176
+ };
177
+ };
178
+ };
179
+ };
180
+ } & {
181
+ users: {
182
+ ":address": {
183
+ rewards: {
184
+ breakdowns: {
185
+ get: {
186
+ body: unknown;
187
+ params: {
188
+ address: string;
189
+ };
190
+ query: {
191
+ tags?: string | undefined;
192
+ chainIds?: string[] | undefined;
193
+ reloadChainId?: number | undefined;
194
+ test?: boolean | undefined;
195
+ claimableOnly?: boolean | undefined;
196
+ };
197
+ headers: unknown;
198
+ response: {
199
+ 200: (Omit<{
200
+ chain: {
201
+ id: number;
202
+ name: string;
203
+ icon: string;
204
+ liveCampaigns: number;
205
+ endOfDisputePeriod: number;
206
+ };
207
+ rewards: {
208
+ root: string;
209
+ recipient: string;
210
+ proofs: string[];
211
+ token: {
212
+ id: string;
213
+ name: string | null;
214
+ chainId: number;
215
+ address: string;
216
+ decimals: number;
217
+ symbol: string;
218
+ displaySymbol: string;
219
+ icon: string;
220
+ verified: boolean;
221
+ isTest: boolean;
222
+ type: import("@package/databases").TokenType;
223
+ isNative: boolean;
224
+ price: number | null;
225
+ };
226
+ breakdowns: {
227
+ reason: string;
228
+ amount: string;
229
+ claimed: string;
230
+ pending: string;
231
+ campaignStatus: {
232
+ status: import("@package/databases").RunStatus;
233
+ error: string;
234
+ details: string | number | boolean | import("@prisma/client/runtime/client").JsonArray | import("@prisma/client/runtime/client").JsonObject;
235
+ delay: number;
236
+ computedUntil: number;
237
+ processingStarted: number;
238
+ } | undefined;
239
+ campaignId: string;
240
+ subCampaignId: string | undefined;
241
+ opportunity: {
242
+ Chain: {
243
+ id: number;
244
+ name: string;
245
+ icon: string;
246
+ liveCampaigns: number;
247
+ endOfDisputePeriod: number;
248
+ };
249
+ MainProtocol: {
250
+ id: string;
251
+ tags: string[];
252
+ name: string;
253
+ description: string;
254
+ url: string;
255
+ icon: string;
256
+ } | null;
257
+ Protocols: {
258
+ id: string;
259
+ tags: string[];
260
+ name: string;
261
+ description: string;
262
+ url: string;
263
+ icon: string;
264
+ }[];
265
+ Tokens: {
266
+ id: string;
267
+ name: string | null;
268
+ chainId: number;
269
+ address: string;
270
+ decimals: number;
271
+ symbol: string;
272
+ displaySymbol: string;
273
+ icon: string;
274
+ verified: boolean;
275
+ isTest: boolean;
276
+ type: import("@package/databases").TokenType;
277
+ isNative: boolean;
278
+ price: number | null;
279
+ }[];
280
+ } & {
281
+ id: string;
282
+ chainId: number;
283
+ type: string;
284
+ identifier: string;
285
+ name: string;
286
+ description: string;
287
+ howToSteps: string[];
288
+ depositUrl: string | null;
289
+ explorerAddress: string | null;
290
+ status: import("@package/databases").Status;
291
+ action: import("@package/databases").OpportunityAction;
292
+ mainProtocolId: string | null;
293
+ tvl: number;
294
+ apr: number;
295
+ maxApr: number | null;
296
+ dailyRewards: number;
297
+ tags: string[];
298
+ lastCampaignCreatedAt: Date;
299
+ manualOverrides: import("@package/databases").OpportunityManualOverride[];
300
+ liveCampaigns: number;
301
+ };
302
+ }[];
303
+ claimed: bigint;
304
+ amount: bigint;
305
+ pending: bigint;
306
+ }[];
307
+ }, "rewards"> & {
308
+ rewards: (Omit<{
309
+ root: string;
310
+ recipient: string;
311
+ proofs: string[];
312
+ token: {
313
+ id: string;
314
+ name: string | null;
315
+ chainId: number;
316
+ address: string;
317
+ decimals: number;
318
+ symbol: string;
319
+ displaySymbol: string;
320
+ icon: string;
321
+ verified: boolean;
322
+ isTest: boolean;
323
+ type: import("@package/databases").TokenType;
324
+ isNative: boolean;
325
+ price: number | null;
326
+ };
327
+ breakdowns: {
328
+ reason: string;
329
+ amount: string;
330
+ claimed: string;
331
+ pending: string;
332
+ campaignStatus: {
333
+ status: import("@package/databases").RunStatus;
334
+ error: string;
335
+ details: string | number | boolean | import("@prisma/client/runtime/client").JsonArray | import("@prisma/client/runtime/client").JsonObject;
336
+ delay: number;
337
+ computedUntil: number;
338
+ processingStarted: number;
339
+ } | undefined;
340
+ campaignId: string;
341
+ subCampaignId: string | undefined;
342
+ opportunity: {
343
+ Chain: {
344
+ id: number;
345
+ name: string;
346
+ icon: string;
347
+ liveCampaigns: number;
348
+ endOfDisputePeriod: number;
349
+ };
350
+ MainProtocol: {
351
+ id: string;
352
+ tags: string[];
353
+ name: string;
354
+ description: string;
355
+ url: string;
356
+ icon: string;
357
+ } | null;
358
+ Protocols: {
359
+ id: string;
360
+ tags: string[];
361
+ name: string;
362
+ description: string;
363
+ url: string;
364
+ icon: string;
365
+ }[];
366
+ Tokens: {
367
+ id: string;
368
+ name: string | null;
369
+ chainId: number;
370
+ address: string;
371
+ decimals: number;
372
+ symbol: string;
373
+ displaySymbol: string;
374
+ icon: string;
375
+ verified: boolean;
376
+ isTest: boolean;
377
+ type: import("@package/databases").TokenType;
378
+ isNative: boolean;
379
+ price: number | null;
380
+ }[];
381
+ } & {
382
+ id: string;
383
+ chainId: number;
384
+ type: string;
385
+ identifier: string;
386
+ name: string;
387
+ description: string;
388
+ howToSteps: string[];
389
+ depositUrl: string | null;
390
+ explorerAddress: string | null;
391
+ status: import("@package/databases").Status;
392
+ action: import("@package/databases").OpportunityAction;
393
+ mainProtocolId: string | null;
394
+ tvl: number;
395
+ apr: number;
396
+ maxApr: number | null;
397
+ dailyRewards: number;
398
+ tags: string[];
399
+ lastCampaignCreatedAt: Date;
400
+ manualOverrides: import("@package/databases").OpportunityManualOverride[];
401
+ liveCampaigns: number;
402
+ };
403
+ }[];
404
+ claimed: bigint;
405
+ amount: bigint;
406
+ pending: bigint;
407
+ }, "breakdowns"> & {
408
+ breakdowns: {
409
+ opportunity: {
410
+ action: import("@package/databases").OpportunityAction;
411
+ apr: number;
412
+ chain: {
413
+ endOfDisputePeriod: number;
414
+ icon: string;
415
+ id: number;
416
+ liveCampaigns: number;
417
+ name: string;
418
+ } & {};
419
+ chainId: number;
420
+ dailyRewards: number;
421
+ description: string;
422
+ howToSteps: string[];
423
+ id: string;
424
+ identifier: string;
425
+ lastCampaignCreatedAt: number;
426
+ liveCampaigns: number;
427
+ maxApr: number | null;
428
+ name: string;
429
+ status: import("@package/databases").Status;
430
+ tags: string[];
431
+ tokens: ({
432
+ address: string;
433
+ chainId: number;
434
+ decimals: number;
435
+ icon: string;
436
+ id: string;
437
+ isNative: boolean;
438
+ isTest: boolean;
439
+ name: string | null;
440
+ symbol: string;
441
+ type: import("@package/databases").TokenType;
442
+ verified: boolean;
443
+ } & {
444
+ price?: number | null | undefined;
445
+ isTokenWrapper?: boolean | undefined;
446
+ tokenWrapperAddress?: string | undefined;
447
+ })[];
448
+ tvl: number;
449
+ type: string;
450
+ } & {
451
+ depositUrl?: string | undefined;
452
+ explorerAddress?: string | undefined;
453
+ mainProtocolId?: string | undefined;
454
+ liveCampaignsForCreator?: number | undefined;
455
+ protocol?: ({
456
+ description: string;
457
+ icon: string;
458
+ id: string;
459
+ name: string;
460
+ tags: string[];
461
+ url: string;
462
+ } & {
463
+ dailyRewards?: number | undefined;
464
+ numberOfLiveCampaigns?: number | undefined;
465
+ opportunityLiveTags?: string[] | undefined;
466
+ }) | undefined;
467
+ aprRecord?: ({
468
+ breakdowns: ({
469
+ identifier: string;
470
+ timestamp: bigint;
471
+ type: import("@package/databases").AprType;
472
+ value: number;
473
+ } & {
474
+ campaignId?: string | undefined;
475
+ distributionType?: import("@package/databases").DistributionType | undefined;
476
+ })[];
477
+ cumulated: number;
478
+ timestamp: bigint;
479
+ } & {}) | undefined;
480
+ tvlRecord?: ({
481
+ breakdowns: ({
482
+ identifier: string;
483
+ type: import("@package/databases").TvlType;
484
+ value: number;
485
+ } & {})[];
486
+ timestamp: bigint;
487
+ total: number;
488
+ } & {}) | undefined;
489
+ rewardsRecord?: ({
490
+ breakdowns: ({
491
+ amount: bigint;
492
+ campaignId: string;
493
+ timestamp: bigint;
494
+ token: {
495
+ address: string;
496
+ chainId: number;
497
+ decimals: number;
498
+ icon: string;
499
+ id: string;
500
+ isNative: boolean;
501
+ isTest: boolean;
502
+ name: string | null;
503
+ symbol: string;
504
+ type: import("@package/databases").TokenType;
505
+ verified: boolean;
506
+ } & {
507
+ price?: number | null | undefined;
508
+ isTokenWrapper?: boolean | undefined;
509
+ tokenWrapperAddress?: string | undefined;
510
+ };
511
+ value: number;
512
+ } & {
513
+ distributionType?: import("@package/databases").DistributionType | undefined;
514
+ })[];
515
+ timestamp: bigint;
516
+ total: number;
517
+ } & {}) | undefined;
518
+ campaigns?: Omit<{
519
+ amount: string;
520
+ campaignId: string;
521
+ campaignStatus: {
522
+ computedUntil: number;
523
+ details: import("@prisma/client/runtime/client").JsonValue;
524
+ error: string;
525
+ processingStarted: number;
526
+ status: import("@package/databases").RunStatus;
527
+ } & {
528
+ delay?: number | undefined;
529
+ };
530
+ chain: {
531
+ endOfDisputePeriod: number;
532
+ icon: string;
533
+ id: number;
534
+ liveCampaigns: number;
535
+ name: string;
536
+ } & {};
537
+ computeChainId: number;
538
+ createdAt: string;
539
+ creatorAddress: string;
540
+ distributionChainId: number;
541
+ distributionType: import("@package/databases").DistributionType;
542
+ endTimestamp: number;
543
+ id: string;
544
+ manualOverrides: import("@package/databases").CampaignManualOverride[];
545
+ opportunityId: string;
546
+ params: import("@prisma/client/runtime/client").JsonValue;
547
+ rewardToken: {
548
+ address: string;
549
+ chainId: number;
550
+ decimals: number;
551
+ icon: string;
552
+ id: string;
553
+ isNative: boolean;
554
+ isTest: boolean;
555
+ name: string | null;
556
+ symbol: string;
557
+ type: import("@package/databases").TokenType;
558
+ verified: boolean;
559
+ } & {
560
+ price?: number | null | undefined;
561
+ isTokenWrapper?: boolean | undefined;
562
+ tokenWrapperAddress?: string | undefined;
563
+ };
564
+ rewardTokenId: string;
565
+ startTimestamp: number;
566
+ subType: number | null;
567
+ type: string;
568
+ } & {
569
+ distributionChain?: ({
570
+ endOfDisputePeriod: number;
571
+ icon: string;
572
+ id: number;
573
+ liveCampaigns: number;
574
+ name: string;
575
+ } & {}) | undefined;
576
+ creator?: {
577
+ address: string;
578
+ tags?: string[] | undefined;
579
+ creatorId: string | null;
580
+ } | undefined;
581
+ Opportunity?: ({
582
+ action: import("@package/databases").OpportunityAction;
583
+ apr: number;
584
+ chainId: number;
585
+ dailyRewards: number;
586
+ description: string;
587
+ howToSteps: string[];
588
+ id: string;
589
+ identifier: string;
590
+ lastCampaignCreatedAt: number;
591
+ liveCampaigns: number;
592
+ maxApr: number | null;
593
+ name: string;
594
+ status: import("@package/databases").Status;
595
+ tags: string[];
596
+ tvl: number;
597
+ type: string;
598
+ } & {
599
+ depositUrl?: string | undefined;
600
+ explorerAddress?: string | undefined;
601
+ mainProtocolId?: string | undefined;
602
+ liveCampaignsForCreator?: number | undefined;
603
+ }) | undefined;
604
+ dailyRewards?: number | undefined;
605
+ apr?: number | undefined;
606
+ description?: string | undefined;
607
+ childCampaignIds?: string[] | undefined;
608
+ rootCampaignId?: string | undefined;
609
+ parentCampaignId?: string | undefined;
610
+ }, "manualOverrides">[] | undefined;
611
+ };
612
+ claimed: bigint;
613
+ amount: bigint;
614
+ pending: bigint;
615
+ }[];
616
+ })[];
617
+ distributor: string;
618
+ })[];
619
+ 422: {
620
+ type: "validation";
621
+ on: string;
622
+ summary?: string | undefined;
623
+ message?: string | undefined;
624
+ found?: unknown;
625
+ property?: string | undefined;
626
+ expected?: string | undefined;
627
+ };
628
+ };
629
+ };
630
+ };
631
+ };
632
+ };
633
+ };
634
+ } & {
635
+ users: {
636
+ post: {
637
+ body: {
638
+ address: string;
639
+ tags: string[];
640
+ };
641
+ params: {};
642
+ query: unknown;
643
+ headers: {
644
+ authorization: string;
645
+ };
646
+ response: {
647
+ 200: {
648
+ address: string;
649
+ tags: string[];
650
+ creatorId: string | null;
651
+ };
652
+ 422: {
653
+ type: "validation";
654
+ on: string;
655
+ summary?: string | undefined;
656
+ message?: string | undefined;
657
+ found?: unknown;
658
+ property?: string | undefined;
659
+ expected?: string | undefined;
660
+ };
661
+ };
662
+ };
663
+ };
664
+ } & {
665
+ users: {
666
+ tags: {
667
+ get: {
668
+ body: unknown;
669
+ params: {};
670
+ query: unknown;
671
+ headers: {
672
+ authorization: string;
673
+ };
674
+ response: {
675
+ 200: {
676
+ address: string;
677
+ tags: string[];
678
+ creatorId: string | null;
679
+ }[];
680
+ 422: {
681
+ type: "validation";
682
+ on: string;
683
+ summary?: string | undefined;
684
+ message?: string | undefined;
685
+ found?: unknown;
686
+ property?: string | undefined;
687
+ expected?: string | undefined;
688
+ };
689
+ };
690
+ };
691
+ };
692
+ };
693
+ } & {
694
+ users: {
695
+ ":address": {
696
+ tags: {
697
+ patch: {
698
+ body: {
699
+ tags: string[];
700
+ };
701
+ params: {
702
+ address: string;
703
+ };
704
+ query: unknown;
705
+ headers: {
706
+ authorization: string;
707
+ };
708
+ response: {
709
+ 200: {
710
+ address: string;
711
+ tags: string[];
712
+ creatorId: string | null;
713
+ };
714
+ 422: {
715
+ type: "validation";
716
+ on: string;
717
+ summary?: string | undefined;
718
+ message?: string | undefined;
719
+ found?: unknown;
720
+ property?: string | undefined;
721
+ expected?: string | undefined;
722
+ };
723
+ };
724
+ };
725
+ };
726
+ };
727
+ };
728
+ } & {
729
+ users: {
730
+ sync: {
731
+ post: {
732
+ body: unknown;
733
+ params: {};
734
+ query: unknown;
735
+ headers: {
736
+ authorization: string;
737
+ };
738
+ response: {
739
+ 200: void;
740
+ 422: {
741
+ type: "validation";
742
+ on: string;
743
+ summary?: string | undefined;
744
+ message?: string | undefined;
745
+ found?: unknown;
746
+ property?: string | undefined;
747
+ expected?: string | undefined;
748
+ };
749
+ };
750
+ };
751
+ };
752
+ };
753
+ }, {
754
+ derive: {};
755
+ resolve: {};
756
+ schema: {};
757
+ standaloneSchema: {};
758
+ }, {
759
+ derive: {};
760
+ resolve: {};
761
+ schema: {
762
+ body: unknown;
763
+ headers: {
764
+ authorization: string;
765
+ };
766
+ query: unknown;
767
+ params: {};
768
+ cookie: unknown;
769
+ response: {};
770
+ };
771
+ standaloneSchema: {};
772
+ }>;