@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,24 @@
|
|
1
|
+
import { ExplorerRepository } from "./explorer.repository";
|
2
|
+
export class ExplorerService {
|
3
|
+
static hashId(type, chainId) {
|
4
|
+
return Bun.hash(`${type}${chainId}`).toString();
|
5
|
+
}
|
6
|
+
static async getByChainId(chainId) {
|
7
|
+
return await ExplorerRepository.getByChainId(chainId);
|
8
|
+
}
|
9
|
+
static format(explorer) {
|
10
|
+
const { id, ...rest } = explorer;
|
11
|
+
return {
|
12
|
+
...rest,
|
13
|
+
};
|
14
|
+
}
|
15
|
+
/**
|
16
|
+
* Creates an explorer
|
17
|
+
* @param chainId to attach explorer to
|
18
|
+
* @param type that defines the subsequents links for transactions, addresses...
|
19
|
+
* @param url base url without / suffix
|
20
|
+
*/
|
21
|
+
static async create(chainId, type, url) {
|
22
|
+
return await ExplorerRepository.create(chainId, type, url);
|
23
|
+
}
|
24
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./explorer.service";
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import { throwOnUnsupportedChainId } from "../../../utils/throw";
|
2
|
+
import Elysia from "elysia";
|
3
|
+
import { RootByTimestampsDto } from "./merklRoot.model";
|
4
|
+
import { MerklRootService } from "./merklRoot.service";
|
5
|
+
// ─── Merkl Roots Controller ──────────────────────────────────────────────────
|
6
|
+
export const MerklRootController = new Elysia({ prefix: "/roots", detail: { tags: ["Roots"] } })
|
7
|
+
// ─── Get Merkl Root By Timestamp ─────────────────────────────────────
|
8
|
+
.get("/timestamps", async ({ query }) => {
|
9
|
+
return await MerklRootService.rootForTimestamp(query);
|
10
|
+
}, {
|
11
|
+
query: RootByTimestampsDto,
|
12
|
+
beforeHandle: async ({ query }) => {
|
13
|
+
throwOnUnsupportedChainId(query.chainId);
|
14
|
+
},
|
15
|
+
})
|
16
|
+
// ─── Get all live Merkl Roots ─────────────────────────────────────────
|
17
|
+
.get("/", async () => {
|
18
|
+
return await MerklRootService.fetchAll();
|
19
|
+
});
|
@@ -0,0 +1,31 @@
|
|
1
|
+
import { apiDbClient } from "../../../utils/prisma";
|
2
|
+
import { DistributorService } from "@sdk";
|
3
|
+
export class MerklRootRepository {
|
4
|
+
static async firstRoot(chainId) {
|
5
|
+
return await apiDbClient.merklRoot.findFirst({
|
6
|
+
where: { chainId },
|
7
|
+
orderBy: { timestamp: "desc" },
|
8
|
+
});
|
9
|
+
}
|
10
|
+
static async rootForTimestamp(x) {
|
11
|
+
const res = await apiDbClient.$transaction([
|
12
|
+
apiDbClient.merklRoot.findFirst({
|
13
|
+
where: { chainId: x.chainId, timestamp: { lte: BigInt(x.toTimestamp) } },
|
14
|
+
orderBy: { timestamp: "desc" },
|
15
|
+
}),
|
16
|
+
apiDbClient.merklRoot.findFirst({
|
17
|
+
where: { chainId: x.chainId, timestamp: { lte: BigInt(x.fromTimestamp) } },
|
18
|
+
orderBy: { timestamp: "desc" },
|
19
|
+
}),
|
20
|
+
]);
|
21
|
+
if (!res[0] || !res[1]) {
|
22
|
+
throw new Error("Root not found");
|
23
|
+
}
|
24
|
+
return [res[0], res[1]];
|
25
|
+
}
|
26
|
+
static async fetch(chainId) {
|
27
|
+
const live = await DistributorService(chainId).fetchLiveMerklRoot();
|
28
|
+
const [tree, lastTree] = await DistributorService(chainId).fetchTreeAndLastTreeMerklRoots();
|
29
|
+
return { live, tree, lastTree };
|
30
|
+
}
|
31
|
+
}
|
@@ -0,0 +1,38 @@
|
|
1
|
+
import { CacheService } from "../cache";
|
2
|
+
import { TTLPresets } from "../cache/cache.model";
|
3
|
+
import { ChainService } from "../chain";
|
4
|
+
import { MerklRootRepository } from "./merklRoot.repository";
|
5
|
+
export class MerklRootService {
|
6
|
+
static async firstRoot(chainId) {
|
7
|
+
return await MerklRootRepository.firstRoot(chainId);
|
8
|
+
}
|
9
|
+
static async rootForTimestamp(x) {
|
10
|
+
return await MerklRootRepository.rootForTimestamp(x);
|
11
|
+
}
|
12
|
+
/**
|
13
|
+
* Fetch roots for the provided chain
|
14
|
+
* @param chainId to fetch roots for
|
15
|
+
* @returns object with live and last tree roots
|
16
|
+
*/
|
17
|
+
static async fetch(chainId) {
|
18
|
+
return await CacheService.wrap(TTLPresets.MIN_1, MerklRootRepository.fetch, chainId);
|
19
|
+
}
|
20
|
+
/**
|
21
|
+
* Fetch all roots for the provided chains
|
22
|
+
* @param chainIds to fetch roots for
|
23
|
+
* @returns record of chains to object with live and last tree roots
|
24
|
+
*/
|
25
|
+
static async fetchAll(chainIds) {
|
26
|
+
return await CacheService.wrap(TTLPresets.MIN_1, async () => {
|
27
|
+
let ids = chainIds ?? (await ChainService.getIds());
|
28
|
+
/** Fetch current Merkle Roots */
|
29
|
+
const merkleRootsPromises = await Promise.allSettled(ids.map(chainId => MerklRootService.fetch(chainId)));
|
30
|
+
/** Filter out unsuccessful chainIds */
|
31
|
+
ids = ids.filter((_, index) => merkleRootsPromises[index].status === "fulfilled");
|
32
|
+
const roots = merkleRootsPromises
|
33
|
+
.filter(({ status }) => status === "fulfilled")
|
34
|
+
.map(x => x.value);
|
35
|
+
return roots;
|
36
|
+
});
|
37
|
+
}
|
38
|
+
}
|
@@ -0,0 +1,69 @@
|
|
1
|
+
import { NotFoundError } from "../../../errors";
|
2
|
+
import { AuthorizationHeadersDto, TokenAuthGuard } from "../../../guards/TokenAuth.guard";
|
3
|
+
import Elysia from "elysia";
|
4
|
+
import { CreateOpportunityDto, GetOpportunitiesQueryDto, OpportunityUniqueDto } from "./opportunity.model";
|
5
|
+
import { OpportunityService } from "./opportunity.service";
|
6
|
+
import { transformId } from "./transform-id.pipe";
|
7
|
+
import { validateId } from "./validate-id.pipe";
|
8
|
+
// ─── Opportunities Controller ────────────────────────────────────────────────
|
9
|
+
export const OpportunityController = new Elysia({ prefix: "/opportunities", detail: { tags: ["Opportunities"] } })
|
10
|
+
// ─── Create An Opportunity ───────────────────────────────────────────
|
11
|
+
.post("/", async ({ body }) => {
|
12
|
+
return await OpportunityService.create(body);
|
13
|
+
}, {
|
14
|
+
beforeHandle: TokenAuthGuard,
|
15
|
+
headers: AuthorizationHeadersDto,
|
16
|
+
body: CreateOpportunityDto,
|
17
|
+
})
|
18
|
+
// ─── Get An Opportunity By Id ────────────────────────────────────────
|
19
|
+
.get("/:id", async ({ params }) => {
|
20
|
+
try {
|
21
|
+
if (!params.id.includes("-"))
|
22
|
+
return await OpportunityService.getUniqueOrThrow(params.id);
|
23
|
+
const [chainId, type, identifier] = params.id.split("-");
|
24
|
+
return await OpportunityService.getUniqueOrThrow({
|
25
|
+
chainId: +chainId,
|
26
|
+
type: type,
|
27
|
+
identifier,
|
28
|
+
});
|
29
|
+
}
|
30
|
+
catch (err) {
|
31
|
+
if (err.code && err.code === "P2025")
|
32
|
+
throw new NotFoundError();
|
33
|
+
}
|
34
|
+
}, {
|
35
|
+
params: OpportunityUniqueDto,
|
36
|
+
transform: transformId,
|
37
|
+
beforeHandle: validateId,
|
38
|
+
})
|
39
|
+
// ─── Get An Opportunity By Id With Related Campaigns ─────────────────
|
40
|
+
.get("/:id/campaigns", async ({ params }) => {
|
41
|
+
try {
|
42
|
+
if (!params.id.includes("-"))
|
43
|
+
return await OpportunityService.getUniqueWithCampaignsOrThrow(params.id);
|
44
|
+
const [chainId, type, identifier] = params.id.split("-");
|
45
|
+
return await OpportunityService.getUniqueWithCampaignsOrThrow({
|
46
|
+
chainId: +chainId,
|
47
|
+
type: type,
|
48
|
+
identifier,
|
49
|
+
});
|
50
|
+
}
|
51
|
+
catch (err) {
|
52
|
+
if (err.code && err.code === "P2025")
|
53
|
+
throw new NotFoundError();
|
54
|
+
}
|
55
|
+
}, {
|
56
|
+
params: OpportunityUniqueDto,
|
57
|
+
transform: transformId,
|
58
|
+
beforeHandle: validateId,
|
59
|
+
})
|
60
|
+
// ─── Get All Opportunities ───────────────────────────────────────────
|
61
|
+
.get("/", async ({ query }) => {
|
62
|
+
return await OpportunityService.getMany(query);
|
63
|
+
}, {
|
64
|
+
query: GetOpportunitiesQueryDto,
|
65
|
+
})
|
66
|
+
// ─── Get Opportunities Count ─────────────────────────────────────────
|
67
|
+
.get("/count", async ({ query }) => {
|
68
|
+
return await OpportunityService.countMany(query);
|
69
|
+
}, { query: GetOpportunitiesQueryDto });
|
@@ -0,0 +1,36 @@
|
|
1
|
+
import { TokenDto } from "../token/token.model";
|
2
|
+
import { CampaignType, OpportunityAction, Status } from "../../../../database/api/.generated";
|
3
|
+
import { t } from "elysia";
|
4
|
+
// ─── DTOs ────────────────────────────────────────────────────────────────────
|
5
|
+
export const OpportunityUniqueDto = t.Object({
|
6
|
+
id: t.String({
|
7
|
+
pattern: "(([0-9]*)-([0-9A-Z]*)-(0x([0-9A-Za-z])*))|([0-9]{1,20})",
|
8
|
+
default: undefined,
|
9
|
+
}),
|
10
|
+
});
|
11
|
+
export const GetOpportunitiesQueryDto = t.Object({
|
12
|
+
name: t.Optional(t.String()),
|
13
|
+
//TODO: find a systemic way of handling query param arrays
|
14
|
+
chainId: t.Optional(t.RegExp(/^\d+(,\d+)*$/)),
|
15
|
+
//TODO: find a systemic way of handling query param arrays
|
16
|
+
action: t.Optional(t.Union([t.Enum(OpportunityAction), t.RegExp(/^(POOL|HOLD|DROP|LEND|BORROW)+(,(POOL|HOLD|DROP|LEND|BORROW)+)*$/)])),
|
17
|
+
tags: t.Optional(t.String()),
|
18
|
+
tokens: t.Optional(t.String({ title: "Symbol" })),
|
19
|
+
status: t.Optional(t.Union([t.Enum(Status), t.RegExp(/^(LIVE|PAST|SOON)+(,(LIVE|PAST|SOON)+)*$/)])),
|
20
|
+
sort: t.Optional(t.Union(["apr", "tvl", "rewards"].map(v => t.Literal(v)))),
|
21
|
+
order: t.Optional(t.Union(["desc", "asc"].map(v => t.Literal(v)))),
|
22
|
+
mainProtocolId: t.Optional(t.String()),
|
23
|
+
page: t.Optional(t.Numeric()), // 0-indexed
|
24
|
+
items: t.Optional(t.Numeric()), // items per page
|
25
|
+
});
|
26
|
+
export const CreateOpportunityDto = t.Object({
|
27
|
+
chainId: t.Number(),
|
28
|
+
type: t.Enum(CampaignType),
|
29
|
+
identifier: t.String(),
|
30
|
+
name: t.Optional(t.String()),
|
31
|
+
status: t.Enum(Status),
|
32
|
+
action: t.Enum(OpportunityAction),
|
33
|
+
tokens: t.Array(TokenDto),
|
34
|
+
protocols: t.Array(t.String()),
|
35
|
+
mainProtocol: t.String(),
|
36
|
+
});
|
@@ -462,4 +462,18 @@ export declare abstract class OpportunityRepository {
|
|
462
462
|
apr: number;
|
463
463
|
dailyRewards: number;
|
464
464
|
}>;
|
465
|
+
static updateApr(id: string, apr: number): Promise<{
|
466
|
+
name: string;
|
467
|
+
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
468
|
+
id: string;
|
469
|
+
status: import("../../../../database/api/.generated").$Enums.Status;
|
470
|
+
tags: string[];
|
471
|
+
identifier: string;
|
472
|
+
chainId: number;
|
473
|
+
action: import("../../../../database/api/.generated").$Enums.OpportunityAction;
|
474
|
+
mainProtocolId: string | null;
|
475
|
+
tvl: number;
|
476
|
+
apr: number;
|
477
|
+
dailyRewards: number;
|
478
|
+
}>;
|
465
479
|
}
|
@@ -0,0 +1,217 @@
|
|
1
|
+
import { apiDbClient } from "../../../utils/prisma";
|
2
|
+
import { AprService } from "../apr";
|
3
|
+
import { RewardService } from "../reward";
|
4
|
+
import { TvlService } from "../tvl";
|
5
|
+
export class OpportunityRepository {
|
6
|
+
static #getRecordInclusion() {
|
7
|
+
return {
|
8
|
+
AprRecords: {
|
9
|
+
take: 1,
|
10
|
+
orderBy: { timestamp: "desc" },
|
11
|
+
include: { AprBreakdown: true },
|
12
|
+
},
|
13
|
+
TvlRecords: {
|
14
|
+
take: 1,
|
15
|
+
orderBy: { timestamp: "desc" },
|
16
|
+
include: { TvlBreakdown: true },
|
17
|
+
},
|
18
|
+
DailyRewardsRecords: {
|
19
|
+
take: 1,
|
20
|
+
orderBy: { timestamp: "desc" },
|
21
|
+
include: {
|
22
|
+
DailyRewardsBreakdown: {
|
23
|
+
include: {
|
24
|
+
Campaign: { select: { startTimestamp: true, endTimestamp: true, amount: true, RewardToken: true } },
|
25
|
+
},
|
26
|
+
},
|
27
|
+
},
|
28
|
+
},
|
29
|
+
};
|
30
|
+
}
|
31
|
+
static async create(newOpp) {
|
32
|
+
await apiDbClient.opportunity.create({
|
33
|
+
data: {
|
34
|
+
id: newOpp.id,
|
35
|
+
action: newOpp.action,
|
36
|
+
identifier: newOpp.identifier,
|
37
|
+
name: newOpp.name,
|
38
|
+
status: newOpp.status,
|
39
|
+
type: newOpp.type,
|
40
|
+
Chain: { connect: { id: newOpp.chainId } },
|
41
|
+
MainProtocol: { connect: { id: newOpp.mainProtocol } },
|
42
|
+
Protocols: {
|
43
|
+
connect: newOpp.protocols.map((protocol) => {
|
44
|
+
return { id: protocol };
|
45
|
+
}),
|
46
|
+
},
|
47
|
+
Tokens: {
|
48
|
+
connect: newOpp.tokens.map((token) => {
|
49
|
+
return {
|
50
|
+
chainId_address: {
|
51
|
+
chainId: token.chainId,
|
52
|
+
address: token.address,
|
53
|
+
},
|
54
|
+
};
|
55
|
+
}),
|
56
|
+
},
|
57
|
+
},
|
58
|
+
});
|
59
|
+
}
|
60
|
+
static async findUniqueOrThrow(id) {
|
61
|
+
return await apiDbClient.opportunity.findUniqueOrThrow({
|
62
|
+
include: {
|
63
|
+
...OpportunityRepository.#getRecordInclusion(),
|
64
|
+
Chain: true,
|
65
|
+
MainProtocol: true,
|
66
|
+
Protocols: true,
|
67
|
+
Tokens: true,
|
68
|
+
},
|
69
|
+
where: { id },
|
70
|
+
});
|
71
|
+
}
|
72
|
+
static async findUniqueOrThrowWithCampaigns(id) {
|
73
|
+
return await apiDbClient.opportunity.findUniqueOrThrow({
|
74
|
+
include: {
|
75
|
+
...OpportunityRepository.#getRecordInclusion(),
|
76
|
+
Chain: true,
|
77
|
+
Campaigns: {
|
78
|
+
include: {
|
79
|
+
RewardToken: true,
|
80
|
+
ComputeChain: true,
|
81
|
+
DistributionChain: true,
|
82
|
+
},
|
83
|
+
orderBy: {
|
84
|
+
endTimestamp: "desc",
|
85
|
+
},
|
86
|
+
},
|
87
|
+
MainProtocol: true,
|
88
|
+
Protocols: true,
|
89
|
+
Tokens: true,
|
90
|
+
},
|
91
|
+
where: { id },
|
92
|
+
});
|
93
|
+
}
|
94
|
+
static async findManyWithCampaigns(filters) {
|
95
|
+
return await apiDbClient.opportunity.findMany({ ...filters, include: { Campaigns: true } });
|
96
|
+
}
|
97
|
+
static #transformQueryToPrismaFilters(query) {
|
98
|
+
const { page: _page, items: _items, ...filters } = query;
|
99
|
+
//TODO: abstract away query to not be strictly equal to controller
|
100
|
+
const chainIds = query.chainId?.split(",").map(n => Number.parseInt(n));
|
101
|
+
const actions = query.action?.split(",");
|
102
|
+
const status = query.status?.split(",");
|
103
|
+
const tokens = query.tokens?.split(",");
|
104
|
+
const sort = (query.sort === "rewards" ? "dailyRewards" : query.sort) ?? "dailyRewards";
|
105
|
+
const order = query.order ?? "desc";
|
106
|
+
const noFilters = Object.values(filters).every(v => v === undefined);
|
107
|
+
const tokensFilters = tokens?.map(symbol => ({
|
108
|
+
Tokens: { some: { symbol: { equals: symbol, mode: "insensitive" } } },
|
109
|
+
}));
|
110
|
+
const orderBy = {
|
111
|
+
[sort]: order,
|
112
|
+
};
|
113
|
+
return {
|
114
|
+
orderBy,
|
115
|
+
where: noFilters
|
116
|
+
? { OR: tokensFilters }
|
117
|
+
: {
|
118
|
+
AND: [
|
119
|
+
...(tokensFilters ?? []),
|
120
|
+
{ tags: !filters.tags ? undefined : { has: filters.tags } },
|
121
|
+
{ chainId: !chainIds ? undefined : { in: chainIds } },
|
122
|
+
{ name: !filters.name ? undefined : { contains: filters.name, mode: "insensitive" } },
|
123
|
+
{
|
124
|
+
action: !actions ? undefined : { in: actions },
|
125
|
+
},
|
126
|
+
{
|
127
|
+
status: !status ? undefined : { in: status },
|
128
|
+
},
|
129
|
+
{ mainProtocolId: !filters.mainProtocolId ? undefined : { equals: filters.mainProtocolId } },
|
130
|
+
],
|
131
|
+
},
|
132
|
+
};
|
133
|
+
}
|
134
|
+
static async findMany(query) {
|
135
|
+
// pagination by offset; might have to change to cursor based for performance
|
136
|
+
const { page: _page, items: _items } = query;
|
137
|
+
const page = _page ? _page : 0;
|
138
|
+
const items = _items ? _items : 20;
|
139
|
+
const args = OpportunityRepository.#transformQueryToPrismaFilters(query);
|
140
|
+
return await apiDbClient.opportunity.findMany({
|
141
|
+
take: items,
|
142
|
+
skip: page * items,
|
143
|
+
include: {
|
144
|
+
...OpportunityRepository.#getRecordInclusion(),
|
145
|
+
MainProtocol: true,
|
146
|
+
Chain: true,
|
147
|
+
Protocols: true,
|
148
|
+
Tokens: true,
|
149
|
+
},
|
150
|
+
...args,
|
151
|
+
});
|
152
|
+
}
|
153
|
+
static async countMany(query) {
|
154
|
+
const args = OpportunityRepository.#transformQueryToPrismaFilters(query);
|
155
|
+
return await apiDbClient.opportunity.count(args);
|
156
|
+
}
|
157
|
+
static async getAllIdsForDynamicOpp() {
|
158
|
+
return await apiDbClient.opportunity.findMany({
|
159
|
+
where: { type: { notIn: ["ERC20_SNAPSHOT", "JSON_AIRDROP"] } },
|
160
|
+
select: { id: true },
|
161
|
+
});
|
162
|
+
}
|
163
|
+
/**
|
164
|
+
* Updates Apr, Tvl and DailyRewards record
|
165
|
+
* @param opportunityId
|
166
|
+
* @param apr
|
167
|
+
* @param tvl
|
168
|
+
* @returns
|
169
|
+
*/
|
170
|
+
static async updateRecords(opportunityId, apr, tvl, dailyRewards) {
|
171
|
+
const aprRecord = await apiDbClient.aprRecord.create({
|
172
|
+
data: {
|
173
|
+
id: AprService.hashId(opportunityId, apr.timestamp),
|
174
|
+
timestamp: apr.timestamp,
|
175
|
+
cumulated: apr.cumulated,
|
176
|
+
Opportunity: { connect: { id: opportunityId } },
|
177
|
+
AprBreakdown: { createMany: { data: apr.breakdowns } },
|
178
|
+
},
|
179
|
+
});
|
180
|
+
const tvlRecord = await apiDbClient.tVLRecord.create({
|
181
|
+
data: {
|
182
|
+
id: TvlService.hashId(opportunityId, tvl.timestamp),
|
183
|
+
timestamp: tvl.timestamp,
|
184
|
+
Opportunity: { connect: { id: opportunityId } },
|
185
|
+
total: tvl.total,
|
186
|
+
TvlBreakdown: { createMany: { data: tvl.breakdowns } },
|
187
|
+
},
|
188
|
+
include: { TvlBreakdown: true },
|
189
|
+
});
|
190
|
+
const dailyRewardsRecord = await apiDbClient.dailyRewardsRecord.create({
|
191
|
+
data: {
|
192
|
+
id: RewardService.hashDailyRewardsRecordId(opportunityId, dailyRewards.timestamp),
|
193
|
+
timestamp: dailyRewards.timestamp,
|
194
|
+
Opportunity: { connect: { id: opportunityId } },
|
195
|
+
total: dailyRewards.total,
|
196
|
+
DailyRewardsBreakdown: { createMany: { data: dailyRewards.breakdowns } },
|
197
|
+
},
|
198
|
+
include: { DailyRewardsBreakdown: true },
|
199
|
+
});
|
200
|
+
const opportunity = await apiDbClient.opportunity.update({
|
201
|
+
where: { id: opportunityId },
|
202
|
+
data: { apr: apr.cumulated, tvl: tvl.total, dailyRewards: dailyRewards.total },
|
203
|
+
});
|
204
|
+
return {
|
205
|
+
aprRecord,
|
206
|
+
tvlRecord,
|
207
|
+
dailyRewardsRecord,
|
208
|
+
opportunity,
|
209
|
+
};
|
210
|
+
}
|
211
|
+
static async updateStatus(id, status) {
|
212
|
+
return await apiDbClient.opportunity.update({ where: { id }, data: { status } });
|
213
|
+
}
|
214
|
+
static async updateApr(id, apr) {
|
215
|
+
return await apiDbClient.opportunity.update({ where: { id }, data: { apr } });
|
216
|
+
}
|
217
|
+
}
|
@@ -1,5 +1,4 @@
|
|
1
1
|
import { type CreateCampaignModel } from "../campaign";
|
2
|
-
import { type Status } from "../../../../database/api/.generated";
|
3
2
|
import type { ChainId } from "@sdk";
|
4
3
|
import type { CreateOpportunityModel, GetOpportunitiesQueryEntity, LightOpportunityFromDB, OpportunityMetadata, OpportunityUnique } from "./opportunity.model";
|
5
4
|
import { OpportunityRepository } from "./opportunity.repository";
|
@@ -18,20 +17,6 @@ export declare abstract class OpportunityService {
|
|
18
17
|
*/
|
19
18
|
static getMetadata(campaign: CreateCampaignModel): Promise<OpportunityMetadata>;
|
20
19
|
static updateMetadata(chain: ChainId): Promise<void>;
|
21
|
-
static updateStatus(opportunityId: string, newStatus: Status): Promise<{
|
22
|
-
name: string;
|
23
|
-
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
24
|
-
id: string;
|
25
|
-
status: import("../../../../database/api/.generated").$Enums.Status;
|
26
|
-
tags: string[];
|
27
|
-
identifier: string;
|
28
|
-
chainId: number;
|
29
|
-
action: import("../../../../database/api/.generated").$Enums.OpportunityAction;
|
30
|
-
mainProtocolId: string | null;
|
31
|
-
tvl: number;
|
32
|
-
apr: number;
|
33
|
-
dailyRewards: number;
|
34
|
-
}>;
|
35
20
|
static getUniqueWithCampaignsOrThrow(opportunityId: string | OpportunityUnique): Promise<({
|
36
21
|
aprRecord: {
|
37
22
|
cumulated: number;
|