@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,162 @@
|
|
1
|
+
import { gql } from "graphql-request";
|
2
|
+
// End timestamp is 0 for active positions
|
3
|
+
export const positionsQuery = gql `
|
4
|
+
query Positions($owner: String!) {
|
5
|
+
nft: nftpositions(where: { owner: $owner, endTimestamp: 0 }) {
|
6
|
+
id
|
7
|
+
pool {
|
8
|
+
id
|
9
|
+
}
|
10
|
+
startTimestamp
|
11
|
+
endTimestamp
|
12
|
+
tickLower
|
13
|
+
tickUpper
|
14
|
+
liquidity
|
15
|
+
owner
|
16
|
+
}
|
17
|
+
direct: directPositions(where: { owner: $owner, endTimestamp: 0 }) {
|
18
|
+
id
|
19
|
+
pool {
|
20
|
+
id
|
21
|
+
}
|
22
|
+
startTimestamp
|
23
|
+
endTimestamp
|
24
|
+
tickLower
|
25
|
+
tickUpper
|
26
|
+
liquidity
|
27
|
+
owner
|
28
|
+
}
|
29
|
+
}
|
30
|
+
`;
|
31
|
+
export const nftWrapperPositionsQuery = gql `
|
32
|
+
query Holders($owners: [String!], $first: Int!, $skip: Int!) {
|
33
|
+
holderNFTs(where: { holder_in: $owners, balance: 1 }, first: $first, skip: $skip) {
|
34
|
+
holder
|
35
|
+
token
|
36
|
+
tokenId
|
37
|
+
id
|
38
|
+
}
|
39
|
+
}
|
40
|
+
`;
|
41
|
+
export const nftPositionByIdsQuery = gql `
|
42
|
+
query Positions($ids: [String!], $skip: Int) {
|
43
|
+
nft: nftpositions(where: { id_in: $ids, endTimestamp: 0 }, first: 1000, skip: $skip, orderBy: liquidity, orderDirection: desc) {
|
44
|
+
id
|
45
|
+
pool {
|
46
|
+
id
|
47
|
+
}
|
48
|
+
startTimestamp
|
49
|
+
endTimestamp
|
50
|
+
tickLower
|
51
|
+
tickUpper
|
52
|
+
liquidity
|
53
|
+
owner
|
54
|
+
}
|
55
|
+
}
|
56
|
+
`;
|
57
|
+
/** Queries */
|
58
|
+
// End timestamp is 0 for active positions
|
59
|
+
// TODO: add sorting
|
60
|
+
export const positionMultipleOwnersQuery = gql `
|
61
|
+
query Positions($owners: [String!], $skip: Int) {
|
62
|
+
nft: nftpositions(where: { owner_in: $owners, endTimestamp: 0 }, first: 1000, skip: $skip, orderBy: liquidity, orderDirection: desc) {
|
63
|
+
id
|
64
|
+
pool {
|
65
|
+
id
|
66
|
+
}
|
67
|
+
startTimestamp
|
68
|
+
endTimestamp
|
69
|
+
tickLower
|
70
|
+
tickUpper
|
71
|
+
liquidity
|
72
|
+
owner
|
73
|
+
}
|
74
|
+
direct: directPositions(
|
75
|
+
where: { owner_in: $owners, endTimestamp: 0 }
|
76
|
+
first: 1000
|
77
|
+
skip: $skip
|
78
|
+
orderBy: liquidity
|
79
|
+
orderDirection: desc
|
80
|
+
) {
|
81
|
+
id
|
82
|
+
pool {
|
83
|
+
id
|
84
|
+
}
|
85
|
+
startTimestamp
|
86
|
+
endTimestamp
|
87
|
+
tickLower
|
88
|
+
tickUpper
|
89
|
+
liquidity
|
90
|
+
owner
|
91
|
+
}
|
92
|
+
}
|
93
|
+
`;
|
94
|
+
export const positionsWithPastQuery = gql `
|
95
|
+
query Positions($owners: [String!], $timestamp: Int!, $pool: String!) {
|
96
|
+
nft: nftpositions(where: { owner_in: $owners, pool: $pool, endTimestamp: 0 }) {
|
97
|
+
id
|
98
|
+
pool {
|
99
|
+
id
|
100
|
+
}
|
101
|
+
startTimestamp
|
102
|
+
endTimestamp
|
103
|
+
tickLower
|
104
|
+
tickUpper
|
105
|
+
liquidity
|
106
|
+
owner
|
107
|
+
}
|
108
|
+
nftPast: nftpositions(where: { owner_in: $owners, pool: $pool, endTimestamp_gt: $timestamp }) {
|
109
|
+
id
|
110
|
+
pool {
|
111
|
+
id
|
112
|
+
}
|
113
|
+
startTimestamp
|
114
|
+
endTimestamp
|
115
|
+
tickLower
|
116
|
+
tickUpper
|
117
|
+
liquidity
|
118
|
+
owner
|
119
|
+
}
|
120
|
+
direct: directPositions(where: { owner_in: $owners, pool: $pool, endTimestamp: 0 }) {
|
121
|
+
id
|
122
|
+
pool {
|
123
|
+
id
|
124
|
+
}
|
125
|
+
startTimestamp
|
126
|
+
endTimestamp
|
127
|
+
tickLower
|
128
|
+
tickUpper
|
129
|
+
liquidity
|
130
|
+
owner
|
131
|
+
}
|
132
|
+
directPast: directPositions(where: { owner_in: $owners, pool: $pool, endTimestamp_gt: $timestamp }) {
|
133
|
+
id
|
134
|
+
pool {
|
135
|
+
id
|
136
|
+
}
|
137
|
+
startTimestamp
|
138
|
+
endTimestamp
|
139
|
+
tickLower
|
140
|
+
tickUpper
|
141
|
+
liquidity
|
142
|
+
owner
|
143
|
+
}
|
144
|
+
}
|
145
|
+
`;
|
146
|
+
export const almBalancesQuery = gql `
|
147
|
+
query Holders($owner: String!) {
|
148
|
+
holders(where: { holder: $owner, week: 0 }) {
|
149
|
+
token
|
150
|
+
balance
|
151
|
+
}
|
152
|
+
}
|
153
|
+
`;
|
154
|
+
export const almNFTBalancesQuery = gql `
|
155
|
+
query Holders($owner: String!) {
|
156
|
+
holders: holderNFTs(where: { holder: $owner, week: 0 }) {
|
157
|
+
token
|
158
|
+
tokenId
|
159
|
+
balance
|
160
|
+
}
|
161
|
+
}
|
162
|
+
`;
|
@@ -0,0 +1,93 @@
|
|
1
|
+
import { BN2Number, CTokenInterface, CompFork, CompoundSubCampaignType, ERC20Interface, LayerBankERC20Interface, } from "@sdk";
|
2
|
+
import { utils } from "ethers";
|
3
|
+
const IONICCERC20_ABI = ["function borrowBalanceCurrent(address account) public view returns (uint256)"];
|
4
|
+
export const IONICCERC20_INTERFACE = new utils.Interface(IONICCERC20_ABI);
|
5
|
+
export async function getCompoundUserPositions(user, _chainId, campaigns) {
|
6
|
+
/**
|
7
|
+
* Fetch user positions
|
8
|
+
*/
|
9
|
+
const calls = [];
|
10
|
+
for (const mainParameter of Object.keys(campaigns)) {
|
11
|
+
if (campaigns[mainParameter].subtype === CompoundSubCampaignType.supply) {
|
12
|
+
calls.push({
|
13
|
+
allowFailure: true,
|
14
|
+
callData: ERC20Interface.encodeFunctionData("balanceOf", [user]),
|
15
|
+
target: campaigns[mainParameter].targetToken,
|
16
|
+
});
|
17
|
+
}
|
18
|
+
switch (campaigns[mainParameter].compFork) {
|
19
|
+
case CompFork.Ionic || CompFork.Venus:
|
20
|
+
calls.push({
|
21
|
+
allowFailure: true,
|
22
|
+
callData: IONICCERC20_INTERFACE.encodeFunctionData("borrowBalanceCurrent", [user]),
|
23
|
+
target: campaigns[mainParameter].targetToken,
|
24
|
+
});
|
25
|
+
break;
|
26
|
+
case CompFork.LayerBank:
|
27
|
+
calls.push({
|
28
|
+
allowFailure: true,
|
29
|
+
callData: LayerBankERC20Interface.encodeFunctionData("borrowBalanceOf", [user]),
|
30
|
+
target: campaigns[mainParameter].targetToken,
|
31
|
+
});
|
32
|
+
break;
|
33
|
+
default:
|
34
|
+
calls.push({
|
35
|
+
allowFailure: true,
|
36
|
+
callData: CTokenInterface.encodeFunctionData("borrowBalanceStored", [user]),
|
37
|
+
target: campaigns[mainParameter].targetToken,
|
38
|
+
});
|
39
|
+
}
|
40
|
+
}
|
41
|
+
return {
|
42
|
+
cached: false,
|
43
|
+
call: {
|
44
|
+
callData: calls,
|
45
|
+
handler: () => { },
|
46
|
+
reducer: async (result) => {
|
47
|
+
const finalRes = {};
|
48
|
+
let i = 0;
|
49
|
+
for (const mainParameter of Object.keys(campaigns)) {
|
50
|
+
// Initialization
|
51
|
+
const res = {
|
52
|
+
userPositions: [],
|
53
|
+
symbol: campaigns[mainParameter].symbolUnderlyingToken,
|
54
|
+
decimals: campaigns[mainParameter].decimalsUnderlyingToken,
|
55
|
+
totalSupply: campaigns[mainParameter].totalSupplyTargetToken,
|
56
|
+
userTVL: 0,
|
57
|
+
};
|
58
|
+
let balance = 0;
|
59
|
+
if (campaigns[mainParameter].subtype === CompoundSubCampaignType.supply) {
|
60
|
+
balance = BN2Number(ERC20Interface.decodeFunctionResult("balanceOf", result[i])[0], campaigns[mainParameter].decimalsUnderlyingToken);
|
61
|
+
}
|
62
|
+
switch (campaigns[mainParameter].compFork) {
|
63
|
+
case CompFork.Ionic:
|
64
|
+
case CompFork.Venus:
|
65
|
+
balance = BN2Number(IONICCERC20_INTERFACE.decodeFunctionResult("borrowBalanceCurrent", result[i])[0], campaigns[mainParameter].decimalsUnderlyingToken);
|
66
|
+
break;
|
67
|
+
case CompFork.LayerBank:
|
68
|
+
balance = BN2Number(LayerBankERC20Interface.decodeFunctionResult("borrowBalanceOf", result[i])[0], campaigns[mainParameter].decimalsUnderlyingToken);
|
69
|
+
break;
|
70
|
+
default:
|
71
|
+
balance = BN2Number(CTokenInterface.decodeFunctionResult("borrowBalanceStored", result[i])[0], campaigns[mainParameter].decimalsUnderlyingToken);
|
72
|
+
}
|
73
|
+
// Direct Positions
|
74
|
+
if (balance > 0) {
|
75
|
+
res.userPositions.push({
|
76
|
+
balance: balance,
|
77
|
+
token: campaigns[mainParameter].targetToken,
|
78
|
+
origin: "Direct",
|
79
|
+
totalSupply: campaigns[mainParameter].totalSupplyTargetToken,
|
80
|
+
tvl: balance * campaigns[mainParameter].tvl,
|
81
|
+
});
|
82
|
+
}
|
83
|
+
// Add to final result if there are positions
|
84
|
+
if (res.userPositions.length > 0) {
|
85
|
+
finalRes[`10_${mainParameter}`] = { ...res };
|
86
|
+
}
|
87
|
+
i++;
|
88
|
+
}
|
89
|
+
return finalRes;
|
90
|
+
},
|
91
|
+
},
|
92
|
+
};
|
93
|
+
}
|
@@ -0,0 +1,49 @@
|
|
1
|
+
import axios from "axios";
|
2
|
+
import { utils } from "ethers";
|
3
|
+
export async function getDolomiteUserPositions(user, _chainId, dolomitePositionFetchingData) {
|
4
|
+
const calls = [];
|
5
|
+
// const pricer = await Pricer.load();
|
6
|
+
const dolomitePositionData = (await axios.get(`https://api.dolomite.io/balances/${_chainId}/users/${user}`)).data
|
7
|
+
.Result;
|
8
|
+
return {
|
9
|
+
cached: false,
|
10
|
+
call: {
|
11
|
+
callData: calls,
|
12
|
+
handler: () => { },
|
13
|
+
reducer: async (_) => {
|
14
|
+
const finalRes = {};
|
15
|
+
for (const mainParameter of Object.keys(dolomitePositionFetchingData)) {
|
16
|
+
const x = dolomitePositionFetchingData[mainParameter];
|
17
|
+
const positionIndex = dolomitePositionData.findIndex(y => utils.getAddress(y.token.id) === utils.getAddress(x.targetToken));
|
18
|
+
const position = positionIndex >= 0 ? dolomitePositionData[positionIndex] : undefined;
|
19
|
+
if (!!position) {
|
20
|
+
const borrowBalance = Number.parseFloat(position.token.borrowLiquidity);
|
21
|
+
const supplyBalance = Number.parseFloat(position.token.supplyLiquidity);
|
22
|
+
// const priceTargetToken =
|
23
|
+
// (await pricer.get({
|
24
|
+
// symbol: x.symbol,
|
25
|
+
// address: x.targetToken,
|
26
|
+
// chainId: _chainId,
|
27
|
+
// })) ?? 0;
|
28
|
+
const res = {
|
29
|
+
userPositions: [],
|
30
|
+
symbol: x.symbol,
|
31
|
+
decimals: x.decimals,
|
32
|
+
token: x.targetToken,
|
33
|
+
};
|
34
|
+
if (supplyBalance > 0 || borrowBalance > 0) {
|
35
|
+
res.userPositions.push({
|
36
|
+
borrowBalance: borrowBalance,
|
37
|
+
supplyBalance: supplyBalance,
|
38
|
+
token: utils.getAddress(res.token),
|
39
|
+
origin: "Direct",
|
40
|
+
});
|
41
|
+
}
|
42
|
+
finalRes[mainParameter] = res;
|
43
|
+
}
|
44
|
+
}
|
45
|
+
return finalRes;
|
46
|
+
},
|
47
|
+
},
|
48
|
+
};
|
49
|
+
}
|
@@ -0,0 +1,55 @@
|
|
1
|
+
import { BN2Number, ERC20Interface } from "@sdk";
|
2
|
+
import { getAddress } from "ethers/lib/utils";
|
3
|
+
export async function getERC20UserPositions(user, _chainId, tokens) {
|
4
|
+
/**
|
5
|
+
* Fetch user positions
|
6
|
+
*/
|
7
|
+
const calls = [];
|
8
|
+
for (const token of Object.keys(tokens)) {
|
9
|
+
calls.push({
|
10
|
+
allowFailure: true,
|
11
|
+
callData: ERC20Interface.encodeFunctionData("balanceOf", [user]),
|
12
|
+
target: token,
|
13
|
+
});
|
14
|
+
}
|
15
|
+
return {
|
16
|
+
cached: false,
|
17
|
+
call: {
|
18
|
+
callData: calls,
|
19
|
+
handler: () => { },
|
20
|
+
reducer: async (result) => {
|
21
|
+
const finalRes = {};
|
22
|
+
let i = 0;
|
23
|
+
for (const token of Object.keys(tokens)) {
|
24
|
+
// Initialization
|
25
|
+
const res = {
|
26
|
+
userPositions: [],
|
27
|
+
symbol: tokens[token].symbol,
|
28
|
+
decimals: tokens[token].decimals,
|
29
|
+
totalSupply: tokens[token].totalSupplyTargetToken,
|
30
|
+
userTVL: 0,
|
31
|
+
};
|
32
|
+
// Direct Positions
|
33
|
+
const balance = BN2Number(ERC20Interface.decodeFunctionResult("balanceOf", result[i])[0], tokens[token].decimals);
|
34
|
+
if (balance > 0) {
|
35
|
+
res.userPositions.push({
|
36
|
+
balance: balance,
|
37
|
+
token: getAddress(token),
|
38
|
+
origin: "Direct",
|
39
|
+
totalSupply: tokens[token].totalSupplyTargetToken,
|
40
|
+
tvl: balance * tokens[token].priceTargetToken,
|
41
|
+
});
|
42
|
+
res.userTVL += balance * tokens[token].priceTargetToken;
|
43
|
+
}
|
44
|
+
// TODO - Add staking contract positions
|
45
|
+
// Add to final result if there are positions
|
46
|
+
if (res.userPositions.length > 0) {
|
47
|
+
finalRes[`1_${token}`] = { ...res };
|
48
|
+
}
|
49
|
+
i++;
|
50
|
+
}
|
51
|
+
return finalRes;
|
52
|
+
},
|
53
|
+
},
|
54
|
+
};
|
55
|
+
}
|
@@ -0,0 +1,57 @@
|
|
1
|
+
import { BN2Number, Campaign, ERC20Interface, EulerVault__factory } from "@sdk";
|
2
|
+
import { getAddress } from "ethers/lib/utils";
|
3
|
+
const EulerVaultInterface = EulerVault__factory.createInterface();
|
4
|
+
export async function getEulerUserPositions(user, _chainId, tokens) {
|
5
|
+
/**
|
6
|
+
* Fetch user positions
|
7
|
+
*/
|
8
|
+
const calls = [];
|
9
|
+
for (const token of Object.keys(tokens)) {
|
10
|
+
calls.push({
|
11
|
+
allowFailure: true,
|
12
|
+
callData: EulerVaultInterface.encodeFunctionData("balanceOf", [user]),
|
13
|
+
target: token,
|
14
|
+
});
|
15
|
+
}
|
16
|
+
return {
|
17
|
+
cached: false,
|
18
|
+
call: {
|
19
|
+
callData: calls,
|
20
|
+
handler: () => { },
|
21
|
+
reducer: async (result) => {
|
22
|
+
const finalRes = {};
|
23
|
+
let i = 0;
|
24
|
+
for (const token of Object.keys(tokens)) {
|
25
|
+
// Initialization
|
26
|
+
const res = {
|
27
|
+
userPositions: [],
|
28
|
+
symbol: tokens[token].symbol,
|
29
|
+
decimals: tokens[token].decimals,
|
30
|
+
totalSupply: tokens[token].totalSupplyTargetToken,
|
31
|
+
userTVL: 0,
|
32
|
+
};
|
33
|
+
// Direct Positions
|
34
|
+
const balance = BN2Number(ERC20Interface.decodeFunctionResult("balanceOf", result[i])[0], tokens[token].decimals);
|
35
|
+
if (balance > 0) {
|
36
|
+
res.userPositions.push({
|
37
|
+
id: `${Campaign[Campaign.EULER]}_${token}`,
|
38
|
+
balance: balance,
|
39
|
+
token: getAddress(token),
|
40
|
+
origin: "Direct",
|
41
|
+
totalSupply: tokens[token].totalSupplyTargetToken,
|
42
|
+
tvl: balance * tokens[token].priceTargetToken,
|
43
|
+
});
|
44
|
+
res.userTVL += balance * tokens[token].priceTargetToken;
|
45
|
+
}
|
46
|
+
// TODO - Add staking contract positions
|
47
|
+
// Add to final result if there are positions
|
48
|
+
if (res.userPositions.length > 0) {
|
49
|
+
finalRes[`${Campaign.EULER}_${token}`] = { ...res };
|
50
|
+
}
|
51
|
+
i++;
|
52
|
+
}
|
53
|
+
return finalRes;
|
54
|
+
},
|
55
|
+
},
|
56
|
+
};
|
57
|
+
}
|
@@ -0,0 +1,48 @@
|
|
1
|
+
import { Campaign, withTimeout } from "@sdk";
|
2
|
+
import { MERKL_USER_POSITION_FETCHING_GLOBAL_TIMEOUT } from "../../constants";
|
3
|
+
import { executeSimple } from "../../utils/execute";
|
4
|
+
import { getAjnaUserPositions } from "./ajna";
|
5
|
+
import { getBadgerUserPositions } from "./badger";
|
6
|
+
import { getClammUserPositions } from "./clamm";
|
7
|
+
import { getCompoundUserPositions } from "./compound";
|
8
|
+
import { getDolomiteUserPositions } from "./dolomite";
|
9
|
+
import { getERC20UserPositions } from "./erc20";
|
10
|
+
import { getEulerUserPositions } from "./euler";
|
11
|
+
import { getMorphoUserPositions } from "./morpho";
|
12
|
+
import { getSiloUserPositions } from "./silo";
|
13
|
+
export async function getUserPositionsV2(positionsToCheck, // TODO: add typing (depends on campaign type)
|
14
|
+
chainId, user) {
|
15
|
+
const promises = [];
|
16
|
+
for (const key of Object.keys(positionsToCheck)) {
|
17
|
+
const numkey = Number(key);
|
18
|
+
switch (numkey) {
|
19
|
+
case Campaign.CLAMM:
|
20
|
+
promises.push(withTimeout(executeSimple(chainId, getClammUserPositions(user, chainId, positionsToCheck[numkey])), MERKL_USER_POSITION_FETCHING_GLOBAL_TIMEOUT));
|
21
|
+
break;
|
22
|
+
case Campaign.ERC20:
|
23
|
+
promises.push(withTimeout(executeSimple(chainId, getERC20UserPositions(user, chainId, positionsToCheck[numkey])), MERKL_USER_POSITION_FETCHING_GLOBAL_TIMEOUT));
|
24
|
+
break;
|
25
|
+
case Campaign.SILO:
|
26
|
+
promises.push(withTimeout(executeSimple(chainId, getSiloUserPositions(user, chainId, positionsToCheck[numkey])), MERKL_USER_POSITION_FETCHING_GLOBAL_TIMEOUT));
|
27
|
+
break;
|
28
|
+
case Campaign.DOLOMITE:
|
29
|
+
promises.push(withTimeout(executeSimple(chainId, getDolomiteUserPositions(user, chainId, positionsToCheck[numkey])), MERKL_USER_POSITION_FETCHING_GLOBAL_TIMEOUT));
|
30
|
+
break;
|
31
|
+
case Campaign.EULER:
|
32
|
+
promises.push(withTimeout(executeSimple(chainId, getEulerUserPositions(user, chainId, positionsToCheck[numkey])), MERKL_USER_POSITION_FETCHING_GLOBAL_TIMEOUT));
|
33
|
+
break;
|
34
|
+
case Campaign.MORPHO:
|
35
|
+
promises.push(withTimeout(executeSimple(chainId, getMorphoUserPositions(user, chainId, positionsToCheck[numkey])), MERKL_USER_POSITION_FETCHING_GLOBAL_TIMEOUT));
|
36
|
+
break;
|
37
|
+
case Campaign.BADGER:
|
38
|
+
promises.push(withTimeout(executeSimple(chainId, getBadgerUserPositions(user, chainId, positionsToCheck[numkey])), MERKL_USER_POSITION_FETCHING_GLOBAL_TIMEOUT));
|
39
|
+
break;
|
40
|
+
case Campaign.AJNA:
|
41
|
+
promises.push(withTimeout(executeSimple(chainId, getAjnaUserPositions(user, chainId, positionsToCheck[numkey])), MERKL_USER_POSITION_FETCHING_GLOBAL_TIMEOUT));
|
42
|
+
break;
|
43
|
+
case Campaign.COMPOUND:
|
44
|
+
promises.push(withTimeout(executeSimple(chainId, getCompoundUserPositions(user, chainId, positionsToCheck[numkey])), MERKL_USER_POSITION_FETCHING_GLOBAL_TIMEOUT));
|
45
|
+
}
|
46
|
+
}
|
47
|
+
return Object.assign({}, ...(await Promise.all(promises)));
|
48
|
+
}
|
@@ -0,0 +1,177 @@
|
|
1
|
+
import { BN2Number, ERC20Interface, MorphoSubCampaignType, } from "@sdk";
|
2
|
+
const axios = require("axios");
|
3
|
+
export async function getMorphoUserPositions(user, _chainId, campaigns) {
|
4
|
+
/**
|
5
|
+
* Fetch user positions
|
6
|
+
*/
|
7
|
+
const calls = [];
|
8
|
+
for (const campaign of Object.keys(campaigns)) {
|
9
|
+
if (campaigns[campaign].subtype === MorphoSubCampaignType.SUPPLY_BLUE) {
|
10
|
+
const forwarders = campaigns[campaign]?.forwarders;
|
11
|
+
if (!!forwarders) {
|
12
|
+
for (const forwarder of Object.keys(forwarders)) {
|
13
|
+
calls.push({
|
14
|
+
allowFailure: true,
|
15
|
+
callData: ERC20Interface.encodeFunctionData("balanceOf", [user]),
|
16
|
+
target: forwarder,
|
17
|
+
});
|
18
|
+
calls.push({
|
19
|
+
allowFailure: true,
|
20
|
+
callData: ERC20Interface.encodeFunctionData("totalSupply"),
|
21
|
+
target: forwarder,
|
22
|
+
});
|
23
|
+
}
|
24
|
+
}
|
25
|
+
}
|
26
|
+
if (campaigns[campaign].subtype === MorphoSubCampaignType.META) {
|
27
|
+
calls.push({
|
28
|
+
allowFailure: true,
|
29
|
+
callData: ERC20Interface.encodeFunctionData("balanceOf", [user]),
|
30
|
+
target: campaigns[campaign].targetToken,
|
31
|
+
});
|
32
|
+
}
|
33
|
+
}
|
34
|
+
const endpoint = "https://blue-api.morpho.org/graphql";
|
35
|
+
const headers = {
|
36
|
+
"content-type": "application/json",
|
37
|
+
};
|
38
|
+
const morphoQuery = {
|
39
|
+
query: `query($address: String!, $chainId: Int) {
|
40
|
+
userByAddress(address: $address, chainId: $chainId) {
|
41
|
+
address
|
42
|
+
marketPositions {
|
43
|
+
market {
|
44
|
+
uniqueKey
|
45
|
+
}
|
46
|
+
supplyAssets
|
47
|
+
supplyAssetsUsd
|
48
|
+
borrowAssets
|
49
|
+
borrowAssetsUsd
|
50
|
+
collateral
|
51
|
+
collateralUsd
|
52
|
+
}
|
53
|
+
}
|
54
|
+
}
|
55
|
+
`,
|
56
|
+
variables: { address: user.toLowerCase(), chainId: _chainId },
|
57
|
+
};
|
58
|
+
let response;
|
59
|
+
return {
|
60
|
+
cached: false,
|
61
|
+
call: {
|
62
|
+
callData: calls,
|
63
|
+
handler: () => { },
|
64
|
+
reducer: async (result) => {
|
65
|
+
const finalRes = {};
|
66
|
+
let i = 0;
|
67
|
+
for (const campaign of Object.keys(campaigns)) {
|
68
|
+
const marketId = campaigns[campaign].marketId;
|
69
|
+
// Initialization
|
70
|
+
const res = {
|
71
|
+
userPositions: [],
|
72
|
+
decimals: campaigns[campaign].decimals,
|
73
|
+
// FIXME only have the borrowed/supplied part
|
74
|
+
totalSupply: BN2Number(campaigns[campaign].totalSupplyTargetToken, campaigns[campaign].decimals),
|
75
|
+
userTVL: 0,
|
76
|
+
};
|
77
|
+
let balance = 0;
|
78
|
+
//TODO Check in the case of the creation of a campaign
|
79
|
+
if (campaigns[campaign].subtype === MorphoSubCampaignType.META) {
|
80
|
+
balance = BN2Number(ERC20Interface.decodeFunctionResult("balanceOf", result[i])[0], campaigns[campaign].decimals);
|
81
|
+
}
|
82
|
+
//TODO check the case for only the supply to the contract
|
83
|
+
if (campaigns[campaign].subtype === MorphoSubCampaignType.SUPPLY_BLUE) {
|
84
|
+
const forwarders = campaigns[campaign]?.forwarders;
|
85
|
+
if (!!forwarders) {
|
86
|
+
for (const forwarder of Object.keys(forwarders)) {
|
87
|
+
const supplyQuery = {
|
88
|
+
query: `query($address: String!, $chainId: Int) {
|
89
|
+
userByAddress(address: $address, chainId: $chainId) {
|
90
|
+
address
|
91
|
+
marketPositions {
|
92
|
+
market {
|
93
|
+
uniqueKey
|
94
|
+
}
|
95
|
+
supplyAssets
|
96
|
+
supplyAssetsUsd
|
97
|
+
}
|
98
|
+
}
|
99
|
+
}
|
100
|
+
`,
|
101
|
+
variables: { address: forwarder, chainId: _chainId },
|
102
|
+
};
|
103
|
+
try {
|
104
|
+
response = await axios({
|
105
|
+
url: endpoint,
|
106
|
+
method: "post",
|
107
|
+
headers: headers,
|
108
|
+
data: supplyQuery,
|
109
|
+
});
|
110
|
+
}
|
111
|
+
catch (e) {
|
112
|
+
console.log(e);
|
113
|
+
}
|
114
|
+
const balanceOfForwarder = BN2Number(ERC20Interface.decodeFunctionResult("balanceOf", result[i])[0], campaigns[campaign].decimals);
|
115
|
+
i++;
|
116
|
+
const totalSupply = BN2Number(ERC20Interface.decodeFunctionResult("totalSupply", result[i])[0], campaigns[campaign].decimals);
|
117
|
+
const marketPositions = response.data.data?.userByAddress?.marketPositions;
|
118
|
+
if (!!marketPositions) {
|
119
|
+
for (const market of marketPositions) {
|
120
|
+
if (market.market.uniqueKey === marketId && market.supplyAssets !== 0) {
|
121
|
+
balance +=
|
122
|
+
(balanceOfForwarder / totalSupply) *
|
123
|
+
BN2Number(market.supplyAssets, campaigns[campaign].decimals);
|
124
|
+
}
|
125
|
+
}
|
126
|
+
}
|
127
|
+
i++;
|
128
|
+
}
|
129
|
+
}
|
130
|
+
}
|
131
|
+
if (campaigns[campaign].subtype === MorphoSubCampaignType.BORROWING_BLUE ||
|
132
|
+
campaigns[campaign].subtype === MorphoSubCampaignType.COLLATERAL_BLUE) {
|
133
|
+
try {
|
134
|
+
response = await axios({
|
135
|
+
url: endpoint,
|
136
|
+
method: "post",
|
137
|
+
headers: headers,
|
138
|
+
data: morphoQuery,
|
139
|
+
});
|
140
|
+
}
|
141
|
+
catch (e) {
|
142
|
+
console.log(e);
|
143
|
+
}
|
144
|
+
const marketPositions = response.data.data?.userByAddress?.marketPositions;
|
145
|
+
if (!!marketPositions) {
|
146
|
+
for (const market of marketPositions) {
|
147
|
+
if (market.market.uniqueKey === marketId) {
|
148
|
+
if (campaigns[campaign].subtype === 2 && market.borrowAssets !== 0) {
|
149
|
+
balance = BN2Number(market.borrowAssets, campaigns[campaign].decimals);
|
150
|
+
}
|
151
|
+
else if (campaigns[campaign].subtype === 3 && market.collateral !== 0) {
|
152
|
+
balance = BN2Number(market.collateral, campaigns[campaign].decimals);
|
153
|
+
}
|
154
|
+
}
|
155
|
+
}
|
156
|
+
}
|
157
|
+
}
|
158
|
+
if (balance > 0) {
|
159
|
+
res.userPositions.push({
|
160
|
+
balance: balance,
|
161
|
+
token: campaigns[campaign].targetToken,
|
162
|
+
origin: "Direct",
|
163
|
+
totalSupply: BN2Number(campaigns[campaign].totalSupplyTargetToken, campaigns[campaign].decimals),
|
164
|
+
tvl: campaigns[campaign].tvl,
|
165
|
+
});
|
166
|
+
res.userTVL += campaigns[campaign].tvl;
|
167
|
+
}
|
168
|
+
// Add to final result if there are positions
|
169
|
+
if (res.userPositions.length > 0) {
|
170
|
+
finalRes[`7_${campaign}`] = { ...res };
|
171
|
+
}
|
172
|
+
}
|
173
|
+
return finalRes;
|
174
|
+
},
|
175
|
+
},
|
176
|
+
};
|
177
|
+
}
|