@merkl/api 0.10.128 → 0.10.130
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/database/api/.generated/default.js +1 -0
- package/dist/database/api/.generated/edge.js +609 -0
- package/dist/database/api/.generated/index-browser.js +586 -0
- package/dist/database/api/.generated/index.js +638 -0
- package/dist/database/api/.generated/runtime/edge-esm.js +31 -0
- package/dist/database/api/.generated/runtime/edge.js +31 -0
- package/dist/database/api/.generated/runtime/index-browser.js +13 -0
- package/dist/database/api/.generated/runtime/library.js +143 -0
- package/dist/database/api/.generated/runtime/react-native.js +80 -0
- package/dist/database/api/.generated/runtime/wasm.js +32 -0
- package/dist/database/api/.generated/wasm.js +586 -0
- package/dist/database/api/seeder/resources/protocol.js +341 -0
- package/dist/database/engine/.generated/default.js +1 -0
- package/dist/database/engine/.generated/edge.js +438 -0
- package/dist/database/engine/.generated/index-browser.js +415 -0
- package/dist/database/engine/.generated/index.js +467 -0
- package/dist/database/engine/.generated/runtime/edge-esm.js +31 -0
- package/dist/database/engine/.generated/runtime/edge.js +31 -0
- package/dist/database/engine/.generated/runtime/index-browser.js +13 -0
- package/dist/database/engine/.generated/runtime/library.js +143 -0
- package/dist/database/engine/.generated/runtime/react-native.js +80 -0
- package/dist/database/engine/.generated/runtime/wasm.js +32 -0
- package/dist/database/engine/.generated/wasm.js +415 -0
- package/dist/node_modules/@elysiajs/eden/eden/LICENSE +7 -0
- package/dist/node_modules/@elysiajs/eden/eden/README.md +46 -0
- package/dist/node_modules/@elysiajs/eden/eden/bunfig.toml +2 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/chunk-2IHGLN7W.mjs +1 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/chunk-7WO4HTSU.mjs +1 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/chunk-XYW4OUFN.mjs +1 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/chunk-YAG46HFR.mjs +1 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/errors.d.ts +5 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/fetch/index.d.ts +4 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/fetch/types.d.ts +44 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/fetch.d.mts +48 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/fetch.d.ts +48 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/fetch.global.js +1 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/fetch.js +1 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/fetch.mjs +1 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/index.d.mts +5 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/index.d.ts +5 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/index.global.js +1 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/index.js +1 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/index.mjs +1 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/treaty/index.d.ts +17 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/treaty/types.d.ts +99 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/treaty/utils.d.ts +1 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/treaty.d.mts +114 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/treaty.d.ts +114 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/treaty.global.js +1 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/treaty.js +1 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/treaty.mjs +1 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/treaty2/index.d.ts +5 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/treaty2/types.d.ts +86 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/treaty2/ws.d.ts +14 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/treaty2.d.mts +103 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/treaty2.d.ts +103 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/treaty2.global.js +1 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/treaty2.js +1 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/treaty2.mjs +1 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/types-C41kuZ-K.d.mts +44 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/types-C41kuZ-K.d.ts +44 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/types.d.ts +39 -0
- package/dist/node_modules/@elysiajs/eden/eden/dist/utils/parsingUtils.d.ts +6 -0
- package/dist/node_modules/@elysiajs/eden/eden/package.json +85 -0
- package/dist/package.json +2 -2
- package/dist/src/backgroundJobs/index.js +44 -0
- package/dist/src/backgroundJobs/jobs/campaignsCacheUpdater.js +160 -0
- package/dist/src/backgroundJobs/jobs/health.js +15 -0
- package/dist/src/backgroundJobs/jobs/opportunityUpdater.js +63 -0
- package/dist/src/backgroundJobs/jobs/priceUpdater.js +16 -0
- package/dist/src/backgroundJobs/jobs/sync.js +33 -0
- package/dist/src/cache/declaration.js +146 -0
- package/dist/src/cache/index.js +152 -0
- package/dist/src/cache/redis.js +49 -0
- package/dist/src/constants.js +119 -0
- package/dist/src/entities/campaign.js +134 -0
- package/dist/src/entities/opportunity.js +549 -0
- package/dist/src/errors/BadRequest.error.js +7 -0
- package/dist/src/errors/Conflict.error.js +7 -0
- package/dist/src/errors/HttpError.js +11 -0
- package/dist/src/errors/NotFound.error.js +7 -0
- package/dist/src/errors/Opportunity.error.js +11 -0
- package/dist/src/errors/Unauthorized.error.js +7 -0
- package/dist/src/errors/index.js +5 -0
- package/dist/src/guards/BackOffice.guard.js +10 -0
- package/dist/src/guards/Engine.guard.js +10 -0
- package/dist/src/guards/TokenAuth.guard.js +10 -0
- package/dist/src/hooks/checkQueryAddressValidity.js +7 -0
- package/dist/src/hooks/checkQueryChainIdValidity.js +7 -0
- package/dist/src/index.js +79 -0
- package/dist/src/internal/controllers/endingCampaigns.js +41 -0
- package/dist/src/internal/controllers/unclaimed.js +36 -0
- package/dist/src/internal/index.js +30 -0
- package/dist/src/libs/campaigns/campaignTypes/AjnaDynamicData.js +111 -0
- package/dist/src/libs/campaigns/campaignTypes/BadgerDynamicData.js +93 -0
- package/dist/src/libs/campaigns/campaignTypes/CLAMMDynamicData.js +942 -0
- package/dist/src/libs/campaigns/campaignTypes/CompoundDynamicData.js +90 -0
- package/dist/src/libs/campaigns/campaignTypes/DolomiteDynamicData.js +60 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20DynamicData.js +162 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20DynamicDataRefacto.js +159 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/helpers/eulerVaultNames.js +13 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/helpers/factoryFinder.js +29 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/helpers/getBlacklistedSupply.js +22 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/helpers/metamorphoTvl.js +35 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/helpers/spliceTVL.js +21 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/helpers/tokenType.js +106 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/AaveProcessor.js +26 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/AssetProcessor.js +47 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/AuraProcessor.js +103 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/BalancerGaugeProcessor.js +83 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/BalancerPoolProcessor.js +99 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/BeefyProcessor.js +51 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/CompoundProcessor.js +36 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/EnzymeProcessor.js +51 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/EulerBorrowProcessor.js +46 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/EulerLendProcessor.js +47 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/FluidProcessor.js +36 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/FraxProcessor.js +41 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/GearboxProcessor.js +44 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/GenericProcessor.js +239 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/MetamorphoProcessor.js +43 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/PendleProcessor.js +31 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/RadiantProcessor.js +58 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/RfxProcessor.js +64 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/SpliceProcessor.js +35 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/SturdySiloProcessor.js +37 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/TemplateProcessor.js +40 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/TorosProcessor.js +33 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/UniswapProcessor.js +48 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/WoofiProcessor.js +40 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/curveProcessor.js +68 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/processorMapping.js +77 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/subtypesPrices.js +583 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/subtypesPricesRefactoFinal.js +24 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/subtypesRound1.js +1209 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/subtypesRound1RefactoFinal.js +194 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/subtypesRound2.js +645 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/subtypesRound2RefactoFinal.js +22 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/subtypesRound3.js +392 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/subtypesRound3RefactoFinal.js +22 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/subtypesRound4.js +323 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/subtypesRound4RefactoFinal.js +22 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20_SNAPSHOTDynamicData.js +38 -0
- package/dist/src/libs/campaigns/campaignTypes/EulerDynamicData.js +165 -0
- package/dist/src/libs/campaigns/campaignTypes/JSON_AIRDROPDynamicData.js +19 -0
- package/dist/src/libs/campaigns/campaignTypes/MORPHODynamicData.js +120 -0
- package/dist/src/libs/campaigns/campaignTypes/RadiantDynamicData.js +112 -0
- package/dist/src/libs/campaigns/campaignTypes/SILODynamicData.js +113 -0
- package/dist/src/libs/campaigns/campaignsDynamicData.js +83 -0
- package/dist/src/libs/campaigns/campaignsDynamicDataRefacto.js +78 -0
- package/dist/src/libs/campaigns/getCampaigns.js +18 -0
- package/dist/src/libs/campaigns/utils/fetchA51Strategies.js +44 -0
- package/dist/src/libs/campaigns/utils/fetchClamInfo.js +27 -0
- package/dist/src/libs/campaigns/utils/fetchLogs.js +91 -0
- package/dist/src/libs/campaigns/utils/getCompV2ForksVaults.js +122 -0
- package/dist/src/libs/campaigns/utils/getContractCreationBlock.js +44 -0
- package/dist/src/libs/campaigns/utils/getDolomiteMarkets.js +50 -0
- package/dist/src/libs/campaigns/utils/getEulerV2Vaults.js +87 -0
- package/dist/src/libs/campaigns/utils/getLastEligibilityRatio.js +56 -0
- package/dist/src/libs/computeFee.js +34 -0
- package/dist/src/libs/custom/twtParticipants.js +54 -0
- package/dist/src/libs/deprecated-merklv3/index.js +184 -0
- package/dist/src/libs/getTokensList.js +37 -0
- package/dist/src/libs/merklChainData.js +129 -0
- package/dist/src/libs/parse/marketsWithCache.js +8 -0
- package/dist/src/libs/positions/ajna/index.js +107 -0
- package/dist/src/libs/positions/badger/index.js +79 -0
- package/dist/src/libs/positions/clamm/index.js +419 -0
- package/dist/src/libs/positions/clamm/thegraph/fetchAlmPositions.js +35 -0
- package/dist/src/libs/positions/clamm/thegraph/fetchAmmPositions.js +35 -0
- package/dist/src/libs/positions/clamm/thegraph/fetchFarmedPositions.js +44 -0
- package/dist/src/libs/positions/clamm/thegraph/index.js +162 -0
- package/dist/src/libs/positions/compound/index.js +93 -0
- package/dist/src/libs/positions/dolomite/index.js +49 -0
- package/dist/src/libs/positions/erc20/index.js +55 -0
- package/dist/src/libs/positions/euler/index.js +57 -0
- package/dist/src/libs/positions/index.js +48 -0
- package/dist/src/libs/positions/morpho/index.js +177 -0
- package/dist/src/libs/positions/prepareFetch.js +339 -0
- package/dist/src/libs/positions/silo/index.js +67 -0
- package/dist/src/libs/positions/types.js +1 -0
- package/dist/src/libs/reports/campaignReport.js +37 -0
- package/dist/src/libs/reports/mainParameterRewards.js +48 -0
- package/dist/src/libs/rewards/userRewards.js +154 -0
- package/dist/src/libs/staticCampaigns.js +10 -0
- package/dist/src/libs/tokens/balances.js +126 -0
- package/dist/src/libs/tokens/tokenInfo.js +22 -0
- package/dist/src/modules/v4/accounting/accounting.controller.js +66 -0
- package/dist/src/modules/v4/accounting/accounting.model.js +32 -0
- package/dist/src/modules/v4/accounting/accounting.repository.js +100 -0
- package/dist/src/modules/v4/accounting/accounting.service.js +78 -0
- package/dist/src/modules/v4/accounting/index.js +3 -0
- package/dist/src/modules/v4/apr/apr.controller.js +1 -0
- package/dist/src/modules/v4/apr/apr.model.js +1 -0
- package/dist/src/modules/v4/apr/apr.repository.js +1 -0
- package/dist/src/modules/v4/apr/apr.service.js +40 -0
- package/dist/src/modules/v4/apr/index.js +2 -0
- package/dist/src/modules/v4/blacklist/blacklist.controller.js +45 -0
- package/dist/src/modules/v4/blacklist/blacklist.model.js +13 -0
- package/dist/src/modules/v4/blacklist/blacklist.repository.js +56 -0
- package/dist/src/modules/v4/blacklist/blacklist.service.js +24 -0
- package/dist/src/modules/v4/blacklist/index.js +3 -0
- package/dist/src/modules/v4/cache/cache.model.js +14 -0
- package/dist/src/modules/v4/cache/cache.repository.js +10 -0
- package/dist/src/modules/v4/cache/cache.service.js +44 -0
- package/dist/src/modules/v4/cache/index.js +1 -0
- package/dist/src/modules/v4/campaign/campaign.controller.js +56 -0
- package/dist/src/modules/v4/campaign/campaign.model.js +54 -0
- package/dist/src/modules/v4/campaign/campaign.repository.js +346 -0
- package/dist/src/modules/v4/campaign/campaign.service.js +203 -0
- package/dist/src/modules/v4/campaign/index.js +3 -0
- package/dist/src/modules/v4/chain/chain.controller.js +40 -0
- package/dist/src/modules/v4/chain/chain.model.js +17 -0
- package/dist/src/modules/v4/chain/chain.repository.js +64 -0
- package/dist/src/modules/v4/chain/chain.service.js +42 -0
- package/dist/src/modules/v4/chain/index.js +3 -0
- package/dist/src/modules/v4/dynamicData/dynamicData.controller.js +19 -0
- package/dist/src/modules/v4/dynamicData/dynamicData.model.js +6 -0
- package/dist/src/modules/v4/dynamicData/dynamicData.repository.js +1 -0
- package/dist/src/modules/v4/dynamicData/dynamicData.service.js +49 -0
- package/dist/src/modules/v4/dynamicData/index.js +3 -0
- package/dist/src/modules/v4/enso/enso.model.js +108 -0
- package/dist/src/modules/v4/enso/enso.service.js +46 -0
- package/dist/src/modules/v4/explorer/explorer.model.js +2 -0
- package/dist/src/modules/v4/explorer/explorer.repository.js +23 -0
- package/dist/src/modules/v4/explorer/explorer.service.js +24 -0
- package/dist/src/modules/v4/explorer/index.js +1 -0
- package/dist/src/modules/v4/index.js +4 -0
- package/dist/src/modules/v4/merklRoot/index.js +3 -0
- package/dist/src/modules/v4/merklRoot/merklRoot.controller.js +19 -0
- package/dist/src/modules/v4/merklRoot/merklRoot.model.js +6 -0
- package/dist/src/modules/v4/merklRoot/merklRoot.repository.js +31 -0
- package/dist/src/modules/v4/merklRoot/merklRoot.service.js +38 -0
- package/dist/src/modules/v4/opportunity/index.js +3 -0
- package/dist/src/modules/v4/opportunity/opportunity.controller.js +69 -0
- package/dist/src/modules/v4/opportunity/opportunity.model.js +36 -0
- package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +14 -0
- package/dist/src/modules/v4/opportunity/opportunity.repository.js +217 -0
- package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +0 -15
- package/dist/src/modules/v4/opportunity/opportunity.service.js +180 -0
- package/dist/src/modules/v4/opportunity/subservices/getAjnaMetadata.service.js +50 -0
- package/dist/src/modules/v4/opportunity/subservices/getBadgerMetadata.service.js +23 -0
- package/dist/src/modules/v4/opportunity/subservices/getClammMetadata.service.js +33 -0
- package/dist/src/modules/v4/opportunity/subservices/getCompoundMetadata.service.js +18 -0
- package/dist/src/modules/v4/opportunity/subservices/getDolomiteMetadata.service.js +15 -0
- package/dist/src/modules/v4/opportunity/subservices/getErc20Metadata.service.js +63 -0
- package/dist/src/modules/v4/opportunity/subservices/getErc20SnapshotMetadata.service.js +8 -0
- package/dist/src/modules/v4/opportunity/subservices/getEulerMetadata.service.js +30 -0
- package/dist/src/modules/v4/opportunity/subservices/getJsonAirDropMetadata.service.js +36 -0
- package/dist/src/modules/v4/opportunity/subservices/getMorphoMetadata.service.js +19 -0
- package/dist/src/modules/v4/opportunity/subservices/getRadiantMetadata.service.js +9 -0
- package/dist/src/modules/v4/opportunity/subservices/getSiloMetadata.service.js +13 -0
- package/dist/src/modules/v4/opportunity/transform-id.pipe.js +6 -0
- package/dist/src/modules/v4/opportunity/validate-id.pipe.js +12 -0
- package/dist/src/modules/v4/participate/participate.controller.js +66 -0
- package/dist/src/modules/v4/participate/participate.model.js +24 -0
- package/dist/src/modules/v4/participate/participate.service.js +33 -0
- package/dist/src/modules/v4/price/index.js +3 -0
- package/dist/src/modules/v4/price/price.controller.js +62 -0
- package/dist/src/modules/v4/price/price.model.js +12 -0
- package/dist/src/modules/v4/price/price.repository.js +18 -0
- package/dist/src/modules/v4/price/price.service.js +44 -0
- package/dist/src/modules/v4/prisma/index.js +1 -0
- package/dist/src/modules/v4/protocol/index.js +3 -0
- package/dist/src/modules/v4/protocol/protocol.controller.js +23 -0
- package/dist/src/modules/v4/protocol/protocol.model.js +68 -0
- package/dist/src/modules/v4/protocol/protocol.repository.js +37 -0
- package/dist/src/modules/v4/protocol/protocol.service.js +77 -0
- package/dist/src/modules/v4/reward/index.js +3 -0
- package/dist/src/modules/v4/reward/reward.controller.js +52 -0
- package/dist/src/modules/v4/reward/reward.model.js +104 -0
- package/dist/src/modules/v4/reward/reward.repository.js +237 -0
- package/dist/src/modules/v4/reward/reward.service.js +283 -0
- package/dist/src/modules/v4/reward/rewardConvertor.service.js +136 -0
- package/dist/src/modules/v4/router.js +57 -0
- package/dist/src/modules/v4/status/index.js +3 -0
- package/dist/src/modules/v4/status/status.controller.js +48 -0
- package/dist/src/modules/v4/status/status.model.js +24 -0
- package/dist/src/modules/v4/status/status.repository.js +88 -0
- package/dist/src/modules/v4/status/status.service.js +60 -0
- package/dist/src/modules/v4/token/index.js +3 -0
- package/dist/src/modules/v4/token/token.controller.js +32 -0
- package/dist/src/modules/v4/token/token.model.js +23 -0
- package/dist/src/modules/v4/token/token.repository.js +128 -0
- package/dist/src/modules/v4/token/token.service.js +268 -0
- package/dist/src/modules/v4/tvl/index.js +2 -0
- package/dist/src/modules/v4/tvl/tvl.controller.js +1 -0
- package/dist/src/modules/v4/tvl/tvl.model.js +1 -0
- package/dist/src/modules/v4/tvl/tvl.repository.js +1 -0
- package/dist/src/modules/v4/tvl/tvl.service.js +49 -0
- package/dist/src/modules/v4/uniswapV4/index.js +4 -0
- package/dist/src/modules/v4/uniswapV4/uniswapV4.controller.js +11 -0
- package/dist/src/modules/v4/uniswapV4/uniswapV4.model.js +17 -0
- package/dist/src/modules/v4/uniswapV4/uniswapV4.repository.js +2 -0
- package/dist/src/modules/v4/uniswapV4/uniswapV4.service.js +73 -0
- package/dist/src/modules/v4/user/index.js +3 -0
- package/dist/src/modules/v4/user/user.controller.js +69 -0
- package/dist/src/modules/v4/user/user.model.js +18 -0
- package/dist/src/modules/v4/user/user.repository.js +38 -0
- package/dist/src/modules/v4/user/user.service.js +50 -0
- package/dist/src/plugins/error-handling.plugin.js +28 -0
- package/dist/src/plugins/logger.plugin.js +22 -0
- package/dist/src/routes/v1/allowances.js +115 -0
- package/dist/src/routes/v1/balances.js +25 -0
- package/dist/src/routes/v1/prices.js +11 -0
- package/dist/src/routes/v1/tokens.js +17 -0
- package/dist/src/routes/v2/merkl.js +13 -0
- package/dist/src/routes/v3/ERC20Campaigns.js +63 -0
- package/dist/src/routes/v3/app.js +18 -0
- package/dist/src/routes/v3/blacklist.js +18 -0
- package/dist/src/routes/v3/campaign/delay.js +78 -0
- package/dist/src/routes/v3/campaignClaims.js +24 -0
- package/dist/src/routes/v3/campaignReport.js +22 -0
- package/dist/src/routes/v3/campaignUnclaimed.js +28 -0
- package/dist/src/routes/v3/campaigns.js +101 -0
- package/dist/src/routes/v3/campaignsForMainParameter.js +19 -0
- package/dist/src/routes/v3/campaignsInfo.js +54 -0
- package/dist/src/routes/v3/campaignsRewardsReport.js +47 -0
- package/dist/src/routes/v3/claims.js +45 -0
- package/dist/src/routes/v3/compoundV2.js +9 -0
- package/dist/src/routes/v3/createCampaign.js +66 -0
- package/dist/src/routes/v3/dolomite.js +9 -0
- package/dist/src/routes/v3/euler.js +9 -0
- package/dist/src/routes/v3/exports/campaigns.js +28 -0
- package/dist/src/routes/v3/fetch.js +27 -0
- package/dist/src/routes/v3/health.js +13 -0
- package/dist/src/routes/v3/lostyield.js +98 -0
- package/dist/src/routes/v3/merkl.js +119 -0
- package/dist/src/routes/v3/morphoMarkets.js +27 -0
- package/dist/src/routes/v3/morphoVaults.js +22 -0
- package/dist/src/routes/v3/multiChainPositions.js +69 -0
- package/dist/src/routes/v3/opportunity.js +63 -0
- package/dist/src/routes/v3/overview.js +73 -0
- package/dist/src/routes/v3/parse.js +23 -0
- package/dist/src/routes/v3/payload.js +40 -0
- package/dist/src/routes/v3/poolInfo.js +88 -0
- package/dist/src/routes/v3/positions.js +62 -0
- package/dist/src/routes/v3/radiant.js +26 -0
- package/dist/src/routes/v3/recipients.js +20 -0
- package/dist/src/routes/v3/rewards.js +33 -0
- package/dist/src/routes/v3/rewardsReport.js +51 -0
- package/dist/src/routes/v3/rootForTimestamp.js +47 -0
- package/dist/src/routes/v3/silo.js +20 -0
- package/dist/src/routes/v3/token.js +24 -0
- package/dist/src/routes/v3/tokenUnclaimed.js +24 -0
- package/dist/src/routes/v3/twt/participants.js +11 -0
- package/dist/src/routes/v3/updates.js +47 -0
- package/dist/src/routes/v3/userRewards.js +59 -0
- package/dist/src/types/index.js +6 -0
- package/dist/src/types/parameters/Action.js +11 -0
- package/dist/src/types/parameters/Chain.js +13 -0
- package/dist/src/types/parameters/ChainCampaignId.js +13 -0
- package/dist/src/types/parameters/MainParameter.js +19 -0
- package/dist/src/types/parameters/OpportunityId.js +14 -0
- package/dist/src/types/parameters/Timestamp.js +16 -0
- package/dist/src/types/parameters/Type.js +15 -0
- package/dist/src/types/parameters/index.js +17 -0
- package/dist/src/types/returnTypes.js +1 -0
- package/dist/src/types/utils.js +1 -0
- package/dist/src/utils/addString.js +6 -0
- package/dist/src/utils/bigintToString.js +20 -0
- package/dist/src/utils/crypto.js +4 -0
- package/dist/src/utils/decodeCalls.js +170 -0
- package/dist/src/utils/encodeCalls.js +240 -0
- package/dist/src/utils/error.js +90 -0
- package/dist/src/utils/execute.js +41 -0
- package/dist/src/utils/generateCardName.js +89 -0
- package/dist/src/utils/generic.js +117 -0
- package/dist/src/utils/hashArray.js +4 -0
- package/dist/src/utils/lastBlockBefore.js +78 -0
- package/dist/src/utils/logger.js +52 -0
- package/dist/src/utils/pricer.js +180 -0
- package/dist/src/utils/prices/chainlinkRead.js +8 -0
- package/dist/src/utils/prices/curveVirtualPrice.js +7 -0
- package/dist/src/utils/prices/getDQUICK.js +8 -0
- package/dist/src/utils/prices/priceFetcherFactory.js +29 -0
- package/dist/src/utils/prices/priceService.js +328 -0
- package/dist/src/utils/prices/services/coinGeckoService.js +53 -0
- package/dist/src/utils/prices/services/defillamaService.js +53 -0
- package/dist/src/utils/prices/services/dexScreenerService.js +62 -0
- package/dist/src/utils/prices/services/erc4626Service.js +30 -0
- package/dist/src/utils/prices/services/getERC4626.js +11 -0
- package/dist/src/utils/prices/services/indexCoopService.js +55 -0
- package/dist/src/utils/prices/services/priceFetcher.js +1 -0
- package/dist/src/utils/prices/uniV2Price.js +40 -0
- package/dist/src/utils/prisma.js +12 -0
- package/dist/src/utils/providers.js +30 -0
- package/dist/src/utils/queries/activeCampaigns.js +22 -0
- package/dist/src/utils/queries/allCampaigns.js +51 -0
- package/dist/src/utils/queries/campaignsForMainParameter.js +23 -0
- package/dist/src/utils/queries/claimsOverTime.js +111 -0
- package/dist/src/utils/queries/endingCampaigns.js +21 -0
- package/dist/src/utils/queries/futureCampaigns.js +19 -0
- package/dist/src/utils/queries/mainParameterCampaigns.js +11 -0
- package/dist/src/utils/queries/rewardsAmount.js +106 -0
- package/dist/src/utils/queries/unclaimed.js +81 -0
- package/dist/src/utils/rateLimit.js +13 -0
- package/dist/src/utils/stryke.js +4 -0
- package/dist/src/utils/throw.js +27 -0
- package/dist/src/utils/validation.js +20 -0
- package/dist/tsconfig.package.tsbuildinfo +1 -1
- package/package.json +2 -2
@@ -0,0 +1,11 @@
|
|
1
|
+
import { ANGLE_NETWORKS, opportunityActions } from "@sdk";
|
2
|
+
import { t } from "elysia";
|
3
|
+
export const Action = {
|
4
|
+
isValid: chain => ANGLE_NETWORKS.merkl.concat().includes(chain),
|
5
|
+
type: t.Union(opportunityActions.map(type => t.Literal(`${type}`)), {
|
6
|
+
examples: {
|
7
|
+
Any: { value: undefined },
|
8
|
+
...opportunityActions.reduce((all, type) => Object.assign(all, { [`${type}`]: { value: `${type}` } }), {}),
|
9
|
+
},
|
10
|
+
}),
|
11
|
+
};
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import { ANGLE_NETWORKS, NETWORK_LABELS } from "@sdk";
|
2
|
+
import { t } from "elysia";
|
3
|
+
export const Chain = {
|
4
|
+
isValid: chain => ANGLE_NETWORKS.merkl.concat().includes(chain),
|
5
|
+
type: t.Union(ANGLE_NETWORKS.merkl.map(chain => t.Literal(chain)), {
|
6
|
+
examples: {
|
7
|
+
Any: { value: undefined },
|
8
|
+
...ANGLE_NETWORKS.merkl.reduce((all, chain) => Object.assign(all, {
|
9
|
+
[`${NETWORK_LABELS[chain]} (${chain})`]: { value: chain },
|
10
|
+
}), {}),
|
11
|
+
},
|
12
|
+
}),
|
13
|
+
};
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import { ANGLE_NETWORKS } from "@sdk";
|
2
|
+
import { t } from "elysia";
|
3
|
+
import { Chain } from "./Chain";
|
4
|
+
export const ChainCampaignId = {
|
5
|
+
isValid: chain => ANGLE_NETWORKS.merkl.concat().includes(chain),
|
6
|
+
type: t.TemplateLiteral([Chain.type, t.Literal("_"), t.String()], {
|
7
|
+
examples: {
|
8
|
+
"Shuffle on Ethereum": {
|
9
|
+
value: "1_0xf69d17aa75d36c4a9c6402fd9abc012b66a7947acaa2b20b267fe3ef10733421",
|
10
|
+
},
|
11
|
+
},
|
12
|
+
}),
|
13
|
+
};
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import { ANGLE_NETWORKS } from "@sdk";
|
2
|
+
import { t } from "elysia";
|
3
|
+
export const MainParameter = {
|
4
|
+
isValid: chain => ANGLE_NETWORKS.merkl.concat().includes(chain),
|
5
|
+
type: t.String({
|
6
|
+
examples: {
|
7
|
+
Any: { value: undefined },
|
8
|
+
"UniswapV3 USDC.e-WETH 0.05 % on ZKSync": {
|
9
|
+
value: "0x3e3dD517fEC2E70EDdba2a626422a4BA286e8c38",
|
10
|
+
},
|
11
|
+
"StrykePCS ARB-USDC 0.05 % on Arbitrum": {
|
12
|
+
value: "0x9ffca51d23ac7f7df82da414865ef1055e5afcd7",
|
13
|
+
},
|
14
|
+
"UniswapV3 USDC-WETH 0.05 % on Taiko": {
|
15
|
+
value: "0xE47a76e15a6F3976c8Dc070B3a54C7F7083D668B",
|
16
|
+
},
|
17
|
+
},
|
18
|
+
}),
|
19
|
+
};
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import { ANGLE_NETWORKS } from "@sdk";
|
2
|
+
import { t } from "elysia";
|
3
|
+
import { Chain } from "./Chain";
|
4
|
+
export const OpportunityId = {
|
5
|
+
isValid: chain => ANGLE_NETWORKS.merkl.concat().includes(chain),
|
6
|
+
type: t.TemplateLiteral([Chain.type, t.Literal("_"), t.String(), t.Literal("_"), t.String()], {
|
7
|
+
examples: {
|
8
|
+
All: { value: undefined },
|
9
|
+
"PancakeSwapV3 rETH-WETH 0.05 %": {
|
10
|
+
value: "1_2_0x2201d2400d30BFD8172104B4ad046d019CA4E7bd",
|
11
|
+
},
|
12
|
+
},
|
13
|
+
}),
|
14
|
+
};
|
@@ -0,0 +1,16 @@
|
|
1
|
+
import { t } from "elysia";
|
2
|
+
import moment from "moment";
|
3
|
+
export const Timestamp = {
|
4
|
+
isValid: timestamp => true,
|
5
|
+
type: t.Numeric({
|
6
|
+
examples: [
|
7
|
+
moment(),
|
8
|
+
moment().subtract(1, "hour"),
|
9
|
+
moment().subtract(1, "day"),
|
10
|
+
moment().subtract(7, "day"),
|
11
|
+
moment().subtract(30, "day"),
|
12
|
+
].reduce((all, now) => Object.assign(all, {
|
13
|
+
[now.format("DD/MM ha")]: { value: `${now.unix()}` },
|
14
|
+
}), {}),
|
15
|
+
}),
|
16
|
+
};
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import { ANGLE_NETWORKS, Campaign } from "@sdk";
|
2
|
+
import { t } from "elysia";
|
3
|
+
const campaigns = Object.keys(Campaign).filter(a => /[a-zA-Z]+/.test(a));
|
4
|
+
// .map(n => Number.parseInt(n));
|
5
|
+
export const Type = {
|
6
|
+
isValid: chain => ANGLE_NETWORKS.merkl.concat().includes(chain),
|
7
|
+
type: t.Union(campaigns.map(type => t.Literal(Campaign[type])), {
|
8
|
+
examples: {
|
9
|
+
Any: { value: undefined },
|
10
|
+
...campaigns.reduce((all, type) => Object.assign(all, {
|
11
|
+
[`${Campaign[type]} (${type})`]: { value: Campaign[type] },
|
12
|
+
}), {}),
|
13
|
+
},
|
14
|
+
}),
|
15
|
+
};
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import { Action } from "./Action";
|
2
|
+
import { Chain } from "./Chain";
|
3
|
+
import { ChainCampaignId } from "./ChainCampaignId";
|
4
|
+
import { MainParameter } from "./MainParameter";
|
5
|
+
import { OpportunityId } from "./OpportunityId";
|
6
|
+
import { Timestamp } from "./Timestamp";
|
7
|
+
import { Type } from "./Type";
|
8
|
+
const param = {
|
9
|
+
Chain,
|
10
|
+
Type,
|
11
|
+
Action,
|
12
|
+
ChainCampaignId,
|
13
|
+
OpportunityId,
|
14
|
+
MainParameter,
|
15
|
+
Timestamp,
|
16
|
+
};
|
17
|
+
export default param;
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,20 @@
|
|
1
|
+
// opportunities[0].campaigns[0]
|
2
|
+
// opportunities: map bigintToString
|
3
|
+
// campaign: map bigintToString
|
4
|
+
export default function bigintToString(obj) {
|
5
|
+
if (Array.isArray(obj))
|
6
|
+
return obj.map(bigintToString);
|
7
|
+
if (typeof obj === "object" && obj !== null) {
|
8
|
+
return Object.keys(obj).reduce((acc, key) => {
|
9
|
+
const value = obj[key];
|
10
|
+
if (typeof value === "bigint")
|
11
|
+
acc[key] = value.toString();
|
12
|
+
else if (typeof value === "object" || Array.isArray(value))
|
13
|
+
acc[key] = bigintToString(value);
|
14
|
+
else
|
15
|
+
acc[key] = value;
|
16
|
+
return acc;
|
17
|
+
}, {});
|
18
|
+
}
|
19
|
+
return obj;
|
20
|
+
}
|
@@ -0,0 +1,170 @@
|
|
1
|
+
import { AaveInterface, AuraInterface, AuraOperatorInterface, BalancerGaugeInterface, BalancerPoolInterface, BalancerVaultInterface, BeefyInterface, CompoundInterface, CurveInterface, ERC20Interface, EnzymeInterface, EulerInterface, FactoryInterface, FluidInterface, FraxlendInterface, GearboxVaultInterface, IonicInterface, LayerBankInterface, MetamorphoInterface, MoonwellInterface, OneInchStakingInterface, PendleInterface, RadiantInterface, RfxInterface, SturdyInterface, TorosInterface, UniswapV2PoolInterface, } from "@sdk";
|
2
|
+
import { tokenType } from "../libs/campaigns/campaignTypes/ERC20SubTypes/helpers/tokenType";
|
3
|
+
export function decodeCall(calls, index, key, type) {
|
4
|
+
const returnData = calls[index];
|
5
|
+
switch (key) {
|
6
|
+
case "symbol":
|
7
|
+
return ERC20Interface.decodeFunctionResult("symbol", returnData)[0];
|
8
|
+
case "decimals":
|
9
|
+
return ERC20Interface.decodeFunctionResult("decimals", returnData)[0];
|
10
|
+
case "totalSupply":
|
11
|
+
return ERC20Interface.decodeFunctionResult("totalSupply", returnData)[0];
|
12
|
+
case "balanceOf":
|
13
|
+
return ERC20Interface.decodeFunctionResult("balanceOf", returnData)[0];
|
14
|
+
case "name":
|
15
|
+
return ERC20Interface.decodeFunctionResult("name", returnData)[0];
|
16
|
+
case "getPoolId":
|
17
|
+
return BalancerPoolInterface.decodeFunctionResult("getPoolId", returnData)[0];
|
18
|
+
case "MORPHO":
|
19
|
+
return MetamorphoInterface.decodeFunctionResult("MORPHO", returnData)[0];
|
20
|
+
case "getCreator":
|
21
|
+
return EnzymeInterface.decodeFunctionResult("getCreator", returnData)[0];
|
22
|
+
case "factory":
|
23
|
+
return FactoryInterface.decodeFunctionResult("factory", returnData)[0];
|
24
|
+
case "token0":
|
25
|
+
return UniswapV2PoolInterface.decodeFunctionResult("token0", returnData)[0];
|
26
|
+
case "token1":
|
27
|
+
return UniswapV2PoolInterface.decodeFunctionResult("token1", returnData)[0];
|
28
|
+
case "lp_token":
|
29
|
+
return BalancerGaugeInterface.decodeFunctionResult("lp_token", returnData)[0];
|
30
|
+
case "operator":
|
31
|
+
return AuraInterface.decodeFunctionResult("operator", returnData)[0];
|
32
|
+
case "pid":
|
33
|
+
return AuraInterface.decodeFunctionResult("pid", returnData)[0];
|
34
|
+
case "stakingToken":
|
35
|
+
return OneInchStakingInterface.decodeFunctionResult("stakingToken", returnData)[0];
|
36
|
+
case "baseToken":
|
37
|
+
return CompoundInterface.decodeFunctionResult("baseToken", returnData)[0];
|
38
|
+
case "getAssetPrice":
|
39
|
+
return RadiantInterface.decodeFunctionResult("getAssetPrice", returnData)[0];
|
40
|
+
case "shortToken":
|
41
|
+
return RfxInterface.decodeFunctionResult("shortToken", returnData)[0];
|
42
|
+
case "longToken":
|
43
|
+
return RfxInterface.decodeFunctionResult("longToken", returnData)[0];
|
44
|
+
case "underlying":
|
45
|
+
switch (type) {
|
46
|
+
case tokenType.pendle:
|
47
|
+
return PendleInterface.decodeFunctionResult("yieldToken", returnData)[0];
|
48
|
+
case tokenType.gearbox:
|
49
|
+
return GearboxVaultInterface.decodeFunctionResult("underlyingToken", returnData)[0];
|
50
|
+
case tokenType.enzyme:
|
51
|
+
return EnzymeInterface.decodeFunctionResult("calcNetShareValue", returnData)[0];
|
52
|
+
case tokenType.aura:
|
53
|
+
return AuraInterface.decodeFunctionResult("asset", returnData)[0];
|
54
|
+
case tokenType.fluid:
|
55
|
+
return FluidInterface.decodeFunctionResult("asset", returnData)[0];
|
56
|
+
case tokenType.metamorpho:
|
57
|
+
return MetamorphoInterface.decodeFunctionResult("asset", returnData)[0];
|
58
|
+
case tokenType.fraxlend:
|
59
|
+
case tokenType.sturdy_aggregator:
|
60
|
+
case tokenType.sturdy_silo:
|
61
|
+
return FraxlendInterface.decodeFunctionResult("asset", returnData)[0];
|
62
|
+
case tokenType.aave_lending:
|
63
|
+
case tokenType.aave_borrowing:
|
64
|
+
case tokenType.ironclad_lending:
|
65
|
+
case tokenType.ironclad_borrowing:
|
66
|
+
case tokenType.zerolend_lending:
|
67
|
+
case tokenType.zerolend_borrowing:
|
68
|
+
case tokenType.yei_borrowing:
|
69
|
+
case tokenType.yei_lending:
|
70
|
+
return AaveInterface.decodeFunctionResult("UNDERLYING_ASSET_ADDRESS", returnData)[0];
|
71
|
+
case tokenType.radiant_borrow:
|
72
|
+
case tokenType.radiant_lend:
|
73
|
+
return RadiantInterface.decodeFunctionResult("UNDERLYING_ASSET_ADDRESS", returnData)[0];
|
74
|
+
case tokenType.moonwell:
|
75
|
+
return MoonwellInterface.decodeFunctionResult("underlying", returnData)[0];
|
76
|
+
case tokenType.ionic:
|
77
|
+
return IonicInterface.decodeFunctionResult("underlying", returnData)[0];
|
78
|
+
case tokenType.layerbank:
|
79
|
+
return LayerBankInterface.decodeFunctionResult("underlying", returnData)[0];
|
80
|
+
case tokenType.euler_borrow:
|
81
|
+
case tokenType.euler_lend:
|
82
|
+
return EulerInterface.decodeFunctionResult("asset", returnData)[0];
|
83
|
+
default:
|
84
|
+
throw new Error(`Need tokenType for this key ${key}, or type ${type} not matched`);
|
85
|
+
}
|
86
|
+
// case "exchangeRateCurrent":
|
87
|
+
// return IonicInterface.decodeFunctionResult("exchangeRateCurrent", returnData)[0];
|
88
|
+
case "exchangeRate":
|
89
|
+
switch (type) {
|
90
|
+
case tokenType.pendle:
|
91
|
+
return PendleInterface.decodeFunctionResult("exchangeRate", returnData)[0];
|
92
|
+
case tokenType.layerbank:
|
93
|
+
return LayerBankInterface.decodeFunctionResult("exchangeRate", returnData)[0];
|
94
|
+
case tokenType.enzyme:
|
95
|
+
return EnzymeInterface.decodeFunctionResult("calcNetShareValue", returnData)[1];
|
96
|
+
case tokenType.ionic:
|
97
|
+
return IonicInterface.decodeFunctionResult("exchangeRateCurrent", returnData)[0];
|
98
|
+
case tokenType.moonwell:
|
99
|
+
return MoonwellInterface.decodeFunctionResult("exchangeRateStored", returnData)[0];
|
100
|
+
default:
|
101
|
+
throw new Error(`Need tokenType for this key ${key}`);
|
102
|
+
}
|
103
|
+
// case "exchangeRateStored":
|
104
|
+
// return MoonwellInterface.decodeFunctionResult("exchangeRateStored", returnData)[0];
|
105
|
+
case "pricePerShare":
|
106
|
+
return FraxlendInterface.decodeFunctionResult("pricePerShare", returnData)[0];
|
107
|
+
case "collateralContract":
|
108
|
+
return SturdyInterface.decodeFunctionResult("collateralContract", returnData)[0];
|
109
|
+
case "lp_price":
|
110
|
+
switch (type) {
|
111
|
+
case tokenType.curve:
|
112
|
+
return CurveInterface.decodeFunctionResult("lp_price", returnData)[0];
|
113
|
+
case tokenType.curve_2:
|
114
|
+
return CurveInterface.decodeFunctionResult("get_virtual_price", returnData)[0];
|
115
|
+
default:
|
116
|
+
throw new Error(`Need tokenType for this key ${key}`);
|
117
|
+
}
|
118
|
+
case "coin0":
|
119
|
+
return CurveInterface.decodeFunctionResult("coins", returnData)[0];
|
120
|
+
case "coin1":
|
121
|
+
return CurveInterface.decodeFunctionResult("coins", returnData)[0];
|
122
|
+
case "coin2":
|
123
|
+
return CurveInterface.decodeFunctionResult("coins", returnData)[0];
|
124
|
+
case "calcNetShareValue":
|
125
|
+
return [
|
126
|
+
EnzymeInterface.decodeFunctionResult("calcNetShareValue", returnData)[0],
|
127
|
+
EnzymeInterface.decodeFunctionResult("calcNetShareValue", returnData)[1],
|
128
|
+
];
|
129
|
+
case "eVault":
|
130
|
+
return EulerInterface.decodeFunctionResult("eVault", returnData)[0];
|
131
|
+
case "getPricePerFullShare":
|
132
|
+
return BeefyInterface.decodeFunctionResult("getPricePerFullShare", returnData)[0];
|
133
|
+
case "want":
|
134
|
+
return BeefyInterface.decodeFunctionResult("want", returnData)[0];
|
135
|
+
case "getVault":
|
136
|
+
return BalancerPoolInterface.decodeFunctionResult("getVault", returnData)[0];
|
137
|
+
case "poolInfo":
|
138
|
+
return AuraOperatorInterface.decodeFunctionResult("poolInfo", returnData)[2];
|
139
|
+
case "staker":
|
140
|
+
return AuraOperatorInterface.decodeFunctionResult("staker", returnData)[0];
|
141
|
+
case "totalAssets":
|
142
|
+
switch (type) {
|
143
|
+
case tokenType.gearbox:
|
144
|
+
return GearboxVaultInterface.decodeFunctionResult("totalAssets", returnData)[0];
|
145
|
+
case tokenType.euler_lend:
|
146
|
+
return EulerInterface.decodeFunctionResult("totalAssets", returnData)[0];
|
147
|
+
case tokenType.euler_borrow:
|
148
|
+
return EulerInterface.decodeFunctionResult("totalBorrows", returnData)[0];
|
149
|
+
case tokenType.compound:
|
150
|
+
return CompoundInterface.decodeFunctionResult("totalBorrow", returnData)[0];
|
151
|
+
default:
|
152
|
+
throw new Error(`Need tokenType for this key ${key}, or type ${type} not matched`);
|
153
|
+
}
|
154
|
+
case "getPoolTokens":
|
155
|
+
return [
|
156
|
+
BalancerVaultInterface.decodeFunctionResult("getPoolTokens", returnData)[0],
|
157
|
+
BalancerVaultInterface.decodeFunctionResult("getPoolTokens", returnData)[1],
|
158
|
+
];
|
159
|
+
case "convertToAssets":
|
160
|
+
return FluidInterface.decodeFunctionResult("convertToAssets", returnData)[0];
|
161
|
+
case "tokenPrice":
|
162
|
+
return TorosInterface.decodeFunctionResult("tokenPrice", returnData)[0];
|
163
|
+
case "readTokens0":
|
164
|
+
return PendleInterface.decodeFunctionResult("readTokens", returnData)[0];
|
165
|
+
case "readTokens2":
|
166
|
+
return PendleInterface.decodeFunctionResult("readTokens", returnData)[2];
|
167
|
+
default:
|
168
|
+
throw new Error(`Key not recognized for ${key}`);
|
169
|
+
}
|
170
|
+
}
|
@@ -0,0 +1,240 @@
|
|
1
|
+
import { tokenType } from "../libs/campaigns/campaignTypes/ERC20SubTypes/helpers/tokenType";
|
2
|
+
import { AaveInterface, AuraInterface, AuraOperatorInterface, BalancerGaugeInterface, BalancerPoolInterface, BalancerVaultInterface, BeefyInterface, CompoundInterface, CurveInterface, ERC20Interface, EnzymeInterface, EulerInterface, FactoryInterface, FluidInterface, FraxlendInterface, GearboxVaultInterface, IonicInterface, LayerBankInterface, MetamorphoInterface, MoonwellInterface, OneInchStakingInterface, PendleInterface, RadiantInterface, RfxDatastoreInterface, SturdyInterface, TorosInterface, UniswapV2PoolInterface, } from "@sdk";
|
3
|
+
import { fluidInterface } from "src/libs/campaigns/campaignTypes/ERC20SubTypes/subtypesRound1";
|
4
|
+
export function createCall(target, key, type, metaData) {
|
5
|
+
switch (key) {
|
6
|
+
case "collateralContract":
|
7
|
+
return { allowFailure: true, callData: SturdyInterface.encodeFunctionData("collateralContract"), target };
|
8
|
+
case "pricePerShare":
|
9
|
+
return { allowFailure: true, callData: FraxlendInterface.encodeFunctionData("pricePerShare"), target };
|
10
|
+
case "lp_price":
|
11
|
+
switch (type) {
|
12
|
+
case tokenType.curve:
|
13
|
+
return { allowFailure: true, callData: CurveInterface.encodeFunctionData("lp_price"), target };
|
14
|
+
case tokenType.curve_2:
|
15
|
+
return { allowFailure: true, callData: CurveInterface.encodeFunctionData("get_virtual_price"), target };
|
16
|
+
default:
|
17
|
+
throw new Error(`Need tokenType for this key ${key}`);
|
18
|
+
}
|
19
|
+
case "coin0":
|
20
|
+
return { allowFailure: true, callData: CurveInterface.encodeFunctionData("coins", [0]), target };
|
21
|
+
case "coin1":
|
22
|
+
return { allowFailure: true, callData: CurveInterface.encodeFunctionData("coins", [1]), target };
|
23
|
+
case "coin2":
|
24
|
+
return { allowFailure: true, callData: CurveInterface.encodeFunctionData("coins", [2]), target };
|
25
|
+
case "operator":
|
26
|
+
return { allowFailure: true, callData: AuraInterface.encodeFunctionData("operator"), target };
|
27
|
+
case "pid":
|
28
|
+
return { allowFailure: true, callData: AuraInterface.encodeFunctionData("pid"), target };
|
29
|
+
case "lp_token":
|
30
|
+
return { allowFailure: true, callData: BalancerGaugeInterface.encodeFunctionData("lp_token"), target };
|
31
|
+
case "stakingToken":
|
32
|
+
return { allowFailure: true, callData: OneInchStakingInterface.encodeFunctionData("stakingToken"), target };
|
33
|
+
case "eVault":
|
34
|
+
return { allowFailure: true, callData: EulerInterface.encodeFunctionData("eVault"), target };
|
35
|
+
case "exchangeRate":
|
36
|
+
switch (type) {
|
37
|
+
case tokenType.pendle:
|
38
|
+
return { allowFailure: true, callData: PendleInterface.encodeFunctionData("exchangeRate"), target };
|
39
|
+
case tokenType.ionic:
|
40
|
+
return { allowFailure: true, callData: IonicInterface.encodeFunctionData("exchangeRateCurrent"), target };
|
41
|
+
case tokenType.moonwell:
|
42
|
+
return { allowFailure: true, callData: MoonwellInterface.encodeFunctionData("exchangeRateStored"), target };
|
43
|
+
case tokenType.layerbank:
|
44
|
+
return { allowFailure: true, callData: LayerBankInterface.encodeFunctionData("exchangeRate"), target };
|
45
|
+
default:
|
46
|
+
throw new Error(`Need tokenType for this key ${key}`);
|
47
|
+
}
|
48
|
+
case "shortToken": {
|
49
|
+
return {
|
50
|
+
allowFailure: true,
|
51
|
+
callData: RfxDatastoreInterface.encodeFunctionData("getAddress", [metaData]),
|
52
|
+
target,
|
53
|
+
};
|
54
|
+
}
|
55
|
+
case "longToken": {
|
56
|
+
return {
|
57
|
+
allowFailure: true,
|
58
|
+
callData: RfxDatastoreInterface.encodeFunctionData("getAddress", [metaData]),
|
59
|
+
target,
|
60
|
+
};
|
61
|
+
}
|
62
|
+
case "underlying":
|
63
|
+
switch (type) {
|
64
|
+
case tokenType.pendle:
|
65
|
+
return { allowFailure: true, callData: PendleInterface.encodeFunctionData("yieldToken"), target };
|
66
|
+
case tokenType.metamorpho:
|
67
|
+
return { allowFailure: true, callData: MetamorphoInterface.encodeFunctionData("asset"), target };
|
68
|
+
case tokenType.fluid:
|
69
|
+
return { allowFailure: true, callData: FluidInterface.encodeFunctionData("asset"), target };
|
70
|
+
case tokenType.euler_borrow:
|
71
|
+
case tokenType.euler_lend:
|
72
|
+
return {
|
73
|
+
allowFailure: true,
|
74
|
+
callData: EulerInterface.encodeFunctionData("asset"),
|
75
|
+
target,
|
76
|
+
};
|
77
|
+
case tokenType.fraxlend:
|
78
|
+
case tokenType.sturdy_aggregator:
|
79
|
+
case tokenType.sturdy_silo:
|
80
|
+
return { allowFailure: true, callData: FraxlendInterface.encodeFunctionData("asset"), target };
|
81
|
+
case tokenType.gearbox:
|
82
|
+
return {
|
83
|
+
allowFailure: true,
|
84
|
+
callData: GearboxVaultInterface.encodeFunctionData("underlyingToken"),
|
85
|
+
target,
|
86
|
+
};
|
87
|
+
case tokenType.aura:
|
88
|
+
return { allowFailure: true, callData: AuraInterface.encodeFunctionData("asset"), target };
|
89
|
+
case tokenType.ionic:
|
90
|
+
return { allowFailure: true, callData: IonicInterface.encodeFunctionData("underlying"), target };
|
91
|
+
case tokenType.layerbank:
|
92
|
+
return { allowFailure: true, callData: LayerBankInterface.encodeFunctionData("underlying"), target };
|
93
|
+
case tokenType.moonwell:
|
94
|
+
return { allowFailure: true, callData: MoonwellInterface.encodeFunctionData("underlying"), target };
|
95
|
+
case tokenType.radiant_lend:
|
96
|
+
case tokenType.radiant_borrow:
|
97
|
+
return {
|
98
|
+
allowFailure: true,
|
99
|
+
callData: RadiantInterface.encodeFunctionData("UNDERLYING_ASSET_ADDRESS"),
|
100
|
+
target,
|
101
|
+
};
|
102
|
+
case tokenType.aave_lending:
|
103
|
+
case tokenType.aave_borrowing:
|
104
|
+
case tokenType.ironclad_lending:
|
105
|
+
case tokenType.ironclad_borrowing:
|
106
|
+
case tokenType.zerolend_lending:
|
107
|
+
case tokenType.zerolend_borrowing:
|
108
|
+
case tokenType.yei_borrowing:
|
109
|
+
case tokenType.yei_lending:
|
110
|
+
return { allowFailure: true, callData: AaveInterface.encodeFunctionData("UNDERLYING_ASSET_ADDRESS"), target };
|
111
|
+
default:
|
112
|
+
throw new Error(`Need tokenType for this key ${key}, or unknown type ${type}`);
|
113
|
+
}
|
114
|
+
case "calcNetShareValue":
|
115
|
+
return {
|
116
|
+
allowFailure: true,
|
117
|
+
callData: EnzymeInterface.encodeFunctionData("calcNetShareValue", [metaData]),
|
118
|
+
target,
|
119
|
+
};
|
120
|
+
case "getPricePerFullShare":
|
121
|
+
return { allowFailure: true, callData: BeefyInterface.encodeFunctionData("getPricePerFullShare"), target };
|
122
|
+
case "token0":
|
123
|
+
return { allowFailure: true, callData: UniswapV2PoolInterface.encodeFunctionData("token0"), target };
|
124
|
+
case "token1":
|
125
|
+
return { allowFailure: true, callData: UniswapV2PoolInterface.encodeFunctionData("token1"), target };
|
126
|
+
case "baseToken":
|
127
|
+
return { allowFailure: true, callData: CompoundInterface.encodeFunctionData("baseToken"), target };
|
128
|
+
case "factory":
|
129
|
+
return { allowFailure: true, callData: FactoryInterface.encodeFunctionData("factory"), target };
|
130
|
+
case "getAssetPrice":
|
131
|
+
return { allowFailure: true, callData: RadiantInterface.encodeFunctionData("getAssetPrice"), target };
|
132
|
+
case "want":
|
133
|
+
return { allowFailure: true, callData: BeefyInterface.encodeFunctionData("want"), target };
|
134
|
+
case "symbol":
|
135
|
+
return {
|
136
|
+
allowFailure: true,
|
137
|
+
callData: ERC20Interface.encodeFunctionData("symbol"),
|
138
|
+
target,
|
139
|
+
};
|
140
|
+
case "decimals":
|
141
|
+
return {
|
142
|
+
allowFailure: true,
|
143
|
+
callData: ERC20Interface.encodeFunctionData("decimals"),
|
144
|
+
target,
|
145
|
+
};
|
146
|
+
case "totalSupply":
|
147
|
+
return {
|
148
|
+
allowFailure: true,
|
149
|
+
callData: ERC20Interface.encodeFunctionData("totalSupply"),
|
150
|
+
target,
|
151
|
+
};
|
152
|
+
case "balanceOf":
|
153
|
+
return {
|
154
|
+
allowFailure: true,
|
155
|
+
callData: ERC20Interface.encodeFunctionData("balanceOf", [metaData]),
|
156
|
+
target,
|
157
|
+
};
|
158
|
+
case "getPoolId":
|
159
|
+
return {
|
160
|
+
allowFailure: true,
|
161
|
+
callData: BalancerPoolInterface.encodeFunctionData("getPoolId"),
|
162
|
+
target,
|
163
|
+
};
|
164
|
+
case "getVault":
|
165
|
+
return {
|
166
|
+
allowFailure: true,
|
167
|
+
callData: BalancerPoolInterface.encodeFunctionData("getVault"),
|
168
|
+
target,
|
169
|
+
};
|
170
|
+
case "poolInfo":
|
171
|
+
return {
|
172
|
+
allowFailure: true,
|
173
|
+
callData: AuraOperatorInterface.encodeFunctionData("poolInfo", [metaData]),
|
174
|
+
target,
|
175
|
+
};
|
176
|
+
case "staker":
|
177
|
+
return { allowFailure: true, callData: AuraOperatorInterface.encodeFunctionData("staker"), target };
|
178
|
+
case "getPoolTokens":
|
179
|
+
return {
|
180
|
+
allowFailure: true,
|
181
|
+
callData: BalancerVaultInterface.encodeFunctionData("getPoolTokens", [metaData]),
|
182
|
+
target,
|
183
|
+
};
|
184
|
+
case "convertToAssets":
|
185
|
+
return {
|
186
|
+
allowFailure: true,
|
187
|
+
callData: fluidInterface.encodeFunctionData("convertToAssets", [metaData]),
|
188
|
+
target,
|
189
|
+
};
|
190
|
+
case "tokenPrice":
|
191
|
+
return {
|
192
|
+
allowFailure: true,
|
193
|
+
callData: TorosInterface.encodeFunctionData("tokenPrice"),
|
194
|
+
target,
|
195
|
+
};
|
196
|
+
case "totalAssets":
|
197
|
+
switch (type) {
|
198
|
+
case tokenType.euler_borrow:
|
199
|
+
return {
|
200
|
+
allowFailure: true,
|
201
|
+
callData: EulerInterface.encodeFunctionData("totalBorrows"),
|
202
|
+
target,
|
203
|
+
};
|
204
|
+
case tokenType.euler_lend:
|
205
|
+
return {
|
206
|
+
allowFailure: true,
|
207
|
+
callData: EulerInterface.encodeFunctionData("totalAssets"),
|
208
|
+
target,
|
209
|
+
};
|
210
|
+
case tokenType.gearbox:
|
211
|
+
return {
|
212
|
+
allowFailure: true,
|
213
|
+
callData: GearboxVaultInterface.encodeFunctionData("totalAssets"),
|
214
|
+
target,
|
215
|
+
};
|
216
|
+
case tokenType.compound:
|
217
|
+
return {
|
218
|
+
allowFailure: true,
|
219
|
+
callData: CompoundInterface.encodeFunctionData("totalBorrow"),
|
220
|
+
target: target,
|
221
|
+
};
|
222
|
+
default:
|
223
|
+
throw new Error(`Need tokenType for this key ${key}, or unknown type ${type}`);
|
224
|
+
}
|
225
|
+
case "readTokens0":
|
226
|
+
return {
|
227
|
+
allowFailure: true,
|
228
|
+
callData: PendleInterface.encodeFunctionData("readTokens"),
|
229
|
+
target: target,
|
230
|
+
};
|
231
|
+
case "readTokens2":
|
232
|
+
return {
|
233
|
+
allowFailure: true,
|
234
|
+
callData: PendleInterface.encodeFunctionData("readTokens"),
|
235
|
+
target: target,
|
236
|
+
};
|
237
|
+
default:
|
238
|
+
throw new Error(`Unknown key ${key}`);
|
239
|
+
}
|
240
|
+
}
|