@merkl/api 0.10.128 → 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,62 @@
|
|
1
|
+
import { ConflictError } from "../../../errors/Conflict.error";
|
2
|
+
import { AuthorizationHeadersDto, BackOfficeGuard } from "../../../guards/BackOffice.guard";
|
3
|
+
import Elysia from "elysia";
|
4
|
+
import { CreatePriceSourceDto, PriceSourceIdentifier, UpdatePriceSourceDto } from "./price.model";
|
5
|
+
import { PriceService } from "./price.service";
|
6
|
+
// ─── Prices Controller ───────────────────────────────────────────────────────
|
7
|
+
export const PriceController = new Elysia({ prefix: "/prices", detail: { tags: ["Prices"] } })
|
8
|
+
// ─── Get All Prices ──────────────────────────────────────────────────
|
9
|
+
.get("/", async () => {
|
10
|
+
return await PriceService.findMany();
|
11
|
+
})
|
12
|
+
.get("/array", async () => {
|
13
|
+
return await PriceService.findManyArray();
|
14
|
+
})
|
15
|
+
// ─── Get Price By Token Symbol ───────────────────────────────────────
|
16
|
+
.get("/symbol/:symbol", async ({ params }) => {
|
17
|
+
return await PriceService.fetchPriceSourceBySymbol(params.symbol);
|
18
|
+
}, { params: PriceSourceIdentifier })
|
19
|
+
// ─── Price Sources Group ─────────────────────────────────────────────
|
20
|
+
.group("/sources", app => {
|
21
|
+
return (app
|
22
|
+
// ─── Get All Price Sources ───────────────────
|
23
|
+
.get("/", async () => {
|
24
|
+
return await PriceService.getManyPriceSources();
|
25
|
+
})
|
26
|
+
// ─── Get Price Source By Token Symbol ────────
|
27
|
+
.get("/symbol/:symbol", async ({ params }) => {
|
28
|
+
return await PriceService.getPriceSourceBySymbol(params.symbol);
|
29
|
+
}, { params: PriceSourceIdentifier })
|
30
|
+
// ─── Create A Price Source ───────────────────
|
31
|
+
.post("/", async ({ body }) => {
|
32
|
+
try {
|
33
|
+
return await PriceService.createPriceSource(body);
|
34
|
+
}
|
35
|
+
catch (err) {
|
36
|
+
if (err && err.code === "P2002") {
|
37
|
+
throw new ConflictError();
|
38
|
+
}
|
39
|
+
}
|
40
|
+
}, {
|
41
|
+
headers: AuthorizationHeadersDto,
|
42
|
+
body: CreatePriceSourceDto,
|
43
|
+
beforeHandle: BackOfficeGuard,
|
44
|
+
})
|
45
|
+
// ─── Update A Price Source ───────────────────
|
46
|
+
.patch("/symbol/:symbol", async ({ params, body }) => {
|
47
|
+
return await PriceService.updatePriceSource(params.symbol, body);
|
48
|
+
}, {
|
49
|
+
headers: AuthorizationHeadersDto,
|
50
|
+
params: PriceSourceIdentifier,
|
51
|
+
body: UpdatePriceSourceDto,
|
52
|
+
beforeHandle: BackOfficeGuard,
|
53
|
+
})
|
54
|
+
// ─── Delete A Price Source ───────────────────
|
55
|
+
.delete("/symbol/:symbol", async ({ params }) => {
|
56
|
+
return await PriceService.deletePriceSource(params.symbol);
|
57
|
+
}, {
|
58
|
+
headers: AuthorizationHeadersDto,
|
59
|
+
params: PriceSourceIdentifier,
|
60
|
+
beforeHandle: BackOfficeGuard,
|
61
|
+
}));
|
62
|
+
});
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import { PriceSourceMethod } from "../../../../database/api/.generated";
|
2
|
+
import { t } from "elysia";
|
3
|
+
// ─── DTOs ────────────────────────────────────────────────────────────────────
|
4
|
+
export const CreatePriceSourceDto = t.Object({
|
5
|
+
symbol: t.String(),
|
6
|
+
method: t.Enum(PriceSourceMethod),
|
7
|
+
args: t.Object({}, { additionalProperties: true }),
|
8
|
+
});
|
9
|
+
export const UpdatePriceSourceDto = t.Partial(CreatePriceSourceDto);
|
10
|
+
export const PriceSourceIdentifier = t.Object({
|
11
|
+
symbol: t.String(),
|
12
|
+
});
|
@@ -0,0 +1,18 @@
|
|
1
|
+
import { apiDbClient } from "../../../utils/prisma";
|
2
|
+
export class PriceRepository {
|
3
|
+
static async findBySymbolOrThrow(symbol) {
|
4
|
+
return await apiDbClient.priceSource.findUniqueOrThrow({ where: { symbol } });
|
5
|
+
}
|
6
|
+
static async findMany() {
|
7
|
+
return await apiDbClient.priceSource.findMany();
|
8
|
+
}
|
9
|
+
static async create(priceSource) {
|
10
|
+
return await apiDbClient.priceSource.create({ data: priceSource });
|
11
|
+
}
|
12
|
+
static async updateBySymbol(unique, newPriceSource) {
|
13
|
+
return await apiDbClient.priceSource.update({ where: { symbol: unique }, data: newPriceSource });
|
14
|
+
}
|
15
|
+
static async deleteBySymbol(symbol) {
|
16
|
+
return await apiDbClient.priceSource.delete({ where: { symbol } });
|
17
|
+
}
|
18
|
+
}
|
@@ -0,0 +1,44 @@
|
|
1
|
+
import { Pricer } from "../../../utils/pricer";
|
2
|
+
import PriceFetcherFactory from "../../../utils/prices/priceFetcherFactory";
|
3
|
+
import { PriceSourceMethod } from "../../../../database/api/.generated";
|
4
|
+
import { PriceRepository } from "./price.repository";
|
5
|
+
export class PriceService {
|
6
|
+
// ─── Prices ──────────────────────────────────────────────────────────
|
7
|
+
static async findMany() {
|
8
|
+
return (await Pricer.load()).prices;
|
9
|
+
}
|
10
|
+
static async findManyArray() {
|
11
|
+
return (await Pricer.load()).getArray();
|
12
|
+
}
|
13
|
+
/** Fetches a single price */
|
14
|
+
static async fetchPriceSourceBySymbol(symbol) {
|
15
|
+
const priceSource = await PriceRepository.findBySymbolOrThrow(symbol);
|
16
|
+
if (!priceSource) {
|
17
|
+
throw new Error(`Price source with symbol ${symbol} not found`);
|
18
|
+
}
|
19
|
+
if (priceSource.method === PriceSourceMethod.CONSTANT) {
|
20
|
+
return priceSource.args.value;
|
21
|
+
}
|
22
|
+
if (priceSource.method === PriceSourceMethod.EQUAL_TO) {
|
23
|
+
return PriceService.fetchPriceSourceBySymbol(priceSource.args.token);
|
24
|
+
}
|
25
|
+
return (await PriceFetcherFactory.instance.get(priceSource.method).getPrice([priceSource]))?.[0]?.rate;
|
26
|
+
}
|
27
|
+
// ─── Price Sources ───────────────────────────────────────────────────
|
28
|
+
static async getPriceSourceBySymbol(symbol) {
|
29
|
+
return await PriceRepository.findBySymbolOrThrow(symbol);
|
30
|
+
}
|
31
|
+
static async getManyPriceSources() {
|
32
|
+
return await PriceRepository.findMany();
|
33
|
+
}
|
34
|
+
static async createPriceSource(priceSource) {
|
35
|
+
const created = await PriceRepository.create(priceSource);
|
36
|
+
return await PriceService.fetchPriceSourceBySymbol(created.symbol);
|
37
|
+
}
|
38
|
+
static async updatePriceSource(symbol, newPriceSource) {
|
39
|
+
return await PriceRepository.updateBySymbol(symbol, newPriceSource);
|
40
|
+
}
|
41
|
+
static async deletePriceSource(symbol) {
|
42
|
+
return await PriceRepository.deleteBySymbol(symbol);
|
43
|
+
}
|
44
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,23 @@
|
|
1
|
+
import Elysia from "elysia";
|
2
|
+
import { GetProtocolsQueryDto } from "./protocol.model";
|
3
|
+
import { ProtocolService } from "./protocol.service";
|
4
|
+
// ─── Protocols Controller ────────────────────────────────────────────────────
|
5
|
+
export const ProtocolController = new Elysia({ prefix: "/protocols", detail: { tags: ["Protocols"] } })
|
6
|
+
// ─── Get A Protocol By Its Id ────────────────────────────────────────
|
7
|
+
.get("/:id", async ({ params }) => {
|
8
|
+
const fromId = await ProtocolService.getFromId(params.id);
|
9
|
+
if (fromId)
|
10
|
+
return fromId;
|
11
|
+
return await ProtocolService.getFromName(params.id);
|
12
|
+
})
|
13
|
+
// ─── Get Many Protocols ──────────────────────────────────────────────
|
14
|
+
.get("/", async ({ query }) => {
|
15
|
+
return await ProtocolService.findMany(query);
|
16
|
+
}, {
|
17
|
+
query: GetProtocolsQueryDto,
|
18
|
+
})
|
19
|
+
.get("/count", async ({ query }) => {
|
20
|
+
return await ProtocolService.countMany(query);
|
21
|
+
}, {
|
22
|
+
query: GetProtocolsQueryDto,
|
23
|
+
});
|
@@ -0,0 +1,68 @@
|
|
1
|
+
import { ProtocolTag } from "../../../../database/api/.generated";
|
2
|
+
import { t } from "elysia";
|
3
|
+
const protocolTypes = [
|
4
|
+
// ─── AMM ─────────────────────────────────────────────────────────────
|
5
|
+
"arthswap",
|
6
|
+
"baseswap",
|
7
|
+
"camelot",
|
8
|
+
"crust",
|
9
|
+
"fenix",
|
10
|
+
"horiza",
|
11
|
+
"izumi",
|
12
|
+
"kim",
|
13
|
+
"pancakeswap-v3",
|
14
|
+
"quickswap-algebra",
|
15
|
+
"quickswap-uni",
|
16
|
+
"ramses",
|
17
|
+
"retro",
|
18
|
+
"stryke",
|
19
|
+
"stryke-pcs",
|
20
|
+
"stryke-sushi",
|
21
|
+
"sushiswap-v3",
|
22
|
+
"swapr",
|
23
|
+
"thruster",
|
24
|
+
"uniswap-v3",
|
25
|
+
"voltage",
|
26
|
+
"zero",
|
27
|
+
"koi",
|
28
|
+
"supswap-v3",
|
29
|
+
// ─── LP DEX ──────────────────────────────────────────────────────────
|
30
|
+
"uniswap-v2",
|
31
|
+
"velodrome",
|
32
|
+
"aerodrome",
|
33
|
+
"balancer",
|
34
|
+
"curve",
|
35
|
+
"aura",
|
36
|
+
"akron",
|
37
|
+
"beefy",
|
38
|
+
"dragonswap",
|
39
|
+
"poolside",
|
40
|
+
"koi",
|
41
|
+
// ─── LP Lending ──────────────────────────────────────────────────────
|
42
|
+
"radiant",
|
43
|
+
"aave",
|
44
|
+
"euler",
|
45
|
+
"gearbox",
|
46
|
+
"compound",
|
47
|
+
"sturdy",
|
48
|
+
"frax",
|
49
|
+
"ionic",
|
50
|
+
"moonwell",
|
51
|
+
"fluid",
|
52
|
+
"silo",
|
53
|
+
"morpho",
|
54
|
+
"coumpound",
|
55
|
+
"dolomite",
|
56
|
+
"badger",
|
57
|
+
"ajna",
|
58
|
+
"layerbank",
|
59
|
+
];
|
60
|
+
// ─── DTOs ────────────────────────────────────────────────────────────────────
|
61
|
+
export const GetProtocolsQueryDto = t.Object({
|
62
|
+
id: t.Optional(t.Array(t.String())),
|
63
|
+
name: t.Optional(t.String()),
|
64
|
+
tags: t.Optional(t.Array(t.Enum(ProtocolTag))),
|
65
|
+
page: t.Optional(t.Numeric()),
|
66
|
+
items: t.Optional(t.Numeric()),
|
67
|
+
});
|
68
|
+
export const GetProtocolParamsDto = t.Object({ id: t.String() });
|
@@ -0,0 +1,37 @@
|
|
1
|
+
import { apiDbClient } from "../../../utils/prisma";
|
2
|
+
// ─── Protocols Repository ────────────────────────────────────────────────────
|
3
|
+
export class ProtocolRepository {
|
4
|
+
static async create(template) {
|
5
|
+
return await apiDbClient.protocol.create(template);
|
6
|
+
}
|
7
|
+
static async read(type) {
|
8
|
+
return await apiDbClient.protocol.findUnique({ where: { id: type } });
|
9
|
+
}
|
10
|
+
static async findManyByName(name) {
|
11
|
+
return await apiDbClient.protocol.findMany({ where: { name: { equals: name } } });
|
12
|
+
}
|
13
|
+
static #transformQueryToPrismaFilters(query) {
|
14
|
+
return {
|
15
|
+
where: {
|
16
|
+
name: query.name ? { contains: query.name, mode: "insensitive" } : undefined,
|
17
|
+
tags: query.tags ? { hasEvery: query.tags } : undefined,
|
18
|
+
id: query.id ? { in: query.id } : undefined,
|
19
|
+
},
|
20
|
+
};
|
21
|
+
}
|
22
|
+
static async findMany(query) {
|
23
|
+
const { page: _page, items: _items } = query;
|
24
|
+
const page = _page ? _page : 0;
|
25
|
+
const items = _items ? _items : 20;
|
26
|
+
const args = ProtocolRepository.#transformQueryToPrismaFilters(query);
|
27
|
+
return await apiDbClient.protocol.findMany({
|
28
|
+
take: items,
|
29
|
+
skip: page * items,
|
30
|
+
...args,
|
31
|
+
});
|
32
|
+
}
|
33
|
+
static async countMany(query) {
|
34
|
+
const args = ProtocolRepository.#transformQueryToPrismaFilters(query);
|
35
|
+
return await apiDbClient.protocol.count(args);
|
36
|
+
}
|
37
|
+
}
|
@@ -0,0 +1,77 @@
|
|
1
|
+
import { AMM as AMMV3 } from "@sdk";
|
2
|
+
import { ProtocolRepository } from "./protocol.repository";
|
3
|
+
// ─── Protocols Services ──────────────────────────────────────────────────────
|
4
|
+
export class ProtocolService {
|
5
|
+
static getIdFromAmmV3(amm) {
|
6
|
+
return {
|
7
|
+
[AMMV3.ARTHSWAP]: "arthswap",
|
8
|
+
[AMMV3.BaseSwap]: "baseswap",
|
9
|
+
[AMMV3.Camelot]: "camelot",
|
10
|
+
[AMMV3.Crust]: "crust",
|
11
|
+
[AMMV3.Fenix]: "fenix",
|
12
|
+
[AMMV3.Horiza]: "horiza",
|
13
|
+
[AMMV3.Izumi]: "izumi",
|
14
|
+
[AMMV3.Kim]: "kim",
|
15
|
+
[AMMV3.PancakeSwapV3]: "pancakeswap-v3",
|
16
|
+
[AMMV3.QuickswapAlgebra]: "quickswap-algebra",
|
17
|
+
[AMMV3.QuickswapUni]: "quickswap-uni",
|
18
|
+
[AMMV3.Ramses]: "ramses",
|
19
|
+
[AMMV3.Retro]: "retro",
|
20
|
+
[AMMV3.Stryke]: "stryke",
|
21
|
+
[AMMV3.StrykePCS]: "stryke-pcs",
|
22
|
+
[AMMV3.StrykeSushi]: "stryke-sushi",
|
23
|
+
[AMMV3.SushiSwapV3]: "sushiswap-v3",
|
24
|
+
[AMMV3.Swapr]: "swapr",
|
25
|
+
[AMMV3.Thruster]: "thruster",
|
26
|
+
[AMMV3.UniswapV3]: "uniswap-v3",
|
27
|
+
[AMMV3.Voltage]: "voltage",
|
28
|
+
[AMMV3.ZERO]: "zero",
|
29
|
+
[AMMV3.KOI]: "koi",
|
30
|
+
[AMMV3.SupswapV3]: "supswap-v3",
|
31
|
+
}[amm];
|
32
|
+
}
|
33
|
+
static getIdFromErc20Type(_type) {
|
34
|
+
return {
|
35
|
+
uniswapv2: "uniswap-v2",
|
36
|
+
velodrome: "velodrome",
|
37
|
+
aerodrome: "aerodrome",
|
38
|
+
balancerGauge: "balancer",
|
39
|
+
balancerPool: "balancer",
|
40
|
+
curve: "curve",
|
41
|
+
aura: "aura",
|
42
|
+
akron: "akron",
|
43
|
+
dragonswap: "dragonswap",
|
44
|
+
poolside: "poolside",
|
45
|
+
koi: "koi",
|
46
|
+
radiant_borrow: "radiant",
|
47
|
+
radiant_lend: "radiant",
|
48
|
+
aave_borrowing: "radiant",
|
49
|
+
euler_borrow: "euler",
|
50
|
+
euler_lend: "euler",
|
51
|
+
gearbox: "gearbox",
|
52
|
+
compound: "compound",
|
53
|
+
aave_lending: "aave",
|
54
|
+
sturdy_aggregator: "sturdy",
|
55
|
+
sturdy_silo: "sturdy",
|
56
|
+
fraxlend: "frax",
|
57
|
+
moonwell: "moonwell",
|
58
|
+
ionic: "ionic",
|
59
|
+
fluid: "fluid",
|
60
|
+
silostaking: "silo",
|
61
|
+
layerbank: "layerbank",
|
62
|
+
beefy: "beefy",
|
63
|
+
}[_type];
|
64
|
+
}
|
65
|
+
static async findMany(query) {
|
66
|
+
return await ProtocolRepository.findMany(query);
|
67
|
+
}
|
68
|
+
static async countMany(query) {
|
69
|
+
return await ProtocolRepository.countMany(query);
|
70
|
+
}
|
71
|
+
static async getFromId(id) {
|
72
|
+
return await ProtocolRepository.read(id);
|
73
|
+
}
|
74
|
+
static async getFromName(name) {
|
75
|
+
return (await ProtocolRepository.findManyByName(name))[0];
|
76
|
+
}
|
77
|
+
}
|
@@ -0,0 +1,52 @@
|
|
1
|
+
import { BackOfficeGuard } from "../../../guards/BackOffice.guard";
|
2
|
+
import { AuthorizationHeadersDto, EngineGuard } from "../../../guards/Engine.guard";
|
3
|
+
import { throwOnUnsupportedChainId } from "../../../utils/throw";
|
4
|
+
import Elysia from "elysia";
|
5
|
+
import { CampaignIdDto, CreateManyBreakdownDto, CreateManyRewardDto, UpdatePendingDto } from "./reward.model";
|
6
|
+
import { RewardService } from "./reward.service";
|
7
|
+
// ─── Rewards Controller ──────────────────────────────────────────────────────
|
8
|
+
export const RewardController = new Elysia({ prefix: "/rewards", detail: { tags: ["Rewards"] } })
|
9
|
+
// ─── Get Reward Breakdowns For Campaign Ids ──────────────────────────
|
10
|
+
.get("/", async ({ query }) => await RewardService.breakdownForCampaign(query), {
|
11
|
+
query: CampaignIdDto,
|
12
|
+
beforeHandle: ({ query }) => {
|
13
|
+
throwOnUnsupportedChainId(query.chainId);
|
14
|
+
},
|
15
|
+
})
|
16
|
+
// ─── Get Total Amount Rewarded For Campaign Id ──────────────────────
|
17
|
+
.get("/total", async ({ query }) => await RewardService.total(query), {
|
18
|
+
query: CampaignIdDto,
|
19
|
+
beforeHandle: ({ query }) => {
|
20
|
+
throwOnUnsupportedChainId(query.chainId);
|
21
|
+
},
|
22
|
+
})
|
23
|
+
// ─── Create Many Rewards ─────────────────────────────────────────────
|
24
|
+
.post("/engine", async ({ body }) => await RewardService.createManyReward(body), {
|
25
|
+
headers: AuthorizationHeadersDto,
|
26
|
+
body: CreateManyRewardDto,
|
27
|
+
beforeHandle: EngineGuard,
|
28
|
+
})
|
29
|
+
// ─── Create Many Reward Breakdowns ───────────────────────────────────
|
30
|
+
.post("/engine/breakdowns", async ({ body }) => await RewardService.createManyBreakdown(body), {
|
31
|
+
headers: AuthorizationHeadersDto,
|
32
|
+
body: CreateManyBreakdownDto,
|
33
|
+
beforeHandle: EngineGuard,
|
34
|
+
})
|
35
|
+
// ─── Create Many Pending Rewards ─────────────────────────────────────
|
36
|
+
.post("/pendings", async ({ body }) => await RewardService.updatePendings(body), {
|
37
|
+
headers: AuthorizationHeadersDto,
|
38
|
+
body: UpdatePendingDto,
|
39
|
+
beforeHandle: EngineGuard,
|
40
|
+
})
|
41
|
+
// ─── Get Reward Count By Chain And Root ───────────────────────────────────────
|
42
|
+
.get("/count", async ({ query }) => await RewardService.count(query), {
|
43
|
+
query: CampaignIdDto,
|
44
|
+
beforeHandle: ({ query }) => {
|
45
|
+
throwOnUnsupportedChainId(query.chainId);
|
46
|
+
},
|
47
|
+
})
|
48
|
+
// ─── Get Reward Count By Chain And Root ───────────────────────────────────────
|
49
|
+
.get("/count/chains", async () => await RewardService.countAllchains(), {
|
50
|
+
headers: AuthorizationHeadersDto,
|
51
|
+
beforeHandle: BackOfficeGuard,
|
52
|
+
});
|
@@ -0,0 +1,104 @@
|
|
1
|
+
import { t } from "elysia";
|
2
|
+
// ─── DTOs ────────────────────────────────────────────────────────────────────
|
3
|
+
const BreakdownDto = t.Object({
|
4
|
+
recipient: t.String(),
|
5
|
+
protocolId: t.Optional(t.String()),
|
6
|
+
reason: t.String(),
|
7
|
+
amount: t.String(),
|
8
|
+
claimed: t.String(),
|
9
|
+
pending: t.String(),
|
10
|
+
auxiliaryData1: t.Optional(t.String()),
|
11
|
+
auxiliaryData2: t.Optional(t.String()),
|
12
|
+
});
|
13
|
+
export const CreateManyBreakdownDto = t.Array(t.Object({
|
14
|
+
distributionChainId: t.Numeric(),
|
15
|
+
rewardToken: t.String(),
|
16
|
+
campaignId: t.String(),
|
17
|
+
root: t.String(),
|
18
|
+
breakdowns: t.Array(BreakdownDto),
|
19
|
+
}));
|
20
|
+
const RewardDto = t.Object({
|
21
|
+
root: t.String(),
|
22
|
+
recipient: t.String(),
|
23
|
+
distributionChainId: t.Number(),
|
24
|
+
rewardToken: t.String(),
|
25
|
+
proofs: t.Array(t.String()),
|
26
|
+
});
|
27
|
+
export const CreateManyRewardDto = t.Array(RewardDto);
|
28
|
+
const PendingDto = t.Object({
|
29
|
+
recipient: t.String(),
|
30
|
+
reason: t.String(),
|
31
|
+
pending: t.String(),
|
32
|
+
auxiliaryData1: t.Optional(t.String()),
|
33
|
+
auxiliaryData2: t.Optional(t.String()),
|
34
|
+
});
|
35
|
+
export const UpdatePendingDto = t.Object({
|
36
|
+
distributionChainId: t.Numeric(),
|
37
|
+
rewardToken: t.String(),
|
38
|
+
campaignId: t.String(),
|
39
|
+
root: t.String(),
|
40
|
+
toUpdate: t.Array(PendingDto),
|
41
|
+
toCreate: t.Array(PendingDto),
|
42
|
+
});
|
43
|
+
export const RewardsByUser = t.Object({
|
44
|
+
address: t.String(),
|
45
|
+
});
|
46
|
+
export const RewardsByUserAndChain = t.Object({
|
47
|
+
address: t.String(),
|
48
|
+
chainId: t.Numeric(),
|
49
|
+
});
|
50
|
+
export const UserRewardQueryDto = t.Object({
|
51
|
+
chainId: t.Numeric(),
|
52
|
+
mainParameter: t.Optional(t.String()),
|
53
|
+
proof: t.Optional(t.String()),
|
54
|
+
rewardToken: t.Optional(t.String()),
|
55
|
+
user: t.String(),
|
56
|
+
});
|
57
|
+
export const RewardsPerChainDto = t.Object({
|
58
|
+
chainId: t.Numeric(),
|
59
|
+
});
|
60
|
+
export const CampaignIdListDto = t.Object({
|
61
|
+
chainId: t.Numeric(),
|
62
|
+
campaignIds: t
|
63
|
+
.Transform(t.Union([t.String(), t.Array(t.String())]))
|
64
|
+
.Decode(value => (typeof value === "string" ? value.split(",") : value))
|
65
|
+
.Encode(value => [...value]),
|
66
|
+
page: t.Optional(t.Numeric()), // 0-indexed
|
67
|
+
items: t.Optional(t.Numeric()), // items per page
|
68
|
+
});
|
69
|
+
export const CampaignIdDto = t.Object({
|
70
|
+
chainId: t.Numeric(),
|
71
|
+
campaignId: t.String(),
|
72
|
+
page: t.Optional(t.Numeric()), // 0-indexed
|
73
|
+
items: t.Optional(t.Numeric()), // items per page
|
74
|
+
});
|
75
|
+
export const UserRewardV3Dto = t.Record(t.String({ title: "TokenAddress" }), t.Object({
|
76
|
+
symbol: t.String(),
|
77
|
+
decimals: t.Number(),
|
78
|
+
accumulated: t.String(),
|
79
|
+
unclaimed: t.String(),
|
80
|
+
pending: t.Optional(t.String()),
|
81
|
+
reasons: t.Record(t.String({ title: "Reason" }), t.Object({ accumulated: t.String(), unclaimed: t.String(), pending: t.Optional(t.String()) })),
|
82
|
+
proof: t.Optional(t.Array(t.String())),
|
83
|
+
}));
|
84
|
+
export const RewardV3Dto = t.Record(t.String({ title: "Chain" }), t.Object({
|
85
|
+
campaignData: t.Record(t.String({ title: "CampaignId" }), t.Record(t.String({ title: "reason" }), t.Object({
|
86
|
+
accumulated: t.String(),
|
87
|
+
unclaimed: t.String(),
|
88
|
+
pending: t.Optional(t.String()),
|
89
|
+
auxiliaryData1: t.String(),
|
90
|
+
auxiliaryData2: t.String(),
|
91
|
+
decimals: t.Numeric(),
|
92
|
+
mainParameter: t.String(),
|
93
|
+
symbol: t.String(),
|
94
|
+
token: t.String(),
|
95
|
+
}))),
|
96
|
+
tokenData: t.Record(t.String(), t.Object({
|
97
|
+
accumulated: t.String(),
|
98
|
+
unclaimed: t.String(),
|
99
|
+
pending: t.Optional(t.String()),
|
100
|
+
decimals: t.Numeric(),
|
101
|
+
proof: t.Array(t.String()),
|
102
|
+
symbol: t.String(),
|
103
|
+
})),
|
104
|
+
}), { $id: "Rewards", additionalProperties: true });
|