@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,268 @@
|
|
1
|
+
import { getTokensListWithCache } from "../../../libs/getTokensList";
|
2
|
+
import { getOnlyUserBalance } from "../../../libs/tokens/balances";
|
3
|
+
import { executeSimple } from "../../../utils/execute";
|
4
|
+
import { log } from "../../../utils/logger";
|
5
|
+
import { apiDbClient } from "../../../utils/prisma";
|
6
|
+
import { Prisma } from "../../../../database/api/.generated";
|
7
|
+
import { NETWORK_LABELS, bigIntToNumber } from "@sdk";
|
8
|
+
import { parseUnits } from "viem";
|
9
|
+
import { TokenRepository } from "./token.repository";
|
10
|
+
export class TokenService {
|
11
|
+
static hashId(token) {
|
12
|
+
return Bun.hash(`${token.chainId}${token.address}`).toString();
|
13
|
+
}
|
14
|
+
/**
|
15
|
+
* Fetches balances of provided tokens
|
16
|
+
*/
|
17
|
+
static async fetchBalances(chainId, userAddress, tokens) {
|
18
|
+
const balances = await executeSimple(chainId, getOnlyUserBalance(chainId, userAddress, tokens.map(t => t.address)));
|
19
|
+
const tokensWithBalances = tokens.map(t => {
|
20
|
+
const balance = balances[t.address] ??
|
21
|
+
balances[Object.keys(balances).find(a => a?.toLowerCase() === t.address?.toLowerCase()) ?? ""];
|
22
|
+
return Object.assign(t, { balance: BigInt(balance?.balance ?? 0) });
|
23
|
+
});
|
24
|
+
return tokensWithBalances.sort((b, a) => {
|
25
|
+
const aN = parseUnits(a.balance.toString(), a.decimals);
|
26
|
+
const bN = parseUnits(b.balance.toString(), b.decimals);
|
27
|
+
return aN < bN ? -1 : aN > bN ? 1 : 0;
|
28
|
+
});
|
29
|
+
}
|
30
|
+
/**
|
31
|
+
* Fetches tokens and include balances
|
32
|
+
*/
|
33
|
+
static async fetchTokensAndBalances(chainId, userAddress, addresses) {
|
34
|
+
const tokens = await TokenService.getManyOrCreate(addresses?.map(address => ({ chainId, address })));
|
35
|
+
return TokenService.fetchBalances(chainId, userAddress, tokens.filter(t => t !== undefined));
|
36
|
+
}
|
37
|
+
/**
|
38
|
+
* Fetches balances of verified tokens
|
39
|
+
* @info tokens that are popular and must be detected in the app are marked as 'verified'
|
40
|
+
* @param additionalTokens balances along with the verified ones
|
41
|
+
*/
|
42
|
+
static async fetchVerifiedBalances(chainId, userAddress, additionalTokenAddresses) {
|
43
|
+
const verifiedTokens = await TokenService.findMany({ chainId: chainId, verified: true });
|
44
|
+
const additionalTokens = !!additionalTokenAddresses?.length
|
45
|
+
? await TokenService.getManyOrCreate(additionalTokenAddresses?.map(address => ({ chainId, address })))
|
46
|
+
: [];
|
47
|
+
const allTokens = verifiedTokens.concat(additionalTokens.filter(t => t !== undefined));
|
48
|
+
return TokenService.fetchBalances(chainId, userAddress, allTokens);
|
49
|
+
}
|
50
|
+
static async fetchOnChain(token) {
|
51
|
+
const onchainData = await TokenRepository.getTokenInfo(token);
|
52
|
+
//TODO: find a way to get the icon
|
53
|
+
return {
|
54
|
+
chainId: token.chainId,
|
55
|
+
address: token.address,
|
56
|
+
icon: "",
|
57
|
+
...Object.assign({ name: "unknown", decimals: 18, symbol: "UNKNOWN", verified: false }, onchainData),
|
58
|
+
};
|
59
|
+
}
|
60
|
+
static async fetchManyOnChain(chainId, addresses) {
|
61
|
+
const tokens = {};
|
62
|
+
//Batch onchain calls together when multiples
|
63
|
+
for (const address of addresses) {
|
64
|
+
tokens[address] = await TokenService.fetchOnChain({ chainId, address });
|
65
|
+
}
|
66
|
+
return tokens;
|
67
|
+
}
|
68
|
+
/**
|
69
|
+
* Updates price of tokens that share the same symbol
|
70
|
+
* @param symbol
|
71
|
+
* @param price value
|
72
|
+
* @param excludeAddresses to not update symbols that defined using addresses
|
73
|
+
*/
|
74
|
+
static async updateSymbolPrices(symbol, price, excludeAddresses) {
|
75
|
+
return await TokenRepository.updateSymbolPrices(symbol, price, excludeAddresses);
|
76
|
+
}
|
77
|
+
/**
|
78
|
+
* Updates price of tokens that share the same address
|
79
|
+
* @param address
|
80
|
+
* @param price value
|
81
|
+
* @param chainId
|
82
|
+
*/
|
83
|
+
static async updateAddressPrices(address, price, chainId) {
|
84
|
+
return await TokenRepository.updateAddressPrices(address, price, chainId);
|
85
|
+
}
|
86
|
+
/**
|
87
|
+
* Updates price of tokens that share the same symbol
|
88
|
+
* @param symbol
|
89
|
+
* @param price value
|
90
|
+
* @param excludeAddresses to not update symbols that defined using addresses
|
91
|
+
*/
|
92
|
+
static async updatePrices(pricer) {
|
93
|
+
const pricedAddresses = Object.keys(pricer.prices).filter(address => address.startsWith("0x"));
|
94
|
+
const symbols = Object.keys(pricer.prices).filter(address => !address.startsWith("0x"));
|
95
|
+
for (const symbol of symbols) {
|
96
|
+
const price = await pricer.get({ symbol });
|
97
|
+
if (!price)
|
98
|
+
continue;
|
99
|
+
await TokenService.updateSymbolPrices(symbol, price, pricedAddresses);
|
100
|
+
}
|
101
|
+
for (const address of pricedAddresses) {
|
102
|
+
const price = await pricer.get({ address });
|
103
|
+
if (!price)
|
104
|
+
continue;
|
105
|
+
await TokenService.updateAddressPrices(address, price);
|
106
|
+
}
|
107
|
+
}
|
108
|
+
/**
|
109
|
+
* Get all tokens from https://github.com/AngleProtocol/angle-token-list and override icons from it
|
110
|
+
* TODO: use the bucket
|
111
|
+
*/
|
112
|
+
static async fillTokenAndIconsFromTokenList() {
|
113
|
+
const tokenList = await getTokensListWithCache();
|
114
|
+
for (const chain of Object.keys(tokenList)) {
|
115
|
+
for (const [symbol, token] of Object.entries(tokenList[chain])) {
|
116
|
+
if (!(await TokenRepository.findUnique(TokenService.hashId({ chainId: Number.parseInt(chain), address: token.address })))) {
|
117
|
+
try {
|
118
|
+
const res = await TokenRepository.create({
|
119
|
+
id: TokenService.hashId({ chainId: Number.parseInt(chain), address: token.address }),
|
120
|
+
chainId: Number.parseInt(chain),
|
121
|
+
address: token.address,
|
122
|
+
name: token.name,
|
123
|
+
symbol: token.symbol,
|
124
|
+
verified: true,
|
125
|
+
decimals: token.decimals,
|
126
|
+
icon: token.logoURI,
|
127
|
+
});
|
128
|
+
log.local(`Token created: ${res?.symbol} on ${NETWORK_LABELS[Number.parseInt(chain)]}`);
|
129
|
+
}
|
130
|
+
catch (e) {
|
131
|
+
console.error(e);
|
132
|
+
}
|
133
|
+
try {
|
134
|
+
const res = await TokenRepository.create({
|
135
|
+
id: TokenService.hashId({ chainId: Number.parseInt(chain), address: token.address }),
|
136
|
+
chainId: Number.parseInt(chain),
|
137
|
+
address: token.address,
|
138
|
+
name: token.name,
|
139
|
+
symbol: token.symbol,
|
140
|
+
verified: true,
|
141
|
+
decimals: token.decimals,
|
142
|
+
icon: token.logoURI,
|
143
|
+
});
|
144
|
+
log.local(`Token created: ${res?.symbol} on ${NETWORK_LABELS[Number.parseInt(chain)]}`);
|
145
|
+
}
|
146
|
+
catch (e) {
|
147
|
+
console.error(e);
|
148
|
+
}
|
149
|
+
}
|
150
|
+
try {
|
151
|
+
await apiDbClient.token.update({
|
152
|
+
data: {
|
153
|
+
chainId: Number.parseInt(chain),
|
154
|
+
address: token.address,
|
155
|
+
name: token.name,
|
156
|
+
symbol: token.symbol,
|
157
|
+
verified: true,
|
158
|
+
decimals: token.decimals,
|
159
|
+
icon: token.logoURI,
|
160
|
+
},
|
161
|
+
where: {
|
162
|
+
chainId_address: {
|
163
|
+
chainId: Number.parseInt(chain),
|
164
|
+
address: token.address,
|
165
|
+
},
|
166
|
+
},
|
167
|
+
});
|
168
|
+
}
|
169
|
+
catch (e) {
|
170
|
+
console.error(e);
|
171
|
+
}
|
172
|
+
try {
|
173
|
+
const tokensWithSameSymbol = await apiDbClient.token.findMany({
|
174
|
+
select: { chainId: true, address: true },
|
175
|
+
where: { symbol: { equals: symbol, mode: "insensitive" } },
|
176
|
+
});
|
177
|
+
for (const dbToken of tokensWithSameSymbol) {
|
178
|
+
await apiDbClient.token.update({
|
179
|
+
data: { icon: token.logoURI },
|
180
|
+
where: {
|
181
|
+
chainId_address: {
|
182
|
+
chainId: dbToken.chainId,
|
183
|
+
address: dbToken.address,
|
184
|
+
},
|
185
|
+
},
|
186
|
+
});
|
187
|
+
}
|
188
|
+
}
|
189
|
+
catch (_err) { }
|
190
|
+
}
|
191
|
+
}
|
192
|
+
}
|
193
|
+
/**
|
194
|
+
* Create token on database
|
195
|
+
* @param chainId
|
196
|
+
* @param address
|
197
|
+
*/
|
198
|
+
static async create(token) {
|
199
|
+
const id = TokenService.hashId(token);
|
200
|
+
return TokenRepository.upsert({ ...token, id });
|
201
|
+
}
|
202
|
+
/**
|
203
|
+
* Read token from database
|
204
|
+
* @param chainId
|
205
|
+
* @param address
|
206
|
+
*/
|
207
|
+
static async findUniqueOrThrow(token) {
|
208
|
+
return await TokenRepository.findUniqueOrThrow(TokenService.hashId({ chainId: token.chainId, address: token.address }));
|
209
|
+
}
|
210
|
+
/**
|
211
|
+
* Get the list of tokens satisfying the query
|
212
|
+
* @param query
|
213
|
+
* @returns A list of tokens
|
214
|
+
*/
|
215
|
+
static async findMany(query) {
|
216
|
+
return await TokenRepository.findMany(query);
|
217
|
+
}
|
218
|
+
/**
|
219
|
+
* Get value of tokens
|
220
|
+
* @param tokenAmounts address/chain + amount of token
|
221
|
+
* @returns the cumulated dollar value of all tokens
|
222
|
+
*/
|
223
|
+
static async getValue(tokenAmounts) {
|
224
|
+
const tokens = await TokenService.getManyOrCreate(tokenAmounts.map(({ address, chainId }) => ({ address, chainId })));
|
225
|
+
return tokenAmounts.reduce((sum, { amount, address, chainId }) => {
|
226
|
+
const token = tokens
|
227
|
+
.filter(t => t !== undefined)
|
228
|
+
.find(({ address: addr, chainId: chain }) => addr === address && chainId === chain);
|
229
|
+
if (!token)
|
230
|
+
return sum;
|
231
|
+
const value = (bigIntToNumber(amount, token.decimals) ?? 0) * (token.price ?? 0);
|
232
|
+
return sum + value;
|
233
|
+
}, 0);
|
234
|
+
}
|
235
|
+
/**
|
236
|
+
* Counts the number of tokens that complies to query
|
237
|
+
* @description used for pagination purposes
|
238
|
+
* @param query
|
239
|
+
* @returns the number of tokens
|
240
|
+
*/
|
241
|
+
static async countMany(query) {
|
242
|
+
return await TokenRepository.countMany(query);
|
243
|
+
}
|
244
|
+
static async findChains() {
|
245
|
+
return await TokenRepository.findChains();
|
246
|
+
}
|
247
|
+
/**
|
248
|
+
* Read token from DB or fetch onchain
|
249
|
+
* @param chainId
|
250
|
+
* @param address
|
251
|
+
*/
|
252
|
+
static async getManyOrCreate(tokens) {
|
253
|
+
return await Promise.all(tokens.map(async (token) => {
|
254
|
+
const id = TokenService.hashId(token);
|
255
|
+
try {
|
256
|
+
return await TokenRepository.findUniqueOrThrow(id);
|
257
|
+
}
|
258
|
+
catch (err) {
|
259
|
+
if (err instanceof Prisma.PrismaClientKnownRequestError && err.code === "P2025") {
|
260
|
+
const newToken = await TokenService.fetchOnChain(token);
|
261
|
+
if (!newToken)
|
262
|
+
return;
|
263
|
+
return await TokenRepository.upsert({ ...newToken, id });
|
264
|
+
}
|
265
|
+
}
|
266
|
+
}));
|
267
|
+
}
|
268
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
"use strict";
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1 @@
|
|
1
|
+
"use strict";
|
@@ -0,0 +1,49 @@
|
|
1
|
+
import { TvlType } from "../../../../database/api/.generated";
|
2
|
+
import { Campaign } from "@sdk";
|
3
|
+
import moment from "moment";
|
4
|
+
export class TvlService {
|
5
|
+
static hashId(opportunityId, timestamp) {
|
6
|
+
return Bun.hash(`${opportunityId}${timestamp}`).toString();
|
7
|
+
}
|
8
|
+
static extractFromDynamicData(type, dynamicData, timestamp = BigInt(moment().unix())) {
|
9
|
+
const typesWithoutApr = [Campaign.INVALID, Campaign.JSON_AIRDROP, Campaign.ERC20_SNAPSHOT];
|
10
|
+
if (typesWithoutApr.includes(type))
|
11
|
+
return { timestamp, total: 0, breakdowns: [] };
|
12
|
+
const opportunitySummary = dynamicData.reduce((merged, c) => Object.assign(merged, c), {});
|
13
|
+
let breakdowns = [];
|
14
|
+
if (type === Campaign.CLAMM) {
|
15
|
+
breakdowns = [
|
16
|
+
{
|
17
|
+
identifier: opportunitySummary.campaignParameters.token0,
|
18
|
+
type: TvlType.TOKEN,
|
19
|
+
value: Number.isNaN(Number(opportunitySummary.poolBalanceToken0))
|
20
|
+
? 0
|
21
|
+
: Number(opportunitySummary.poolBalanceToken0),
|
22
|
+
},
|
23
|
+
{
|
24
|
+
identifier: opportunitySummary.campaignParameters.token1,
|
25
|
+
type: TvlType.TOKEN,
|
26
|
+
value: Number.isNaN(Number(opportunitySummary.poolBalanceToken1))
|
27
|
+
? 0
|
28
|
+
: Number(opportunitySummary.poolBalanceToken1),
|
29
|
+
},
|
30
|
+
];
|
31
|
+
for (const campaign of dynamicData) {
|
32
|
+
if (campaign.forwarders) {
|
33
|
+
for (const forwarder of campaign.forwarders) {
|
34
|
+
breakdowns.push({
|
35
|
+
identifier: forwarder.label,
|
36
|
+
type: TvlType.PROTOCOL,
|
37
|
+
value: Number.isNaN(Number(forwarder.almTVL)) ? 0 : Number(forwarder.almTVL),
|
38
|
+
});
|
39
|
+
}
|
40
|
+
}
|
41
|
+
}
|
42
|
+
}
|
43
|
+
return {
|
44
|
+
timestamp,
|
45
|
+
total: Number.isNaN(Number(opportunitySummary.tvl)) ? 0 : Number(opportunitySummary.tvl),
|
46
|
+
breakdowns,
|
47
|
+
};
|
48
|
+
}
|
49
|
+
}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import Elysia, { t } from "elysia";
|
2
|
+
import { UniswapV4Service } from "./uniswapV4.service";
|
3
|
+
export const uniswapV4Controller = new Elysia().group("uniswapV4", app => {
|
4
|
+
return app.get("/pools", async ({ query }) => {
|
5
|
+
return await UniswapV4Service.getPoolsByChain(query.chainId);
|
6
|
+
}, {
|
7
|
+
query: t.Object({
|
8
|
+
chainId: t.Numeric(),
|
9
|
+
}),
|
10
|
+
});
|
11
|
+
});
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import { t } from "elysia";
|
2
|
+
const UniswapV4PoolKeyDto = t.Object({
|
3
|
+
currency0: t.String(),
|
4
|
+
currency1: t.String(),
|
5
|
+
fee: t.Numeric(),
|
6
|
+
tickSpacing: t.Numeric(),
|
7
|
+
hooks: t.String(),
|
8
|
+
});
|
9
|
+
const UniswapV4PoolDto = t.Object({
|
10
|
+
poolKey: UniswapV4PoolKeyDto,
|
11
|
+
poolId: t.String(),
|
12
|
+
decimalsCurrency0: t.Numeric(),
|
13
|
+
decimalsCurrency1: t.Numeric(),
|
14
|
+
symbolCurrency0: t.String(),
|
15
|
+
symbolCurrency1: t.String(),
|
16
|
+
});
|
17
|
+
export const UniswapV4PoolsDto = t.Record(t.String(), UniswapV4PoolDto);
|
@@ -0,0 +1,73 @@
|
|
1
|
+
import { safeFetchLogs } from "../../../libs/campaigns/utils/fetchLogs";
|
2
|
+
import { batchMulticallCallWithRetry } from "../../../utils/generic";
|
3
|
+
import { providers } from "../../../utils/providers";
|
4
|
+
import { ERC20Interface, UniswapV4PoolManager__factory } from "@sdk";
|
5
|
+
import { utils } from "ethers";
|
6
|
+
export const PoolManagerInterface = UniswapV4PoolManager__factory.createInterface();
|
7
|
+
export class UniswapV4Service {
|
8
|
+
static async getPoolsByChain(chainId) {
|
9
|
+
const lastBlock = await providers[chainId].getBlockNumber();
|
10
|
+
const logs = await safeFetchLogs(chainId, [PoolManagerInterface.getEventTopic("Initialize")], ["0xE8E23e97Fa135823143d6b9Cba9c699040D51F70"], 0, lastBlock);
|
11
|
+
const poolData = [];
|
12
|
+
const calls = [];
|
13
|
+
for (const log of logs) {
|
14
|
+
const poolId = utils.defaultAbiCoder.decode(["bytes32"], log.topics[1])[0];
|
15
|
+
const currency0 = utils.defaultAbiCoder.decode(["address"], log.topics[2])[0];
|
16
|
+
const currency1 = utils.defaultAbiCoder.decode(["address"], log.topics[3])[0];
|
17
|
+
const [_indexedPoolId, _indexedCurrency0, _indexedCurrency1, fee, tickSpacing, hooks, sqrtPriceX98, tick] = PoolManagerInterface.decodeEventLog("Initialize", log.data, log.topics);
|
18
|
+
poolData.push({
|
19
|
+
poolId,
|
20
|
+
poolKey: {
|
21
|
+
currency0,
|
22
|
+
currency1,
|
23
|
+
fee,
|
24
|
+
tickSpacing,
|
25
|
+
hooks,
|
26
|
+
},
|
27
|
+
});
|
28
|
+
calls.push({
|
29
|
+
allowFailure: true,
|
30
|
+
callData: ERC20Interface.encodeFunctionData("symbol"),
|
31
|
+
target: currency0,
|
32
|
+
}, {
|
33
|
+
allowFailure: true,
|
34
|
+
callData: ERC20Interface.encodeFunctionData("decimals"),
|
35
|
+
target: currency0,
|
36
|
+
}, {
|
37
|
+
allowFailure: true,
|
38
|
+
callData: ERC20Interface.encodeFunctionData("symbol"),
|
39
|
+
target: currency1,
|
40
|
+
}, {
|
41
|
+
allowFailure: true,
|
42
|
+
callData: ERC20Interface.encodeFunctionData("decimals"),
|
43
|
+
target: currency1,
|
44
|
+
});
|
45
|
+
}
|
46
|
+
const result = await batchMulticallCallWithRetry(chainId, { calls });
|
47
|
+
const res = {};
|
48
|
+
for (const [index, pool] of poolData.entries()) {
|
49
|
+
let symbolCurrency0 = "";
|
50
|
+
let decimalsCurrency0 = 0;
|
51
|
+
let symbolCurrency1 = "";
|
52
|
+
let decimalsCurrency1 = 0;
|
53
|
+
try {
|
54
|
+
symbolCurrency0 = ERC20Interface.decodeFunctionResult("symbol", result[index * 4].returnData)[0];
|
55
|
+
}
|
56
|
+
catch { }
|
57
|
+
try {
|
58
|
+
decimalsCurrency0 = ERC20Interface.decodeFunctionResult("decimals", result[index * 4 + 1].returnData)[0];
|
59
|
+
}
|
60
|
+
catch { }
|
61
|
+
try {
|
62
|
+
symbolCurrency1 = ERC20Interface.decodeFunctionResult("symbol", result[index * 4 + 2].returnData)[0];
|
63
|
+
}
|
64
|
+
catch { }
|
65
|
+
try {
|
66
|
+
decimalsCurrency1 = ERC20Interface.decodeFunctionResult("decimals", result[index * 4 + 3].returnData)[0];
|
67
|
+
}
|
68
|
+
catch { }
|
69
|
+
res[pool.poolId] = { ...pool, symbolCurrency0, decimalsCurrency0, symbolCurrency1, decimalsCurrency1 };
|
70
|
+
}
|
71
|
+
return res;
|
72
|
+
}
|
73
|
+
}
|
@@ -0,0 +1,69 @@
|
|
1
|
+
import { AuthorizationHeadersDto, BackOfficeGuard } from "../../../guards/BackOffice.guard";
|
2
|
+
import { throwOnInvalidRequiredAddress, throwOnUnsupportedChainId } from "../../../utils/throw";
|
3
|
+
import { Elysia } from "elysia";
|
4
|
+
import { ChainArrayDto } from "../chain";
|
5
|
+
import { RewardService } from "../reward";
|
6
|
+
import { GetManyUserQuery, UpdateUserTagsDto, UserDto, UserUniqueDto } from "./user.model";
|
7
|
+
import { UserService } from "./user.service";
|
8
|
+
// ─── Users Controller ────────────────────────────────────────────────────────
|
9
|
+
export const UserController = new Elysia({ prefix: "/users", detail: { tags: ["Users"] } })
|
10
|
+
// ─── Get Many Users ──────────────────────────────────────────────────
|
11
|
+
.get("/", async ({ query }) => {
|
12
|
+
return await UserService.findMany(query);
|
13
|
+
}, { query: GetManyUserQuery })
|
14
|
+
// ─── Get All Tagged Users ─────────────────────────────────────────────
|
15
|
+
.get("/tags", async () => {
|
16
|
+
return await UserService.findManyWithTags();
|
17
|
+
}, { headers: AuthorizationHeadersDto, beforeHandle: BackOfficeGuard })
|
18
|
+
// ─── Get A User By Address ───────────────────────────────────────────
|
19
|
+
.get("/:address", async ({ params }) => {
|
20
|
+
return await UserService.findUnique(params.address);
|
21
|
+
})
|
22
|
+
// ─── Get User's Rewards With Breakdown And Details for our FE ────────
|
23
|
+
.get(
|
24
|
+
// TODO: redefine as /:address/rewards/breakdowns to follow REST standard (URI components should be nouns)
|
25
|
+
"/:address/rewards/full", async ({ params }) => {
|
26
|
+
const rewardsByChain = await RewardService.getUserRewardsByChain(params.address, true);
|
27
|
+
return RewardService.splitRewardsBreakdownByOpportunity(rewardsByChain);
|
28
|
+
}, {
|
29
|
+
params: UserUniqueDto,
|
30
|
+
beforeHandle: ({ params }) => {
|
31
|
+
params.address = throwOnInvalidRequiredAddress(params.address);
|
32
|
+
},
|
33
|
+
})
|
34
|
+
// ─── Get User's Rewards With Breakdown ──────────────────────────────
|
35
|
+
.get("/:address/rewards", async ({ params, query }) => {
|
36
|
+
const rewardsByChain = await RewardService.getUserRewardsByChain(params.address, false, typeof query.chainId === "number" ? [query.chainId] : query.chainId);
|
37
|
+
return RewardService.removeOpportunityFromRewardBreakdown(rewardsByChain);
|
38
|
+
}, {
|
39
|
+
params: UserUniqueDto,
|
40
|
+
query: ChainArrayDto,
|
41
|
+
beforeHandle: ({ query, params }) => {
|
42
|
+
params.address = throwOnInvalidRequiredAddress(params.address);
|
43
|
+
if (typeof query.chainId === "number") {
|
44
|
+
throwOnUnsupportedChainId(query.chainId);
|
45
|
+
}
|
46
|
+
else {
|
47
|
+
for (const chainId of query.chainId) {
|
48
|
+
throwOnUnsupportedChainId(chainId);
|
49
|
+
}
|
50
|
+
}
|
51
|
+
},
|
52
|
+
})
|
53
|
+
// ─── Create A User ───────────────────────────────────────────────────
|
54
|
+
.post("/", async ({ body }) => {
|
55
|
+
return await UserService.create(body);
|
56
|
+
}, { headers: AuthorizationHeadersDto, body: UserDto, beforeHandle: BackOfficeGuard })
|
57
|
+
// ─── Sync Creator Tags with Engine DB ─────────────────────────────────
|
58
|
+
.post("/sync", async () => {
|
59
|
+
return await UserService.syncTags();
|
60
|
+
}, { headers: AuthorizationHeadersDto, beforeHandle: BackOfficeGuard })
|
61
|
+
// ─── Update User's Tags ──────────────────────────────────────────────
|
62
|
+
.patch("/:address/tags", async ({ params, body }) => {
|
63
|
+
return await UserService.updateTags(params.address, body.tags);
|
64
|
+
}, {
|
65
|
+
headers: AuthorizationHeadersDto,
|
66
|
+
params: UserUniqueDto,
|
67
|
+
body: UpdateUserTagsDto,
|
68
|
+
beforeHandle: BackOfficeGuard,
|
69
|
+
});
|
@@ -0,0 +1,18 @@
|
|
1
|
+
import { t } from "elysia";
|
2
|
+
// ─── Dtos ────────────────────────────────────────────────────────────────────
|
3
|
+
export const UserUniqueDto = t.Object({
|
4
|
+
address: t.String(),
|
5
|
+
});
|
6
|
+
export const UserDto = t.Object({
|
7
|
+
address: t.String(),
|
8
|
+
tags: t.Array(t.String()),
|
9
|
+
});
|
10
|
+
export const GetManyUserQuery = t.Object({
|
11
|
+
address: t.Optional(t.String()),
|
12
|
+
tags: t.Optional(t.Array(t.String())),
|
13
|
+
page: t.Optional(t.Number()),
|
14
|
+
items: t.Optional(t.Number()),
|
15
|
+
});
|
16
|
+
export const UpdateUserTagsDto = t.Object({
|
17
|
+
tags: t.Array(t.String()),
|
18
|
+
});
|
@@ -0,0 +1,38 @@
|
|
1
|
+
import { apiDbClient } from "../../../utils/prisma";
|
2
|
+
// ─── Users Repository ────────────────────────────────────────────────────────
|
3
|
+
export class UserRepository {
|
4
|
+
static async findUnique(address) {
|
5
|
+
return await apiDbClient.user.findUnique({ where: { address } });
|
6
|
+
}
|
7
|
+
static async findMany(query) {
|
8
|
+
const { page: _page, items: _items, ...filters } = query;
|
9
|
+
const page = _page ? _page : 0;
|
10
|
+
const items = _items ? _items : 20;
|
11
|
+
return await apiDbClient.user.findMany({
|
12
|
+
take: items,
|
13
|
+
skip: page * items,
|
14
|
+
where: {
|
15
|
+
address: filters.address ? filters.address : undefined,
|
16
|
+
tags: filters.tags ? { hasEvery: filters.tags } : undefined,
|
17
|
+
},
|
18
|
+
});
|
19
|
+
}
|
20
|
+
static async findManyWithTags() {
|
21
|
+
return await apiDbClient.user.findMany({
|
22
|
+
where: {
|
23
|
+
tags: {
|
24
|
+
isEmpty: false,
|
25
|
+
},
|
26
|
+
},
|
27
|
+
});
|
28
|
+
}
|
29
|
+
static async create(user) {
|
30
|
+
return await apiDbClient.user.create({ data: user });
|
31
|
+
}
|
32
|
+
static async createMany(users) {
|
33
|
+
return await apiDbClient.user.createMany({ data: users, skipDuplicates: true });
|
34
|
+
}
|
35
|
+
static async updateTags(address, tags) {
|
36
|
+
return await apiDbClient.user.update({ where: { address }, data: { tags } });
|
37
|
+
}
|
38
|
+
}
|
@@ -0,0 +1,50 @@
|
|
1
|
+
import { log } from "../../../utils/logger";
|
2
|
+
import { engineDbClient } from "../../../utils/prisma";
|
3
|
+
import { UserRepository } from "./user.repository";
|
4
|
+
// ─── Users Services ──────────────────────────────────────────────────────────
|
5
|
+
export class UserService {
|
6
|
+
static async findUnique(address) {
|
7
|
+
return await UserRepository.findUnique(address);
|
8
|
+
}
|
9
|
+
static async findMany(query) {
|
10
|
+
return await UserRepository.findMany(query);
|
11
|
+
}
|
12
|
+
static async findManyWithTags() {
|
13
|
+
return await UserRepository.findManyWithTags();
|
14
|
+
}
|
15
|
+
static async create(user) {
|
16
|
+
return await UserRepository.create(user);
|
17
|
+
}
|
18
|
+
static async createMany(users) {
|
19
|
+
return await UserRepository.createMany(users);
|
20
|
+
}
|
21
|
+
static async updateTags(user, tags) {
|
22
|
+
return await UserRepository.updateTags(user, tags);
|
23
|
+
}
|
24
|
+
static async syncTags() {
|
25
|
+
// 1 - engine -> api db
|
26
|
+
const creatorTags = await engineDbClient.campaignCreators.findMany();
|
27
|
+
log.info(`syncing ${creatorTags.length} creator tags`);
|
28
|
+
await UserRepository.createMany(creatorTags.map(tag => {
|
29
|
+
return {
|
30
|
+
address: tag.address,
|
31
|
+
tags: [],
|
32
|
+
};
|
33
|
+
}));
|
34
|
+
for (const tag of creatorTags) {
|
35
|
+
await UserRepository.updateTags(tag.address, tag.tags.split(",").map(tag => tag.trim()));
|
36
|
+
}
|
37
|
+
// 2 - api -> engine db
|
38
|
+
const apiUsers = await UserRepository.findManyWithTags();
|
39
|
+
for (const tag of creatorTags) {
|
40
|
+
if (creatorTags.findIndex(t => t.address === tag.address) === -1) {
|
41
|
+
await engineDbClient.campaignCreators.create({
|
42
|
+
data: {
|
43
|
+
address: tag.address,
|
44
|
+
tags: apiUsers.find(u => u.address === tag.address)?.tags.join(",") || "",
|
45
|
+
},
|
46
|
+
});
|
47
|
+
}
|
48
|
+
}
|
49
|
+
}
|
50
|
+
}
|
@@ -0,0 +1,28 @@
|
|
1
|
+
import { BadRequestError, ConflictError, HttpError, NotFoundError, UnauthorizedError } from "../errors";
|
2
|
+
import { log } from "../utils/logger";
|
3
|
+
import Elysia from "elysia";
|
4
|
+
// ─── Error Handler Plugin ────────────────────────────────────────────────────
|
5
|
+
export const ErrorHandler = new Elysia()
|
6
|
+
// ─── Error Types ─────────────────────────────────────────────────────
|
7
|
+
.error({
|
8
|
+
HttpError,
|
9
|
+
BadRequestError,
|
10
|
+
ConflictError,
|
11
|
+
NotFoundError,
|
12
|
+
UnauthorizedError,
|
13
|
+
})
|
14
|
+
// ─── Error Handling ──────────────────────────────────────────────────
|
15
|
+
.onError(({ code, error, set }) => {
|
16
|
+
if (code === "HttpError") {
|
17
|
+
log.error("HttpError", error);
|
18
|
+
set.status = error.httpCode;
|
19
|
+
set.headers["content-type"] = "application/json";
|
20
|
+
return {
|
21
|
+
name: error.name,
|
22
|
+
message: error.message,
|
23
|
+
info: error.info,
|
24
|
+
};
|
25
|
+
}
|
26
|
+
log.error("Unknown error", error);
|
27
|
+
return error;
|
28
|
+
});
|