@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.
- package/dist/src/cache/declaration.d.ts +133 -0
- package/dist/src/cache/declaration.js.map +1 -0
- package/dist/src/cache/index.d.ts +69 -0
- package/dist/src/cache/index.js.map +1 -0
- package/dist/src/cache/redis.d.ts +23 -0
- package/dist/src/cache/redis.js.map +1 -0
- package/dist/src/constants.d.ts +29 -0
- package/dist/src/constants.js.map +1 -0
- package/dist/src/eden/index.d.ts +15687 -0
- package/dist/src/eden/index.js +3 -1
- package/dist/src/eden/index.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Ajna.d.ts +7 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Ajna.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Badger.d.ts +7 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Badger.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Clamm.d.ts +7 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Clamm.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Compound.d.ts +7 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Compound.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/CompoundV3.d.ts +7 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/CompoundV3.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Dolomite.d.ts +7 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Dolomite.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/ERC721.d.ts +7 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/ERC721.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/ERCMultiToken.d.ts +7 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/ERCMultiToken.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/EigenLayer.d.ts +7 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/EigenLayer.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Encompassing.d.ts +7 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Encompassing.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Erc20.d.ts +108 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Erc20.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Erc20Snapshot.d.ts +7 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Erc20Snapshot.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/EventBased.d.ts +7 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/EventBased.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Hyperdrive.d.ts +22 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Hyperdrive.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Morpho.d.ts +9 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Morpho.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Radiant.d.ts +7 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Radiant.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Silo.d.ts +9 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Silo.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/UniswapV4.d.ts +7 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/UniswapV4.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Vest.d.ts +9 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Vest.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/default.d.ts +5 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/default.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/utils/fetchA51Strategies.d.ts +18 -0
- package/dist/src/engine/deprecated/dynamicData/utils/fetchA51Strategies.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/utils/fetchClamInfo.d.ts +2 -0
- package/dist/src/engine/deprecated/dynamicData/utils/fetchClamInfo.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/utils/fetchLogs.d.ts +14 -0
- package/dist/src/engine/deprecated/dynamicData/utils/fetchLogs.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/utils/getCompV2ForksVaults.d.ts +19 -0
- package/dist/src/engine/deprecated/dynamicData/utils/getCompV2ForksVaults.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/utils/getContractCreationBlock.d.ts +3 -0
- package/dist/src/engine/deprecated/dynamicData/utils/getContractCreationBlock.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/utils/getDolomiteMarkets.d.ts +7 -0
- package/dist/src/engine/deprecated/dynamicData/utils/getDolomiteMarkets.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/utils/getEulerV2Vaults.d.ts +3 -0
- package/dist/src/engine/deprecated/dynamicData/utils/getEulerV2Vaults.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/utils/getFixedApr.d.ts +11 -0
- package/dist/src/engine/deprecated/dynamicData/utils/getFixedApr.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/GenericProcessor.d.ts +109 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/GenericProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/eulerVaultNames.d.ts +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/eulerVaultNames.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/factoryFinder.d.ts +6 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/factoryFinder.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/getBlacklistedSupply.d.ts +2 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/getBlacklistedSupply.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/getCrossCurveTokenPrice.d.ts +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/getCrossCurveTokenPrice.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/hardcoded.d.ts +3 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/hardcoded.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/ownerFinder.d.ts +2 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/ownerFinder.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/spliceTVL.d.ts +8 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/spliceTVL.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/treasuryFinder.d.ts +2 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/treasuryFinder.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/AaveProcessor.d.ts +31 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/AaveProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/AnglesLiquid.d.ts +36 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/AnglesLiquid.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/AssetProcessor.d.ts +35 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/AssetProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/AuraProcessor.d.ts +108 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/AuraProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/BEXRewardGaugeProcessor.d.ts +86 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/BEXRewardGaugeProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/BalancerGaugeProcessor.d.ts +76 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/BalancerGaugeProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/BalancerPoolProcessor.d.ts +89 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/BalancerPoolProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/BalancerV3PoolProcessor.d.ts +45 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/BalancerV3PoolProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/BeefyProcessor.d.ts +48 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/BeefyProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/BunniV2Processor.d.ts +45 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/BunniV2Processor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/CompoundProcessor.d.ts +45 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/CompoundProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/ERC4626Processor.d.ts +34 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/ERC4626Processor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/EnzymeProcessor.d.ts +40 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/EnzymeProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/EqualizerGaugeProcessor.d.ts +28 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/EqualizerGaugeProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/EulerBorrowProcessor.d.ts +36 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/EulerBorrowProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/EulerLendProcessor.d.ts +35 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/EulerLendProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/FluidProcessor.d.ts +40 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/FluidProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/FraxProcessor.d.ts +33 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/FraxProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/GammaALMProcessor.d.ts +30 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/GammaALMProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/GammaProcessor.d.ts +43 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/GammaProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/GearboxProcessor.d.ts +45 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/GearboxProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/HanjiVaultProcessor.d.ts +44 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/HanjiVaultProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/HoldStationProcessor.d.ts +29 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/HoldStationProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/HourglassProcessor.d.ts +37 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/HourglassProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/MaverickBPProcessor.d.ts +50 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/MaverickBPProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/MetamorphoProcessor.d.ts +34 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/MetamorphoProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/NoLinkVaultProcessor.d.ts +38 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/NoLinkVaultProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/PendleProcessor.d.ts +29 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/PendleProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/PendleYTProcessor.d.ts +29 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/PendleYTProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/RadiantProcessor.d.ts +33 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/RadiantProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/RfxProcessor.d.ts +41 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/RfxProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/Satlayer.d.ts +35 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/Satlayer.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/SpectraProcessor.d.ts +31 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/SpectraProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/SpectraYTProcessor.d.ts +31 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/SpectraYTProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/SpliceProcessor.d.ts +17 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/SpliceProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/StabilityProcessor.d.ts +30 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/StabilityProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/SturdySiloProcessor.d.ts +40 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/SturdySiloProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/TempestVaultProcessor.d.ts +52 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/TempestVaultProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/TemplateProcessor.d.ts +33 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/TemplateProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/TorosProcessor.d.ts +31 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/TorosProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/UniswapProcessor.d.ts +44 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/UniswapProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/VicunaProcessor.d.ts +28 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/VicunaProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/WoofiProcessor.d.ts +33 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/WoofiProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/ZkSwapThreePoolProcessor.d.ts +53 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/ZkSwapThreePoolProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/curveNPoolProcessor.d.ts +40 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/curveNPoolProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/curveProcessor.d.ts +50 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/curveProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/processorMapping.d.ts +6 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/processorMapping.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/stakedCurveProcessor.d.ts +55 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/stakedCurveProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/xU308Processor.d.ts +39 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/xU308Processor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/subtypesPrices.d.ts +5 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/subtypesPrices.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/subtypesRound1.d.ts +5 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/subtypesRound1.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/subtypesRound2.d.ts +4 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/subtypesRound2.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/subtypesRound3.d.ts +3 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/subtypesRound3.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/subtypesRound4.d.ts +4 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/subtypesRound4.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/tokenTypeStruct.d.ts +7 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/tokenTypeStruct.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/tokenTypeToProtocolAndAction.d.ts +5 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/tokenTypeToProtocolAndAction.js.map +1 -0
- package/dist/src/engine/implementations/Aave/metadata.d.ts +34 -0
- package/dist/src/engine/implementations/Aave/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Aave/tvl.d.ts +7 -0
- package/dist/src/engine/implementations/Aave/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Ajna/metadata.d.ts +18 -0
- package/dist/src/engine/implementations/Ajna/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Ajna/tvl.d.ts +7 -0
- package/dist/src/engine/implementations/Ajna/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Ambient/metadata.d.ts +18 -0
- package/dist/src/engine/implementations/Ambient/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Ambient/tvl.d.ts +7 -0
- package/dist/src/engine/implementations/Ambient/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Badger/metadata.d.ts +18 -0
- package/dist/src/engine/implementations/Badger/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Clamm/metadata.d.ts +45 -0
- package/dist/src/engine/implementations/Clamm/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Compound/metadata.d.ts +17 -0
- package/dist/src/engine/implementations/Compound/metadata.js.map +1 -0
- package/dist/src/engine/implementations/CompoundV3/metadata.d.ts +17 -0
- package/dist/src/engine/implementations/CompoundV3/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Default/metadata.d.ts +13 -0
- package/dist/src/engine/implementations/Default/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Dolomite/metadata.d.ts +17 -0
- package/dist/src/engine/implementations/Dolomite/metadata.js.map +1 -0
- package/dist/src/engine/implementations/EigenLayer/metadata.d.ts +16 -0
- package/dist/src/engine/implementations/EigenLayer/metadata.js.map +1 -0
- package/dist/src/engine/implementations/EigenLayer/tvl.d.ts +7 -0
- package/dist/src/engine/implementations/EigenLayer/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Ekubo/metadata.d.ts +19 -0
- package/dist/src/engine/implementations/Ekubo/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Ekubo/tvl.d.ts +7 -0
- package/dist/src/engine/implementations/Ekubo/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Encompassing/metadata.d.ts +16 -0
- package/dist/src/engine/implementations/Encompassing/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/metadata.d.ts +18 -0
- package/dist/src/engine/implementations/Erc20/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/detect.d.ts +7 -0
- package/dist/src/engine/implementations/Erc20/subTypes/detect.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/factories.d.ts +5 -0
- package/dist/src/engine/implementations/Erc20/subTypes/factories.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/ERC4626/metadata.d.ts +31 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/ERC4626/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/ERC4626/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/ERC4626/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/aave/metadata.d.ts +31 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/aave/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/aave/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/aave/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/arrakisVault/metadata.d.ts +18 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/arrakisVault/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/arrakisVault/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/arrakisVault/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/balancerV3/metadata.d.ts +31 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/balancerV3/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/balancerV3/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/balancerV3/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/bunni/metadata.d.ts +17 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/bunni/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/bunni/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/bunni/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/charm/metadata.d.ts +17 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/charm/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/charm/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/charm/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/curveV1/metadata.d.ts +31 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/curveV1/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/curveV1/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/curveV1/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/euler/metadata.d.ts +19 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/euler/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/euler/tvl.d.ts +5 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/euler/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/gamma/metadata.d.ts +17 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/gamma/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/gamma/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/gamma/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/gearbox/metadata.d.ts +17 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/gearbox/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/gearbox/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/gearbox/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/hypurrfiIsolatedMarket/metadata.d.ts +30 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/hypurrfiIsolatedMarket/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/hypurrfiIsolatedMarket/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/hypurrfiIsolatedMarket/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/ichi/metadata.d.ts +31 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/ichi/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/ichi/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/ichi/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/layerbank/metadata.d.ts +16 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/layerbank/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/layerbank/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/layerbank/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/lendleVaults/metadata.d.ts +15 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/lendleVaults/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/lendleVaults/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/lendleVaults/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/metamorpho/metadata.d.ts +17 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/metamorpho/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/metamorpho/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/metamorpho/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/pino/metadata.d.ts +16 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/pino/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/pino/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/pino/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/rooster/metadata.d.ts +17 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/rooster/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/rooster/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/rooster/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/silo/metadata.d.ts +22 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/silo/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/silo/tvl.d.ts +9 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/silo/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/spectra/metadata.d.ts +17 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/spectra/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/spectra/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/spectra/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/stableswap/metadata.d.ts +17 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/stableswap/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/stableswap/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/stableswap/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/summer/metadata.d.ts +17 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/summer/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/summer/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/summer/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/syPendle/metadata.d.ts +18 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/syPendle/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/syPendle/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/syPendle/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/termmax/metadata.d.ts +16 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/termmax/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/termmax/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/termmax/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/termmaxVault/metadata.d.ts +17 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/termmaxVault/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/termmaxVault/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/termmaxVault/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/uniswapV2/hybrav2/metadata.d.ts +30 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/uniswapV2/hybrav2/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/uniswapV2/hybrav2/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/uniswapV2/hybrav2/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/uniswapV2/metadata.d.ts +31 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/uniswapV2/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/uniswapV2/mimswap/metadata.d.ts +30 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/uniswapV2/mimswap/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/uniswapV2/mimswap/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/uniswapV2/mimswap/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/uniswapV2/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/uniswapV2/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/index.d.ts +139 -0
- package/dist/src/engine/implementations/Erc20/subTypes/index.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20Snapshot/metadata.d.ts +15 -0
- package/dist/src/engine/implementations/Erc20Snapshot/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc721/metadata.d.ts +17 -0
- package/dist/src/engine/implementations/Erc721/metadata.js.map +1 -0
- package/dist/src/engine/implementations/ErcMultiToken/metadata.d.ts +28 -0
- package/dist/src/engine/implementations/ErcMultiToken/metadata.js.map +1 -0
- package/dist/src/engine/implementations/EventBased/metadata.d.ts +24 -0
- package/dist/src/engine/implementations/EventBased/metadata.js.map +1 -0
- package/dist/src/engine/implementations/FluidVault/metadata.d.ts +33 -0
- package/dist/src/engine/implementations/FluidVault/metadata.js.map +1 -0
- package/dist/src/engine/implementations/FluidVault/tvl.d.ts +7 -0
- package/dist/src/engine/implementations/FluidVault/tvl.js.map +1 -0
- package/dist/src/engine/implementations/FraxLend/metadataBorrow.d.ts +24 -0
- package/dist/src/engine/implementations/FraxLend/metadataBorrow.js.map +1 -0
- package/dist/src/engine/implementations/FraxLend/metadataCollateral.d.ts +18 -0
- package/dist/src/engine/implementations/FraxLend/metadataCollateral.js.map +1 -0
- package/dist/src/engine/implementations/FraxLend/tvlBorrow.d.ts +7 -0
- package/dist/src/engine/implementations/FraxLend/tvlBorrow.js.map +1 -0
- package/dist/src/engine/implementations/FraxLend/tvlCollateral.d.ts +7 -0
- package/dist/src/engine/implementations/FraxLend/tvlCollateral.js.map +1 -0
- package/dist/src/engine/implementations/Hyperdrive/metadata.d.ts +19 -0
- package/dist/src/engine/implementations/Hyperdrive/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Invalid/metadata.d.ts +11 -0
- package/dist/src/engine/implementations/Invalid/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Ion/metadata.d.ts +16 -0
- package/dist/src/engine/implementations/Ion/metadata.js.map +1 -0
- package/dist/src/engine/implementations/JsonAirdrop/metadata.d.ts +24 -0
- package/dist/src/engine/implementations/JsonAirdrop/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Locker/metadata.d.ts +24 -0
- package/dist/src/engine/implementations/Locker/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Locker/tvl.d.ts +7 -0
- package/dist/src/engine/implementations/Locker/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Morpho/metadata.d.ts +25 -0
- package/dist/src/engine/implementations/Morpho/metadata.js.map +1 -0
- package/dist/src/engine/implementations/MultiLog/match.d.ts +4 -0
- package/dist/src/engine/implementations/MultiLog/match.js.map +1 -0
- package/dist/src/engine/implementations/MultiLog/metadata.d.ts +11 -0
- package/dist/src/engine/implementations/MultiLog/metadata.js.map +1 -0
- package/dist/src/engine/implementations/MultiLog/tvl.d.ts +7 -0
- package/dist/src/engine/implementations/MultiLog/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Radiant/metadata.d.ts +17 -0
- package/dist/src/engine/implementations/Radiant/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Silo/metadata.d.ts +17 -0
- package/dist/src/engine/implementations/Silo/metadata.js.map +1 -0
- package/dist/src/engine/implementations/StakingVaults/Equilibria/metadata.d.ts +15 -0
- package/dist/src/engine/implementations/StakingVaults/Equilibria/metadata.js.map +1 -0
- package/dist/src/engine/implementations/StakingVaults/Equilibria/tvl.d.ts +7 -0
- package/dist/src/engine/implementations/StakingVaults/Equilibria/tvl.js.map +1 -0
- package/dist/src/engine/implementations/StakingVaults/Satoshi/metadata.d.ts +18 -0
- package/dist/src/engine/implementations/StakingVaults/Satoshi/metadata.js.map +1 -0
- package/dist/src/engine/implementations/StakingVaults/Satoshi/tvl.d.ts +7 -0
- package/dist/src/engine/implementations/StakingVaults/Satoshi/tvl.js.map +1 -0
- package/dist/src/engine/implementations/StakingVaults/SummerFinance/metadata.d.ts +15 -0
- package/dist/src/engine/implementations/StakingVaults/SummerFinance/metadata.js.map +1 -0
- package/dist/src/engine/implementations/StakingVaults/SummerFinance/tvl.d.ts +7 -0
- package/dist/src/engine/implementations/StakingVaults/SummerFinance/tvl.js.map +1 -0
- package/dist/src/engine/implementations/SymbioticVault/metadata.d.ts +19 -0
- package/dist/src/engine/implementations/SymbioticVault/metadata.js.map +1 -0
- package/dist/src/engine/implementations/SymbioticVault/tvl.d.ts +7 -0
- package/dist/src/engine/implementations/SymbioticVault/tvl.js.map +1 -0
- package/dist/src/engine/implementations/TermFinance/metadata.d.ts +19 -0
- package/dist/src/engine/implementations/TermFinance/metadata.js.map +1 -0
- package/dist/src/engine/implementations/TermFinance/tvl.d.ts +7 -0
- package/dist/src/engine/implementations/TermFinance/tvl.js.map +1 -0
- package/dist/src/engine/implementations/UniswapV4/metadata.d.ts +20 -0
- package/dist/src/engine/implementations/UniswapV4/metadata.js.map +1 -0
- package/dist/src/engine/implementations/UniswapV4/tvl.d.ts +18 -0
- package/dist/src/engine/implementations/UniswapV4/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Vest/metadata.d.ts +16 -0
- package/dist/src/engine/implementations/Vest/metadata.js.map +1 -0
- package/dist/src/engine/implementations/morphoBorrow/metadata.d.ts +20 -0
- package/dist/src/engine/implementations/morphoBorrow/metadata.js.map +1 -0
- package/dist/src/engine/implementations/morphoBorrow/tvl.d.ts +7 -0
- package/dist/src/engine/implementations/morphoBorrow/tvl.js.map +1 -0
- package/dist/src/engine/implementations/morphoBorrowSingleToken/metadata.d.ts +20 -0
- package/dist/src/engine/implementations/morphoBorrowSingleToken/metadata.js.map +1 -0
- package/dist/src/engine/implementations/morphoCollateral/metadata.d.ts +20 -0
- package/dist/src/engine/implementations/morphoCollateral/metadata.js.map +1 -0
- package/dist/src/engine/implementations/morphoCollateral/tvl.d.ts +16 -0
- package/dist/src/engine/implementations/morphoCollateral/tvl.js.map +1 -0
- package/dist/src/engine/implementations/morphoCollateralSingleToken/metadata.d.ts +20 -0
- package/dist/src/engine/implementations/morphoCollateralSingleToken/metadata.js.map +1 -0
- package/dist/src/engine/implementations/morphoCollateralSingleToken/tvl.d.ts +7 -0
- package/dist/src/engine/implementations/morphoCollateralSingleToken/tvl.js.map +1 -0
- package/dist/src/engine/implementations/morphoSingleToken/tvl.d.ts +9 -0
- package/dist/src/engine/implementations/morphoSingleToken/tvl.js.map +1 -0
- package/dist/src/engine/implementations/morphoSupply/metadata.d.ts +20 -0
- package/dist/src/engine/implementations/morphoSupply/metadata.js.map +1 -0
- package/dist/src/engine/implementations/morphoSupply/tvl.d.ts +7 -0
- package/dist/src/engine/implementations/morphoSupply/tvl.js.map +1 -0
- package/dist/src/engine/implementations/morphoSupplySingleToken/metadata.d.ts +20 -0
- package/dist/src/engine/implementations/morphoSupplySingleToken/metadata.js.map +1 -0
- package/dist/src/engine/implementations/morphoVault/metadata.d.ts +20 -0
- package/dist/src/engine/implementations/morphoVault/metadata.js.map +1 -0
- package/dist/src/engine/implementations/morphoVault/tvl.d.ts +7 -0
- package/dist/src/engine/implementations/morphoVault/tvl.js.map +1 -0
- package/dist/src/engine/metadata/factory.d.ts +3 -0
- package/dist/src/engine/metadata/factory.js.map +1 -0
- package/dist/src/engine/tvl/factory.d.ts +6 -0
- package/dist/src/engine/tvl/factory.js.map +1 -0
- package/dist/src/engine/tvl/logStates.d.ts +27 -0
- package/dist/src/engine/tvl/logStates.js.map +1 -0
- package/dist/src/errors/BadRequest.error.d.ts +4 -0
- package/dist/src/errors/BadRequest.error.js.map +1 -0
- package/dist/src/errors/Conflict.error.d.ts +4 -0
- package/dist/src/errors/Conflict.error.js.map +1 -0
- package/dist/src/errors/HttpError.d.ts +11 -0
- package/dist/src/errors/HttpError.js.map +1 -0
- package/dist/src/errors/InvalidParameter.error.d.ts +4 -0
- package/dist/src/errors/InvalidParameter.error.js.map +1 -0
- package/dist/src/errors/NotFound.error.d.ts +8 -0
- package/dist/src/errors/NotFound.error.js.map +1 -0
- package/dist/src/errors/UnableToFindPrice.error.d.ts +4 -0
- package/dist/src/errors/UnableToFindPrice.error.js.map +1 -0
- package/dist/src/errors/Unauthorized.error.d.ts +4 -0
- package/dist/src/errors/Unauthorized.error.js.map +1 -0
- package/dist/src/errors/VoidString.error.d.ts +4 -0
- package/dist/src/errors/VoidString.error.js.map +1 -0
- package/dist/src/guards/BackOffice.guard.d.ts +7 -0
- package/dist/src/guards/BackOffice.guard.js.map +1 -0
- package/dist/src/guards/Engine.guard.d.ts +10 -0
- package/dist/src/guards/Engine.guard.js.map +1 -0
- package/dist/src/guards/TokenAuth.guard.d.ts +7 -0
- package/dist/src/guards/TokenAuth.guard.js.map +1 -0
- package/dist/src/guards/VerifyJwt.guard.d.ts +10 -0
- package/dist/src/guards/VerifyJwt.guard.js.map +1 -0
- package/dist/src/hooks/checkQueryAddressValidity.d.ts +50 -0
- package/dist/src/hooks/checkQueryAddressValidity.js.map +1 -0
- package/dist/src/hooks/checkQueryChainIdValidity.d.ts +50 -0
- package/dist/src/hooks/checkQueryChainIdValidity.js.map +1 -0
- package/dist/src/index.d.ts +16993 -0
- package/dist/src/index.js.map +1 -0
- package/dist/src/jobs/pendings.d.ts +2 -0
- package/dist/src/jobs/pendings.js.map +1 -0
- package/dist/src/jobs/post-urgent-stack.d.ts +1 -0
- package/dist/src/jobs/post-urgent-stack.js.map +1 -0
- package/dist/src/jobs/prices.d.ts +1 -0
- package/dist/src/jobs/prices.js.map +1 -0
- package/dist/src/jobs/reward-breakdowns.d.ts +2 -0
- package/dist/src/jobs/reward-breakdowns.js.map +1 -0
- package/dist/src/jobs/rewards.d.ts +2 -0
- package/dist/src/jobs/rewards.js.map +1 -0
- package/dist/src/jobs/set-dungeon-keeper.d.ts +1 -0
- package/dist/src/jobs/set-dungeon-keeper.js.map +1 -0
- package/dist/src/jobs/update-analytics.d.ts +1 -0
- package/dist/src/jobs/update-analytics.js.map +1 -0
- package/dist/src/jobs/update-dynamic-data.d.ts +1 -0
- package/dist/src/jobs/update-dynamic-data.js.map +1 -0
- package/dist/src/jobs/update-euler-vaults.d.ts +1 -0
- package/dist/src/jobs/update-euler-vaults.js.map +1 -0
- package/dist/src/jobs/update-rpc-calls-cache.d.ts +1 -0
- package/dist/src/jobs/update-rpc-calls-cache.js.map +1 -0
- package/dist/src/jobs/update-uniswap-v4-pools.d.ts +1 -0
- package/dist/src/jobs/update-uniswap-v4-pools.js.map +1 -0
- package/dist/src/jobs/update-v3-caches.d.ts +13 -0
- package/dist/src/jobs/update-v3-caches.js.map +1 -0
- package/dist/src/jobs/workers/count-claims.worker.d.ts +1 -0
- package/dist/src/jobs/workers/count-claims.worker.js.map +1 -0
- package/dist/src/libs/computeFee.d.ts +4 -0
- package/dist/src/libs/computeFee.js.map +1 -0
- package/dist/src/libs/deprecated-merklv3/index.d.ts +5 -0
- package/dist/src/libs/deprecated-merklv3/index.js.map +1 -0
- package/dist/src/libs/getTokensList.d.ts +23 -0
- package/dist/src/libs/getTokensList.js.map +1 -0
- package/dist/src/libs/merklChainData.d.ts +4 -0
- package/dist/src/libs/merklChainData.js.map +1 -0
- package/dist/src/libs/parse/marketsWithCache.d.ts +3 -0
- package/dist/src/libs/parse/marketsWithCache.js.map +1 -0
- package/dist/src/libs/positions/EigenLayer/index.d.ts +7 -0
- package/dist/src/libs/positions/EigenLayer/index.js.map +1 -0
- package/dist/src/libs/positions/ajna/index.d.ts +7 -0
- package/dist/src/libs/positions/ajna/index.js.map +1 -0
- package/dist/src/libs/positions/badger/index.d.ts +6 -0
- package/dist/src/libs/positions/badger/index.js.map +1 -0
- package/dist/src/libs/positions/clamm/index.d.ts +7 -0
- package/dist/src/libs/positions/clamm/index.js.map +1 -0
- package/dist/src/libs/positions/clamm/thegraph/fetchAlmPositions.d.ts +6 -0
- package/dist/src/libs/positions/clamm/thegraph/fetchAlmPositions.js.map +1 -0
- package/dist/src/libs/positions/clamm/thegraph/fetchAmmPositions.d.ts +9 -0
- package/dist/src/libs/positions/clamm/thegraph/fetchAmmPositions.js.map +1 -0
- package/dist/src/libs/positions/clamm/thegraph/fetchFarmedPositions.d.ts +10 -0
- package/dist/src/libs/positions/clamm/thegraph/fetchFarmedPositions.js.map +1 -0
- package/dist/src/libs/positions/clamm/thegraph/index.d.ts +50 -0
- package/dist/src/libs/positions/clamm/thegraph/index.js.map +1 -0
- package/dist/src/libs/positions/compound/index.d.ts +25 -0
- package/dist/src/libs/positions/compound/index.js.map +1 -0
- package/dist/src/libs/positions/dolomite/index.d.ts +17 -0
- package/dist/src/libs/positions/dolomite/index.js.map +1 -0
- package/dist/src/libs/positions/erc20/index.d.ts +6 -0
- package/dist/src/libs/positions/erc20/index.js.map +1 -0
- package/dist/src/libs/positions/euler/index.d.ts +6 -0
- package/dist/src/libs/positions/euler/index.js.map +1 -0
- package/dist/src/libs/positions/index.d.ts +4 -0
- package/dist/src/libs/positions/index.js.map +1 -0
- package/dist/src/libs/positions/morpho/index.d.ts +6 -0
- package/dist/src/libs/positions/morpho/index.js.map +1 -0
- package/dist/src/libs/positions/prepareFetch.d.ts +23 -0
- package/dist/src/libs/positions/prepareFetch.js.map +1 -0
- package/dist/src/libs/positions/silo/index.d.ts +6 -0
- package/dist/src/libs/positions/silo/index.js.map +1 -0
- package/dist/src/libs/positions/types.d.ts +82 -0
- package/dist/src/libs/positions/types.js.map +1 -0
- package/dist/src/libs/staticCampaigns.d.ts +6 -0
- package/dist/src/libs/staticCampaigns.js.map +1 -0
- package/dist/src/libs/tokens/allowances.d.ts +1 -0
- package/dist/src/libs/tokens/allowances.js.map +1 -0
- package/dist/src/libs/tokens/balances.d.ts +11 -0
- package/dist/src/libs/tokens/balances.js.map +1 -0
- package/dist/src/libs/tokens/tokenInfo.d.ts +8 -0
- package/dist/src/libs/tokens/tokenInfo.js.map +1 -0
- package/dist/src/modules/v4/accounting/accounting.controller.d.ts +284 -0
- package/dist/src/modules/v4/accounting/accounting.controller.js.map +1 -0
- package/dist/src/modules/v4/accounting/accounting.model.d.ts +32 -0
- package/dist/src/modules/v4/accounting/accounting.model.js.map +1 -0
- package/dist/src/modules/v4/accounting/accounting.repository.d.ts +99 -0
- package/dist/src/modules/v4/accounting/accounting.repository.js.map +1 -0
- package/dist/src/modules/v4/accounting/accounting.service.d.ts +59 -0
- package/dist/src/modules/v4/accounting/accounting.service.js.map +1 -0
- package/dist/src/modules/v4/airflow/airflow.service.d.ts +3 -0
- package/dist/src/modules/v4/airflow/airflow.service.js.map +1 -0
- package/dist/src/modules/v4/apr/apr.model.d.ts +67 -0
- package/dist/src/modules/v4/apr/apr.model.js.map +1 -0
- package/dist/src/modules/v4/apr/apr.service.d.ts +9 -0
- package/dist/src/modules/v4/apr/apr.service.js.map +1 -0
- package/dist/src/modules/v4/authentication/authentication.controller.d.ts +76 -0
- package/dist/src/modules/v4/authentication/authentication.controller.js.map +1 -0
- package/dist/src/modules/v4/authentication/authentication.model.d.ts +10 -0
- package/dist/src/modules/v4/authentication/authentication.model.js.map +1 -0
- package/dist/src/modules/v4/authentication/authentication.service.d.ts +10 -0
- package/dist/src/modules/v4/authentication/authentication.service.js.map +1 -0
- package/dist/src/modules/v4/blacklist/blacklist.controller.d.ts +150 -0
- package/dist/src/modules/v4/blacklist/blacklist.controller.js.map +1 -0
- package/dist/src/modules/v4/blacklist/blacklist.model.d.ts +20 -0
- package/dist/src/modules/v4/blacklist/blacklist.model.js.map +1 -0
- package/dist/src/modules/v4/blacklist/blacklist.repository.d.ts +21 -0
- package/dist/src/modules/v4/blacklist/blacklist.repository.js.map +1 -0
- package/dist/src/modules/v4/blacklist/blacklist.service.d.ts +24 -0
- package/dist/src/modules/v4/blacklist/blacklist.service.js.map +1 -0
- package/dist/src/modules/v4/boost/boost.controller.d.ts +110 -0
- package/dist/src/modules/v4/boost/boost.controller.js.map +1 -0
- package/dist/src/modules/v4/boost/boost.model.d.ts +12 -0
- package/dist/src/modules/v4/boost/boost.model.js.map +1 -0
- package/dist/src/modules/v4/boost/boost.service.d.ts +11 -0
- package/dist/src/modules/v4/boost/boost.service.js.map +1 -0
- package/dist/src/modules/v4/bucket/bucket.model.d.ts +10 -0
- package/dist/src/modules/v4/bucket/bucket.model.js.map +1 -0
- package/dist/src/modules/v4/bucket/bucket.service.d.ts +21 -0
- package/dist/src/modules/v4/bucket/bucket.service.js.map +1 -0
- package/dist/src/modules/v4/cache/cache.model.d.ts +13 -0
- package/dist/src/modules/v4/cache/cache.model.js.map +1 -0
- package/dist/src/modules/v4/cache/cache.repository.d.ts +8 -0
- package/dist/src/modules/v4/cache/cache.repository.js.map +1 -0
- package/dist/src/modules/v4/cache/cache.service.d.ts +12 -0
- package/dist/src/modules/v4/cache/cache.service.js.map +1 -0
- package/dist/src/modules/v4/campaign/campaign.controller.d.ts +2203 -0
- package/dist/src/modules/v4/campaign/campaign.controller.js.map +1 -0
- package/dist/src/modules/v4/campaign/campaign.convertor.d.ts +10 -0
- package/dist/src/modules/v4/campaign/campaign.convertor.js.map +1 -0
- package/dist/src/modules/v4/campaign/campaign.formatter.d.ts +6 -0
- package/dist/src/modules/v4/campaign/campaign.formatter.js.map +1 -0
- package/dist/src/modules/v4/campaign/campaign.model.d.ts +254 -0
- package/dist/src/modules/v4/campaign/campaign.model.js.map +1 -0
- package/dist/src/modules/v4/campaign/campaign.repository.d.ts +1782 -0
- package/dist/src/modules/v4/campaign/campaign.repository.js.map +1 -0
- package/dist/src/modules/v4/campaign/campaign.service.d.ts +564 -0
- package/dist/src/modules/v4/campaign/campaign.service.js.map +1 -0
- package/dist/src/modules/v4/campaign/campaign.test.controller.d.ts +2210 -0
- package/dist/src/modules/v4/campaign/campaign.test.controller.js.map +1 -0
- package/dist/src/modules/v4/campaign-batch/campaign-batch.controller.d.ts +414 -0
- package/dist/src/modules/v4/campaign-batch/campaign-batch.controller.js.map +1 -0
- package/dist/src/modules/v4/campaign-batch/campaign-batch.model.d.ts +148 -0
- package/dist/src/modules/v4/campaign-batch/campaign-batch.model.js.map +1 -0
- package/dist/src/modules/v4/campaign-batch/campaign-batch.repository.d.ts +132 -0
- package/dist/src/modules/v4/campaign-batch/campaign-batch.repository.js.map +1 -0
- package/dist/src/modules/v4/campaign-batch/campaign-batch.service.d.ts +254 -0
- package/dist/src/modules/v4/campaign-batch/campaign-batch.service.js.map +1 -0
- package/dist/src/modules/v4/campaign-group/campaign-group.model.d.ts +11 -0
- package/dist/src/modules/v4/campaign-group/campaign-group.model.js.map +1 -0
- package/dist/src/modules/v4/campaign-group/campaign-group.repository.d.ts +129 -0
- package/dist/src/modules/v4/campaign-group/campaign-group.repository.js.map +1 -0
- package/dist/src/modules/v4/campaign-group/campaign-group.service.d.ts +129 -0
- package/dist/src/modules/v4/campaign-group/campaign-group.service.js.map +1 -0
- package/dist/src/modules/v4/chain/chain.controller.d.ts +204 -0
- package/dist/src/modules/v4/chain/chain.controller.js.map +1 -0
- package/dist/src/modules/v4/chain/chain.model.d.ts +58 -0
- package/dist/src/modules/v4/chain/chain.model.js.map +1 -0
- package/dist/src/modules/v4/chain/chain.repository.d.ts +130 -0
- package/dist/src/modules/v4/chain/chain.repository.js.map +1 -0
- package/dist/src/modules/v4/chain/chain.service.d.ts +112 -0
- package/dist/src/modules/v4/chain/chain.service.js.map +1 -0
- package/dist/src/modules/v4/chainInteraction/chainInteraction.service.d.ts +2 -0
- package/dist/src/modules/v4/chainInteraction/chainInteraction.service.js.map +1 -0
- package/dist/src/modules/v4/claims/claims.controller.d.ts +72 -0
- package/dist/src/modules/v4/claims/claims.controller.js.map +1 -0
- package/dist/src/modules/v4/claims/claims.model.d.ts +9 -0
- package/dist/src/modules/v4/claims/claims.model.js.map +1 -0
- package/dist/src/modules/v4/claims/claims.repository.d.ts +5 -0
- package/dist/src/modules/v4/claims/claims.repository.js.map +1 -0
- package/dist/src/modules/v4/claims/claims.service.d.ts +25 -0
- package/dist/src/modules/v4/claims/claims.service.js.map +1 -0
- package/dist/src/modules/v4/clamm/clamm.controller.d.ts +88 -0
- package/dist/src/modules/v4/clamm/clamm.controller.js.map +1 -0
- package/dist/src/modules/v4/clamm/clamm.model.d.ts +78 -0
- package/dist/src/modules/v4/clamm/clamm.model.js.map +1 -0
- package/dist/src/modules/v4/clamm/clamm.service.d.ts +5 -0
- package/dist/src/modules/v4/clamm/clamm.service.js.map +1 -0
- package/dist/src/modules/v4/coingecko/coingecko.model.d.ts +0 -0
- package/dist/src/modules/v4/coingecko/coingecko.model.js.map +1 -0
- package/dist/src/modules/v4/coingecko/coingecko.repository.d.ts +14 -0
- package/dist/src/modules/v4/coingecko/coingecko.repository.js.map +1 -0
- package/dist/src/modules/v4/coingecko/coingecko.service.d.ts +16 -0
- package/dist/src/modules/v4/coingecko/coingecko.service.js.map +1 -0
- package/dist/src/modules/v4/computedValue/computedValue.controller.d.ts +199 -0
- package/dist/src/modules/v4/computedValue/computedValue.controller.js.map +1 -0
- package/dist/src/modules/v4/computedValue/computedValue.formatter.d.ts +5 -0
- package/dist/src/modules/v4/computedValue/computedValue.formatter.js.map +1 -0
- package/dist/src/modules/v4/computedValue/computedValue.model.d.ts +56 -0
- package/dist/src/modules/v4/computedValue/computedValue.model.js.map +1 -0
- package/dist/src/modules/v4/computedValue/computedValue.repository.d.ts +39 -0
- package/dist/src/modules/v4/computedValue/computedValue.repository.js.map +1 -0
- package/dist/src/modules/v4/computedValue/computedValue.service.d.ts +25 -0
- package/dist/src/modules/v4/computedValue/computedValue.service.js.map +1 -0
- package/dist/src/modules/v4/creator/creator.controller.d.ts +556 -0
- package/dist/src/modules/v4/creator/creator.controller.js.map +1 -0
- package/dist/src/modules/v4/creator/creator.model.d.ts +63 -0
- package/dist/src/modules/v4/creator/creator.model.js.map +1 -0
- package/dist/src/modules/v4/creator/creator.repository.d.ts +102 -0
- package/dist/src/modules/v4/creator/creator.repository.js.map +1 -0
- package/dist/src/modules/v4/creator/creator.service.d.ts +263 -0
- package/dist/src/modules/v4/creator/creator.service.js.map +1 -0
- package/dist/src/modules/v4/dynamicData/dynamicData.service.d.ts +126 -0
- package/dist/src/modules/v4/dynamicData/dynamicData.service.js.map +1 -0
- package/dist/src/modules/v4/enso/enso.model.d.ts +166 -0
- package/dist/src/modules/v4/enso/enso.model.js.map +1 -0
- package/dist/src/modules/v4/enso/enso.service.d.ts +69 -0
- package/dist/src/modules/v4/enso/enso.service.js.map +1 -0
- package/dist/src/modules/v4/euler/euler.controller.d.ts +112 -0
- package/dist/src/modules/v4/euler/euler.controller.js.map +1 -0
- package/dist/src/modules/v4/euler/euler.model.d.ts +35 -0
- package/dist/src/modules/v4/euler/euler.model.js.map +1 -0
- package/dist/src/modules/v4/euler/euler.repository.d.ts +4 -0
- package/dist/src/modules/v4/euler/euler.repository.js.map +1 -0
- package/dist/src/modules/v4/euler/euler.service.d.ts +4 -0
- package/dist/src/modules/v4/euler/euler.service.js.map +1 -0
- package/dist/src/modules/v4/explorer/explorer.controller.d.ts +59 -0
- package/dist/src/modules/v4/explorer/explorer.controller.js.map +1 -0
- package/dist/src/modules/v4/explorer/explorer.model.d.ts +16 -0
- package/dist/src/modules/v4/explorer/explorer.model.js.map +1 -0
- package/dist/src/modules/v4/explorer/explorer.repository.d.ts +21 -0
- package/dist/src/modules/v4/explorer/explorer.repository.js.map +1 -0
- package/dist/src/modules/v4/explorer/explorer.service.d.ts +28 -0
- package/dist/src/modules/v4/explorer/explorer.service.js.map +1 -0
- package/dist/src/modules/v4/icon/icon.model.d.ts +4 -0
- package/dist/src/modules/v4/icon/icon.model.js.map +1 -0
- package/dist/src/modules/v4/icon/icon.service.d.ts +5 -0
- package/dist/src/modules/v4/icon/icon.service.js.map +1 -0
- package/dist/src/modules/v4/interaction/interaction.controller.d.ts +129 -0
- package/dist/src/modules/v4/interaction/interaction.controller.js.map +1 -0
- package/dist/src/modules/v4/interaction/interaction.model.d.ts +110 -0
- package/dist/src/modules/v4/interaction/interaction.model.js.map +1 -0
- package/dist/src/modules/v4/interaction/interaction.service.d.ts +38 -0
- package/dist/src/modules/v4/interaction/interaction.service.js.map +1 -0
- package/dist/src/modules/v4/kyberzap/kyberzap.model.d.ts +115 -0
- package/dist/src/modules/v4/kyberzap/kyberzap.model.js.map +1 -0
- package/dist/src/modules/v4/kyberzap/kyberzap.service.d.ts +34 -0
- package/dist/src/modules/v4/kyberzap/kyberzap.service.js.map +1 -0
- package/dist/src/modules/v4/liquidity/implementations/AjnaPositionFetcher.d.ts +206 -0
- package/dist/src/modules/v4/liquidity/implementations/AjnaPositionFetcher.js.map +1 -0
- package/dist/src/modules/v4/liquidity/implementations/BadgerPositionFetcher.d.ts +206 -0
- package/dist/src/modules/v4/liquidity/implementations/BadgerPositionFetcher.js.map +1 -0
- package/dist/src/modules/v4/liquidity/implementations/ClammPositionFetcher.d.ts +206 -0
- package/dist/src/modules/v4/liquidity/implementations/ClammPositionFetcher.js.map +1 -0
- package/dist/src/modules/v4/liquidity/implementations/DolomitePositionFetcher.d.ts +206 -0
- package/dist/src/modules/v4/liquidity/implementations/DolomitePositionFetcher.js.map +1 -0
- package/dist/src/modules/v4/liquidity/implementations/ERC20PositionFetcher.d.ts +206 -0
- package/dist/src/modules/v4/liquidity/implementations/ERC20PositionFetcher.js.map +1 -0
- package/dist/src/modules/v4/liquidity/implementations/EulerPositionFetcher.d.ts +206 -0
- package/dist/src/modules/v4/liquidity/implementations/EulerPositionFetcher.js.map +1 -0
- package/dist/src/modules/v4/liquidity/liquidity.controller.d.ts +51 -0
- package/dist/src/modules/v4/liquidity/liquidity.controller.js.map +1 -0
- package/dist/src/modules/v4/liquidity/liquidity.model.d.ts +25 -0
- package/dist/src/modules/v4/liquidity/liquidity.model.js.map +1 -0
- package/dist/src/modules/v4/liquidity/liquidity.repository.d.ts +14 -0
- package/dist/src/modules/v4/liquidity/liquidity.repository.js.map +1 -0
- package/dist/src/modules/v4/liquidity/liquidity.service.d.ts +5 -0
- package/dist/src/modules/v4/liquidity/liquidity.service.js.map +1 -0
- package/dist/src/modules/v4/merklRoot/merklRoot.controller.d.ts +116 -0
- package/dist/src/modules/v4/merklRoot/merklRoot.controller.js.map +1 -0
- package/dist/src/modules/v4/merklRoot/merklRoot.model.d.ts +13 -0
- package/dist/src/modules/v4/merklRoot/merklRoot.model.js.map +1 -0
- package/dist/src/modules/v4/merklRoot/merklRoot.repository.d.ts +27 -0
- package/dist/src/modules/v4/merklRoot/merklRoot.repository.js.map +1 -0
- package/dist/src/modules/v4/merklRoot/merklRoot.service.d.ts +47 -0
- package/dist/src/modules/v4/merklRoot/merklRoot.service.js.map +1 -0
- package/dist/src/modules/v4/node/node.controller.d.ts +65 -0
- package/dist/src/modules/v4/node/node.controller.js.map +1 -0
- package/dist/src/modules/v4/node/node.model.d.ts +28 -0
- package/dist/src/modules/v4/node/node.model.js.map +1 -0
- package/dist/src/modules/v4/node/node.repository.d.ts +40 -0
- package/dist/src/modules/v4/node/node.repository.js.map +1 -0
- package/dist/src/modules/v4/node/node.service.d.ts +31 -0
- package/dist/src/modules/v4/node/node.service.js.map +1 -0
- package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +1819 -0
- package/dist/src/modules/v4/opportunity/opportunity.controller.js.map +1 -0
- package/dist/src/modules/v4/opportunity/opportunity.converter.d.ts +149 -0
- package/dist/src/modules/v4/opportunity/opportunity.converter.js.map +1 -0
- package/dist/src/modules/v4/opportunity/opportunity.formatter.d.ts +185 -0
- package/dist/src/modules/v4/opportunity/opportunity.formatter.js.map +1 -0
- package/dist/src/modules/v4/opportunity/opportunity.model.d.ts +751 -0
- package/dist/src/modules/v4/opportunity/opportunity.model.js.map +1 -0
- package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +1171 -0
- package/dist/src/modules/v4/opportunity/opportunity.repository.js.map +1 -0
- package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +777 -0
- package/dist/src/modules/v4/opportunity/opportunity.service.js.map +1 -0
- package/dist/src/modules/v4/opportunity/transform-id.pipe.d.ts +5 -0
- package/dist/src/modules/v4/opportunity/transform-id.pipe.js.map +1 -0
- package/dist/src/modules/v4/opportunity/validate-id.pipe.d.ts +5 -0
- package/dist/src/modules/v4/opportunity/validate-id.pipe.js.map +1 -0
- package/dist/src/modules/v4/parse/parse.controller.d.ts +64 -0
- package/dist/src/modules/v4/parse/parse.controller.js.map +1 -0
- package/dist/src/modules/v4/parse/parse.model.d.ts +10 -0
- package/dist/src/modules/v4/parse/parse.model.js.map +1 -0
- package/dist/src/modules/v4/payload/payload.controller.d.ts +596 -0
- package/dist/src/modules/v4/payload/payload.controller.js.map +1 -0
- package/dist/src/modules/v4/payload/payload.model.d.ts +330 -0
- package/dist/src/modules/v4/payload/payload.model.js.map +1 -0
- package/dist/src/modules/v4/payload/payload.service.d.ts +409 -0
- package/dist/src/modules/v4/payload/payload.service.js.map +1 -0
- package/dist/src/modules/v4/price/price.controller.d.ts +268 -0
- package/dist/src/modules/v4/price/price.controller.js.map +1 -0
- package/dist/src/modules/v4/price/price.model.d.ts +40 -0
- package/dist/src/modules/v4/price/price.model.js.map +1 -0
- package/dist/src/modules/v4/price/price.repository.d.ts +41 -0
- package/dist/src/modules/v4/price/price.repository.js.map +1 -0
- package/dist/src/modules/v4/price/price.service.d.ts +53 -0
- package/dist/src/modules/v4/price/price.service.js.map +1 -0
- package/dist/src/modules/v4/prisma/index.d.ts +58 -0
- package/dist/src/modules/v4/prisma/index.js.map +1 -0
- package/dist/src/modules/v4/program/program.controller.d.ts +267 -0
- package/dist/src/modules/v4/program/program.controller.js.map +1 -0
- package/dist/src/modules/v4/program/program.model.d.ts +21 -0
- package/dist/src/modules/v4/program/program.model.js.map +1 -0
- package/dist/src/modules/v4/program/program.repository.d.ts +127 -0
- package/dist/src/modules/v4/program/program.repository.js.map +1 -0
- package/dist/src/modules/v4/program/program.service.d.ts +127 -0
- package/dist/src/modules/v4/program/program.service.js.map +1 -0
- package/dist/src/modules/v4/programPayload/programPayload.controller.d.ts +1210 -0
- package/dist/src/modules/v4/programPayload/programPayload.controller.js.map +1 -0
- package/dist/src/modules/v4/programPayload/programPayload.model.d.ts +408 -0
- package/dist/src/modules/v4/programPayload/programPayload.model.js.map +1 -0
- package/dist/src/modules/v4/programPayload/programPayload.repository.d.ts +6425 -0
- package/dist/src/modules/v4/programPayload/programPayload.repository.js.map +1 -0
- package/dist/src/modules/v4/programPayload/programPayload.service.d.ts +49 -0
- package/dist/src/modules/v4/programPayload/programPayload.service.js.map +1 -0
- package/dist/src/modules/v4/programPayload/subPayloads/bakerdao.d.ts +6 -0
- package/dist/src/modules/v4/programPayload/subPayloads/bakerdao.js.map +1 -0
- package/dist/src/modules/v4/programPayload/subPayloads/bancor.d.ts +28 -0
- package/dist/src/modules/v4/programPayload/subPayloads/bancor.js.map +1 -0
- package/dist/src/modules/v4/programPayload/subPayloads/credix.d.ts +88 -0
- package/dist/src/modules/v4/programPayload/subPayloads/credix.js.map +1 -0
- package/dist/src/modules/v4/programPayload/subPayloads/ethena.d.ts +197 -0
- package/dist/src/modules/v4/programPayload/subPayloads/ethena.js.map +1 -0
- package/dist/src/modules/v4/programPayload/subPayloads/helpers.d.ts +1 -0
- package/dist/src/modules/v4/programPayload/subPayloads/helpers.js.map +1 -0
- package/dist/src/modules/v4/programPayload/subPayloads/hypurrFi.d.ts +1048 -0
- package/dist/src/modules/v4/programPayload/subPayloads/hypurrFi.js.map +1 -0
- package/dist/src/modules/v4/programPayload/subPayloads/nibiru.d.ts +54 -0
- package/dist/src/modules/v4/programPayload/subPayloads/nibiru.js.map +1 -0
- package/dist/src/modules/v4/programPayload/subPayloads/redbelly.d.ts +32 -0
- package/dist/src/modules/v4/programPayload/subPayloads/redbelly.js.map +1 -0
- package/dist/src/modules/v4/programPayload/subPayloads/tac.d.ts +986 -0
- package/dist/src/modules/v4/programPayload/subPayloads/tac.js.map +1 -0
- package/dist/src/modules/v4/protocol/protocol.controller.d.ts +293 -0
- package/dist/src/modules/v4/protocol/protocol.controller.js.map +1 -0
- package/dist/src/modules/v4/protocol/protocol.model.d.ts +111 -0
- package/dist/src/modules/v4/protocol/protocol.model.js.map +1 -0
- package/dist/src/modules/v4/protocol/protocol.repository.d.ts +94 -0
- package/dist/src/modules/v4/protocol/protocol.repository.js.map +1 -0
- package/dist/src/modules/v4/protocol/protocol.service.d.ts +36 -0
- package/dist/src/modules/v4/protocol/protocol.service.js.map +1 -0
- package/dist/src/modules/v4/referral/referral.controller.d.ts +105 -0
- package/dist/src/modules/v4/referral/referral.controller.js.map +1 -0
- package/dist/src/modules/v4/referral/referral.model.d.ts +11 -0
- package/dist/src/modules/v4/referral/referral.model.js.map +1 -0
- package/dist/src/modules/v4/referral/referral.service.d.ts +216 -0
- package/dist/src/modules/v4/referral/referral.service.js.map +1 -0
- package/dist/src/modules/v4/reward/reward.controller.d.ts +650 -0
- package/dist/src/modules/v4/reward/reward.controller.js.map +1 -0
- package/dist/src/modules/v4/reward/reward.converter.d.ts +14 -0
- package/dist/src/modules/v4/reward/reward.converter.js.map +1 -0
- package/dist/src/modules/v4/reward/reward.model.d.ts +283 -0
- package/dist/src/modules/v4/reward/reward.model.js.map +1 -0
- package/dist/src/modules/v4/reward/reward.repository.d.ts +214 -0
- package/dist/src/modules/v4/reward/reward.repository.js.map +1 -0
- package/dist/src/modules/v4/reward/reward.service.d.ts +1306 -0
- package/dist/src/modules/v4/reward/reward.service.js.map +1 -0
- package/dist/src/modules/v4/router.d.ts +14706 -0
- package/dist/src/modules/v4/router.js.map +1 -0
- package/dist/src/modules/v4/status/status.controller.d.ts +338 -0
- package/dist/src/modules/v4/status/status.controller.js.map +1 -0
- package/dist/src/modules/v4/status/status.model.d.ts +67 -0
- package/dist/src/modules/v4/status/status.model.js.map +1 -0
- package/dist/src/modules/v4/status/status.repository.d.ts +128 -0
- package/dist/src/modules/v4/status/status.repository.js.map +1 -0
- package/dist/src/modules/v4/status/status.service.d.ts +139 -0
- package/dist/src/modules/v4/status/status.service.js.map +1 -0
- package/dist/src/modules/v4/token/token.controller.d.ts +492 -0
- package/dist/src/modules/v4/token/token.controller.js.map +1 -0
- package/dist/src/modules/v4/token/token.model.d.ts +139 -0
- package/dist/src/modules/v4/token/token.model.js.map +1 -0
- package/dist/src/modules/v4/token/token.repository.d.ts +134 -0
- package/dist/src/modules/v4/token/token.repository.js.map +1 -0
- package/dist/src/modules/v4/token/token.service.d.ts +336 -0
- package/dist/src/modules/v4/token/token.service.js.map +1 -0
- package/dist/src/modules/v4/ton/ton.controller.d.ts +58 -0
- package/dist/src/modules/v4/ton/ton.controller.js.map +1 -0
- package/dist/src/modules/v4/ton/ton.service.d.ts +3 -0
- package/dist/src/modules/v4/ton/ton.service.js.map +1 -0
- package/dist/src/modules/v4/tracer/tracer.service.d.ts +3 -0
- package/dist/src/modules/v4/tracer/tracer.service.js.map +1 -0
- package/dist/src/modules/v4/transaction/transaction.model.d.ts +18 -0
- package/dist/src/modules/v4/transaction/transaction.model.js.map +1 -0
- package/dist/src/modules/v4/turtle/turtle.controller.d.ts +82 -0
- package/dist/src/modules/v4/turtle/turtle.controller.js.map +1 -0
- package/dist/src/modules/v4/turtle/turtle.repository.d.ts +14 -0
- package/dist/src/modules/v4/turtle/turtle.repository.js.map +1 -0
- package/dist/src/modules/v4/turtle/turtle.service.d.ts +19 -0
- package/dist/src/modules/v4/turtle/turtle.service.js.map +1 -0
- package/dist/src/modules/v4/tvl/tvl.model.d.ts +36 -0
- package/dist/src/modules/v4/tvl/tvl.model.js.map +1 -0
- package/dist/src/modules/v4/tvl/tvl.service.d.ts +9 -0
- package/dist/src/modules/v4/tvl/tvl.service.js.map +1 -0
- package/dist/src/modules/v4/uniswap/uniswap.controller.d.ts +1474 -0
- package/dist/src/modules/v4/uniswap/uniswap.controller.js.map +1 -0
- package/dist/src/modules/v4/uniswap/uniswap.model.d.ts +65 -0
- package/dist/src/modules/v4/uniswap/uniswap.model.js.map +1 -0
- package/dist/src/modules/v4/uniswap/uniswap.repository.d.ts +25 -0
- package/dist/src/modules/v4/uniswap/uniswap.repository.js.map +1 -0
- package/dist/src/modules/v4/uniswap/uniswap.service.d.ts +1021 -0
- package/dist/src/modules/v4/uniswap/uniswap.service.js.map +1 -0
- package/dist/src/modules/v4/user/user.controller.d.ts +772 -0
- package/dist/src/modules/v4/user/user.controller.js.map +1 -0
- package/dist/src/modules/v4/user/user.model.d.ts +98 -0
- package/dist/src/modules/v4/user/user.model.js.map +1 -0
- package/dist/src/modules/v4/user/user.repository.d.ts +36 -0
- package/dist/src/modules/v4/user/user.repository.js.map +1 -0
- package/dist/src/modules/v4/user/user.service.d.ts +39 -0
- package/dist/src/modules/v4/user/user.service.js.map +1 -0
- package/dist/src/plugins/errorHandler.d.ts +62 -0
- package/dist/src/plugins/errorHandler.js.map +1 -0
- package/dist/src/routes/v1/allowances.d.ts +104 -0
- package/dist/src/routes/v1/allowances.js.map +1 -0
- package/dist/src/routes/v1/balances.d.ts +87 -0
- package/dist/src/routes/v1/balances.js.map +1 -0
- package/dist/src/routes/v1/prices.d.ts +79 -0
- package/dist/src/routes/v1/prices.js.map +1 -0
- package/dist/src/routes/v1/router.d.ts +142 -0
- package/dist/src/routes/v1/router.js.map +1 -0
- package/dist/src/routes/v1/tokens.d.ts +82 -0
- package/dist/src/routes/v1/tokens.js.map +1 -0
- package/dist/src/routes/v2/merkl.d.ts +200 -0
- package/dist/src/routes/v2/merkl.js.map +1 -0
- package/dist/src/routes/v2/router.d.ts +167 -0
- package/dist/src/routes/v2/router.js.map +1 -0
- package/dist/src/routes/v3/app.d.ts +85 -0
- package/dist/src/routes/v3/app.js.map +1 -0
- package/dist/src/routes/v3/blacklist.d.ts +83 -0
- package/dist/src/routes/v3/blacklist.js.map +1 -0
- package/dist/src/routes/v3/campaign/delay.d.ts +84 -0
- package/dist/src/routes/v3/campaign/delay.js.map +1 -0
- package/dist/src/routes/v3/campaignClaims.d.ts +85 -0
- package/dist/src/routes/v3/campaignClaims.js.map +1 -0
- package/dist/src/routes/v3/campaignUnclaimed.d.ts +84 -0
- package/dist/src/routes/v3/campaignUnclaimed.js.map +1 -0
- package/dist/src/routes/v3/campaigns.d.ts +87 -0
- package/dist/src/routes/v3/campaigns.js.map +1 -0
- package/dist/src/routes/v3/campaignsForMainParameter.d.ts +91 -0
- package/dist/src/routes/v3/campaignsForMainParameter.js.map +1 -0
- package/dist/src/routes/v3/campaignsRewardsReport.d.ts +84 -0
- package/dist/src/routes/v3/campaignsRewardsReport.js.map +1 -0
- package/dist/src/routes/v3/claims.d.ts +85 -0
- package/dist/src/routes/v3/claims.js.map +1 -0
- package/dist/src/routes/v3/compoundV2.d.ts +79 -0
- package/dist/src/routes/v3/compoundV2.js.map +1 -0
- package/dist/src/routes/v3/createCampaign.d.ts +84 -0
- package/dist/src/routes/v3/createCampaign.js.map +1 -0
- package/dist/src/routes/v3/dolomite.d.ts +83 -0
- package/dist/src/routes/v3/dolomite.js.map +1 -0
- package/dist/src/routes/v3/euler.d.ts +88 -0
- package/dist/src/routes/v3/euler.js.map +1 -0
- package/dist/src/routes/v3/fetch.d.ts +82 -0
- package/dist/src/routes/v3/fetch.js.map +1 -0
- package/dist/src/routes/v3/health.d.ts +54 -0
- package/dist/src/routes/v3/health.js.map +1 -0
- package/dist/src/routes/v3/lostyield.d.ts +90 -0
- package/dist/src/routes/v3/lostyield.js.map +1 -0
- package/dist/src/routes/v3/merkl.d.ts +224 -0
- package/dist/src/routes/v3/merkl.js.map +1 -0
- package/dist/src/routes/v3/morphoMarkets.d.ts +99 -0
- package/dist/src/routes/v3/morphoMarkets.js.map +1 -0
- package/dist/src/routes/v3/morphoVaults.d.ts +89 -0
- package/dist/src/routes/v3/morphoVaults.js.map +1 -0
- package/dist/src/routes/v3/multiChainPositions.d.ts +82 -0
- package/dist/src/routes/v3/multiChainPositions.js.map +1 -0
- package/dist/src/routes/v3/opportunity.d.ts +160 -0
- package/dist/src/routes/v3/opportunity.js.map +1 -0
- package/dist/src/routes/v3/overview.d.ts +115 -0
- package/dist/src/routes/v3/overview.js.map +1 -0
- package/dist/src/routes/v3/parse.d.ts +84 -0
- package/dist/src/routes/v3/parse.js.map +1 -0
- package/dist/src/routes/v3/payload.d.ts +95 -0
- package/dist/src/routes/v3/payload.js.map +1 -0
- package/dist/src/routes/v3/poolInfo.d.ts +86 -0
- package/dist/src/routes/v3/poolInfo.js.map +1 -0
- package/dist/src/routes/v3/positions.d.ts +99 -0
- package/dist/src/routes/v3/positions.js.map +1 -0
- package/dist/src/routes/v3/radiant.d.ts +93 -0
- package/dist/src/routes/v3/radiant.js.map +1 -0
- package/dist/src/routes/v3/recipients.d.ts +80 -0
- package/dist/src/routes/v3/recipients.js.map +1 -0
- package/dist/src/routes/v3/rewards.d.ts +110 -0
- package/dist/src/routes/v3/rewards.js.map +1 -0
- package/dist/src/routes/v3/rewardsReport.d.ts +93 -0
- package/dist/src/routes/v3/rewardsReport.js.map +1 -0
- package/dist/src/routes/v3/router.d.ts +2036 -0
- package/dist/src/routes/v3/router.js.map +1 -0
- package/dist/src/routes/v3/silo.d.ts +90 -0
- package/dist/src/routes/v3/silo.js.map +1 -0
- package/dist/src/routes/v3/token.d.ts +88 -0
- package/dist/src/routes/v3/token.js.map +1 -0
- package/dist/src/routes/v3/twt/participants.d.ts +76 -0
- package/dist/src/routes/v3/twt/participants.js.map +1 -0
- package/dist/src/routes/v3/uniswapv4.d.ts +866 -0
- package/dist/src/routes/v3/uniswapv4.js.map +1 -0
- package/dist/src/routes/v3/updates.d.ts +90 -0
- package/dist/src/routes/v3/updates.js.map +1 -0
- package/dist/src/routes/v3/userRewards.d.ts +106 -0
- package/dist/src/routes/v3/userRewards.js.map +1 -0
- package/dist/src/scripts/campaign-config.test.d.ts +1 -0
- package/dist/src/scripts/campaign-config.test.js.map +1 -0
- package/dist/src/scripts/fill-coingecko-data.d.ts +1 -0
- package/dist/src/scripts/fill-coingecko-data.js.map +1 -0
- package/dist/src/scripts/fill-descriptions.d.ts +1 -0
- package/dist/src/scripts/fill-descriptions.js.map +1 -0
- package/dist/src/scripts/fill-unknown-tokens.d.ts +1 -0
- package/dist/src/scripts/fill-unknown-tokens.js.map +1 -0
- package/dist/src/scripts/reparse-opportunities.d.ts +1 -0
- package/dist/src/scripts/reparse-opportunities.js.map +1 -0
- package/dist/src/scripts/seed-pull.d.ts +1 -0
- package/dist/src/scripts/seed-pull.js.map +1 -0
- package/dist/src/scripts/seed-push.d.ts +1 -0
- package/dist/src/scripts/seed-push.js.map +1 -0
- package/dist/src/scripts/seed.d.ts +1 -0
- package/dist/src/scripts/seed.js.map +1 -0
- package/dist/src/types/external/spectraAPI.d.ts +88 -0
- package/dist/src/types/external/spectraAPI.js.map +1 -0
- package/dist/src/types/index.d.ts +17 -0
- package/dist/src/types/index.js.map +1 -0
- package/dist/src/utils/TailSampler.d.ts +8 -0
- package/dist/src/utils/TailSampler.js.map +1 -0
- package/dist/src/utils/bigintToString.d.ts +4 -0
- package/dist/src/utils/bigintToString.js.map +1 -0
- package/dist/src/utils/caseChanges.d.ts +4 -0
- package/dist/src/utils/caseChanges.js.map +1 -0
- package/dist/src/utils/decodeCalls.d.ts +3 -0
- package/dist/src/utils/decodeCalls.js.map +1 -0
- package/dist/src/utils/encodeCalls.d.ts +3 -0
- package/dist/src/utils/encodeCalls.js.map +1 -0
- package/dist/src/utils/error.d.ts +94 -0
- package/dist/src/utils/error.js.map +1 -0
- package/dist/src/utils/execute.d.ts +22 -0
- package/dist/src/utils/execute.js.map +1 -0
- package/dist/src/utils/generateCardName.d.ts +6 -0
- package/dist/src/utils/generateCardName.js.map +1 -0
- package/dist/src/utils/generic.d.ts +7 -0
- package/dist/src/utils/generic.js.map +1 -0
- package/dist/src/utils/getAPR.d.ts +302 -0
- package/dist/src/utils/getAPR.js.map +1 -0
- package/dist/src/utils/hashArray.d.ts +2 -0
- package/dist/src/utils/hashArray.js.map +1 -0
- package/dist/src/utils/isAddress.d.ts +1 -0
- package/dist/src/utils/isAddress.js.map +1 -0
- package/dist/src/utils/isUUID.d.ts +1 -0
- package/dist/src/utils/isUUID.js.map +1 -0
- package/dist/src/utils/lastBlockBefore.d.ts +2 -0
- package/dist/src/utils/lastBlockBefore.js.map +1 -0
- package/dist/src/utils/logger.d.ts +54 -0
- package/dist/src/utils/logger.js.map +1 -0
- package/dist/src/utils/pagination.d.ts +12 -0
- package/dist/src/utils/pagination.js.map +1 -0
- package/dist/src/utils/parseDistributionType.d.ts +302 -0
- package/dist/src/utils/parseDistributionType.js.map +1 -0
- package/dist/src/utils/pricer.d.ts +57 -0
- package/dist/src/utils/pricer.js.map +1 -0
- package/dist/src/utils/prices/chainlinkRead.d.ts +4 -0
- package/dist/src/utils/prices/chainlinkRead.js.map +1 -0
- package/dist/src/utils/prices/curveVirtualPrice.d.ts +4 -0
- package/dist/src/utils/prices/curveVirtualPrice.js.map +1 -0
- package/dist/src/utils/prices/getDQUICK.d.ts +4 -0
- package/dist/src/utils/prices/getDQUICK.js.map +1 -0
- package/dist/src/utils/prices/priceFetcherFactory.d.ts +10 -0
- package/dist/src/utils/prices/priceFetcherFactory.js.map +1 -0
- package/dist/src/utils/prices/priceService.d.ts +13 -0
- package/dist/src/utils/prices/priceService.js.map +1 -0
- package/dist/src/utils/prices/services/OnChainCallService.d.ts +8 -0
- package/dist/src/utils/prices/services/OnChainCallService.js.map +1 -0
- package/dist/src/utils/prices/services/coinGeckoService.d.ts +13 -0
- package/dist/src/utils/prices/services/coinGeckoService.js.map +1 -0
- package/dist/src/utils/prices/services/defillamaService.d.ts +13 -0
- package/dist/src/utils/prices/services/defillamaService.js.map +1 -0
- package/dist/src/utils/prices/services/dexScreenerService.d.ts +11 -0
- package/dist/src/utils/prices/services/dexScreenerService.js.map +1 -0
- package/dist/src/utils/prices/services/erc4626Service.d.ts +9 -0
- package/dist/src/utils/prices/services/erc4626Service.js.map +1 -0
- package/dist/src/utils/prices/services/getERC4626.d.ts +4 -0
- package/dist/src/utils/prices/services/getERC4626.js.map +1 -0
- package/dist/src/utils/prices/services/indexCoopService.d.ts +12 -0
- package/dist/src/utils/prices/services/indexCoopService.js.map +1 -0
- package/dist/src/utils/prices/services/priceFetcher.d.ts +8 -0
- package/dist/src/utils/prices/services/priceFetcher.js.map +1 -0
- package/dist/src/utils/prices/services/uniswapV2PriceService.d.ts +8 -0
- package/dist/src/utils/prices/services/uniswapV2PriceService.js.map +1 -0
- package/dist/src/utils/prices/uniV2Price.d.ts +4 -0
- package/dist/src/utils/prices/uniV2Price.js.map +1 -0
- package/dist/src/utils/providers.d.ts +132 -0
- package/dist/src/utils/providers.js.map +1 -0
- package/dist/src/utils/queries/allCampaigns.d.ts +1 -0
- package/dist/src/utils/queries/allCampaigns.js.map +1 -0
- package/dist/src/utils/removeUndefined.d.ts +6 -0
- package/dist/src/utils/removeUndefined.js.map +1 -0
- package/dist/src/utils/sanitizeChain.d.ts +2 -0
- package/dist/src/utils/sanitizeChain.js.map +1 -0
- package/dist/src/utils/stryke.d.ts +2 -0
- package/dist/src/utils/stryke.js.map +1 -0
- package/dist/src/utils/throw.d.ts +22 -0
- package/dist/src/utils/throw.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
@@ -0,0 +1,90 @@
|
|
1
|
+
import type Elysia from "elysia";
|
2
|
+
export type LostYieldT = {
|
3
|
+
[chainId: string]: {
|
4
|
+
[tokenAddress: string]: {
|
5
|
+
total: number;
|
6
|
+
yield: number;
|
7
|
+
};
|
8
|
+
};
|
9
|
+
};
|
10
|
+
export declare const query: import("@sinclair/typebox").TObject<{
|
11
|
+
user: import("@sinclair/typebox").TString;
|
12
|
+
}>;
|
13
|
+
export declare const response: import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TObject<{
|
14
|
+
total: import("@sinclair/typebox").TNumber;
|
15
|
+
yield: import("@sinclair/typebox").TNumber;
|
16
|
+
}>>>;
|
17
|
+
declare const _default: (app: Elysia<"", {
|
18
|
+
decorator: {};
|
19
|
+
store: {};
|
20
|
+
derive: {};
|
21
|
+
resolve: {};
|
22
|
+
}, {
|
23
|
+
typebox: {};
|
24
|
+
error: {};
|
25
|
+
}, {
|
26
|
+
schema: {};
|
27
|
+
standaloneSchema: {};
|
28
|
+
macro: {};
|
29
|
+
macroFn: {};
|
30
|
+
parser: {};
|
31
|
+
}, {}, {
|
32
|
+
derive: {};
|
33
|
+
resolve: {};
|
34
|
+
schema: {};
|
35
|
+
standaloneSchema: {};
|
36
|
+
}, {
|
37
|
+
derive: {};
|
38
|
+
resolve: {};
|
39
|
+
schema: {};
|
40
|
+
standaloneSchema: {};
|
41
|
+
}>) => Elysia<"", {
|
42
|
+
decorator: {};
|
43
|
+
store: {};
|
44
|
+
derive: {};
|
45
|
+
resolve: {};
|
46
|
+
}, {
|
47
|
+
typebox: {};
|
48
|
+
error: {};
|
49
|
+
}, {
|
50
|
+
schema: {};
|
51
|
+
standaloneSchema: {};
|
52
|
+
macro: {};
|
53
|
+
macroFn: {};
|
54
|
+
parser: {};
|
55
|
+
}, {
|
56
|
+
lostyield: {
|
57
|
+
get: {
|
58
|
+
body: unknown;
|
59
|
+
params: {};
|
60
|
+
query: {
|
61
|
+
user: string;
|
62
|
+
};
|
63
|
+
headers: unknown;
|
64
|
+
response: {
|
65
|
+
[x: string]: any;
|
66
|
+
200: any;
|
67
|
+
422: {
|
68
|
+
type: "validation";
|
69
|
+
on: string;
|
70
|
+
summary?: string | undefined;
|
71
|
+
message?: string | undefined;
|
72
|
+
found?: unknown;
|
73
|
+
property?: string | undefined;
|
74
|
+
expected?: string | undefined;
|
75
|
+
};
|
76
|
+
};
|
77
|
+
};
|
78
|
+
};
|
79
|
+
}, {
|
80
|
+
derive: {};
|
81
|
+
resolve: {};
|
82
|
+
schema: {};
|
83
|
+
standaloneSchema: {};
|
84
|
+
}, {
|
85
|
+
derive: {};
|
86
|
+
resolve: {};
|
87
|
+
schema: {};
|
88
|
+
standaloneSchema: {};
|
89
|
+
}>;
|
90
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"lostyield.js","sourceRoot":"","sources":["../../../../../../apps/api/src/routes/v3/lostyield.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,GAAG,EAAE,MAAM,uBAAuB,CAAC;AAChE,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAGlD,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,KAAK,EAAE,MAAM,QAAQ,CAAC;AAC/B,OAAO,MAAM,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AACpC,OAAO,yBAAyB,MAAM,uCAAuC,CAAC;AAC9E,OAAO,EAAE,YAAY,EAAE,MAAM,sCAAsC,CAAC;AACpE,OAAO,EAAE,2BAA2B,EAAE,MAAM,qBAAqB,CAAC;AAClE,OAAO,EAAE,2BAA2B,EAAE,MAAM,6BAA6B,CAAC;AAC1E,OAAO,EAAE,GAAG,EAAE,MAAM,oBAAoB,CAAC;AACzC,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAElD,MAAM,SAAS,GAAkC;IAC/C,CAAC,OAAO,CAAC,OAAO,CAAC,EAAE;QACjB,KAAK,CAAC,UAAU,CAAC,4CAA4C,CAAC;QAC9D,KAAK,CAAC,UAAU,CAAC,4CAA4C,CAAC;KAC/D;IACD,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE;QACd,KAAK,CAAC,UAAU,CAAC,4CAA4C,CAAC;QAC9D,KAAK,CAAC,UAAU,CAAC,4CAA4C,CAAC;KAC/D;IACD,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAE;QAClB,KAAK,CAAC,UAAU,CAAC,4CAA4C,CAAC;QAC9D,KAAK,CAAC,UAAU,CAAC,4CAA4C,CAAC;KAC/D;IACD,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAE;QAClB,KAAK,CAAC,UAAU,CAAC,4CAA4C,CAAC;QAC9D,KAAK,CAAC,UAAU,CAAC,4CAA4C,CAAC;KAC/D;IACD,CAAC,OAAO,CAAC,OAAO,CAAC,EAAE;QACjB,KAAK,CAAC,UAAU,CAAC,4CAA4C,CAAC;QAC9D,KAAK,CAAC,UAAU,CAAC,4CAA4C,CAAC;KAC/D;CACF,CAAC;AAUF,MAAM,YAAY,GAAG,KAAK,EAAE,IAAY,EAAuB,EAAE,CAAC;IAChE,MAAM,MAAM,GAAe,EAAE,CAAC;IAC9B,MAAM,GAAG,GAAG,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC;IAE5B,MAAM,QAAQ,GAAG,EAAE,GAAG,GAAG,CAAC;IAC1B,MAAM,gBAAgB,GAAG,CAAC,GAAG,GAAG,CAAC;IAEjC,MAAM,QAAQ,GAAG,MAAM,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,EAAE,CACpD,CAAC,KAAK,IAAI,EAAE,CAAC;QACX,IAAI,CAAC;YACH,MAAM,SAAS,GAAG,MAAM,YAAY,CAAC,wBAAwB,CAAC;gBAC5D,OAAO,EAAE,MAAM,CAAC,QAAQ,CAAC,OAAO,CAAC;gBACjC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE,CAAC;gBACP,KAAK,EAAE,CAAC;aACT,CAAC,CAAC;YAEH,MAAM,CAAC,OAAO,CAAC,GAAG,EAAE,CAAC;YACrB,KAAK,MAAM,KAAK,IAAI,SAAS,CAAC,MAAM,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC;gBACxD,MAAM,CAAC,OAAO,CAAC,CAAC,KAAK,CAAC,GAAG,EAAE,KAAK,EAAE,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC;YAClD,CAAC;YAED,MAAM,kBAAkB,GAAG,MAAM,SAAS,CAAC,MAAM,CAAC,QAAQ,CAAC,OAAO,CAAY,CAAC,CAAC,cAAc,EAAE,CAAC;YACjG,MAAM,gBAAgB,GAAG,MAAM,2BAA2B,CACxD,IAAI,CAAC,KAAK,CAAC,CAAC,GAAG,GAAG,QAAQ,CAAC,GAAG,gBAAgB,CAAC,GAAG,gBAAgB,EAClE,MAAM,CAAC,QAAQ,CAAC,OAAO,CAAC,CACzB,CAAC;YACF,MAAM,0BAA0B,GAAG,IAAI,CAAC,KAAK,CAC3C,CAAC,kBAAkB,GAAG,gBAAgB,CAAC,GAAG,CAAC,QAAQ,GAAG,gBAAgB,CAAC,CACxE,CAAC;YAEF,IAAI,WAAW,GAAG,gBAAgB,CAAC;YACnC,MAAM,iBAAiB,GAAG,EAAE,CAAC;YAC7B,IAAI,aAAa,GAAG,CAAC,CAAC;YACtB,OAAO,WAAW,GAAG,kBAAkB,EAAE,CAAC;gBACxC,aAAa,EAAE,CAAC;gBAChB,iBAAiB,CAAC,IAAI,CACpB,CAAC,KAAK,IAAI,EAAE,CAAC;oBACX,MAAM,KAAK,GAAc,EAAE,CAAC;oBAC5B,KAAK,MAAM,KAAK,IAAI,SAAS,CAAC,MAAM,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC;wBACxD,KAAK,CAAC,IAAI,CAAC;4BACT,MAAM,EAAE,KAAK;4BACb,QAAQ,EAAE,cAAc,CAAC,kBAAkB,CAAC,WAAW,EAAE,CAAC,IAAI,CAAC,CAAC;4BAChE,YAAY,EAAE,IAAI;yBACnB,CAAC,CAAC;oBACL,CAAC;oBACD,4GAA4G;oBAC5G,MAAM,OAAO,GAAG,MAAM,2BAA2B,CAAC,MAAM,CAAC,QAAQ,CAAC,OAAO,CAAC,EAAE,EAAE,KAAK,EAAE,WAAW,EAAE,CAAC,CAAC;oBAEpG,IAAI,CAAC,GAAG,CAAC,CAAC;oBACV,KAAK,MAAM,KAAK,IAAI,SAAS,CAAC,MAAM,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC;wBACxD,MAAM,YAAY,GAAG,SAAS,CAAC,KAAK,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC;wBACxD,MAAM,OAAO,GAAG,cAAc,CAAC,oBAAoB,CAAC,WAAW,EAAE,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC;wBAC7F,MAAM,CAAC,OAAO,CAAC,CAAC,KAAK,CAAC,CAAC,KAAK,IAAI,SAAS,CAAC,OAAO,EAAE,YAAY,CAAC,QAAQ,CAAC,CAAC;oBAC5E,CAAC;gBAAA,CACF,CAAC,EAAE,CACL,CAAC;gBACF,WAAW,IAAI,0BAA0B,CAAC;YAC5C,CAAC;YACD,MAAM,OAAO,CAAC,GAAG,CAAC,iBAAiB,CAAC,CAAC;YAErC,KAAK,MAAM,KAAK,IAAI,SAAS,CAAC,MAAM,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC;gBACxD,MAAM,CAAC,OAAO,CAAC,CAAC,KAAK,CAAC,CAAC,KAAK,GAAG,MAAM,CAAC,OAAO,CAAC,CAAC,KAAK,CAAC,CAAC,KAAK,GAAG,aAAa,CAAC;gBAC5E,MAAM,CAAC,OAAO,CAAC,CAAC,KAAK,CAAC,CAAC,KAAK,GAAG,MAAM,CAAC,OAAO,CAAC,CAAC,KAAK,CAAC,CAAC,KAAK,GAAG,IAAI,CAAC;YACrE,CAAC;QACH,CAAC;QAAC,OAAO,CAAC,EAAE,CAAC;YACX,GAAG,CAAC,KAAK,CAAC,gCAAgC,IAAI,aAAa,OAAO,EAAE,EAAE,CAAC,CAAC,CAAC;QAC3E,CAAC;IAAA,CACF,CAAC,EAAE,CACL,CAAC;IAEF,MAAM,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;IAE5B,OAAO,MAAM,CAAC;AAAA,CACf,CAAC;AAEF,MAAM,CAAC,MAAM,KAAK,GAAG,CAAC,CAAC,MAAM,CAAC;IAC5B,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;CACjB,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC,CAAC,MAAM,CAC9B,CAAC,CAAC,MAAM,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,CAAC,EAC9B,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,KAAK,EAAE,cAAc,EAAE,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,EAAE,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,CAClG,CAAC;AAEF,eAAe,CAAC,GAAW,EAAE,EAAE,CAC7B,GAAG,CAAC,GAAG,CAAC,yBAAyB,EAAE,CAAC,CAAC,GAAG,CACtC,YAAY,EACZ,KAAK,EAAE,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC;IACnB,OAAO,MAAM,KAAK,CAAC,QAAQ,CAAC,aAAa,KAAK,CAAC,IAAI,EAAE,EAAE,YAAY,EAAE,KAAK,CAAC,IAAI,CAAC,CAAC;AAAA,CAClF,EACD;IACE,KAAK,EAAE,CAAC,CAAC,MAAM,CAAC;QACd,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;KACjB,CAAC;IACF,IAAI,EAAE,CAAC,WAAW,CAAC;CACpB,CACF,CAAC"}
|
@@ -0,0 +1,224 @@
|
|
1
|
+
import { AMM, type Campaign, type CampaignDynamicData } from "@angleprotocol/sdk/ts";
|
2
|
+
import { type Elysia } from "elysia";
|
3
|
+
export type CampaignsReturnType = {
|
4
|
+
[chainId: number]: {
|
5
|
+
[type_mainParameter: string]: {
|
6
|
+
[campaignId: string]: CampaignDynamicData<Campaign>;
|
7
|
+
};
|
8
|
+
};
|
9
|
+
};
|
10
|
+
export declare const query: import("@sinclair/typebox").TObject<{
|
11
|
+
AMMs: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>]>>;
|
12
|
+
chainIds: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TNumber, import("@sinclair/typebox").TArray<import("@sinclair/typebox").TNumber>]>>;
|
13
|
+
user: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
14
|
+
onlyLive: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
15
|
+
}>;
|
16
|
+
export declare const response: import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TObject<{
|
17
|
+
merkleRoot: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
18
|
+
message: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
19
|
+
validRewardTokens: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
|
20
|
+
decimals: import("@sinclair/typebox").TNumber;
|
21
|
+
minimumAmountPerEpoch: import("@sinclair/typebox").TNumber;
|
22
|
+
symbol: import("@sinclair/typebox").TString;
|
23
|
+
token: import("@sinclair/typebox").TString;
|
24
|
+
}>>>;
|
25
|
+
pools: import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TObject<{
|
26
|
+
alm: import("@sinclair/typebox").TObject<{}>;
|
27
|
+
amm: import("@sinclair/typebox").TNumber;
|
28
|
+
ammAlgo: import("@sinclair/typebox").TNumber;
|
29
|
+
ammAlgoName: import("@sinclair/typebox").TString;
|
30
|
+
ammName: import("@sinclair/typebox").TString;
|
31
|
+
aprs: import("@sinclair/typebox").TObject<{}>;
|
32
|
+
chainId: import("@sinclair/typebox").TNumber;
|
33
|
+
decimalsToken0: import("@sinclair/typebox").TNumber;
|
34
|
+
decimalsToken1: import("@sinclair/typebox").TNumber;
|
35
|
+
disputeLive: import("@sinclair/typebox").TBoolean;
|
36
|
+
distributionData: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TUnknown>;
|
37
|
+
endOfDisputePeriod: import("@sinclair/typebox").TNumber;
|
38
|
+
meanAPR: import("@sinclair/typebox").TNumber;
|
39
|
+
pool: import("@sinclair/typebox").TString;
|
40
|
+
poolBalanceToken0: import("@sinclair/typebox").TNumber;
|
41
|
+
poolBalanceToken1: import("@sinclair/typebox").TNumber;
|
42
|
+
poolFee: import("@sinclair/typebox").TNumber;
|
43
|
+
poolTotalLiquidity: import("@sinclair/typebox").TNumber;
|
44
|
+
rewardsPerToken: import("@sinclair/typebox").TObject<{}>;
|
45
|
+
symbolToken0: import("@sinclair/typebox").TString;
|
46
|
+
symbolToken1: import("@sinclair/typebox").TString;
|
47
|
+
tick: import("@sinclair/typebox").TNumber;
|
48
|
+
token0: import("@sinclair/typebox").TString;
|
49
|
+
token1: import("@sinclair/typebox").TString;
|
50
|
+
tvl: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TNumber, import("@sinclair/typebox").TNull]>;
|
51
|
+
}>>;
|
52
|
+
}>>;
|
53
|
+
export declare const merklRoute: ({ query, set }: any) => Promise<import("@angleprotocol/sdk/ts").MerklAPIType>;
|
54
|
+
declare const _default: (app: Elysia<"", {
|
55
|
+
decorator: {};
|
56
|
+
store: {};
|
57
|
+
derive: {};
|
58
|
+
resolve: {};
|
59
|
+
}, {
|
60
|
+
typebox: {};
|
61
|
+
error: {};
|
62
|
+
}, {
|
63
|
+
schema: {};
|
64
|
+
standaloneSchema: {};
|
65
|
+
macro: {};
|
66
|
+
macroFn: {};
|
67
|
+
parser: {};
|
68
|
+
}, {}, {
|
69
|
+
derive: {};
|
70
|
+
resolve: {};
|
71
|
+
schema: {};
|
72
|
+
standaloneSchema: {};
|
73
|
+
}, {
|
74
|
+
derive: {};
|
75
|
+
resolve: {};
|
76
|
+
schema: {};
|
77
|
+
standaloneSchema: {};
|
78
|
+
}>) => Elysia<"", {
|
79
|
+
decorator: {};
|
80
|
+
store: {};
|
81
|
+
derive: {};
|
82
|
+
resolve: {};
|
83
|
+
}, {
|
84
|
+
typebox: {};
|
85
|
+
error: {};
|
86
|
+
}, {
|
87
|
+
schema: {};
|
88
|
+
standaloneSchema: {};
|
89
|
+
macro: {};
|
90
|
+
macroFn: {};
|
91
|
+
parser: {};
|
92
|
+
}, {
|
93
|
+
merkl: {
|
94
|
+
get: {
|
95
|
+
body: unknown;
|
96
|
+
params: {};
|
97
|
+
query: unknown;
|
98
|
+
headers: unknown;
|
99
|
+
response: {
|
100
|
+
200: {
|
101
|
+
[x: number]: {
|
102
|
+
merkleRoot: string;
|
103
|
+
message: string;
|
104
|
+
validRewardTokens: {
|
105
|
+
token: string;
|
106
|
+
minimumAmountPerEpoch: number;
|
107
|
+
decimals: number;
|
108
|
+
symbol: string;
|
109
|
+
}[];
|
110
|
+
pools: {
|
111
|
+
[address: string]: import("@angleprotocol/sdk/ts").PoolType<AMM.AERODROME>;
|
112
|
+
} | {
|
113
|
+
[address: string]: import("@angleprotocol/sdk/ts").PoolType<AMM.ARTHSWAP>;
|
114
|
+
} | {
|
115
|
+
[address: string]: import("@angleprotocol/sdk/ts").PoolType<AMM.BaseSwap>;
|
116
|
+
} | {
|
117
|
+
[address: string]: import("@angleprotocol/sdk/ts").PoolType<AMM.Camelot>;
|
118
|
+
} | {
|
119
|
+
[address: string]: import("@angleprotocol/sdk/ts").PoolType<AMM.Crust>;
|
120
|
+
} | {
|
121
|
+
[address: string]: import("@angleprotocol/sdk/ts").PoolType<AMM.Fenix>;
|
122
|
+
} | {
|
123
|
+
[address: string]: import("@angleprotocol/sdk/ts").PoolType<AMM.GLiquid>;
|
124
|
+
} | {
|
125
|
+
[address: string]: import("@angleprotocol/sdk/ts").PoolType<AMM.Horiza>;
|
126
|
+
} | {
|
127
|
+
[address: string]: import("@angleprotocol/sdk/ts").PoolType<AMM.Hybra>;
|
128
|
+
} | {
|
129
|
+
[address: string]: import("@angleprotocol/sdk/ts").PoolType<AMM.Hyperswap>;
|
130
|
+
} | {
|
131
|
+
[address: string]: import("@angleprotocol/sdk/ts").PoolType<AMM.Iguana>;
|
132
|
+
} | {
|
133
|
+
[address: string]: import("@angleprotocol/sdk/ts").PoolType<AMM.Izumi>;
|
134
|
+
} | {
|
135
|
+
[address: string]: import("@angleprotocol/sdk/ts").PoolType<AMM.KOI>;
|
136
|
+
} | {
|
137
|
+
[address: string]: import("@angleprotocol/sdk/ts").PoolType<AMM.KYO>;
|
138
|
+
} | {
|
139
|
+
[address: string]: import("@angleprotocol/sdk/ts").PoolType<AMM.Katana>;
|
140
|
+
} | {
|
141
|
+
[address: string]: import("@angleprotocol/sdk/ts").PoolType<AMM.KatanaAlgebraV1_2>;
|
142
|
+
} | {
|
143
|
+
[address: string]: import("@angleprotocol/sdk/ts").PoolType<AMM.Kim>;
|
144
|
+
} | {
|
145
|
+
[address: string]: import("@angleprotocol/sdk/ts").PoolType<AMM.Kittenswap>;
|
146
|
+
} | {
|
147
|
+
[address: string]: import("@angleprotocol/sdk/ts").PoolType<AMM.NINEMM>;
|
148
|
+
} | {
|
149
|
+
[address: string]: import("@angleprotocol/sdk/ts").PoolType<AMM.Neptune>;
|
150
|
+
} | {
|
151
|
+
[address: string]: import("@angleprotocol/sdk/ts").PoolType<AMM.PancakeSwapV3>;
|
152
|
+
} | {
|
153
|
+
[address: string]: import("@angleprotocol/sdk/ts").PoolType<AMM.QuickswapAlgebra>;
|
154
|
+
} | {
|
155
|
+
[address: string]: import("@angleprotocol/sdk/ts").PoolType<AMM.QuickswapAlgebraV1_2>;
|
156
|
+
} | {
|
157
|
+
[address: string]: import("@angleprotocol/sdk/ts").PoolType<AMM.QuickswapUni>;
|
158
|
+
} | {
|
159
|
+
[address: string]: import("@angleprotocol/sdk/ts").PoolType<AMM.Ramses>;
|
160
|
+
} | {
|
161
|
+
[address: string]: import("@angleprotocol/sdk/ts").PoolType<AMM.Retro>;
|
162
|
+
} | {
|
163
|
+
[address: string]: import("@angleprotocol/sdk/ts").PoolType<AMM.Sonex>;
|
164
|
+
} | {
|
165
|
+
[address: string]: import("@angleprotocol/sdk/ts").PoolType<AMM.SpookyswapV3>;
|
166
|
+
} | {
|
167
|
+
[address: string]: import("@angleprotocol/sdk/ts").PoolType<AMM.Stryke>;
|
168
|
+
} | {
|
169
|
+
[address: string]: import("@angleprotocol/sdk/ts").PoolType<AMM.StrykePCS>;
|
170
|
+
} | {
|
171
|
+
[address: string]: import("@angleprotocol/sdk/ts").PoolType<AMM.StrykeSushi>;
|
172
|
+
} | {
|
173
|
+
[address: string]: import("@angleprotocol/sdk/ts").PoolType<AMM.SupswapV3>;
|
174
|
+
} | {
|
175
|
+
[address: string]: import("@angleprotocol/sdk/ts").PoolType<AMM.SushiSwapV3>;
|
176
|
+
} | {
|
177
|
+
[address: string]: import("@angleprotocol/sdk/ts").PoolType<AMM.SwapX>;
|
178
|
+
} | {
|
179
|
+
[address: string]: import("@angleprotocol/sdk/ts").PoolType<AMM.Swapr>;
|
180
|
+
} | {
|
181
|
+
[address: string]: import("@angleprotocol/sdk/ts").PoolType<AMM.SyncswapV3>;
|
182
|
+
} | {
|
183
|
+
[address: string]: import("@angleprotocol/sdk/ts").PoolType<AMM.ThirdTrade>;
|
184
|
+
} | {
|
185
|
+
[address: string]: import("@angleprotocol/sdk/ts").PoolType<AMM.Thruster>;
|
186
|
+
} | {
|
187
|
+
[address: string]: import("@angleprotocol/sdk/ts").PoolType<AMM.UniswapV3>;
|
188
|
+
} | {
|
189
|
+
[address: string]: import("@angleprotocol/sdk/ts").PoolType<AMM.Velodrome>;
|
190
|
+
} | {
|
191
|
+
[address: string]: import("@angleprotocol/sdk/ts").PoolType<AMM.Voltage>;
|
192
|
+
} | {
|
193
|
+
[address: string]: import("@angleprotocol/sdk/ts").PoolType<AMM.ZERO>;
|
194
|
+
} | {
|
195
|
+
[address: string]: import("@angleprotocol/sdk/ts").PoolType<AMM.zkSwap>;
|
196
|
+
};
|
197
|
+
} & Partial<{
|
198
|
+
signed: boolean;
|
199
|
+
feeRebate: number;
|
200
|
+
transactionData: {
|
201
|
+
[token: string]: {
|
202
|
+
claim: string;
|
203
|
+
token: string;
|
204
|
+
leaf: string;
|
205
|
+
proof: string[];
|
206
|
+
};
|
207
|
+
};
|
208
|
+
}>;
|
209
|
+
};
|
210
|
+
};
|
211
|
+
};
|
212
|
+
};
|
213
|
+
}, {
|
214
|
+
derive: {};
|
215
|
+
resolve: {};
|
216
|
+
schema: {};
|
217
|
+
standaloneSchema: {};
|
218
|
+
}, {
|
219
|
+
derive: {};
|
220
|
+
resolve: {};
|
221
|
+
schema: {};
|
222
|
+
standaloneSchema: {};
|
223
|
+
}>;
|
224
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"merkl.js","sourceRoot":"","sources":["../../../../../../apps/api/src/routes/v3/merkl.ts"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,99 @@
|
|
1
|
+
import type Elysia from "elysia";
|
2
|
+
export declare const query: import("@sinclair/typebox").TObject<{
|
3
|
+
repository: import("@sinclair/typebox").TString;
|
4
|
+
chainId: import("@sinclair/typebox").TNumber;
|
5
|
+
}>;
|
6
|
+
export declare const response: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
|
7
|
+
uniqueKey: import("@sinclair/typebox").TString;
|
8
|
+
whitelisted: import("@sinclair/typebox").TBoolean;
|
9
|
+
lltv: import("@sinclair/typebox").TNumber;
|
10
|
+
loanAsset: import("@sinclair/typebox").TObject<{
|
11
|
+
address: import("@sinclair/typebox").TString;
|
12
|
+
chain: import("@sinclair/typebox").TObject<{
|
13
|
+
network: import("@sinclair/typebox").TString;
|
14
|
+
}>;
|
15
|
+
symbol: import("@sinclair/typebox").TString;
|
16
|
+
}>;
|
17
|
+
collateralAsset: import("@sinclair/typebox").TObject<{
|
18
|
+
address: import("@sinclair/typebox").TString;
|
19
|
+
chain: import("@sinclair/typebox").TObject<{
|
20
|
+
network: import("@sinclair/typebox").TString;
|
21
|
+
}>;
|
22
|
+
symbol: import("@sinclair/typebox").TString;
|
23
|
+
}>;
|
24
|
+
}>>;
|
25
|
+
declare const _default: (app: Elysia<"", {
|
26
|
+
decorator: {};
|
27
|
+
store: {};
|
28
|
+
derive: {};
|
29
|
+
resolve: {};
|
30
|
+
}, {
|
31
|
+
typebox: {};
|
32
|
+
error: {};
|
33
|
+
}, {
|
34
|
+
schema: {};
|
35
|
+
standaloneSchema: {};
|
36
|
+
macro: {};
|
37
|
+
macroFn: {};
|
38
|
+
parser: {};
|
39
|
+
}, {}, {
|
40
|
+
derive: {};
|
41
|
+
resolve: {};
|
42
|
+
schema: {};
|
43
|
+
standaloneSchema: {};
|
44
|
+
}, {
|
45
|
+
derive: {};
|
46
|
+
resolve: {};
|
47
|
+
schema: {};
|
48
|
+
standaloneSchema: {};
|
49
|
+
}>) => Elysia<"", {
|
50
|
+
decorator: {};
|
51
|
+
store: {};
|
52
|
+
derive: {};
|
53
|
+
resolve: {};
|
54
|
+
}, {
|
55
|
+
typebox: {};
|
56
|
+
error: {};
|
57
|
+
}, {
|
58
|
+
schema: {};
|
59
|
+
standaloneSchema: {};
|
60
|
+
macro: {};
|
61
|
+
macroFn: {};
|
62
|
+
parser: {};
|
63
|
+
}, {
|
64
|
+
morphoMarkets: {
|
65
|
+
get: {
|
66
|
+
body: unknown;
|
67
|
+
params: {};
|
68
|
+
query: {
|
69
|
+
repository: string;
|
70
|
+
chainId: number;
|
71
|
+
};
|
72
|
+
headers: unknown;
|
73
|
+
response: {
|
74
|
+
[x: string]: any;
|
75
|
+
200: any;
|
76
|
+
422: {
|
77
|
+
type: "validation";
|
78
|
+
on: string;
|
79
|
+
summary?: string | undefined;
|
80
|
+
message?: string | undefined;
|
81
|
+
found?: unknown;
|
82
|
+
property?: string | undefined;
|
83
|
+
expected?: string | undefined;
|
84
|
+
};
|
85
|
+
};
|
86
|
+
};
|
87
|
+
};
|
88
|
+
}, {
|
89
|
+
derive: {};
|
90
|
+
resolve: {};
|
91
|
+
schema: {};
|
92
|
+
standaloneSchema: {};
|
93
|
+
}, {
|
94
|
+
derive: {};
|
95
|
+
resolve: {};
|
96
|
+
schema: {};
|
97
|
+
standaloneSchema: {};
|
98
|
+
}>;
|
99
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"morphoMarkets.js","sourceRoot":"","sources":["../../../../../../apps/api/src/routes/v3/morphoMarkets.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqB,qBAAqB,EAAE,MAAM,uBAAuB,CAAC;AAEjF,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,yBAAyB,EAAE,MAAM,mCAAmC,CAAC;AAE9E,MAAM,CAAC,MAAM,KAAK,GAAG,CAAC,CAAC,MAAM,CAAC;IAC5B,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;IACtB,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE;CACrB,CAAC,CAAC;AAEH,MAAM,KAAK,GAAG,CAAC,CAAC,MAAM,CAAC;IACrB,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,KAAK,EAAE,CAAC,CAAC,MAAM,CAAC,EAAE,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC;IACxC,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE;CACnB,CAAC,CAAC;AACH,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAC7B,CAAC,CAAC,MAAM,CAAC;IACP,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,WAAW,EAAE,CAAC,CAAC,OAAO,EAAE;IACxB,IAAI,EAAE,CAAC,CAAC,OAAO,EAAE;IACjB,SAAS,EAAE,KAAK;IAChB,eAAe,EAAE,KAAK;CACvB,CAAC,CACH,CAAC;AAEF,eAAe,CAAC,GAAW,EAAE,EAAE,CAC7B,GAAG,CAAC,GAAG,CACL,gBAAgB,EAChB,KAAK,CAAC,OAAO,CAAC,EAAE,CAAC;IACf,MAAM,OAAO,GAAG,OAAO,CAAC,KAAK,CAAC,OAAuB,CAAC;IACtD,IAAI,OAAO,CAAC,KAAK,CAAC,UAAU,KAAK,qBAAqB,CAAC,IAAI,CAAC,QAAQ,EAAE;QACpE,OAAO,MAAM,yBAAyB,CAAC,OAAO,EAAE,OAAO,CAAC,KAAK,CAAC,UAAoB,CAAC,CAAC;AAAA,CACvF,EACD;IACE,KAAK;IACL,IAAI,EAAE,CAAC,WAAW,CAAC;CACpB,CACF,CAAC"}
|
@@ -0,0 +1,89 @@
|
|
1
|
+
import type Elysia from "elysia";
|
2
|
+
export declare const query: import("@sinclair/typebox").TObject<{
|
3
|
+
repository: import("@sinclair/typebox").TString;
|
4
|
+
chainId: import("@sinclair/typebox").TNumber;
|
5
|
+
}>;
|
6
|
+
export declare const response: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
|
7
|
+
address: import("@sinclair/typebox").TString;
|
8
|
+
name: import("@sinclair/typebox").TString;
|
9
|
+
whitelisted: import("@sinclair/typebox").TBoolean;
|
10
|
+
symbol: import("@sinclair/typebox").TString;
|
11
|
+
chain: import("@sinclair/typebox").TObject<{
|
12
|
+
network: import("@sinclair/typebox").TString;
|
13
|
+
}>;
|
14
|
+
}>>;
|
15
|
+
declare const _default: (app: Elysia<"", {
|
16
|
+
decorator: {};
|
17
|
+
store: {};
|
18
|
+
derive: {};
|
19
|
+
resolve: {};
|
20
|
+
}, {
|
21
|
+
typebox: {};
|
22
|
+
error: {};
|
23
|
+
}, {
|
24
|
+
schema: {};
|
25
|
+
standaloneSchema: {};
|
26
|
+
macro: {};
|
27
|
+
macroFn: {};
|
28
|
+
parser: {};
|
29
|
+
}, {}, {
|
30
|
+
derive: {};
|
31
|
+
resolve: {};
|
32
|
+
schema: {};
|
33
|
+
standaloneSchema: {};
|
34
|
+
}, {
|
35
|
+
derive: {};
|
36
|
+
resolve: {};
|
37
|
+
schema: {};
|
38
|
+
standaloneSchema: {};
|
39
|
+
}>) => Elysia<"", {
|
40
|
+
decorator: {};
|
41
|
+
store: {};
|
42
|
+
derive: {};
|
43
|
+
resolve: {};
|
44
|
+
}, {
|
45
|
+
typebox: {};
|
46
|
+
error: {};
|
47
|
+
}, {
|
48
|
+
schema: {};
|
49
|
+
standaloneSchema: {};
|
50
|
+
macro: {};
|
51
|
+
macroFn: {};
|
52
|
+
parser: {};
|
53
|
+
}, {
|
54
|
+
morphoVaults: {
|
55
|
+
get: {
|
56
|
+
body: unknown;
|
57
|
+
params: {};
|
58
|
+
query: {
|
59
|
+
repository: string;
|
60
|
+
chainId: number;
|
61
|
+
};
|
62
|
+
headers: unknown;
|
63
|
+
response: {
|
64
|
+
[x: string]: any;
|
65
|
+
200: any;
|
66
|
+
422: {
|
67
|
+
type: "validation";
|
68
|
+
on: string;
|
69
|
+
summary?: string | undefined;
|
70
|
+
message?: string | undefined;
|
71
|
+
found?: unknown;
|
72
|
+
property?: string | undefined;
|
73
|
+
expected?: string | undefined;
|
74
|
+
};
|
75
|
+
};
|
76
|
+
};
|
77
|
+
};
|
78
|
+
}, {
|
79
|
+
derive: {};
|
80
|
+
resolve: {};
|
81
|
+
schema: {};
|
82
|
+
standaloneSchema: {};
|
83
|
+
}, {
|
84
|
+
derive: {};
|
85
|
+
resolve: {};
|
86
|
+
schema: {};
|
87
|
+
standaloneSchema: {};
|
88
|
+
}>;
|
89
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"morphoVaults.js","sourceRoot":"","sources":["../../../../../../apps/api/src/routes/v3/morphoVaults.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqB,qBAAqB,EAAE,MAAM,uBAAuB,CAAC;AAEjF,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,yBAAyB,EAAE,MAAM,mCAAmC,CAAC;AAE9E,MAAM,CAAC,MAAM,KAAK,GAAG,CAAC,CAAC,MAAM,CAAC;IAC5B,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;IACtB,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE;CACrB,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAC7B,CAAC,CAAC,MAAM,CAAC;IACP,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,WAAW,EAAE,CAAC,CAAC,OAAO,EAAE;IACxB,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE;IAClB,KAAK,EAAE,CAAC,CAAC,MAAM,CAAC,EAAE,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC;CACzC,CAAC,CACH,CAAC;AAEF,eAAe,CAAC,GAAW,EAAE,EAAE,CAC7B,GAAG,CAAC,GAAG,CACL,eAAe,EACf,KAAK,CAAC,OAAO,CAAC,EAAE,CAAC;IACf,MAAM,OAAO,GAAG,OAAO,CAAC,KAAK,CAAC,OAAuB,CAAC;IACtD,IAAI,OAAO,CAAC,KAAK,CAAC,UAAU,KAAK,qBAAqB,CAAC,IAAI,CAAC,QAAQ,EAAE;QACpE,OAAO,MAAM,yBAAyB,CAAC,OAAO,EAAE,OAAO,CAAC,KAAK,CAAC,UAAoB,CAAC,CAAC;AAAA,CACvF,EACD;IACE,KAAK;IACL,IAAI,EAAE,CAAC,WAAW,CAAC;CACpB,CACF,CAAC"}
|
@@ -0,0 +1,82 @@
|
|
1
|
+
import type Elysia from "elysia";
|
2
|
+
export declare const query: import("@sinclair/typebox").TObject<{
|
3
|
+
chainIds: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>]>>;
|
4
|
+
user: import("@sinclair/typebox").TString;
|
5
|
+
creatorTag: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
6
|
+
}>;
|
7
|
+
declare const _default: (app: Elysia<"", {
|
8
|
+
decorator: {};
|
9
|
+
store: {};
|
10
|
+
derive: {};
|
11
|
+
resolve: {};
|
12
|
+
}, {
|
13
|
+
typebox: {};
|
14
|
+
error: {};
|
15
|
+
}, {
|
16
|
+
schema: {};
|
17
|
+
standaloneSchema: {};
|
18
|
+
macro: {};
|
19
|
+
macroFn: {};
|
20
|
+
parser: {};
|
21
|
+
}, {}, {
|
22
|
+
derive: {};
|
23
|
+
resolve: {};
|
24
|
+
schema: {};
|
25
|
+
standaloneSchema: {};
|
26
|
+
}, {
|
27
|
+
derive: {};
|
28
|
+
resolve: {};
|
29
|
+
schema: {};
|
30
|
+
standaloneSchema: {};
|
31
|
+
}>) => Elysia<"", {
|
32
|
+
decorator: {};
|
33
|
+
store: {};
|
34
|
+
derive: {};
|
35
|
+
resolve: {};
|
36
|
+
}, {
|
37
|
+
typebox: {};
|
38
|
+
error: {};
|
39
|
+
}, {
|
40
|
+
schema: {};
|
41
|
+
standaloneSchema: {};
|
42
|
+
macro: {};
|
43
|
+
macroFn: {};
|
44
|
+
parser: {};
|
45
|
+
}, {
|
46
|
+
multiChainPositions: {
|
47
|
+
get: {
|
48
|
+
body: unknown;
|
49
|
+
params: {};
|
50
|
+
query: {
|
51
|
+
chainIds?: string | string[] | undefined;
|
52
|
+
user: string;
|
53
|
+
creatorTag?: string | undefined;
|
54
|
+
};
|
55
|
+
headers: unknown;
|
56
|
+
response: {
|
57
|
+
[x: string]: any;
|
58
|
+
200: any;
|
59
|
+
422: {
|
60
|
+
type: "validation";
|
61
|
+
on: string;
|
62
|
+
summary?: string | undefined;
|
63
|
+
message?: string | undefined;
|
64
|
+
found?: unknown;
|
65
|
+
property?: string | undefined;
|
66
|
+
expected?: string | undefined;
|
67
|
+
};
|
68
|
+
};
|
69
|
+
};
|
70
|
+
};
|
71
|
+
}, {
|
72
|
+
derive: {};
|
73
|
+
resolve: {};
|
74
|
+
schema: {};
|
75
|
+
standaloneSchema: {};
|
76
|
+
}, {
|
77
|
+
derive: {};
|
78
|
+
resolve: {};
|
79
|
+
schema: {};
|
80
|
+
standaloneSchema: {};
|
81
|
+
}>;
|
82
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"multiChainPositions.js","sourceRoot":"","sources":["../../../../../../apps/api/src/routes/v3/multiChainPositions.ts"],"names":[],"mappings":"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"}
|