@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,37 @@
|
|
1
|
+
import { generateCardName } from "../../../../../utils/generateCardName";
|
2
|
+
import { BN2Number } from "@sdk";
|
3
|
+
import { GenericProcessor } from "./GenericProcessor";
|
4
|
+
export class SturdySiloProcessor extends GenericProcessor {
|
5
|
+
rounds = {
|
6
|
+
round1: [
|
7
|
+
{ key: "underlying", call: "underlying", target: "tokenAddress" },
|
8
|
+
{ key: "sharePrice", call: "pricePerShare", target: "tokenAddress" },
|
9
|
+
{ key: "collateral", call: "collateralContract", target: "tokenAddress" },
|
10
|
+
],
|
11
|
+
round2: [
|
12
|
+
{ key: "symbolUnderlyingToken", call: "symbol", target: "underlying" },
|
13
|
+
{ key: "symbolCollateral", call: "symbol", target: "collateral" },
|
14
|
+
{ key: "decimalsUnderlyingToken", call: "decimals", target: "underlying" },
|
15
|
+
],
|
16
|
+
round3: [],
|
17
|
+
round4: [{ key: "totalSupply", call: "totalSupply", target: "tokenAddress" }],
|
18
|
+
};
|
19
|
+
// override computeRound1(): void {}
|
20
|
+
async processingRound5(_index, type, typeInfo, _calls, campaign, pricer) {
|
21
|
+
const { whitelistedSupplyTargetToken, totalSupply, blacklistedSupply } = this.handleWhiteListBlacklistRound5(typeInfo, campaign);
|
22
|
+
const sharePrice = BN2Number(typeInfo.sharePrice, 18);
|
23
|
+
const priceUnderlying = (await pricer.get({ symbol: typeInfo.symbolUnderlyingToken })) ?? 1;
|
24
|
+
const tvl = sharePrice * totalSupply * priceUnderlying;
|
25
|
+
const priceTargetToken = tvl / totalSupply;
|
26
|
+
return {
|
27
|
+
...typeInfo,
|
28
|
+
totalSupply,
|
29
|
+
whitelistedSupplyTargetToken,
|
30
|
+
blacklistedSupply,
|
31
|
+
tvl,
|
32
|
+
sharePrice,
|
33
|
+
priceTargetToken,
|
34
|
+
cardName: generateCardName(type, typeInfo, campaign),
|
35
|
+
};
|
36
|
+
}
|
37
|
+
}
|
@@ -0,0 +1,40 @@
|
|
1
|
+
import { GenericProcessor } from "./GenericProcessor";
|
2
|
+
export class TemplateProcessor extends GenericProcessor {
|
3
|
+
rounds = {
|
4
|
+
round1: [],
|
5
|
+
round2: [],
|
6
|
+
round3: [],
|
7
|
+
round4: [],
|
8
|
+
};
|
9
|
+
// override computeRound1(): void {}
|
10
|
+
processingRound1(typeInfo) {
|
11
|
+
super.processingRound1(typeInfo);
|
12
|
+
}
|
13
|
+
processingRound2(typeInfo) {
|
14
|
+
super.processingRound2(typeInfo);
|
15
|
+
}
|
16
|
+
processingRound3(typeInfo) {
|
17
|
+
super.processingRound3(typeInfo);
|
18
|
+
}
|
19
|
+
processingRound4(typeInfo) {
|
20
|
+
super.processingRound4(typeInfo);
|
21
|
+
}
|
22
|
+
async processingRound5(index, type, typeInfo, calls, campaign, pricer) {
|
23
|
+
return super.processingRound5(index, type, typeInfo, calls, campaign, pricer);
|
24
|
+
}
|
25
|
+
computeRound1(type, typeInfo) {
|
26
|
+
return super.computeRound1(type, typeInfo);
|
27
|
+
}
|
28
|
+
computeRound2(index, type, typeInfo, calls) {
|
29
|
+
return super.computeRound2(index, type, typeInfo, calls);
|
30
|
+
}
|
31
|
+
computeRound3(index, type, typeInfo, calls) {
|
32
|
+
return super.computeRound3(index, type, typeInfo, calls);
|
33
|
+
}
|
34
|
+
computeRound4(index, type, typeInfo, calls, campaign) {
|
35
|
+
return super.computeRound4(index, type, typeInfo, calls, campaign);
|
36
|
+
}
|
37
|
+
async computeRound5(index, type, typeInfo, calls, campaign, pricer) {
|
38
|
+
return super.computeRound5(index, type, typeInfo, calls, campaign, pricer);
|
39
|
+
}
|
40
|
+
}
|
@@ -0,0 +1,33 @@
|
|
1
|
+
import { generateCardName } from "../../../../../utils/generateCardName";
|
2
|
+
import { BN2Number } from "@sdk";
|
3
|
+
import { GenericProcessor } from "./GenericProcessor";
|
4
|
+
export class TorosProcessor extends GenericProcessor {
|
5
|
+
rounds = {
|
6
|
+
round1: [],
|
7
|
+
round2: [],
|
8
|
+
round3: [],
|
9
|
+
round4: [
|
10
|
+
{ key: "totalSupply", call: "totalSupply", target: "tokenAddress" },
|
11
|
+
{ key: "tokenPrice", call: "tokenPrice", target: "tokenAddress" },
|
12
|
+
],
|
13
|
+
};
|
14
|
+
// override computeRound1(): void {}
|
15
|
+
async processingRound5(_index, type, typeInfo, _calls, campaign, _pricer) {
|
16
|
+
const { whitelistedSupplyTargetToken, totalSupply, blacklistedSupply } = this.handleWhiteListBlacklistRound5(typeInfo, campaign);
|
17
|
+
const priceTargetToken = BN2Number(typeInfo.tokenPrice, 18);
|
18
|
+
const tvl = priceTargetToken * totalSupply;
|
19
|
+
let symbolUnderlyingToken = "unknow";
|
20
|
+
const match = typeInfo.name.match(/\b[A-Z]+\b/g);
|
21
|
+
symbolUnderlyingToken = match ? match[0] : "unknown";
|
22
|
+
return {
|
23
|
+
...typeInfo,
|
24
|
+
totalSupply,
|
25
|
+
tvl,
|
26
|
+
whitelistedSupplyTargetToken,
|
27
|
+
blacklistedSupply,
|
28
|
+
priceTargetToken,
|
29
|
+
symbolUnderlyingToken,
|
30
|
+
cardName: generateCardName(type, typeInfo, campaign),
|
31
|
+
};
|
32
|
+
}
|
33
|
+
}
|
@@ -0,0 +1,48 @@
|
|
1
|
+
import { generateCardName } from "../../../../../utils/generateCardName";
|
2
|
+
import { BN2Number } from "@sdk";
|
3
|
+
import { GenericProcessor } from "./GenericProcessor";
|
4
|
+
export class UniswapProcessor extends GenericProcessor {
|
5
|
+
rounds = {
|
6
|
+
round1: [
|
7
|
+
{ key: "token0", call: "token0", target: "tokenAddress" },
|
8
|
+
{ key: "token1", call: "token1", target: "tokenAddress" },
|
9
|
+
],
|
10
|
+
round2: [
|
11
|
+
{ key: "symbolToken0", call: "symbol", target: "token0" },
|
12
|
+
{ key: "symbolToken1", call: "symbol", target: "token1" },
|
13
|
+
{ key: "decimalsToken0", call: "decimals", target: "token0" },
|
14
|
+
{ key: "decimalsToken1", call: "decimals", target: "token1" },
|
15
|
+
{ key: "balanceToken0", call: "balanceOf", target: "token0", metaData: "tokenAddress" },
|
16
|
+
{ key: "balanceToken1", call: "balanceOf", target: "token1", metaData: "tokenAddress" },
|
17
|
+
],
|
18
|
+
round3: [],
|
19
|
+
round4: [{ key: "totalSupply", call: "totalSupply", target: "tokenAddress" }],
|
20
|
+
};
|
21
|
+
async processingRound5(_index, type, typeInfo, _calls, campaign, pricer) {
|
22
|
+
const { whitelistedSupplyTargetToken, totalSupply, blacklistedSupply } = this.handleWhiteListBlacklistRound5(typeInfo, campaign);
|
23
|
+
const decimalsToken0 = Number(typeInfo.decimalsToken0);
|
24
|
+
const decimalsToken1 = Number(typeInfo.decimalsToken1);
|
25
|
+
const priceToken0 = (await pricer.get({ symbol: typeInfo.symbolToken0 })) ?? 0;
|
26
|
+
const priceToken1 = (await pricer.get({ symbol: typeInfo.symbolToken1 })) ?? 0;
|
27
|
+
const balanceToken0 = BN2Number(typeInfo.balanceToken0, decimalsToken0);
|
28
|
+
const balanceToken1 = BN2Number(typeInfo.balanceToken1, decimalsToken1);
|
29
|
+
let tvl = 0;
|
30
|
+
if (priceToken0 !== 0 && priceToken1 !== 0) {
|
31
|
+
tvl = priceToken0 * balanceToken0 + priceToken1 * balanceToken1;
|
32
|
+
}
|
33
|
+
const priceTargetToken = tvl / totalSupply;
|
34
|
+
return {
|
35
|
+
...typeInfo,
|
36
|
+
priceTargetToken,
|
37
|
+
totalSupply,
|
38
|
+
whitelistedSupplyTargetToken,
|
39
|
+
blacklistedSupply,
|
40
|
+
tvl,
|
41
|
+
cardName: generateCardName(type, typeInfo, campaign),
|
42
|
+
decimalsToken0,
|
43
|
+
decimalsToken1,
|
44
|
+
balanceToken0,
|
45
|
+
balanceToken1,
|
46
|
+
};
|
47
|
+
}
|
48
|
+
}
|
@@ -0,0 +1,40 @@
|
|
1
|
+
import { generateCardName } from "../../../../../utils/generateCardName";
|
2
|
+
import { BN2Number } from "@sdk";
|
3
|
+
import { GenericProcessor } from "./GenericProcessor";
|
4
|
+
export class WoofiProcessor extends GenericProcessor {
|
5
|
+
rounds = {
|
6
|
+
round1: [
|
7
|
+
{ key: "pricePerShare", call: "getPricePerFullShare", target: "tokenAddress" },
|
8
|
+
{ key: "underlying", call: "want", target: "tokenAddress" },
|
9
|
+
],
|
10
|
+
round2: [
|
11
|
+
{ key: "symbolUnderlying", call: "symbol", target: "underlying" },
|
12
|
+
{ key: "totalSupply", call: "totalSupply", target: "tokenAddress" },
|
13
|
+
{ key: "decimalsToken", call: "decimals", target: "underlying" },
|
14
|
+
],
|
15
|
+
round3: [],
|
16
|
+
round4: [],
|
17
|
+
};
|
18
|
+
// override computeRound1(): void {}
|
19
|
+
async processingRound5(index, type, typeInfo, calls, campaign, pricer) {
|
20
|
+
const { whitelistedSupplyTargetToken, totalSupply, blacklistedSupply } = this.handleWhiteListBlacklistRound5(typeInfo, campaign);
|
21
|
+
const priceToken = (await pricer.get({ symbol: typeInfo.symbolUnderlying })) ?? 0;
|
22
|
+
let normalizedFactor = 1;
|
23
|
+
if (Number(typeInfo.decimalsToken) < campaign.campaignParameters.decimalsTargetToken) {
|
24
|
+
normalizedFactor = 10 ** (campaign.campaignParameters.decimalsTargetToken - Number(typeInfo.decimalsToken));
|
25
|
+
}
|
26
|
+
const pricePerShare = BN2Number(typeInfo.pricePerShare);
|
27
|
+
const priceTargetToken = priceToken * pricePerShare * normalizedFactor;
|
28
|
+
const tvl = priceTargetToken * totalSupply;
|
29
|
+
return {
|
30
|
+
...typeInfo,
|
31
|
+
priceTargetToken,
|
32
|
+
totalSupply,
|
33
|
+
whitelistedSupplyTargetToken,
|
34
|
+
blacklistedSupply,
|
35
|
+
cardName: generateCardName(type, typeInfo, campaign),
|
36
|
+
pricePerShare,
|
37
|
+
tvl,
|
38
|
+
};
|
39
|
+
}
|
40
|
+
}
|
@@ -0,0 +1,68 @@
|
|
1
|
+
import { generateCardName } from "../../../../../utils/generateCardName";
|
2
|
+
import { BN2Number } from "@sdk";
|
3
|
+
import { tokenType } from "../helpers/tokenType";
|
4
|
+
import { GenericProcessor } from "./GenericProcessor";
|
5
|
+
export class CurveProcessor extends GenericProcessor {
|
6
|
+
rounds = {
|
7
|
+
round1: [
|
8
|
+
{ key: "lp_price", call: "lp_price", target: "tokenAddress" },
|
9
|
+
{ key: "token0", call: "coin0", target: "tokenAddress" },
|
10
|
+
{ key: "token1", call: "coin1", target: "tokenAddress" },
|
11
|
+
{ key: "token2", call: "coin2", target: "tokenAddress", optional: true },
|
12
|
+
],
|
13
|
+
round2: [
|
14
|
+
{ key: "symbolToken0", call: "symbol", target: "token0" },
|
15
|
+
{ key: "symbolToken1", call: "symbol", target: "token1" },
|
16
|
+
{ key: "symbolToken2", call: "symbol", target: "token2", optional: true },
|
17
|
+
],
|
18
|
+
round3: [],
|
19
|
+
round4: [{ key: "totalSupply", call: "totalSupply", target: "tokenAddress" }],
|
20
|
+
};
|
21
|
+
// override computeRound1(): void {}
|
22
|
+
async processingRound5(_index, type, typeInfo, _calls, campaign, pricer) {
|
23
|
+
const { whitelistedSupplyTargetToken, totalSupply, blacklistedSupply } = this.handleWhiteListBlacklistRound5(typeInfo, campaign);
|
24
|
+
const lp_price = BN2Number(typeInfo.lp_price, 18);
|
25
|
+
let priceTargetToken = lp_price;
|
26
|
+
if (typeInfo.token2) {
|
27
|
+
typeInfo.poolTokens = {
|
28
|
+
[typeInfo.token0]: typeInfo.symbolToken0,
|
29
|
+
[typeInfo.token1]: typeInfo.symbolToken1,
|
30
|
+
[typeInfo.token2]: typeInfo.symbolToken2,
|
31
|
+
};
|
32
|
+
}
|
33
|
+
else {
|
34
|
+
typeInfo.poolTokens = {
|
35
|
+
[typeInfo.token0]: typeInfo.symbolToken0,
|
36
|
+
[typeInfo.token1]: typeInfo.symbolToken1,
|
37
|
+
};
|
38
|
+
}
|
39
|
+
if (type === tokenType.curve_2) {
|
40
|
+
const prices = [];
|
41
|
+
for (const symbol of Object.values(typeInfo.poolTokens)) {
|
42
|
+
const price = (await pricer.get({ symbol: symbol })) ?? 0;
|
43
|
+
prices.push(price);
|
44
|
+
}
|
45
|
+
let minPrice = Math.min(...prices);
|
46
|
+
if (!minPrice) {
|
47
|
+
minPrice = 1;
|
48
|
+
}
|
49
|
+
priceTargetToken = priceTargetToken * minPrice;
|
50
|
+
}
|
51
|
+
const tvl = priceTargetToken * totalSupply;
|
52
|
+
return {
|
53
|
+
...typeInfo,
|
54
|
+
lp_price,
|
55
|
+
poolTokens: {
|
56
|
+
[typeInfo.token0]: typeInfo.symbolToken0,
|
57
|
+
[typeInfo.token1]: typeInfo.symbolToken1,
|
58
|
+
[typeInfo.token2]: typeInfo.symbolToken2,
|
59
|
+
},
|
60
|
+
totalSupply,
|
61
|
+
tvl,
|
62
|
+
whitelistedSupplyTargetToken,
|
63
|
+
blacklistedSupply,
|
64
|
+
priceTargetToken,
|
65
|
+
cardName: generateCardName(type, typeInfo, campaign),
|
66
|
+
};
|
67
|
+
}
|
68
|
+
}
|
@@ -0,0 +1,77 @@
|
|
1
|
+
import { tokenType } from "../helpers/tokenType";
|
2
|
+
import { AaveProcessor } from "./AaveProcessor";
|
3
|
+
import { AssetProcessor } from "./AssetProcessor";
|
4
|
+
import { AuraProcessor } from "./AuraProcessor";
|
5
|
+
import { BalancerGaugeProcessor } from "./BalancerGaugeProcessor";
|
6
|
+
import { BalancerPoolProcessor } from "./BalancerPoolProcessor";
|
7
|
+
import { BeefyProcessor } from "./BeefyProcessor";
|
8
|
+
import { CompoundProcessor } from "./CompoundProcessor";
|
9
|
+
import { EnzymeProcessor } from "./EnzymeProcessor";
|
10
|
+
import { EulerBorrowProcessor } from "./EulerBorrowProcessor";
|
11
|
+
import { EulerLendProcessor } from "./EulerLendProcessor";
|
12
|
+
import { FluidProcessor } from "./FluidProcessor";
|
13
|
+
import { FraxProcessor } from "./FraxProcessor";
|
14
|
+
import { GearboxProcessor } from "./GearboxProcessor";
|
15
|
+
import { GenericProcessor } from "./GenericProcessor";
|
16
|
+
import { MetamorphoProcessor } from "./MetamorphoProcessor";
|
17
|
+
import { PendleProcessor } from "./PendleProcessor";
|
18
|
+
import { RadiantProcessor } from "./RadiantProcessor";
|
19
|
+
import { RfxProcessor } from "./RfxProcessor";
|
20
|
+
import { SpliceProcessor } from "./SpliceProcessor";
|
21
|
+
import { SturdySiloProcessor } from "./SturdySiloProcessor";
|
22
|
+
import { TorosProcessor } from "./TorosProcessor";
|
23
|
+
import { UniswapProcessor } from "./UniswapProcessor";
|
24
|
+
import { WoofiProcessor } from "./WoofiProcessor";
|
25
|
+
import { CurveProcessor } from "./curveProcessor";
|
26
|
+
export const processorMapping = {
|
27
|
+
[tokenType.uniswapv2]: UniswapProcessor,
|
28
|
+
[tokenType.balancerGauge]: BalancerGaugeProcessor,
|
29
|
+
[tokenType.balancerPool]: BalancerPoolProcessor,
|
30
|
+
[tokenType.syncswap]: UniswapProcessor,
|
31
|
+
[tokenType.ra]: UniswapProcessor,
|
32
|
+
[tokenType.yei_borrowing]: AaveProcessor,
|
33
|
+
[tokenType.yei_lending]: AaveProcessor,
|
34
|
+
[tokenType.zerolend_borrowing]: AaveProcessor,
|
35
|
+
[tokenType.zerolend_lending]: AaveProcessor,
|
36
|
+
[tokenType.ironclad_lending]: AaveProcessor,
|
37
|
+
[tokenType.ironclad_borrowing]: AaveProcessor,
|
38
|
+
[tokenType.poolside]: UniswapProcessor,
|
39
|
+
[tokenType.gearbox]: GearboxProcessor,
|
40
|
+
[tokenType.compound]: CompoundProcessor,
|
41
|
+
[tokenType.radiant_borrow]: RadiantProcessor,
|
42
|
+
[tokenType.radiant_lend]: RadiantProcessor,
|
43
|
+
[tokenType.ionic]: AssetProcessor,
|
44
|
+
[tokenType.metamorpho]: MetamorphoProcessor,
|
45
|
+
[tokenType.aerodrome]: UniswapProcessor,
|
46
|
+
[tokenType.velodrome]: UniswapProcessor,
|
47
|
+
[tokenType.moonwell]: AssetProcessor,
|
48
|
+
[tokenType.aave_lending]: AaveProcessor,
|
49
|
+
[tokenType.aave_borrowing]: AaveProcessor,
|
50
|
+
[tokenType.fraxlend]: FraxProcessor,
|
51
|
+
[tokenType.curve]: CurveProcessor,
|
52
|
+
[tokenType.sturdy_aggregator]: FraxProcessor,
|
53
|
+
[tokenType.koi]: UniswapProcessor,
|
54
|
+
[tokenType.baseswap]: UniswapProcessor,
|
55
|
+
[tokenType.layerbank]: AssetProcessor,
|
56
|
+
[tokenType.zkswap]: UniswapProcessor,
|
57
|
+
[tokenType.akron]: UniswapProcessor,
|
58
|
+
[tokenType.aura]: AuraProcessor,
|
59
|
+
[tokenType.dragonswap]: UniswapProcessor,
|
60
|
+
[tokenType.sturdy_silo]: SturdySiloProcessor,
|
61
|
+
[tokenType.silostaking]: FraxProcessor,
|
62
|
+
[tokenType.fluid]: FluidProcessor,
|
63
|
+
[tokenType.filament]: FluidProcessor,
|
64
|
+
[tokenType.enzyme]: EnzymeProcessor,
|
65
|
+
[tokenType.curve_2]: CurveProcessor,
|
66
|
+
[tokenType.fenix]: UniswapProcessor,
|
67
|
+
[tokenType.euler_lend]: EulerLendProcessor,
|
68
|
+
[tokenType.euler_borrow]: EulerBorrowProcessor,
|
69
|
+
[tokenType.beefy]: BeefyProcessor,
|
70
|
+
[tokenType.unknown]: GenericProcessor,
|
71
|
+
[tokenType.toros]: TorosProcessor,
|
72
|
+
[tokenType.splice]: SpliceProcessor,
|
73
|
+
[tokenType.pendle]: PendleProcessor,
|
74
|
+
[tokenType.ironcladStaking]: GenericProcessor,
|
75
|
+
[tokenType.rfx]: RfxProcessor,
|
76
|
+
[tokenType.woofi]: WoofiProcessor,
|
77
|
+
};
|