@merkl/api 0.10.129 → 0.10.130
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/database/api/.generated/default.js +1 -0
- package/dist/database/api/.generated/edge.js +609 -0
- package/dist/database/api/.generated/index-browser.js +586 -0
- package/dist/database/api/.generated/index.js +638 -0
- package/dist/database/api/.generated/runtime/edge-esm.js +31 -0
- package/dist/database/api/.generated/runtime/edge.js +31 -0
- package/dist/database/api/.generated/runtime/index-browser.js +13 -0
- package/dist/database/api/.generated/runtime/library.js +143 -0
- package/dist/database/api/.generated/runtime/react-native.js +80 -0
- package/dist/database/api/.generated/runtime/wasm.js +32 -0
- package/dist/database/api/.generated/wasm.js +586 -0
- package/dist/database/api/seeder/resources/protocol.js +341 -0
- package/dist/database/engine/.generated/default.js +1 -0
- package/dist/database/engine/.generated/edge.js +438 -0
- package/dist/database/engine/.generated/index-browser.js +415 -0
- package/dist/database/engine/.generated/index.js +467 -0
- package/dist/database/engine/.generated/runtime/edge-esm.js +31 -0
- package/dist/database/engine/.generated/runtime/edge.js +31 -0
- package/dist/database/engine/.generated/runtime/index-browser.js +13 -0
- package/dist/database/engine/.generated/runtime/library.js +143 -0
- package/dist/database/engine/.generated/runtime/react-native.js +80 -0
- package/dist/database/engine/.generated/runtime/wasm.js +32 -0
- package/dist/database/engine/.generated/wasm.js +415 -0
- package/dist/node_modules/@elysiajs/eden/eden/LICENSE +7 -0
- package/dist/node_modules/@elysiajs/eden/eden/README.md +46 -0
- package/dist/node_modules/@elysiajs/eden/eden/bunfig.toml +2 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/chunk-2IHGLN7W.mjs +1 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/chunk-7WO4HTSU.mjs +1 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/chunk-XYW4OUFN.mjs +1 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/chunk-YAG46HFR.mjs +1 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/errors.d.ts +5 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/fetch/index.d.ts +4 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/fetch/types.d.ts +44 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/fetch.d.mts +48 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/fetch.d.ts +48 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/fetch.global.js +1 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/fetch.js +1 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/fetch.mjs +1 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/index.d.mts +5 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/index.d.ts +5 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/index.global.js +1 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/index.js +1 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/index.mjs +1 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/treaty/index.d.ts +17 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/treaty/types.d.ts +99 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/treaty/utils.d.ts +1 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/treaty.d.mts +114 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/treaty.d.ts +114 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/treaty.global.js +1 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/treaty.js +1 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/treaty.mjs +1 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/treaty2/index.d.ts +5 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/treaty2/types.d.ts +86 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/treaty2/ws.d.ts +14 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/treaty2.d.mts +103 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/treaty2.d.ts +103 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/treaty2.global.js +1 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/treaty2.js +1 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/treaty2.mjs +1 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/types-C41kuZ-K.d.mts +44 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/types-C41kuZ-K.d.ts +44 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/types.d.ts +39 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/utils/parsingUtils.d.ts +6 -0
- package/dist/node_modules/@elysiajs/eden/eden/package.json +85 -0
- package/dist/package.json +2 -2
- package/dist/src/backgroundJobs/index.js +44 -0
- package/dist/src/backgroundJobs/jobs/campaignsCacheUpdater.js +160 -0
- package/dist/src/backgroundJobs/jobs/health.js +15 -0
- package/dist/src/backgroundJobs/jobs/opportunityUpdater.js +63 -0
- package/dist/src/backgroundJobs/jobs/priceUpdater.js +16 -0
- package/dist/src/backgroundJobs/jobs/sync.js +33 -0
- package/dist/src/cache/declaration.js +146 -0
- package/dist/src/cache/index.js +152 -0
- package/dist/src/cache/redis.js +49 -0
- package/dist/src/constants.js +119 -0
- package/dist/src/entities/campaign.js +134 -0
- package/dist/src/entities/opportunity.js +549 -0
- package/dist/src/errors/BadRequest.error.js +7 -0
- package/dist/src/errors/Conflict.error.js +7 -0
- package/dist/src/errors/HttpError.js +11 -0
- package/dist/src/errors/NotFound.error.js +7 -0
- package/dist/src/errors/Opportunity.error.js +11 -0
- package/dist/src/errors/Unauthorized.error.js +7 -0
- package/dist/src/errors/index.js +5 -0
- package/dist/src/guards/BackOffice.guard.js +10 -0
- package/dist/src/guards/Engine.guard.js +10 -0
- package/dist/src/guards/TokenAuth.guard.js +10 -0
- package/dist/src/hooks/checkQueryAddressValidity.js +7 -0
- package/dist/src/hooks/checkQueryChainIdValidity.js +7 -0
- package/dist/src/index.js +79 -0
- package/dist/src/internal/controllers/endingCampaigns.js +41 -0
- package/dist/src/internal/controllers/unclaimed.js +36 -0
- package/dist/src/internal/index.js +30 -0
- package/dist/src/libs/campaigns/campaignTypes/AjnaDynamicData.js +111 -0
- package/dist/src/libs/campaigns/campaignTypes/BadgerDynamicData.js +93 -0
- package/dist/src/libs/campaigns/campaignTypes/CLAMMDynamicData.js +942 -0
- package/dist/src/libs/campaigns/campaignTypes/CompoundDynamicData.js +90 -0
- package/dist/src/libs/campaigns/campaignTypes/DolomiteDynamicData.js +60 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20DynamicData.js +162 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20DynamicDataRefacto.js +159 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/helpers/eulerVaultNames.js +13 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/helpers/factoryFinder.js +29 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/helpers/getBlacklistedSupply.js +22 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/helpers/metamorphoTvl.js +35 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/helpers/spliceTVL.js +21 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/helpers/tokenType.js +106 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/AaveProcessor.js +26 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/AssetProcessor.js +47 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/AuraProcessor.js +103 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/BalancerGaugeProcessor.js +83 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/BalancerPoolProcessor.js +99 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/BeefyProcessor.js +51 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/CompoundProcessor.js +36 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/EnzymeProcessor.js +51 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/EulerBorrowProcessor.js +46 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/EulerLendProcessor.js +47 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/FluidProcessor.js +36 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/FraxProcessor.js +41 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/GearboxProcessor.js +44 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/GenericProcessor.js +239 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/MetamorphoProcessor.js +43 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/PendleProcessor.js +31 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/RadiantProcessor.js +58 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/RfxProcessor.js +64 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/SpliceProcessor.js +35 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/SturdySiloProcessor.js +37 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/TemplateProcessor.js +40 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/TorosProcessor.js +33 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/UniswapProcessor.js +48 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/WoofiProcessor.js +40 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/curveProcessor.js +68 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/processorMapping.js +77 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/subtypesPrices.js +583 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/subtypesPricesRefactoFinal.js +24 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/subtypesRound1.js +1209 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/subtypesRound1RefactoFinal.js +194 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/subtypesRound2.js +645 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/subtypesRound2RefactoFinal.js +22 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/subtypesRound3.js +392 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/subtypesRound3RefactoFinal.js +22 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/subtypesRound4.js +323 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/subtypesRound4RefactoFinal.js +22 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20_SNAPSHOTDynamicData.js +38 -0
- package/dist/src/libs/campaigns/campaignTypes/EulerDynamicData.js +165 -0
- package/dist/src/libs/campaigns/campaignTypes/JSON_AIRDROPDynamicData.js +19 -0
- package/dist/src/libs/campaigns/campaignTypes/MORPHODynamicData.js +120 -0
- package/dist/src/libs/campaigns/campaignTypes/RadiantDynamicData.js +112 -0
- package/dist/src/libs/campaigns/campaignTypes/SILODynamicData.js +113 -0
- package/dist/src/libs/campaigns/campaignsDynamicData.js +83 -0
- package/dist/src/libs/campaigns/campaignsDynamicDataRefacto.js +78 -0
- package/dist/src/libs/campaigns/getCampaigns.js +18 -0
- package/dist/src/libs/campaigns/utils/fetchA51Strategies.js +44 -0
- package/dist/src/libs/campaigns/utils/fetchClamInfo.js +27 -0
- package/dist/src/libs/campaigns/utils/fetchLogs.js +91 -0
- package/dist/src/libs/campaigns/utils/getCompV2ForksVaults.js +122 -0
- package/dist/src/libs/campaigns/utils/getContractCreationBlock.js +44 -0
- package/dist/src/libs/campaigns/utils/getDolomiteMarkets.js +50 -0
- package/dist/src/libs/campaigns/utils/getEulerV2Vaults.js +87 -0
- package/dist/src/libs/campaigns/utils/getLastEligibilityRatio.js +56 -0
- package/dist/src/libs/computeFee.js +34 -0
- package/dist/src/libs/custom/twtParticipants.js +54 -0
- package/dist/src/libs/deprecated-merklv3/index.js +184 -0
- package/dist/src/libs/getTokensList.js +37 -0
- package/dist/src/libs/merklChainData.js +129 -0
- package/dist/src/libs/parse/marketsWithCache.js +8 -0
- package/dist/src/libs/positions/ajna/index.js +107 -0
- package/dist/src/libs/positions/badger/index.js +79 -0
- package/dist/src/libs/positions/clamm/index.js +419 -0
- package/dist/src/libs/positions/clamm/thegraph/fetchAlmPositions.js +35 -0
- package/dist/src/libs/positions/clamm/thegraph/fetchAmmPositions.js +35 -0
- package/dist/src/libs/positions/clamm/thegraph/fetchFarmedPositions.js +44 -0
- package/dist/src/libs/positions/clamm/thegraph/index.js +162 -0
- package/dist/src/libs/positions/compound/index.js +93 -0
- package/dist/src/libs/positions/dolomite/index.js +49 -0
- package/dist/src/libs/positions/erc20/index.js +55 -0
- package/dist/src/libs/positions/euler/index.js +57 -0
- package/dist/src/libs/positions/index.js +48 -0
- package/dist/src/libs/positions/morpho/index.js +177 -0
- package/dist/src/libs/positions/prepareFetch.js +339 -0
- package/dist/src/libs/positions/silo/index.js +67 -0
- package/dist/src/libs/positions/types.js +1 -0
- package/dist/src/libs/reports/campaignReport.js +37 -0
- package/dist/src/libs/reports/mainParameterRewards.js +48 -0
- package/dist/src/libs/rewards/userRewards.js +154 -0
- package/dist/src/libs/staticCampaigns.js +10 -0
- package/dist/src/libs/tokens/balances.js +126 -0
- package/dist/src/libs/tokens/tokenInfo.js +22 -0
- package/dist/src/modules/v4/accounting/accounting.controller.js +66 -0
- package/dist/src/modules/v4/accounting/accounting.model.js +32 -0
- package/dist/src/modules/v4/accounting/accounting.repository.js +100 -0
- package/dist/src/modules/v4/accounting/accounting.service.js +78 -0
- package/dist/src/modules/v4/accounting/index.js +3 -0
- package/dist/src/modules/v4/apr/apr.controller.js +1 -0
- package/dist/src/modules/v4/apr/apr.model.js +1 -0
- package/dist/src/modules/v4/apr/apr.repository.js +1 -0
- package/dist/src/modules/v4/apr/apr.service.js +40 -0
- package/dist/src/modules/v4/apr/index.js +2 -0
- package/dist/src/modules/v4/blacklist/blacklist.controller.js +45 -0
- package/dist/src/modules/v4/blacklist/blacklist.model.js +13 -0
- package/dist/src/modules/v4/blacklist/blacklist.repository.js +56 -0
- package/dist/src/modules/v4/blacklist/blacklist.service.js +24 -0
- package/dist/src/modules/v4/blacklist/index.js +3 -0
- package/dist/src/modules/v4/cache/cache.model.js +14 -0
- package/dist/src/modules/v4/cache/cache.repository.js +10 -0
- package/dist/src/modules/v4/cache/cache.service.js +44 -0
- package/dist/src/modules/v4/cache/index.js +1 -0
- package/dist/src/modules/v4/campaign/campaign.controller.js +56 -0
- package/dist/src/modules/v4/campaign/campaign.model.js +54 -0
- package/dist/src/modules/v4/campaign/campaign.repository.js +346 -0
- package/dist/src/modules/v4/campaign/campaign.service.js +203 -0
- package/dist/src/modules/v4/campaign/index.js +3 -0
- package/dist/src/modules/v4/chain/chain.controller.js +40 -0
- package/dist/src/modules/v4/chain/chain.model.js +17 -0
- package/dist/src/modules/v4/chain/chain.repository.js +64 -0
- package/dist/src/modules/v4/chain/chain.service.js +42 -0
- package/dist/src/modules/v4/chain/index.js +3 -0
- package/dist/src/modules/v4/dynamicData/dynamicData.controller.js +19 -0
- package/dist/src/modules/v4/dynamicData/dynamicData.model.js +6 -0
- package/dist/src/modules/v4/dynamicData/dynamicData.repository.js +1 -0
- package/dist/src/modules/v4/dynamicData/dynamicData.service.js +49 -0
- package/dist/src/modules/v4/dynamicData/index.js +3 -0
- package/dist/src/modules/v4/enso/enso.model.js +108 -0
- package/dist/src/modules/v4/enso/enso.service.js +46 -0
- package/dist/src/modules/v4/explorer/explorer.model.js +2 -0
- package/dist/src/modules/v4/explorer/explorer.repository.js +23 -0
- package/dist/src/modules/v4/explorer/explorer.service.js +24 -0
- package/dist/src/modules/v4/explorer/index.js +1 -0
- package/dist/src/modules/v4/index.js +4 -0
- package/dist/src/modules/v4/merklRoot/index.js +3 -0
- package/dist/src/modules/v4/merklRoot/merklRoot.controller.js +19 -0
- package/dist/src/modules/v4/merklRoot/merklRoot.model.js +6 -0
- package/dist/src/modules/v4/merklRoot/merklRoot.repository.js +31 -0
- package/dist/src/modules/v4/merklRoot/merklRoot.service.js +38 -0
- package/dist/src/modules/v4/opportunity/index.js +3 -0
- package/dist/src/modules/v4/opportunity/opportunity.controller.js +69 -0
- package/dist/src/modules/v4/opportunity/opportunity.model.js +36 -0
- package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +14 -0
- package/dist/src/modules/v4/opportunity/opportunity.repository.js +217 -0
- package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +0 -15
- package/dist/src/modules/v4/opportunity/opportunity.service.js +180 -0
- package/dist/src/modules/v4/opportunity/subservices/getAjnaMetadata.service.js +50 -0
- package/dist/src/modules/v4/opportunity/subservices/getBadgerMetadata.service.js +23 -0
- package/dist/src/modules/v4/opportunity/subservices/getClammMetadata.service.js +33 -0
- package/dist/src/modules/v4/opportunity/subservices/getCompoundMetadata.service.js +18 -0
- package/dist/src/modules/v4/opportunity/subservices/getDolomiteMetadata.service.js +15 -0
- package/dist/src/modules/v4/opportunity/subservices/getErc20Metadata.service.js +63 -0
- package/dist/src/modules/v4/opportunity/subservices/getErc20SnapshotMetadata.service.js +8 -0
- package/dist/src/modules/v4/opportunity/subservices/getEulerMetadata.service.js +30 -0
- package/dist/src/modules/v4/opportunity/subservices/getJsonAirDropMetadata.service.js +36 -0
- package/dist/src/modules/v4/opportunity/subservices/getMorphoMetadata.service.js +19 -0
- package/dist/src/modules/v4/opportunity/subservices/getRadiantMetadata.service.js +9 -0
- package/dist/src/modules/v4/opportunity/subservices/getSiloMetadata.service.js +13 -0
- package/dist/src/modules/v4/opportunity/transform-id.pipe.js +6 -0
- package/dist/src/modules/v4/opportunity/validate-id.pipe.js +12 -0
- package/dist/src/modules/v4/participate/participate.controller.js +66 -0
- package/dist/src/modules/v4/participate/participate.model.js +24 -0
- package/dist/src/modules/v4/participate/participate.service.js +33 -0
- package/dist/src/modules/v4/price/index.js +3 -0
- package/dist/src/modules/v4/price/price.controller.js +62 -0
- package/dist/src/modules/v4/price/price.model.js +12 -0
- package/dist/src/modules/v4/price/price.repository.js +18 -0
- package/dist/src/modules/v4/price/price.service.js +44 -0
- package/dist/src/modules/v4/prisma/index.js +1 -0
- package/dist/src/modules/v4/protocol/index.js +3 -0
- package/dist/src/modules/v4/protocol/protocol.controller.js +23 -0
- package/dist/src/modules/v4/protocol/protocol.model.js +68 -0
- package/dist/src/modules/v4/protocol/protocol.repository.js +37 -0
- package/dist/src/modules/v4/protocol/protocol.service.js +77 -0
- package/dist/src/modules/v4/reward/index.js +3 -0
- package/dist/src/modules/v4/reward/reward.controller.js +52 -0
- package/dist/src/modules/v4/reward/reward.model.js +104 -0
- package/dist/src/modules/v4/reward/reward.repository.js +237 -0
- package/dist/src/modules/v4/reward/reward.service.js +283 -0
- package/dist/src/modules/v4/reward/rewardConvertor.service.js +136 -0
- package/dist/src/modules/v4/router.js +57 -0
- package/dist/src/modules/v4/status/index.js +3 -0
- package/dist/src/modules/v4/status/status.controller.js +48 -0
- package/dist/src/modules/v4/status/status.model.js +24 -0
- package/dist/src/modules/v4/status/status.repository.js +88 -0
- package/dist/src/modules/v4/status/status.service.js +60 -0
- package/dist/src/modules/v4/token/index.js +3 -0
- package/dist/src/modules/v4/token/token.controller.js +32 -0
- package/dist/src/modules/v4/token/token.model.js +23 -0
- package/dist/src/modules/v4/token/token.repository.js +128 -0
- package/dist/src/modules/v4/token/token.service.js +268 -0
- package/dist/src/modules/v4/tvl/index.js +2 -0
- package/dist/src/modules/v4/tvl/tvl.controller.js +1 -0
- package/dist/src/modules/v4/tvl/tvl.model.js +1 -0
- package/dist/src/modules/v4/tvl/tvl.repository.js +1 -0
- package/dist/src/modules/v4/tvl/tvl.service.js +49 -0
- package/dist/src/modules/v4/uniswapV4/index.js +4 -0
- package/dist/src/modules/v4/uniswapV4/uniswapV4.controller.js +11 -0
- package/dist/src/modules/v4/uniswapV4/uniswapV4.model.js +17 -0
- package/dist/src/modules/v4/uniswapV4/uniswapV4.repository.js +2 -0
- package/dist/src/modules/v4/uniswapV4/uniswapV4.service.js +73 -0
- package/dist/src/modules/v4/user/index.js +3 -0
- package/dist/src/modules/v4/user/user.controller.js +69 -0
- package/dist/src/modules/v4/user/user.model.js +18 -0
- package/dist/src/modules/v4/user/user.repository.js +38 -0
- package/dist/src/modules/v4/user/user.service.js +50 -0
- package/dist/src/plugins/error-handling.plugin.js +28 -0
- package/dist/src/plugins/logger.plugin.js +22 -0
- package/dist/src/routes/v1/allowances.js +115 -0
- package/dist/src/routes/v1/balances.js +25 -0
- package/dist/src/routes/v1/prices.js +11 -0
- package/dist/src/routes/v1/tokens.js +17 -0
- package/dist/src/routes/v2/merkl.js +13 -0
- package/dist/src/routes/v3/ERC20Campaigns.js +63 -0
- package/dist/src/routes/v3/app.js +18 -0
- package/dist/src/routes/v3/blacklist.js +18 -0
- package/dist/src/routes/v3/campaign/delay.js +78 -0
- package/dist/src/routes/v3/campaignClaims.js +24 -0
- package/dist/src/routes/v3/campaignReport.js +22 -0
- package/dist/src/routes/v3/campaignUnclaimed.js +28 -0
- package/dist/src/routes/v3/campaigns.js +101 -0
- package/dist/src/routes/v3/campaignsForMainParameter.js +19 -0
- package/dist/src/routes/v3/campaignsInfo.js +54 -0
- package/dist/src/routes/v3/campaignsRewardsReport.js +47 -0
- package/dist/src/routes/v3/claims.js +45 -0
- package/dist/src/routes/v3/compoundV2.js +9 -0
- package/dist/src/routes/v3/createCampaign.js +66 -0
- package/dist/src/routes/v3/dolomite.js +9 -0
- package/dist/src/routes/v3/euler.js +9 -0
- package/dist/src/routes/v3/exports/campaigns.js +28 -0
- package/dist/src/routes/v3/fetch.js +27 -0
- package/dist/src/routes/v3/health.js +13 -0
- package/dist/src/routes/v3/lostyield.js +98 -0
- package/dist/src/routes/v3/merkl.js +119 -0
- package/dist/src/routes/v3/morphoMarkets.js +27 -0
- package/dist/src/routes/v3/morphoVaults.js +22 -0
- package/dist/src/routes/v3/multiChainPositions.js +69 -0
- package/dist/src/routes/v3/opportunity.js +63 -0
- package/dist/src/routes/v3/overview.js +73 -0
- package/dist/src/routes/v3/parse.js +23 -0
- package/dist/src/routes/v3/payload.js +40 -0
- package/dist/src/routes/v3/poolInfo.js +88 -0
- package/dist/src/routes/v3/positions.js +62 -0
- package/dist/src/routes/v3/radiant.js +26 -0
- package/dist/src/routes/v3/recipients.js +20 -0
- package/dist/src/routes/v3/rewards.js +33 -0
- package/dist/src/routes/v3/rewardsReport.js +51 -0
- package/dist/src/routes/v3/rootForTimestamp.js +47 -0
- package/dist/src/routes/v3/silo.js +20 -0
- package/dist/src/routes/v3/token.js +24 -0
- package/dist/src/routes/v3/tokenUnclaimed.js +24 -0
- package/dist/src/routes/v3/twt/participants.js +11 -0
- package/dist/src/routes/v3/updates.js +47 -0
- package/dist/src/routes/v3/userRewards.js +59 -0
- package/dist/src/types/index.js +6 -0
- package/dist/src/types/parameters/Action.js +11 -0
- package/dist/src/types/parameters/Chain.js +13 -0
- package/dist/src/types/parameters/ChainCampaignId.js +13 -0
- package/dist/src/types/parameters/MainParameter.js +19 -0
- package/dist/src/types/parameters/OpportunityId.js +14 -0
- package/dist/src/types/parameters/Timestamp.js +16 -0
- package/dist/src/types/parameters/Type.js +15 -0
- package/dist/src/types/parameters/index.js +17 -0
- package/dist/src/types/returnTypes.js +1 -0
- package/dist/src/types/utils.js +1 -0
- package/dist/src/utils/addString.js +6 -0
- package/dist/src/utils/bigintToString.js +20 -0
- package/dist/src/utils/crypto.js +4 -0
- package/dist/src/utils/decodeCalls.js +170 -0
- package/dist/src/utils/encodeCalls.js +240 -0
- package/dist/src/utils/error.js +90 -0
- package/dist/src/utils/execute.js +41 -0
- package/dist/src/utils/generateCardName.js +89 -0
- package/dist/src/utils/generic.js +117 -0
- package/dist/src/utils/hashArray.js +4 -0
- package/dist/src/utils/lastBlockBefore.js +78 -0
- package/dist/src/utils/logger.js +52 -0
- package/dist/src/utils/pricer.js +180 -0
- package/dist/src/utils/prices/chainlinkRead.js +8 -0
- package/dist/src/utils/prices/curveVirtualPrice.js +7 -0
- package/dist/src/utils/prices/getDQUICK.js +8 -0
- package/dist/src/utils/prices/priceFetcherFactory.js +29 -0
- package/dist/src/utils/prices/priceService.js +328 -0
- package/dist/src/utils/prices/services/coinGeckoService.js +53 -0
- package/dist/src/utils/prices/services/defillamaService.js +53 -0
- package/dist/src/utils/prices/services/dexScreenerService.js +62 -0
- package/dist/src/utils/prices/services/erc4626Service.js +30 -0
- package/dist/src/utils/prices/services/getERC4626.js +11 -0
- package/dist/src/utils/prices/services/indexCoopService.js +55 -0
- package/dist/src/utils/prices/services/priceFetcher.js +1 -0
- package/dist/src/utils/prices/uniV2Price.js +40 -0
- package/dist/src/utils/prisma.js +12 -0
- package/dist/src/utils/providers.js +30 -0
- package/dist/src/utils/queries/activeCampaigns.js +22 -0
- package/dist/src/utils/queries/allCampaigns.js +51 -0
- package/dist/src/utils/queries/campaignsForMainParameter.js +23 -0
- package/dist/src/utils/queries/claimsOverTime.js +111 -0
- package/dist/src/utils/queries/endingCampaigns.js +21 -0
- package/dist/src/utils/queries/futureCampaigns.js +19 -0
- package/dist/src/utils/queries/mainParameterCampaigns.js +11 -0
- package/dist/src/utils/queries/rewardsAmount.js +106 -0
- package/dist/src/utils/queries/unclaimed.js +81 -0
- package/dist/src/utils/rateLimit.js +13 -0
- package/dist/src/utils/stryke.js +4 -0
- package/dist/src/utils/throw.js +27 -0
- package/dist/src/utils/validation.js +20 -0
- package/dist/tsconfig.package.tsbuildinfo +1 -1
- package/package.json +2 -2
@@ -0,0 +1,180 @@
|
|
1
|
+
import { NotFoundError } from "../../../errors";
|
2
|
+
import { CampaignService } from "../campaign";
|
3
|
+
import { log } from "../../../utils/logger";
|
4
|
+
import { OpportunityAction, Prisma } from "../../../../database/api/.generated";
|
5
|
+
import { record } from "@elysiajs/opentelemetry";
|
6
|
+
import { CacheService } from "../cache";
|
7
|
+
import { TTLPresets } from "../cache/cache.model";
|
8
|
+
import { OpportunityRepository } from "./opportunity.repository";
|
9
|
+
import { getAjnaMetadata } from "./subservices/getAjnaMetadata.service";
|
10
|
+
import { getBadgerMetadata } from "./subservices/getBadgerMetadata.service";
|
11
|
+
import { getClammMetadata } from "./subservices/getClammMetadata.service";
|
12
|
+
import { getCompoundMetadata } from "./subservices/getCompoundMetadata.service";
|
13
|
+
import { getDolomiteMetadata } from "./subservices/getDolomiteMetadata.service";
|
14
|
+
import { getErc20Metadata } from "./subservices/getErc20Metadata.service";
|
15
|
+
import { getErc20SnapshotMetadata } from "./subservices/getErc20SnapshotMetadata.service";
|
16
|
+
import { getEulerMetadata } from "./subservices/getEulerMetadata.service";
|
17
|
+
import { getJsonAirdropMetadata } from "./subservices/getJsonAirDropMetadata.service";
|
18
|
+
import { getMorphoMetadata } from "./subservices/getMorphoMetadata.service";
|
19
|
+
import { getRadiantMetadata } from "./subservices/getRadiantMetadata.service";
|
20
|
+
import { getSiloMetadata } from "./subservices/getSiloMetadata.service";
|
21
|
+
export class OpportunityService {
|
22
|
+
static hashId(opportunity) {
|
23
|
+
return Bun.hash(`${opportunity.chainId}${opportunity.type}${opportunity.identifier}`).toString();
|
24
|
+
}
|
25
|
+
/**
|
26
|
+
* create an opportunity without campaigns
|
27
|
+
* @param newOpp the new opportunity to create
|
28
|
+
* @returns {Promise<Opportunity|undefined>}
|
29
|
+
*/
|
30
|
+
static async create(newOpp) {
|
31
|
+
const id = OpportunityService.hashId(newOpp);
|
32
|
+
return await OpportunityRepository.create({ ...newOpp, id });
|
33
|
+
}
|
34
|
+
/**
|
35
|
+
* build/fetch metadata of a campaign's opportunity
|
36
|
+
* @param campaign
|
37
|
+
* @returns {OpportunityMetadata}
|
38
|
+
*/
|
39
|
+
static async getMetadata(campaign) {
|
40
|
+
const campaignType = CampaignService.getTypeFromV3(campaign.type);
|
41
|
+
const campaignParams = JSON.parse(campaign.params);
|
42
|
+
const chainId = campaign.computeChainId === 0 ? campaign.chainId : campaign.computeChainId;
|
43
|
+
switch (campaignType) {
|
44
|
+
case "CLAMM":
|
45
|
+
return getClammMetadata(chainId, campaignParams);
|
46
|
+
case "ERC20":
|
47
|
+
return getErc20Metadata(chainId, campaign.campaignId, campaign.rewardTokenAddress, campaign.amount, campaignParams);
|
48
|
+
case "ERC20_SNAPSHOT":
|
49
|
+
return getErc20SnapshotMetadata(chainId, campaignParams);
|
50
|
+
case "JSON_AIRDROP":
|
51
|
+
return getJsonAirdropMetadata(chainId, campaign.creator, campaignParams);
|
52
|
+
case "SILO":
|
53
|
+
return getSiloMetadata(chainId, campaign.subType, campaignParams);
|
54
|
+
case "RADIANT":
|
55
|
+
return getRadiantMetadata(chainId, campaign.subType, campaignParams);
|
56
|
+
case "MORPHO":
|
57
|
+
return getMorphoMetadata(chainId, campaign.subType, campaignParams);
|
58
|
+
case "DOLOMITE":
|
59
|
+
return getDolomiteMetadata(chainId, campaign.subType, campaignParams);
|
60
|
+
case "BADGER":
|
61
|
+
return getBadgerMetadata(chainId, campaignParams);
|
62
|
+
case "COMPOUND":
|
63
|
+
return getCompoundMetadata(chainId, campaign.subType, campaignParams);
|
64
|
+
case "AJNA":
|
65
|
+
return getAjnaMetadata(chainId, campaign.subType, campaignParams);
|
66
|
+
case "EULER":
|
67
|
+
return getEulerMetadata(chainId, campaign.campaignId, campaign.subType, campaign.rewardTokenAddress, campaign.amount, campaignParams);
|
68
|
+
case "INVALID":
|
69
|
+
return {
|
70
|
+
name: "Invalid Campaigns",
|
71
|
+
action: OpportunityAction.INVALID,
|
72
|
+
tokens: [],
|
73
|
+
};
|
74
|
+
default:
|
75
|
+
throw "UNKNOWN CAMPAIGN TYPE";
|
76
|
+
}
|
77
|
+
}
|
78
|
+
static async updateMetadata(chain) {
|
79
|
+
try {
|
80
|
+
const opportunities = await OpportunityRepository.findManyWithCampaigns({
|
81
|
+
where: { chainId: chain },
|
82
|
+
});
|
83
|
+
// ─── Check And Update Opportunity Status ─────────────
|
84
|
+
for (const opp of opportunities) {
|
85
|
+
const { live: activeCampaigns, soon: futureCampaigns } = CampaignService.splitOnStatus(opp.Campaigns);
|
86
|
+
if (activeCampaigns.length === 0) {
|
87
|
+
await OpportunityRepository.updateApr(opp.id, 0);
|
88
|
+
await OpportunityRepository.updateStatus(opp.id, futureCampaigns.length === 0 ? "PAST" : "SOON").catch(err => log.error("Cannot update opportunity status to PAST", err, "opportunities"));
|
89
|
+
}
|
90
|
+
if (opp.status !== "LIVE" && activeCampaigns.length !== 0)
|
91
|
+
await OpportunityRepository.updateStatus(opp.id, "LIVE").catch(err => log.error("Cannot update opportunity status to LIVE", err, "opportunities"));
|
92
|
+
}
|
93
|
+
}
|
94
|
+
catch (err) {
|
95
|
+
if (err instanceof Prisma.PrismaClientKnownRequestError && err.code === "P2025")
|
96
|
+
throw new NotFoundError();
|
97
|
+
throw err;
|
98
|
+
}
|
99
|
+
}
|
100
|
+
static async getUniqueWithCampaignsOrThrow(opportunityId) {
|
101
|
+
const id = typeof opportunityId === "string" ? opportunityId : OpportunityService.hashId(opportunityId);
|
102
|
+
const { Campaigns, ...opportunity } = await OpportunityRepository.findUniqueOrThrowWithCampaigns(id);
|
103
|
+
const formatted = OpportunityService.formatResponse(opportunity);
|
104
|
+
if (!formatted)
|
105
|
+
return null;
|
106
|
+
return Object.assign(formatted, { campaigns: Campaigns.map(CampaignService.format) });
|
107
|
+
}
|
108
|
+
static async getUniqueOrThrow(opportunityId) {
|
109
|
+
const id = typeof opportunityId === "string" ? opportunityId : OpportunityService.hashId(opportunityId);
|
110
|
+
const opportunity = await OpportunityRepository.findUniqueOrThrow(id);
|
111
|
+
return OpportunityService.formatResponse(opportunity);
|
112
|
+
}
|
113
|
+
/**
|
114
|
+
* Get the list of opportunities satisfying the query
|
115
|
+
* @param query
|
116
|
+
* @returns A list of opportunities
|
117
|
+
*/
|
118
|
+
static async getMany(query) {
|
119
|
+
return record("data-layer.access", async () => {
|
120
|
+
return await CacheService.wrap(TTLPresets.MIN_5, async (query) => {
|
121
|
+
const opportunities = await OpportunityRepository.findMany(query);
|
122
|
+
return opportunities.map(OpportunityService.formatResponse);
|
123
|
+
}, query);
|
124
|
+
});
|
125
|
+
}
|
126
|
+
static async getAllIds() {
|
127
|
+
return await OpportunityRepository.getAllIdsForDynamicOpp();
|
128
|
+
}
|
129
|
+
/**
|
130
|
+
* Counts the number of opportunities that complies to query
|
131
|
+
* @description used for pagination purposes
|
132
|
+
* @param query
|
133
|
+
* @returns the number of opportunities
|
134
|
+
*/
|
135
|
+
static async countMany(query) {
|
136
|
+
return await OpportunityRepository.countMany(query);
|
137
|
+
}
|
138
|
+
static formatResponse(opportunity) {
|
139
|
+
if (opportunity === null)
|
140
|
+
return null;
|
141
|
+
const { DailyRewardsRecords, AprRecords, TvlRecords, ...opp } = opportunity;
|
142
|
+
return {
|
143
|
+
...OpportunityService.formatResponseBase(opp),
|
144
|
+
aprRecord: AprRecords?.map(({ cumulated, timestamp, AprBreakdown: breakdowns }) => ({
|
145
|
+
cumulated,
|
146
|
+
timestamp,
|
147
|
+
breakdowns,
|
148
|
+
}))?.[0] ?? undefined,
|
149
|
+
tvlRecord: TvlRecords?.map(({ id, total, timestamp, TvlBreakdown: breakdowns }) => ({
|
150
|
+
id,
|
151
|
+
total,
|
152
|
+
timestamp,
|
153
|
+
breakdowns,
|
154
|
+
}))?.[0] ?? undefined,
|
155
|
+
rewardsRecord: DailyRewardsRecords?.map(({ id, total, timestamp, DailyRewardsBreakdown: breakdowns }) => ({
|
156
|
+
id,
|
157
|
+
total,
|
158
|
+
timestamp,
|
159
|
+
breakdowns: breakdowns.map(({ Campaign, ...breakdown }) => {
|
160
|
+
return {
|
161
|
+
token: Campaign.RewardToken,
|
162
|
+
amount: CampaignService.getDailyAmount(Campaign.startTimestamp, Campaign.endTimestamp, BigInt(Campaign.amount)),
|
163
|
+
...breakdown,
|
164
|
+
};
|
165
|
+
}),
|
166
|
+
}))?.[0] ?? undefined,
|
167
|
+
//TODO: change this to accomodate all return types
|
168
|
+
};
|
169
|
+
}
|
170
|
+
static formatResponseBase(opportunity) {
|
171
|
+
const { mainProtocolId, id, Tokens, Chain, Protocols, MainProtocol, ...opp } = opportunity;
|
172
|
+
return {
|
173
|
+
...opp,
|
174
|
+
id,
|
175
|
+
tokens: Tokens,
|
176
|
+
chain: Chain,
|
177
|
+
protocol: MainProtocol ?? undefined,
|
178
|
+
};
|
179
|
+
}
|
180
|
+
}
|
@@ -0,0 +1,50 @@
|
|
1
|
+
import { OpportunityAction } from "../../../../../database/api/.generated";
|
2
|
+
import { TokenService } from "../../token";
|
3
|
+
export const getAjnaMetadata = async (chainId, campaignSubType, params) => {
|
4
|
+
try {
|
5
|
+
const [collateral, quote] = await TokenService.getManyOrCreate([
|
6
|
+
{
|
7
|
+
chainId,
|
8
|
+
address: params.collateralToken,
|
9
|
+
},
|
10
|
+
{
|
11
|
+
chainId,
|
12
|
+
address: params.quoteToken,
|
13
|
+
},
|
14
|
+
]);
|
15
|
+
if (!collateral || !quote)
|
16
|
+
throw new Error("Failed to fetch tokens");
|
17
|
+
const market = `${params.symbolQuoteToken}/${collateral?.symbol}`;
|
18
|
+
const subtypes = [
|
19
|
+
{ name: `Supply ${collateral?.symbol} on ${market}`, action: OpportunityAction.LEND },
|
20
|
+
{ name: `Borrow ${quote?.symbol} on ${market}`, action: OpportunityAction.BORROW },
|
21
|
+
];
|
22
|
+
const subtype = subtypes[campaignSubType];
|
23
|
+
return {
|
24
|
+
action: subtype.action,
|
25
|
+
name: subtype.name,
|
26
|
+
tokens: [
|
27
|
+
{ chainId, address: collateral.address },
|
28
|
+
{ chainId, address: quote.address },
|
29
|
+
],
|
30
|
+
mainProtocol: "ajna",
|
31
|
+
};
|
32
|
+
}
|
33
|
+
catch (_err) {
|
34
|
+
const market = `${params.symbolQuoteToken}/${params.symbolCollateralToken}`;
|
35
|
+
const subtypes = [
|
36
|
+
{ name: `Supply ${params.symbolCollateralToken} on ${market}`, action: OpportunityAction.LEND },
|
37
|
+
{ name: `Borrow ${params.symbolQuoteToken} on ${market}`, action: OpportunityAction.BORROW },
|
38
|
+
];
|
39
|
+
const subtype = subtypes[campaignSubType];
|
40
|
+
return {
|
41
|
+
action: subtype.action,
|
42
|
+
name: subtype.name,
|
43
|
+
tokens: [
|
44
|
+
{ chainId, address: params.collateralToken },
|
45
|
+
{ chainId, address: params.quoteToken },
|
46
|
+
],
|
47
|
+
mainProtocol: "ajna",
|
48
|
+
};
|
49
|
+
}
|
50
|
+
};
|
@@ -0,0 +1,23 @@
|
|
1
|
+
import { OpportunityAction } from "../../../../../database/api/.generated";
|
2
|
+
import { TokenService } from "../../token";
|
3
|
+
export const getBadgerMetadata = async (chainId, params) => {
|
4
|
+
try {
|
5
|
+
const [token] = await TokenService.getManyOrCreate([{ chainId, address: params.targetToken }]);
|
6
|
+
if (!token)
|
7
|
+
throw new Error("Failed to fetch tokens");
|
8
|
+
return {
|
9
|
+
action: OpportunityAction.BORROW,
|
10
|
+
name: `Borrow ${token.symbol}`,
|
11
|
+
tokens: [{ chainId, address: token?.address }],
|
12
|
+
mainProtocol: "badger",
|
13
|
+
};
|
14
|
+
}
|
15
|
+
catch (err) {
|
16
|
+
return {
|
17
|
+
action: OpportunityAction.BORROW,
|
18
|
+
name: `Borrow ${params.symbolTargetToken}`,
|
19
|
+
tokens: [{ chainId, address: params.targetToken }],
|
20
|
+
mainProtocol: "badger",
|
21
|
+
};
|
22
|
+
}
|
23
|
+
};
|
@@ -0,0 +1,33 @@
|
|
1
|
+
import { OpportunityAction } from "../../../../../database/api/.generated";
|
2
|
+
import { ChainId, ammName } from "@sdk";
|
3
|
+
import { ProtocolService } from "../../protocol";
|
4
|
+
export const getClammMetadata = (chainId, params) => {
|
5
|
+
let platform = ammName(params.amm);
|
6
|
+
if (platform === "BaseSwap") {
|
7
|
+
switch (chainId) {
|
8
|
+
case ChainId.MODE:
|
9
|
+
platform = "SwapMode";
|
10
|
+
break;
|
11
|
+
case ChainId.ARBITRUM:
|
12
|
+
platform = "Arbitex";
|
13
|
+
break;
|
14
|
+
case ChainId.OPTIMISM:
|
15
|
+
platform = "SuperSwap";
|
16
|
+
}
|
17
|
+
}
|
18
|
+
if (platform === "Izumi") {
|
19
|
+
if (chainId === ChainId.ROOTSTOCK)
|
20
|
+
platform = "WoodSwap";
|
21
|
+
else
|
22
|
+
platform = "iZUMi";
|
23
|
+
}
|
24
|
+
return {
|
25
|
+
name: [platform, `${params.symbolToken0}/${params.symbolToken1}`, params.poolFee && `${params.poolFee}%`].join(" "),
|
26
|
+
action: OpportunityAction.POOL,
|
27
|
+
tokens: [
|
28
|
+
{ chainId, address: params.token0 },
|
29
|
+
{ chainId, address: params.token1 },
|
30
|
+
],
|
31
|
+
mainProtocol: ProtocolService.getIdFromAmmV3(params.amm),
|
32
|
+
};
|
33
|
+
};
|
@@ -0,0 +1,18 @@
|
|
1
|
+
import { OpportunityAction } from "../../../../../database/api/.generated";
|
2
|
+
import { CompFork, CompoundSubCampaignType } from "@sdk";
|
3
|
+
export const getCompoundMetadata = (chainId, campaignSubType, params) => {
|
4
|
+
return {
|
5
|
+
action: campaignSubType === CompoundSubCampaignType.supply ? OpportunityAction.LEND : OpportunityAction.BORROW,
|
6
|
+
name: [
|
7
|
+
CompFork[params.compFork],
|
8
|
+
params.subCampaignType === CompoundSubCampaignType.supply
|
9
|
+
? `Supply ${params.symbolTargetToken}`
|
10
|
+
: `Borrow ${params.symbolTargetToken}`,
|
11
|
+
].join(" "),
|
12
|
+
tokens: [
|
13
|
+
{ chainId, address: params.underlyingToken },
|
14
|
+
{ chainId, address: params.targetToken },
|
15
|
+
],
|
16
|
+
mainProtocol: "compound",
|
17
|
+
};
|
18
|
+
};
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import { OpportunityAction } from "../../../../../database/api/.generated";
|
2
|
+
export const getDolomiteMetadata = (chainId, campaignSubType, params) => {
|
3
|
+
const subtypes = [
|
4
|
+
{ name: "Delta", action: OpportunityAction.LEND },
|
5
|
+
{ name: "Supply", action: OpportunityAction.LEND },
|
6
|
+
{ name: "Borrow", action: OpportunityAction.BORROW },
|
7
|
+
];
|
8
|
+
const subtype = subtypes[campaignSubType];
|
9
|
+
return {
|
10
|
+
action: subtype.action,
|
11
|
+
tokens: [{ chainId, address: params.targetToken }],
|
12
|
+
name: `${subtype.name} ${params.symbolTargetToken}`,
|
13
|
+
mainProtocol: "dolomite",
|
14
|
+
};
|
15
|
+
};
|
@@ -0,0 +1,63 @@
|
|
1
|
+
import { log } from "../../../../utils/logger";
|
2
|
+
import { CampaignType } from "../../../../../database/api/.generated";
|
3
|
+
import { CampaignService } from "../../campaign";
|
4
|
+
export const getErc20Metadata = async (chainId, campaignId, rewardToken, amount, params) => {
|
5
|
+
let action = "HOLD";
|
6
|
+
let name = `Hold ${params.symbolTargetToken}`;
|
7
|
+
try {
|
8
|
+
const [dynamicData] = await CampaignService.fetchDynamicData(chainId, CampaignType.ERC20, [
|
9
|
+
{
|
10
|
+
campaignId,
|
11
|
+
rewardToken,
|
12
|
+
amount,
|
13
|
+
campaignParameters: params,
|
14
|
+
},
|
15
|
+
]);
|
16
|
+
const map = {
|
17
|
+
actions: {
|
18
|
+
POOL: [
|
19
|
+
"uniswapv2",
|
20
|
+
"velodrome",
|
21
|
+
"aerodrome",
|
22
|
+
"balancerGauge",
|
23
|
+
"balancerPool",
|
24
|
+
"curve",
|
25
|
+
"aura",
|
26
|
+
"akron",
|
27
|
+
"beefy",
|
28
|
+
"dragonswap",
|
29
|
+
"poolside",
|
30
|
+
"koi",
|
31
|
+
],
|
32
|
+
BORROW: ["radiant_borrow", "aave_borrowing", "euler_borrow"],
|
33
|
+
LEND: [
|
34
|
+
"gearbox",
|
35
|
+
"compound",
|
36
|
+
"radiant_lend",
|
37
|
+
"aave_lending",
|
38
|
+
"sturdy_aggregator",
|
39
|
+
"sturdy_silo",
|
40
|
+
"fraxlend",
|
41
|
+
"moonwell",
|
42
|
+
"ionic",
|
43
|
+
"fluid",
|
44
|
+
"silostaking",
|
45
|
+
"euler_lend",
|
46
|
+
"layerbank",
|
47
|
+
],
|
48
|
+
},
|
49
|
+
};
|
50
|
+
action =
|
51
|
+
Object.entries(map.actions).find(([_action, _types]) => _types.includes(dynamicData?.type ?? ""))?.[0] ?? "HOLD";
|
52
|
+
//TODO: /!\ fix this "as any"
|
53
|
+
name = dynamicData?.typeInfo?.cardName;
|
54
|
+
}
|
55
|
+
catch {
|
56
|
+
log.warn(`failed to fetch dynamic data for ERC20 campaign ${campaignId}`);
|
57
|
+
}
|
58
|
+
return {
|
59
|
+
action,
|
60
|
+
name,
|
61
|
+
tokens: [{ chainId, address: params.targetToken }],
|
62
|
+
};
|
63
|
+
};
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { OpportunityAction } from "../../../../../database/api/.generated";
|
2
|
+
export const getErc20SnapshotMetadata = (chainId, params) => {
|
3
|
+
return {
|
4
|
+
name: ["Airdrop", params.symbolTargetToken, "holders"].join(" "),
|
5
|
+
action: OpportunityAction.DROP,
|
6
|
+
tokens: [{ chainId, address: params.targetToken }],
|
7
|
+
};
|
8
|
+
};
|
@@ -0,0 +1,30 @@
|
|
1
|
+
import { log } from "../../../../utils/logger";
|
2
|
+
import { CampaignType, OpportunityAction } from "../../../../../database/api/.generated";
|
3
|
+
import { CampaignService } from "../../campaign";
|
4
|
+
export const getEulerMetadata = async (chainId, campaignId, campaignSubType, rewardToken, amount, params
|
5
|
+
// campaign: CampaignParameters<ConvertedCampaignType<"EULER">>
|
6
|
+
) => {
|
7
|
+
let name = `Hold ${params.symbolTargetToken}`;
|
8
|
+
try {
|
9
|
+
const [dynamicData] = await CampaignService.fetchDynamicData(chainId, CampaignType.EULER, [
|
10
|
+
{
|
11
|
+
campaignSubType,
|
12
|
+
campaignParameters: params,
|
13
|
+
computeChainId: chainId,
|
14
|
+
campaignId,
|
15
|
+
rewardToken,
|
16
|
+
amount,
|
17
|
+
},
|
18
|
+
]);
|
19
|
+
name = dynamicData?.typeInfo?.cardName;
|
20
|
+
}
|
21
|
+
catch {
|
22
|
+
log.warn(`failed to fetch dynamic data for ERC20 campaign ${campaignId}`);
|
23
|
+
}
|
24
|
+
return {
|
25
|
+
name,
|
26
|
+
tokens: [{ chainId, address: params.targetToken }],
|
27
|
+
action: [OpportunityAction.LEND, OpportunityAction.BORROW, OpportunityAction.BORROW][campaignSubType],
|
28
|
+
mainProtocol: "euler",
|
29
|
+
};
|
30
|
+
};
|
@@ -0,0 +1,36 @@
|
|
1
|
+
import { log } from "../../../../utils/logger";
|
2
|
+
import { OpportunityAction } from "../../../../../database/api/.generated";
|
3
|
+
export const getJsonAirdropMetadata = async (chainId, creator, params) => {
|
4
|
+
const ACI = "0xdeadD8aB03075b7FBA81864202a2f59EE25B312b".toLowerCase();
|
5
|
+
const aaveDAO = "0x5300A1a15135EA4dc7aD5a167152C01EFc9b192A".toLowerCase();
|
6
|
+
const aciPrefix = creator.toLowerCase() === ACI && "Aave Merit Rewards -";
|
7
|
+
const aavePrefix = creator.toLowerCase() === aaveDAO && "Aave - aAMPL distribution -";
|
8
|
+
const prefix = aavePrefix ? aavePrefix : aciPrefix ? aciPrefix : "Airdrop in";
|
9
|
+
let tokenAddress;
|
10
|
+
try {
|
11
|
+
const res = await fetch(params.jsonUrl);
|
12
|
+
if (!res.ok)
|
13
|
+
throw new Error(`Response status: ${res.status}`);
|
14
|
+
tokenAddress = (await res.json()).rewardToken;
|
15
|
+
return {
|
16
|
+
action: OpportunityAction.DROP,
|
17
|
+
name: `${prefix} ${params.symbolRewardToken}`,
|
18
|
+
tokens: [
|
19
|
+
{
|
20
|
+
chainId,
|
21
|
+
address: tokenAddress, // TODO: Make sure targetToken is set
|
22
|
+
},
|
23
|
+
],
|
24
|
+
mainProtocol: aavePrefix || aciPrefix ? "aave" : undefined,
|
25
|
+
};
|
26
|
+
}
|
27
|
+
catch (err) {
|
28
|
+
log.error("failed to fetch token address on IPFS", err);
|
29
|
+
return {
|
30
|
+
action: OpportunityAction.DROP,
|
31
|
+
name: `${prefix} ${params.symbolRewardToken}`,
|
32
|
+
tokens: [],
|
33
|
+
mainProtocol: aavePrefix || aciPrefix ? "aave" : undefined,
|
34
|
+
};
|
35
|
+
}
|
36
|
+
};
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import { OpportunityAction } from "../../../../../database/api/.generated";
|
2
|
+
import { BN2Number } from "@sdk";
|
3
|
+
export const getMorphoMetadata = (chainId, campaignSubType, params) => {
|
4
|
+
const morphoParams = params;
|
5
|
+
const market = `${morphoParams.symbolLoanToken}/${morphoParams.symbolBorrowToken} ${morphoParams?.LLTV && BN2Number(morphoParams?.LLTV, 16)}%`;
|
6
|
+
const subtypes = [
|
7
|
+
{ name: `Metamorpho ${morphoParams.nameTargetToken}`, action: OpportunityAction.LEND },
|
8
|
+
{ name: `Supply ${morphoParams.symbolLoanToken} on ${market}`, action: OpportunityAction.LEND },
|
9
|
+
{ name: `Borrow ${morphoParams.symbolLoanToken} on ${market}`, action: OpportunityAction.BORROW },
|
10
|
+
{ name: `Collateral ${morphoParams.symbolBorrowToken} on ${market}`, action: OpportunityAction.LEND },
|
11
|
+
];
|
12
|
+
const subtype = subtypes[campaignSubType];
|
13
|
+
return {
|
14
|
+
action: subtype.action,
|
15
|
+
tokens: [{ chainId, address: params.targetToken }],
|
16
|
+
name: subtype.name,
|
17
|
+
mainProtocol: "morpho",
|
18
|
+
};
|
19
|
+
};
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import { OpportunityAction } from "../../../../../database/api/.generated";
|
2
|
+
export const getRadiantMetadata = (chainId, campaignSubType, params) => {
|
3
|
+
return {
|
4
|
+
action: campaignSubType <= 1 ? OpportunityAction.LEND : OpportunityAction.BORROW,
|
5
|
+
name: ["Radiant", params.symbolTargetToken].join(" "),
|
6
|
+
tokens: [{ chainId, address: params.targetToken }],
|
7
|
+
mainProtocol: "radiant",
|
8
|
+
};
|
9
|
+
};
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import { OpportunityAction } from "../../../../../database/api/.generated";
|
2
|
+
export const getSiloMetadata = (chainId, campaignSubType, params) => {
|
3
|
+
let suffix = ["Deposit", "Protected Deposit", "Debt"][campaignSubType];
|
4
|
+
const assetSymbol = params.symbolTargetToken;
|
5
|
+
if (params.forwarders.length === 1 && assetSymbol)
|
6
|
+
suffix += ` (${assetSymbol} Market)`;
|
7
|
+
return {
|
8
|
+
action: campaignSubType <= 1 ? OpportunityAction.LEND : OpportunityAction.BORROW,
|
9
|
+
name: ["Silo", params.symbolTargetToken, suffix].join(" "),
|
10
|
+
tokens: [{ chainId, address: params.targetToken }],
|
11
|
+
mainProtocol: "silo",
|
12
|
+
};
|
13
|
+
};
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import { BadRequestError } from "../../../errors";
|
2
|
+
import { CampaignType } from "../../../../database/api/.generated";
|
3
|
+
export const validateId = ({ params }) => {
|
4
|
+
if (!params.id.includes("-")) {
|
5
|
+
if (/[0-9]{1,20}/.test(params.id))
|
6
|
+
return;
|
7
|
+
throw new BadRequestError("Invalid Opportunity id");
|
8
|
+
}
|
9
|
+
const [_chainId, type, _campaignId] = params.id.split("-");
|
10
|
+
if (!Object.values(CampaignType).includes(type))
|
11
|
+
throw new BadRequestError("Invalid Campaign type", Object.values(CampaignType));
|
12
|
+
};
|
@@ -0,0 +1,66 @@
|
|
1
|
+
import Elysia from "elysia";
|
2
|
+
import { EnsoService } from "../enso/enso.service";
|
3
|
+
import { GetParticipateProtocolsQueryDto, GetParticipateQuoteQueryDto, GetParticipateTargetsQueryDto, } from "./participate.model";
|
4
|
+
import { ParticipateService } from "./participate.service";
|
5
|
+
// ─── Participate Controller ──────────────────────────────────────────────────
|
6
|
+
export const ParticipateController = new Elysia({ prefix: "/participate", detail: { tags: ["Participate"] } })
|
7
|
+
.get("/targets", async ({ query: { protocolId, chainId, identifier } }) => {
|
8
|
+
if (identifier)
|
9
|
+
return await ParticipateService.getTarget(chainId, protocolId, identifier);
|
10
|
+
return await ParticipateService.getTargets(chainId, protocolId);
|
11
|
+
}, {
|
12
|
+
query: GetParticipateTargetsQueryDto,
|
13
|
+
detail: {
|
14
|
+
summary: "Available interaction targets for a protocol",
|
15
|
+
description: "Retrieves all the pool/token/contract",
|
16
|
+
},
|
17
|
+
})
|
18
|
+
.get("/protocols", async ({ query }) => {
|
19
|
+
return await EnsoService.getCompatibleProtocols(query);
|
20
|
+
}, {
|
21
|
+
query: GetParticipateProtocolsQueryDto,
|
22
|
+
detail: {
|
23
|
+
summary: "Interactable protocols",
|
24
|
+
description: "Retrieves protocols integrated by merkl which supports being interacted with",
|
25
|
+
},
|
26
|
+
})
|
27
|
+
.get("/quote", async ({ query: { protocolId, chainId, identifier, userAddress, fromAmount, fromTokenAddress } }) => {
|
28
|
+
const [target] = (await ParticipateService.getTarget(chainId, protocolId, identifier)) ?? [];
|
29
|
+
//TODO: throw error
|
30
|
+
if (!target)
|
31
|
+
return;
|
32
|
+
return await EnsoService.getQuote({
|
33
|
+
fromAddress: userAddress,
|
34
|
+
tokenIn: [fromTokenAddress],
|
35
|
+
tokenOut: [target.identifier],
|
36
|
+
amountIn: [fromAmount],
|
37
|
+
routingStrategy: "router",
|
38
|
+
chainId,
|
39
|
+
});
|
40
|
+
}, {
|
41
|
+
query: GetParticipateQuoteQueryDto,
|
42
|
+
detail: {
|
43
|
+
summary: "Preview participate transaction",
|
44
|
+
description: "",
|
45
|
+
},
|
46
|
+
})
|
47
|
+
.get("/transaction", async ({ query: { protocolId, chainId, identifier, userAddress, fromAmount, fromTokenAddress } }) => {
|
48
|
+
const [target] = (await ParticipateService.getTarget(chainId, protocolId, identifier)) ?? [];
|
49
|
+
//TODO: throw error
|
50
|
+
if (!target)
|
51
|
+
return;
|
52
|
+
return await EnsoService.getTransaction({
|
53
|
+
fromAddress: userAddress,
|
54
|
+
tokenIn: [fromTokenAddress],
|
55
|
+
tokenOut: [target.identifier],
|
56
|
+
amountIn: [fromAmount],
|
57
|
+
routingStrategy: "router",
|
58
|
+
chainId,
|
59
|
+
});
|
60
|
+
}, {
|
61
|
+
query: GetParticipateQuoteQueryDto,
|
62
|
+
detail: {
|
63
|
+
summary: "Get participate transaction",
|
64
|
+
description: "",
|
65
|
+
},
|
66
|
+
});
|
@@ -0,0 +1,24 @@
|
|
1
|
+
import protocol from "database/api/seeder/resources/protocol";
|
2
|
+
import { t } from "elysia";
|
3
|
+
export const participateInputTypes = ["tokenAmount", "token"];
|
4
|
+
export const participateTypes = ["link", "deposit", "withdraw"];
|
5
|
+
export const GetParticipateTargetsQueryDto = t.Object({
|
6
|
+
chainId: t.Numeric(),
|
7
|
+
protocolId: t.String({
|
8
|
+
examples: Object.values(protocol).reduce((obj, i) => Object.assign(obj, { [i.name]: { value: i.id } }), {}),
|
9
|
+
}),
|
10
|
+
identifier: t.Optional(t.String()),
|
11
|
+
});
|
12
|
+
export const GetParticipateQuoteQueryDto = t.Object({
|
13
|
+
chainId: t.Numeric(),
|
14
|
+
protocolId: t.String({
|
15
|
+
examples: Object.values(protocol).reduce((obj, i) => Object.assign(obj, { [i.name]: { value: i.id } }), {}),
|
16
|
+
}),
|
17
|
+
identifier: t.String(),
|
18
|
+
userAddress: t.String(),
|
19
|
+
fromTokenAddress: t.String(),
|
20
|
+
fromAmount: t.String(),
|
21
|
+
});
|
22
|
+
export const GetParticipateProtocolsQueryDto = t.Object({
|
23
|
+
chainId: t.Optional(t.Numeric()),
|
24
|
+
});
|
@@ -0,0 +1,33 @@
|
|
1
|
+
import { EnsoService } from "../enso/enso.service";
|
2
|
+
import { TokenService } from "../token";
|
3
|
+
export class ParticipateService {
|
4
|
+
static async getTarget(chainId, protocolId, identifier) {
|
5
|
+
const slug = EnsoService.getSlug(protocolId);
|
6
|
+
if (!slug)
|
7
|
+
return;
|
8
|
+
const tokens = await EnsoService.getTokens(chainId, slug, identifier);
|
9
|
+
return await ParticipateService.getTargetsFromEnsoTokens(tokens);
|
10
|
+
}
|
11
|
+
static async getTargetsFromEnsoTokens(tokens) {
|
12
|
+
const targets = [];
|
13
|
+
for (const { address, underlyingTokens, ...target } of tokens) {
|
14
|
+
try {
|
15
|
+
const [utilityToken, ...assetTokens] = await TokenService.getManyOrCreate([{ chainId: target.chainId, address }].concat(underlyingTokens));
|
16
|
+
targets.push({
|
17
|
+
identifier: address,
|
18
|
+
name: `${utilityToken?.symbol}: ${assetTokens.map(t => t?.symbol).join("/")}`,
|
19
|
+
tokens: assetTokens.filter(t => t !== undefined),
|
20
|
+
});
|
21
|
+
}
|
22
|
+
catch { }
|
23
|
+
}
|
24
|
+
return targets;
|
25
|
+
}
|
26
|
+
static async getTargets(chainId, protocolId) {
|
27
|
+
const slug = EnsoService.getSlug(protocolId);
|
28
|
+
if (!slug)
|
29
|
+
return;
|
30
|
+
const tokens = await EnsoService.getTokens(chainId, slug);
|
31
|
+
return await ParticipateService.getTargetsFromEnsoTokens(tokens);
|
32
|
+
}
|
33
|
+
}
|