@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,22 @@
|
|
1
|
+
// ─── Logger Plugin ───────────────────────────────────────────────────────────
|
2
|
+
import Elysia from "elysia";
|
3
|
+
export const Logger = new Elysia().onRequest(async ({ request }) => {
|
4
|
+
const globalLogFields = {
|
5
|
+
httpRequest: request.method,
|
6
|
+
};
|
7
|
+
if (typeof request !== "undefined") {
|
8
|
+
const traceHeader = request.headers.get("X-Cloud-Trace-Context");
|
9
|
+
if (traceHeader && process.env.PROJECT_ID) {
|
10
|
+
const [trace] = traceHeader.split("/");
|
11
|
+
globalLogFields["logging.googleapis.com/trace"] = `projects/${process.env.PROJECT_ID}/traces/${trace}`;
|
12
|
+
}
|
13
|
+
}
|
14
|
+
const entry = Object.assign({
|
15
|
+
severity: "NOTICE",
|
16
|
+
// message: "This is the default display field.",
|
17
|
+
// Log viewer accesses 'component' as 'jsonPayload.component'.
|
18
|
+
component: request.url.split("/")[4],
|
19
|
+
}, globalLogFields);
|
20
|
+
// Serialize to a JSON string and output.
|
21
|
+
console.log(JSON.stringify(entry));
|
22
|
+
});
|
@@ -0,0 +1,115 @@
|
|
1
|
+
import checkQueryAddressValidity from "../../hooks/checkQueryAddressValidity";
|
2
|
+
import checkQueryChainIdValidity from "../../hooks/checkQueryChainIdValidity";
|
3
|
+
import { getUserBalances } from "../../libs/tokens/balances";
|
4
|
+
import { executeSimple } from "../../utils/execute";
|
5
|
+
import { throwOnInvalidAddress } from "../../utils/throw";
|
6
|
+
import { ChainId, ERC20Interface, registry } from "@sdk";
|
7
|
+
import { t } from "elysia";
|
8
|
+
export async function getUserAllowances(user, spenders, tokens, chainId, additionalTokenAddresses) {
|
9
|
+
/** Filtered tokens list */
|
10
|
+
const filteredTokens = Object.keys(tokens).reduce((filteredTokensList, tokenAddress) => {
|
11
|
+
if (tokenAddress === "0x0000000000000000000000000000000000001010" ||
|
12
|
+
tokenAddress === "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE" ||
|
13
|
+
tokenAddress === registry(ChainId.MAINNET)?.veANGLE)
|
14
|
+
return filteredTokensList;
|
15
|
+
if (!tokens[tokenAddress]?.wrappingMethod || tokens[tokenAddress]?.wrappingMethod !== "Convex") {
|
16
|
+
filteredTokensList[tokenAddress] = tokens[tokenAddress];
|
17
|
+
}
|
18
|
+
return filteredTokensList;
|
19
|
+
}, {});
|
20
|
+
const calls = [];
|
21
|
+
for (const tokenAddress of Object.keys(filteredTokens)) {
|
22
|
+
for (const spender of spenders) {
|
23
|
+
calls.push({
|
24
|
+
allowFailure: true,
|
25
|
+
callData: ERC20Interface.encodeFunctionData("allowance", [user, spender]),
|
26
|
+
target: tokenAddress,
|
27
|
+
});
|
28
|
+
}
|
29
|
+
}
|
30
|
+
if (!!additionalTokenAddresses && additionalTokenAddresses?.length > 0) {
|
31
|
+
for (const tokenAddress of additionalTokenAddresses) {
|
32
|
+
for (const spender of spenders) {
|
33
|
+
calls.push({
|
34
|
+
allowFailure: true,
|
35
|
+
callData: ERC20Interface.encodeFunctionData("allowance", [user, spender]),
|
36
|
+
target: tokenAddress,
|
37
|
+
});
|
38
|
+
}
|
39
|
+
}
|
40
|
+
}
|
41
|
+
return {
|
42
|
+
cached: false,
|
43
|
+
call: {
|
44
|
+
callData: calls,
|
45
|
+
handler: () => { },
|
46
|
+
reducer: async (result) => {
|
47
|
+
const res = {};
|
48
|
+
let j = 0;
|
49
|
+
for (const tokenAddress of Object.keys(filteredTokens)) {
|
50
|
+
const auxRes = {};
|
51
|
+
for (const spender of spenders) {
|
52
|
+
let allowance = "0";
|
53
|
+
try {
|
54
|
+
allowance = ERC20Interface.decodeFunctionResult("allowance", result[j])[0]?.toString();
|
55
|
+
}
|
56
|
+
catch (error) {
|
57
|
+
console.log(`❌ Failed to call allowance for ${tokenAddress} on ${chainId}`);
|
58
|
+
}
|
59
|
+
auxRes[spender] = {
|
60
|
+
allowance: allowance,
|
61
|
+
};
|
62
|
+
j++;
|
63
|
+
}
|
64
|
+
res[tokenAddress] = {
|
65
|
+
...auxRes,
|
66
|
+
decimals: filteredTokens[tokenAddress]?.decimals,
|
67
|
+
};
|
68
|
+
}
|
69
|
+
if (!!additionalTokenAddresses && additionalTokenAddresses?.length > 0) {
|
70
|
+
for (const tokenAddress of additionalTokenAddresses) {
|
71
|
+
const auxRes = {};
|
72
|
+
for (const spender of spenders) {
|
73
|
+
let allowance = "0";
|
74
|
+
try {
|
75
|
+
allowance = ERC20Interface.decodeFunctionResult("allowance", result[j])[0]?.toString();
|
76
|
+
}
|
77
|
+
catch (error) {
|
78
|
+
console.log(`❌ Failed to call allowance for ${tokenAddress} on ${chainId}`);
|
79
|
+
}
|
80
|
+
auxRes[spender] = {
|
81
|
+
allowance: allowance,
|
82
|
+
};
|
83
|
+
j++;
|
84
|
+
}
|
85
|
+
res[tokenAddress] = {
|
86
|
+
...auxRes,
|
87
|
+
decimals: filteredTokens[tokenAddress]?.decimals,
|
88
|
+
};
|
89
|
+
}
|
90
|
+
}
|
91
|
+
return res;
|
92
|
+
},
|
93
|
+
},
|
94
|
+
};
|
95
|
+
}
|
96
|
+
export const query = t.Object({
|
97
|
+
additionalTokenAddresses: t.Optional(t.Array(t.String())),
|
98
|
+
chainId: t.Numeric(),
|
99
|
+
user: t.String(),
|
100
|
+
});
|
101
|
+
export const response = t.Record(t.String({ title: "TokenAddress" }), t.Object({ balance: t.Numeric(), decimals: t.Number(), symbol: t.String() }));
|
102
|
+
export default (app) => app
|
103
|
+
.use(checkQueryChainIdValidity())
|
104
|
+
.use(checkQueryAddressValidity())
|
105
|
+
.get("", async ({ query }) => {
|
106
|
+
const { chainId, user } = query;
|
107
|
+
const additionalTokenAddresses = query.additionalTokenAddresses;
|
108
|
+
additionalTokenAddresses?.forEach(tokenAddress => throwOnInvalidAddress(tokenAddress));
|
109
|
+
return !!additionalTokenAddresses?.length && additionalTokenAddresses?.length > 0
|
110
|
+
? await executeSimple(chainId, getUserBalances(user, chainId, additionalTokenAddresses))
|
111
|
+
: await executeSimple(chainId, getUserBalances(user, chainId));
|
112
|
+
}, {
|
113
|
+
query,
|
114
|
+
tags: ["Onchain"],
|
115
|
+
});
|
@@ -0,0 +1,25 @@
|
|
1
|
+
import checkQueryAddressValidity from "../../hooks/checkQueryAddressValidity";
|
2
|
+
import checkQueryChainIdValidity from "../../hooks/checkQueryChainIdValidity";
|
3
|
+
import { getUserBalances } from "../../libs/tokens/balances";
|
4
|
+
import { executeSimple } from "../../utils/execute";
|
5
|
+
import { throwOnInvalidAddress } from "../../utils/throw";
|
6
|
+
import { t } from "elysia";
|
7
|
+
export const response = t.Record(t.String({ title: "TokenAddress" }), t.Object({ balance: t.Numeric(), decimals: t.Number(), symbol: t.String() }));
|
8
|
+
export default (app) => app
|
9
|
+
.use(checkQueryChainIdValidity())
|
10
|
+
.use(checkQueryAddressValidity())
|
11
|
+
.get("", async ({ query }) => {
|
12
|
+
const { chainId, user } = query;
|
13
|
+
const additionalTokenAddresses = query.additionalTokenAddresses;
|
14
|
+
additionalTokenAddresses?.forEach(tokenAddress => throwOnInvalidAddress(tokenAddress));
|
15
|
+
return !!additionalTokenAddresses?.length && additionalTokenAddresses?.length > 0
|
16
|
+
? await executeSimple(chainId, getUserBalances(user, chainId, additionalTokenAddresses))
|
17
|
+
: await executeSimple(chainId, getUserBalances(user, chainId));
|
18
|
+
}, {
|
19
|
+
query: t.Object({
|
20
|
+
additionalTokenAddresses: t.Optional(t.Array(t.String())),
|
21
|
+
chainId: t.Numeric(),
|
22
|
+
user: t.String(),
|
23
|
+
}),
|
24
|
+
tags: ["Onchain"],
|
25
|
+
});
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import { Pricer } from "../../utils/pricer";
|
2
|
+
import { t } from "elysia";
|
3
|
+
export const response = t.Array(t.Object({ rate: t.Number(), token: t.String() }));
|
4
|
+
export default (app) => app.get("", async () => {
|
5
|
+
return await Pricer.load().then(async (pricer) => {
|
6
|
+
return pricer.getArray();
|
7
|
+
});
|
8
|
+
}, {
|
9
|
+
query: t.Object({}),
|
10
|
+
tags: ["Onchain"],
|
11
|
+
});
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import { getTokensListWithCache } from "../../libs/getTokensList";
|
2
|
+
import { t } from "elysia";
|
3
|
+
export const response = t.Record(t.String({ title: "ChainId" }), t.Record(t.String({ title: "TokenAddress" }), t.Object({
|
4
|
+
address: t.String(),
|
5
|
+
name: t.String(),
|
6
|
+
decimals: t.Number(),
|
7
|
+
symbol: t.String(),
|
8
|
+
hasPermit: t.Boolean(),
|
9
|
+
useInSwap: t.Optional(t.Boolean()),
|
10
|
+
logoURI: t.String(),
|
11
|
+
})));
|
12
|
+
export default (app) => app.get("", async () => {
|
13
|
+
return await getTokensListWithCache();
|
14
|
+
}, {
|
15
|
+
query: t.Object({}),
|
16
|
+
tags: ["Onchain"],
|
17
|
+
});
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import { t } from "elysia";
|
2
|
+
import { merklRoute } from "../v3/merkl";
|
3
|
+
export const query = t.Object({
|
4
|
+
AMMs: t.Optional(t.Union([t.String(), t.Array(t.String())])),
|
5
|
+
"AMMs[0]": t.Optional(t.String()),
|
6
|
+
"AMMs[]": t.Optional(t.Union([t.String(), t.Array(t.String())])),
|
7
|
+
chainIds: t.Optional(t.Union([t.Numeric(), t.Array(t.Numeric())])),
|
8
|
+
"chainIds[0]": t.Optional(t.Numeric()),
|
9
|
+
"chainIds[]": t.Optional(t.Union([t.Numeric(), t.Array(t.Numeric())])),
|
10
|
+
user: t.Optional(t.String()),
|
11
|
+
onlyLive: t.Optional(t.String()),
|
12
|
+
});
|
13
|
+
export default (app) => app.get("", merklRoute, { query, tags: ["Merkl"] });
|
@@ -0,0 +1,63 @@
|
|
1
|
+
import { Redis } from "../../cache";
|
2
|
+
import param from "../../types/parameters";
|
3
|
+
import { ANGLE_NETWORKS, Campaign, ChainId, isSupportedChain, registry, } from "@sdk";
|
4
|
+
import { t } from "elysia";
|
5
|
+
import { UnsupportedNetwork } from "../../utils/error";
|
6
|
+
export const query = t.Object({
|
7
|
+
chainIds: t.Optional(t.Union([t.String(), t.Array(t.String())])),
|
8
|
+
types: t.Optional(t.Union([t.Numeric(), t.Array(t.Numeric()), t.String(), t.Array(t.String())])),
|
9
|
+
live: t.Optional(t.BooleanString()),
|
10
|
+
creatorTag: t.Optional(t.String()),
|
11
|
+
});
|
12
|
+
export const response = t.Record(t.Union(ANGLE_NETWORKS.merkl.map(chain => t.Literal(`${chain}`))), t.Optional(t.Record(t.String({ title: "id" }), t.Record(t.String({ title: "CampaignId" }), t.Object({
|
13
|
+
chainId: param.Chain.type,
|
14
|
+
campaignId: t.String(),
|
15
|
+
tags: t.Optional(t.Array(t.String())),
|
16
|
+
creator: t.String(),
|
17
|
+
rewardToken: t.String(),
|
18
|
+
mainParameter: t.String(),
|
19
|
+
campaignParameters: t.Object({}),
|
20
|
+
campaignType: param.Type.type,
|
21
|
+
})))));
|
22
|
+
export default (app) => app.get("", async ({ query, set }) => {
|
23
|
+
const rawChainIds = query.chainIds;
|
24
|
+
let chainIds;
|
25
|
+
if (!rawChainIds) {
|
26
|
+
chainIds = Object.keys(ChainId)
|
27
|
+
.map(k => Number.parseInt(k))
|
28
|
+
.filter(k => isSupportedChain(k, "merkl"));
|
29
|
+
}
|
30
|
+
else if (typeof rawChainIds === "string") {
|
31
|
+
chainIds = [Number.parseInt(rawChainIds)];
|
32
|
+
}
|
33
|
+
else {
|
34
|
+
chainIds = rawChainIds.map(chainId => Number.parseInt(chainId));
|
35
|
+
}
|
36
|
+
for (const chainId of chainIds) {
|
37
|
+
if (!!chainId &&
|
38
|
+
(!isSupportedChain(chainId, "merkl") ||
|
39
|
+
!registry(chainId)?.Merkl?.DistributionCreator ||
|
40
|
+
!registry(chainId)?.Merkl?.Distributor ||
|
41
|
+
!registry(chainId)?.Merkl?.CoreMerkl)) {
|
42
|
+
throw new UnsupportedNetwork(chainId);
|
43
|
+
}
|
44
|
+
}
|
45
|
+
const cacheKeys = chainIds.map(chainId => `Campaigns_${chainId}`);
|
46
|
+
const dynamicData = (await Redis.getMany(cacheKeys)).reduce((prev, chainData, index) => {
|
47
|
+
if (!!chainData) {
|
48
|
+
prev[chainIds[index]] = Object.keys(chainData).reduce((prev, curr) => {
|
49
|
+
if (Number.parseInt(curr.split("_")[0]) === Campaign.ERC20) {
|
50
|
+
prev[curr] = chainData[curr];
|
51
|
+
}
|
52
|
+
return prev;
|
53
|
+
}, {});
|
54
|
+
}
|
55
|
+
return prev;
|
56
|
+
}, {});
|
57
|
+
return dynamicData;
|
58
|
+
}, {
|
59
|
+
query: t.Object({
|
60
|
+
chainIds: t.Optional(t.Union([t.String(), t.Array(t.String())])),
|
61
|
+
}),
|
62
|
+
tags: ["Campaigns"],
|
63
|
+
});
|
@@ -0,0 +1,18 @@
|
|
1
|
+
import { getTokensListWithCache } from "../../libs/getTokensList";
|
2
|
+
import { Pricer } from "../../utils/pricer";
|
3
|
+
import { t } from "elysia";
|
4
|
+
export const response = t.Array(t.Object({ rate: t.Number(), token: t.String() }));
|
5
|
+
export default (app) => app.get("", async () => {
|
6
|
+
const json = {};
|
7
|
+
const tokensPromise = getTokensListWithCache().then(r => {
|
8
|
+
json.tokens = r;
|
9
|
+
});
|
10
|
+
const promisePrices = Pricer.load().then(async (pricer) => {
|
11
|
+
json.prices = pricer.getArray();
|
12
|
+
});
|
13
|
+
await Promise.all([promisePrices, tokensPromise]);
|
14
|
+
return json;
|
15
|
+
}, {
|
16
|
+
query: t.Object({}),
|
17
|
+
tags: ["Onchain"],
|
18
|
+
});
|
@@ -0,0 +1,18 @@
|
|
1
|
+
import { BlacklistService } from "../../modules/v4/blacklist";
|
2
|
+
import { t } from "elysia";
|
3
|
+
import checkQueryAddressValidity from "../../hooks/checkQueryAddressValidity";
|
4
|
+
export const query = t.Object({
|
5
|
+
user: t.String(),
|
6
|
+
});
|
7
|
+
export const response = t.Object({
|
8
|
+
isBlacklisted: t.Boolean(),
|
9
|
+
});
|
10
|
+
export default (app) => app.use(checkQueryAddressValidity()).get("", async ({ query }) => {
|
11
|
+
return { isBlacklisted: await BlacklistService.isBlacklisted(query.user) };
|
12
|
+
}, {
|
13
|
+
query,
|
14
|
+
response: {
|
15
|
+
200: response,
|
16
|
+
},
|
17
|
+
tags: ["Merkl"],
|
18
|
+
});
|
@@ -0,0 +1,78 @@
|
|
1
|
+
import { Redis } from "../../../cache";
|
2
|
+
import { staticCampaignWithCache } from "../../../libs/staticCampaigns";
|
3
|
+
import { engineDbClient } from "../../../utils/prisma";
|
4
|
+
import { ChainId, isSupportedChain } from "@sdk";
|
5
|
+
import { t } from "elysia";
|
6
|
+
import moment from "moment";
|
7
|
+
export const query = t.Object({
|
8
|
+
onlyLive: t.Optional(t.Boolean()),
|
9
|
+
});
|
10
|
+
export const response = t.Record(t.String({ title: "ChainId" }), t.Record(t.String({ title: "CampaignId" }), t.Number()));
|
11
|
+
export default (app) => app.get("", async ({ query }) => {
|
12
|
+
return await computeDelayWithCache(!!query.onlyLive);
|
13
|
+
}, {
|
14
|
+
transform({ query }) {
|
15
|
+
if (!query.onlyLive)
|
16
|
+
query.onlyLive = true;
|
17
|
+
else
|
18
|
+
query.onlyLive = query.onlyLive === "true"; // To Patch uncorrect Elysia types (Elysia provide boolean instead of string from queryParams)!
|
19
|
+
},
|
20
|
+
query,
|
21
|
+
response: {
|
22
|
+
400: t.Object({
|
23
|
+
error: t.String(),
|
24
|
+
message: t.Optional(t.String()),
|
25
|
+
}),
|
26
|
+
},
|
27
|
+
tags: ["Campaigns"],
|
28
|
+
});
|
29
|
+
const computeDelay = async (onlyLive) => {
|
30
|
+
const chainIds = Object.keys(ChainId)
|
31
|
+
.map(k => Number.parseInt(k))
|
32
|
+
.filter(k => isSupportedChain(k, "merkl"));
|
33
|
+
const res = {};
|
34
|
+
const timeNow = moment().unix();
|
35
|
+
const cacheData = await Redis.getManyWithArgs("MerklChainData", chainIds);
|
36
|
+
const lastUpdateTimestampList = await engineDbClient.leaves.groupBy({
|
37
|
+
_max: {
|
38
|
+
lastProcessedTimestamp: true,
|
39
|
+
},
|
40
|
+
where: {
|
41
|
+
chainId: {
|
42
|
+
in: chainIds,
|
43
|
+
},
|
44
|
+
root: { in: cacheData.map(data => data?.merkleRoot).filter(r => !!r) },
|
45
|
+
},
|
46
|
+
by: ["chainId", "campaignId"],
|
47
|
+
});
|
48
|
+
const lastObjectTimestampObject = lastUpdateTimestampList.reduce((acc, { chainId, campaignId, _max }) => {
|
49
|
+
if (_max.lastProcessedTimestamp) {
|
50
|
+
acc[chainId] = acc[chainId] || {};
|
51
|
+
acc[chainId][campaignId] = _max.lastProcessedTimestamp;
|
52
|
+
}
|
53
|
+
return acc;
|
54
|
+
}, {});
|
55
|
+
// Iterate through each chainId and its associated campaigns
|
56
|
+
for (const chainId of chainIds) {
|
57
|
+
const campaigns = await staticCampaignWithCache(chainId);
|
58
|
+
for (const campaign of campaigns) {
|
59
|
+
const { campaignId, startTimestamp, endTimestamp, campaignType, mainParameter } = campaign;
|
60
|
+
// Skip non-live campaigns if onlyLive is true
|
61
|
+
if (onlyLive && (startTimestamp > timeNow || endTimestamp < timeNow))
|
62
|
+
continue;
|
63
|
+
const lastProcessedTimestamp = lastObjectTimestampObject[chainId]?.[campaignId] || 0;
|
64
|
+
res[chainId] = res[chainId] || {};
|
65
|
+
const delay = Math.min(endTimestamp, timeNow) - Math.max(lastProcessedTimestamp, startTimestamp);
|
66
|
+
res[chainId][campaignId] = {
|
67
|
+
lastProcessedTimestamp,
|
68
|
+
startTimestamp,
|
69
|
+
endTimestamp,
|
70
|
+
delay,
|
71
|
+
campaignType,
|
72
|
+
mainParameter,
|
73
|
+
};
|
74
|
+
}
|
75
|
+
}
|
76
|
+
return res;
|
77
|
+
};
|
78
|
+
const computeDelayWithCache = async (onlyLive) => await Redis.getOrSet("Delays", computeDelay, onlyLive);
|
@@ -0,0 +1,24 @@
|
|
1
|
+
import checkQueryChainIdValidity from "../../hooks/checkQueryChainIdValidity";
|
2
|
+
import { engineDbClient } from "../../utils/prisma";
|
3
|
+
import { CLAIMS_OVER_TIME, CLAIMS_OVER_TIME_GROUPED } from "../../utils/queries/claimsOverTime";
|
4
|
+
import { t } from "elysia";
|
5
|
+
export const query = t.Object({
|
6
|
+
campaignId: t.String(),
|
7
|
+
chainId: t.Numeric(),
|
8
|
+
byReason: t.Optional(t.BooleanString()),
|
9
|
+
});
|
10
|
+
export default (app) => app.use(checkQueryChainIdValidity()).get("", async ({ query }) => {
|
11
|
+
const campaignId = query.campaignId;
|
12
|
+
const chainId = query.chainId;
|
13
|
+
let byReason = true;
|
14
|
+
if (query.byReason !== undefined) {
|
15
|
+
byReason = query.byReason;
|
16
|
+
}
|
17
|
+
if (!byReason) {
|
18
|
+
return await engineDbClient.$queryRaw(CLAIMS_OVER_TIME_GROUPED(chainId, campaignId));
|
19
|
+
}
|
20
|
+
return await engineDbClient.$queryRaw(CLAIMS_OVER_TIME(chainId, campaignId));
|
21
|
+
}, {
|
22
|
+
query,
|
23
|
+
tags: ["Campaigns"],
|
24
|
+
});
|
@@ -0,0 +1,22 @@
|
|
1
|
+
import { engineDbClient } from "../../utils/prisma";
|
2
|
+
import { t } from "elysia";
|
3
|
+
import checkQueryChainIdValidity from "../../hooks/checkQueryChainIdValidity";
|
4
|
+
import { merklChainDataWithCache } from "../../libs/merklChainData";
|
5
|
+
import { LATEST_CAMPAIGNS_REWARDS } from "../../utils/queries/rewardsAmount";
|
6
|
+
export const query = t.Object({
|
7
|
+
campaignId: t.String(),
|
8
|
+
chainId: t.Numeric(),
|
9
|
+
});
|
10
|
+
export default (app) => app.use(checkQueryChainIdValidity()).get("", async ({ query }) => {
|
11
|
+
const campaignId = query.campaignId;
|
12
|
+
const chainId = query.chainId;
|
13
|
+
const currentRoot = (await merklChainDataWithCache(chainId)).merkleRoot;
|
14
|
+
if (!currentRoot) {
|
15
|
+
return [];
|
16
|
+
}
|
17
|
+
const rewardsData = await engineDbClient.$queryRaw(LATEST_CAMPAIGNS_REWARDS(chainId, currentRoot, [campaignId]));
|
18
|
+
return rewardsData;
|
19
|
+
}, {
|
20
|
+
query,
|
21
|
+
tags: ["Campaigns"],
|
22
|
+
});
|
@@ -0,0 +1,28 @@
|
|
1
|
+
import { engineDbClient } from "../../utils/prisma";
|
2
|
+
import { t } from "elysia";
|
3
|
+
import checkQueryChainIdValidity from "../../hooks/checkQueryChainIdValidity";
|
4
|
+
import { UNCLAIMED_FOR_CAMPAIGNS } from "../../utils/queries/unclaimed";
|
5
|
+
export const query = t.Object({
|
6
|
+
campaignIds: t.String(),
|
7
|
+
chainId: t.Numeric(),
|
8
|
+
});
|
9
|
+
export default (app) => app.use(checkQueryChainIdValidity()).get("", async ({ query }) => {
|
10
|
+
const campaignIds = query.campaignIds;
|
11
|
+
let campaigns = [];
|
12
|
+
if (campaignIds.includes(",")) {
|
13
|
+
campaigns = campaignIds.split(",");
|
14
|
+
}
|
15
|
+
else {
|
16
|
+
campaigns = [campaignIds];
|
17
|
+
}
|
18
|
+
const chainId = query.chainId;
|
19
|
+
const unclaimed = await engineDbClient.$queryRaw(UNCLAIMED_FOR_CAMPAIGNS(chainId, campaigns));
|
20
|
+
const res = {};
|
21
|
+
for (const row of unclaimed) {
|
22
|
+
res[row.campaignId] = BigInt(row.unclaimed).toString();
|
23
|
+
}
|
24
|
+
return res;
|
25
|
+
}, {
|
26
|
+
query,
|
27
|
+
tags: ["Campaigns"],
|
28
|
+
});
|
@@ -0,0 +1,101 @@
|
|
1
|
+
import { Redis } from "../../cache";
|
2
|
+
import { removeTestTokens } from "../../entities/campaign";
|
3
|
+
import param from "../../types/parameters";
|
4
|
+
import { ANGLE_NETWORKS, ChainId, isSupportedChain, registry, } from "@sdk";
|
5
|
+
import { t } from "elysia";
|
6
|
+
import { UnsupportedNetwork } from "../../utils/error";
|
7
|
+
export const query = t.Object({
|
8
|
+
chainIds: t.Optional(t.Union([t.String(), t.Array(t.String())])),
|
9
|
+
types: t.Optional(t.Union([t.Numeric(), t.Array(t.Numeric()), t.String(), t.Array(t.String())])),
|
10
|
+
live: t.Optional(t.BooleanString()),
|
11
|
+
creatorTag: t.Optional(t.String()),
|
12
|
+
hideTestTokens: t.Optional(t.String()),
|
13
|
+
});
|
14
|
+
export const response = t.Record(t.Union(ANGLE_NETWORKS.merkl.map(chain => t.Literal(`${chain}`))), t.Optional(t.Record(t.String({ title: "id" }), t.Record(t.String({ title: "CampaignId" }), t.Object({
|
15
|
+
chainId: param.Chain.type,
|
16
|
+
campaignId: t.String(),
|
17
|
+
tags: t.Optional(t.Array(t.String())),
|
18
|
+
creator: t.String(),
|
19
|
+
rewardToken: t.String(),
|
20
|
+
mainParameter: t.String(),
|
21
|
+
campaignParameters: t.Object({}),
|
22
|
+
campaignType: param.Type.type,
|
23
|
+
})))));
|
24
|
+
export default (app) => app.get("", async ({ query }) => {
|
25
|
+
let hideTestTokens = false;
|
26
|
+
if (typeof query.hideTestTokens === "string" && query.hideTestTokens === "true") {
|
27
|
+
hideTestTokens = true;
|
28
|
+
}
|
29
|
+
let rawChainIds = query.chainIds;
|
30
|
+
if (typeof rawChainIds === "string" && rawChainIds.includes(",")) {
|
31
|
+
rawChainIds = rawChainIds.split(",");
|
32
|
+
}
|
33
|
+
let chainIds;
|
34
|
+
if (!rawChainIds) {
|
35
|
+
chainIds = Object.keys(ChainId)
|
36
|
+
.map(k => Number.parseInt(k))
|
37
|
+
.filter(k => isSupportedChain(k, "merkl"));
|
38
|
+
}
|
39
|
+
else if (typeof rawChainIds === "string") {
|
40
|
+
chainIds = [Number.parseInt(rawChainIds)];
|
41
|
+
}
|
42
|
+
else {
|
43
|
+
chainIds = rawChainIds.map(chainId => Number.parseInt(chainId));
|
44
|
+
}
|
45
|
+
const rawTypes = query.types;
|
46
|
+
let types = [];
|
47
|
+
if (!rawTypes) {
|
48
|
+
}
|
49
|
+
else if (Number.parseInt(rawTypes.toString()).toString() === rawTypes.toString()) {
|
50
|
+
types = [Number.parseInt(rawTypes.toString())];
|
51
|
+
}
|
52
|
+
else {
|
53
|
+
types = rawTypes.map(type => Number.parseInt(type.toString()));
|
54
|
+
}
|
55
|
+
for (const chainId of chainIds) {
|
56
|
+
if (!!chainId &&
|
57
|
+
(!isSupportedChain(chainId, "merkl") ||
|
58
|
+
!registry(chainId)?.Merkl?.DistributionCreator ||
|
59
|
+
!registry(chainId)?.Merkl?.Distributor ||
|
60
|
+
!registry(chainId)?.Merkl?.CoreMerkl)) {
|
61
|
+
throw new UnsupportedNetwork(chainId);
|
62
|
+
}
|
63
|
+
}
|
64
|
+
const campaignCachePrefix = query.live === true ? "LiveCampaigns" : "Campaigns";
|
65
|
+
const dynamicData = (await Redis.getManyWithArgs(campaignCachePrefix, chainIds)).reduce((prev, allData, index) => {
|
66
|
+
if (!!allData) {
|
67
|
+
prev[chainIds[index]] = Object.keys(allData).reduce((acc, curr) => {
|
68
|
+
if ((types.length === 0 || types.includes(Number.parseInt(curr.split("_")[0]))) &&
|
69
|
+
(!hideTestTokens || removeTestTokens(allData[curr]))) {
|
70
|
+
acc[curr] = allData[curr];
|
71
|
+
}
|
72
|
+
return acc;
|
73
|
+
}, {});
|
74
|
+
}
|
75
|
+
return prev;
|
76
|
+
}, {});
|
77
|
+
// Remove everything that doesn't contain the creator tag
|
78
|
+
if (!!query.creatorTag) {
|
79
|
+
for (const c of Object.keys(dynamicData)) {
|
80
|
+
for (const type_mainParam of Object.keys(dynamicData[c])) {
|
81
|
+
for (const campaignId of Object.keys(dynamicData[c][type_mainParam])) {
|
82
|
+
if (!dynamicData[c][type_mainParam][campaignId]?.tags?.includes(query.creatorTag)) {
|
83
|
+
delete dynamicData[c][type_mainParam][campaignId];
|
84
|
+
}
|
85
|
+
}
|
86
|
+
// Delete the type_mainParam if it's empty
|
87
|
+
if (Object.keys(dynamicData[c][type_mainParam]).length === 0) {
|
88
|
+
delete dynamicData[c][type_mainParam];
|
89
|
+
}
|
90
|
+
}
|
91
|
+
// Delete the c if it's empty
|
92
|
+
if (Object.keys(dynamicData[c]).length === 0) {
|
93
|
+
delete dynamicData[c];
|
94
|
+
}
|
95
|
+
}
|
96
|
+
}
|
97
|
+
return dynamicData;
|
98
|
+
}, {
|
99
|
+
query,
|
100
|
+
tags: ["Campaigns"],
|
101
|
+
});
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import { engineDbClient } from "../../utils/prisma";
|
2
|
+
import { t } from "elysia";
|
3
|
+
import checkQueryChainIdValidity from "../../hooks/checkQueryChainIdValidity";
|
4
|
+
import { OpportunityNotFound } from "../../utils/error";
|
5
|
+
import { CAMPAIGNS_BY_MAIN_PARAMETER } from "../../utils/queries/campaignsForMainParameter";
|
6
|
+
export const query = t.Object({
|
7
|
+
chainId: t.Numeric(),
|
8
|
+
mainParameter: t.String(),
|
9
|
+
});
|
10
|
+
export default (app) => app.use(checkQueryChainIdValidity()).get("", async ({ query }) => {
|
11
|
+
const chainId = query.chainId;
|
12
|
+
const campaigns = await engineDbClient.$queryRaw(CAMPAIGNS_BY_MAIN_PARAMETER(chainId, query.mainParameter));
|
13
|
+
if (!campaigns)
|
14
|
+
throw new OpportunityNotFound(query.mainParameter, chainId);
|
15
|
+
return campaigns;
|
16
|
+
}, {
|
17
|
+
query,
|
18
|
+
tags: ["Campaigns"],
|
19
|
+
});
|
@@ -0,0 +1,54 @@
|
|
1
|
+
import { Redis } from "../../cache";
|
2
|
+
import { engineDbClient } from "../../utils/prisma";
|
3
|
+
import { t } from "elysia";
|
4
|
+
export default (app) => app.post("", async ({ body }) => {
|
5
|
+
if (!body)
|
6
|
+
return { error: "Invalid body" };
|
7
|
+
const chainIds = Object.keys(body);
|
8
|
+
const campaigns = await engineDbClient.campaigns.findMany({
|
9
|
+
where: {
|
10
|
+
OR: chainIds.map(chainId => {
|
11
|
+
return {
|
12
|
+
chainId: Number.parseInt(chainId),
|
13
|
+
campaignId: {
|
14
|
+
in: body[Number.parseInt(chainId)],
|
15
|
+
},
|
16
|
+
};
|
17
|
+
}),
|
18
|
+
},
|
19
|
+
});
|
20
|
+
const reducedCampaigns = campaigns.reduce((acc, campaign) => {
|
21
|
+
acc[campaign.chainId] = acc[campaign.chainId] || {};
|
22
|
+
acc[campaign.chainId][campaign.campaignId] = campaign;
|
23
|
+
return acc;
|
24
|
+
}, {});
|
25
|
+
const chainIdsWithCampaigns = Object.keys(reducedCampaigns).map(chainId => Number.parseInt(chainId));
|
26
|
+
const dynamicData = (await Redis.getManyWithArgs("Campaigns", chainIdsWithCampaigns)).reduce((prev, allData, index) => {
|
27
|
+
if (!!allData) {
|
28
|
+
prev[chainIdsWithCampaigns[index]] = Object.keys(allData).reduce((acc, curr) => {
|
29
|
+
if (curr.split("_")[0] === "1") {
|
30
|
+
acc[curr] = allData[curr];
|
31
|
+
}
|
32
|
+
return acc;
|
33
|
+
}, {});
|
34
|
+
}
|
35
|
+
return prev;
|
36
|
+
}, {});
|
37
|
+
for (const [chainId, data] of Object.entries(dynamicData)) {
|
38
|
+
for (const [, campaignsDynamicData] of Object.entries(data)) {
|
39
|
+
for (const [campaignId, campaignData] of Object.entries(campaignsDynamicData)) {
|
40
|
+
if (!!reducedCampaigns[chainId][campaignId]) {
|
41
|
+
reducedCampaigns[chainId][campaignId] = {
|
42
|
+
...reducedCampaigns[chainId][campaignId],
|
43
|
+
type: campaignData.type,
|
44
|
+
typeInfo: campaignData.typeInfo,
|
45
|
+
};
|
46
|
+
}
|
47
|
+
}
|
48
|
+
}
|
49
|
+
}
|
50
|
+
return reducedCampaigns;
|
51
|
+
}, {
|
52
|
+
body: t.Record(t.String(), t.Array(t.String())),
|
53
|
+
tags: ["Campaigns"],
|
54
|
+
});
|