@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,586 @@
|
|
1
|
+
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
|
4
|
+
const {
|
5
|
+
Decimal,
|
6
|
+
objectEnumValues,
|
7
|
+
makeStrictEnum,
|
8
|
+
Public,
|
9
|
+
getRuntime,
|
10
|
+
skip
|
11
|
+
} = require('./runtime/index-browser.js')
|
12
|
+
|
13
|
+
|
14
|
+
const Prisma = {}
|
15
|
+
|
16
|
+
exports.Prisma = Prisma
|
17
|
+
exports.$Enums = {}
|
18
|
+
|
19
|
+
/**
|
20
|
+
* Prisma Client JS version: 6.0.1
|
21
|
+
* Query Engine version: 5dbef10bdbfb579e07d35cc85fb1518d357cb99e
|
22
|
+
*/
|
23
|
+
Prisma.prismaVersion = {
|
24
|
+
client: "6.0.1",
|
25
|
+
engine: "5dbef10bdbfb579e07d35cc85fb1518d357cb99e"
|
26
|
+
}
|
27
|
+
|
28
|
+
Prisma.PrismaClientKnownRequestError = () => {
|
29
|
+
const runtimeName = getRuntime().prettyName;
|
30
|
+
throw new Error(`PrismaClientKnownRequestError is unable to run in this browser environment, or has been bundled for the browser (running in ${runtimeName}).
|
31
|
+
In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`,
|
32
|
+
)};
|
33
|
+
Prisma.PrismaClientUnknownRequestError = () => {
|
34
|
+
const runtimeName = getRuntime().prettyName;
|
35
|
+
throw new Error(`PrismaClientUnknownRequestError is unable to run in this browser environment, or has been bundled for the browser (running in ${runtimeName}).
|
36
|
+
In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`,
|
37
|
+
)}
|
38
|
+
Prisma.PrismaClientRustPanicError = () => {
|
39
|
+
const runtimeName = getRuntime().prettyName;
|
40
|
+
throw new Error(`PrismaClientRustPanicError is unable to run in this browser environment, or has been bundled for the browser (running in ${runtimeName}).
|
41
|
+
In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`,
|
42
|
+
)}
|
43
|
+
Prisma.PrismaClientInitializationError = () => {
|
44
|
+
const runtimeName = getRuntime().prettyName;
|
45
|
+
throw new Error(`PrismaClientInitializationError is unable to run in this browser environment, or has been bundled for the browser (running in ${runtimeName}).
|
46
|
+
In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`,
|
47
|
+
)}
|
48
|
+
Prisma.PrismaClientValidationError = () => {
|
49
|
+
const runtimeName = getRuntime().prettyName;
|
50
|
+
throw new Error(`PrismaClientValidationError is unable to run in this browser environment, or has been bundled for the browser (running in ${runtimeName}).
|
51
|
+
In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`,
|
52
|
+
)}
|
53
|
+
Prisma.Decimal = Decimal
|
54
|
+
|
55
|
+
/**
|
56
|
+
* Re-export of sql-template-tag
|
57
|
+
*/
|
58
|
+
Prisma.sql = () => {
|
59
|
+
const runtimeName = getRuntime().prettyName;
|
60
|
+
throw new Error(`sqltag is unable to run in this browser environment, or has been bundled for the browser (running in ${runtimeName}).
|
61
|
+
In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`,
|
62
|
+
)}
|
63
|
+
Prisma.empty = () => {
|
64
|
+
const runtimeName = getRuntime().prettyName;
|
65
|
+
throw new Error(`empty is unable to run in this browser environment, or has been bundled for the browser (running in ${runtimeName}).
|
66
|
+
In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`,
|
67
|
+
)}
|
68
|
+
Prisma.join = () => {
|
69
|
+
const runtimeName = getRuntime().prettyName;
|
70
|
+
throw new Error(`join is unable to run in this browser environment, or has been bundled for the browser (running in ${runtimeName}).
|
71
|
+
In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`,
|
72
|
+
)}
|
73
|
+
Prisma.raw = () => {
|
74
|
+
const runtimeName = getRuntime().prettyName;
|
75
|
+
throw new Error(`raw is unable to run in this browser environment, or has been bundled for the browser (running in ${runtimeName}).
|
76
|
+
In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`,
|
77
|
+
)}
|
78
|
+
Prisma.validator = Public.validator
|
79
|
+
|
80
|
+
/**
|
81
|
+
* Extensions
|
82
|
+
*/
|
83
|
+
Prisma.getExtensionContext = () => {
|
84
|
+
const runtimeName = getRuntime().prettyName;
|
85
|
+
throw new Error(`Extensions.getExtensionContext is unable to run in this browser environment, or has been bundled for the browser (running in ${runtimeName}).
|
86
|
+
In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`,
|
87
|
+
)}
|
88
|
+
Prisma.defineExtension = () => {
|
89
|
+
const runtimeName = getRuntime().prettyName;
|
90
|
+
throw new Error(`Extensions.defineExtension is unable to run in this browser environment, or has been bundled for the browser (running in ${runtimeName}).
|
91
|
+
In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`,
|
92
|
+
)}
|
93
|
+
|
94
|
+
/**
|
95
|
+
* Shorthand utilities for JSON filtering
|
96
|
+
*/
|
97
|
+
Prisma.DbNull = objectEnumValues.instances.DbNull
|
98
|
+
Prisma.JsonNull = objectEnumValues.instances.JsonNull
|
99
|
+
Prisma.AnyNull = objectEnumValues.instances.AnyNull
|
100
|
+
|
101
|
+
Prisma.NullTypes = {
|
102
|
+
DbNull: objectEnumValues.classes.DbNull,
|
103
|
+
JsonNull: objectEnumValues.classes.JsonNull,
|
104
|
+
AnyNull: objectEnumValues.classes.AnyNull
|
105
|
+
}
|
106
|
+
|
107
|
+
|
108
|
+
|
109
|
+
/**
|
110
|
+
* Enums
|
111
|
+
*/
|
112
|
+
|
113
|
+
exports.Prisma.TransactionIsolationLevel = makeStrictEnum({
|
114
|
+
ReadUncommitted: 'ReadUncommitted',
|
115
|
+
ReadCommitted: 'ReadCommitted',
|
116
|
+
RepeatableRead: 'RepeatableRead',
|
117
|
+
Serializable: 'Serializable'
|
118
|
+
});
|
119
|
+
|
120
|
+
exports.Prisma.CampaignScalarFieldEnum = {
|
121
|
+
id: 'id',
|
122
|
+
computeChainId: 'computeChainId',
|
123
|
+
distributionChainId: 'distributionChainId',
|
124
|
+
campaignId: 'campaignId',
|
125
|
+
type: 'type',
|
126
|
+
subType: 'subType',
|
127
|
+
rewardTokenId: 'rewardTokenId',
|
128
|
+
amount: 'amount',
|
129
|
+
opportunityId: 'opportunityId',
|
130
|
+
startTimestamp: 'startTimestamp',
|
131
|
+
endTimestamp: 'endTimestamp',
|
132
|
+
params: 'params',
|
133
|
+
creatorAddress: 'creatorAddress'
|
134
|
+
};
|
135
|
+
|
136
|
+
exports.Prisma.RelationLoadStrategy = {
|
137
|
+
query: 'query',
|
138
|
+
join: 'join'
|
139
|
+
};
|
140
|
+
|
141
|
+
exports.Prisma.ChainScalarFieldEnum = {
|
142
|
+
id: 'id',
|
143
|
+
name: 'name',
|
144
|
+
icon: 'icon'
|
145
|
+
};
|
146
|
+
|
147
|
+
exports.Prisma.ExplorerScalarFieldEnum = {
|
148
|
+
id: 'id',
|
149
|
+
type: 'type',
|
150
|
+
url: 'url',
|
151
|
+
chainId: 'chainId'
|
152
|
+
};
|
153
|
+
|
154
|
+
exports.Prisma.OpportunityScalarFieldEnum = {
|
155
|
+
id: 'id',
|
156
|
+
chainId: 'chainId',
|
157
|
+
type: 'type',
|
158
|
+
identifier: 'identifier',
|
159
|
+
name: 'name',
|
160
|
+
status: 'status',
|
161
|
+
action: 'action',
|
162
|
+
mainProtocolId: 'mainProtocolId',
|
163
|
+
tvl: 'tvl',
|
164
|
+
apr: 'apr',
|
165
|
+
dailyRewards: 'dailyRewards',
|
166
|
+
tags: 'tags'
|
167
|
+
};
|
168
|
+
|
169
|
+
exports.Prisma.ProtocolScalarFieldEnum = {
|
170
|
+
id: 'id',
|
171
|
+
tags: 'tags',
|
172
|
+
name: 'name',
|
173
|
+
description: 'description',
|
174
|
+
url: 'url',
|
175
|
+
icon: 'icon'
|
176
|
+
};
|
177
|
+
|
178
|
+
exports.Prisma.TokenScalarFieldEnum = {
|
179
|
+
id: 'id',
|
180
|
+
name: 'name',
|
181
|
+
chainId: 'chainId',
|
182
|
+
address: 'address',
|
183
|
+
decimals: 'decimals',
|
184
|
+
symbol: 'symbol',
|
185
|
+
icon: 'icon',
|
186
|
+
verified: 'verified',
|
187
|
+
price: 'price'
|
188
|
+
};
|
189
|
+
|
190
|
+
exports.Prisma.AprRecordScalarFieldEnum = {
|
191
|
+
id: 'id',
|
192
|
+
timestamp: 'timestamp',
|
193
|
+
cumulated: 'cumulated',
|
194
|
+
opportunityId: 'opportunityId'
|
195
|
+
};
|
196
|
+
|
197
|
+
exports.Prisma.AprBreakdownScalarFieldEnum = {
|
198
|
+
id: 'id',
|
199
|
+
identifier: 'identifier',
|
200
|
+
type: 'type',
|
201
|
+
value: 'value',
|
202
|
+
aprRecordId: 'aprRecordId'
|
203
|
+
};
|
204
|
+
|
205
|
+
exports.Prisma.TVLRecordScalarFieldEnum = {
|
206
|
+
id: 'id',
|
207
|
+
timestamp: 'timestamp',
|
208
|
+
total: 'total',
|
209
|
+
opportunityId: 'opportunityId'
|
210
|
+
};
|
211
|
+
|
212
|
+
exports.Prisma.TVLBreakdownScalarFieldEnum = {
|
213
|
+
id: 'id',
|
214
|
+
identifier: 'identifier',
|
215
|
+
type: 'type',
|
216
|
+
value: 'value',
|
217
|
+
tvlRecordId: 'tvlRecordId'
|
218
|
+
};
|
219
|
+
|
220
|
+
exports.Prisma.DailyRewardsRecordScalarFieldEnum = {
|
221
|
+
id: 'id',
|
222
|
+
timestamp: 'timestamp',
|
223
|
+
total: 'total',
|
224
|
+
opportunityId: 'opportunityId'
|
225
|
+
};
|
226
|
+
|
227
|
+
exports.Prisma.DailyRewardsBreakdownScalarFieldEnum = {
|
228
|
+
id: 'id',
|
229
|
+
value: 'value',
|
230
|
+
campaignId: 'campaignId',
|
231
|
+
dailyRewardsRecordId: 'dailyRewardsRecordId'
|
232
|
+
};
|
233
|
+
|
234
|
+
exports.Prisma.UserScalarFieldEnum = {
|
235
|
+
address: 'address',
|
236
|
+
tags: 'tags'
|
237
|
+
};
|
238
|
+
|
239
|
+
exports.Prisma.RewardScalarFieldEnum = {
|
240
|
+
id: 'id',
|
241
|
+
root: 'root',
|
242
|
+
recipient: 'recipient',
|
243
|
+
rewardTokenId: 'rewardTokenId',
|
244
|
+
proofs: 'proofs'
|
245
|
+
};
|
246
|
+
|
247
|
+
exports.Prisma.RewardBreakdownScalarFieldEnum = {
|
248
|
+
id: 'id',
|
249
|
+
protocolId: 'protocolId',
|
250
|
+
reason: 'reason',
|
251
|
+
amount: 'amount',
|
252
|
+
claimed: 'claimed',
|
253
|
+
pending: 'pending',
|
254
|
+
auxiliaryData1: 'auxiliaryData1',
|
255
|
+
auxiliaryData2: 'auxiliaryData2',
|
256
|
+
rewardId: 'rewardId',
|
257
|
+
campaignId: 'campaignId'
|
258
|
+
};
|
259
|
+
|
260
|
+
exports.Prisma.MerklRootScalarFieldEnum = {
|
261
|
+
root: 'root',
|
262
|
+
chainId: 'chainId',
|
263
|
+
epoch: 'epoch',
|
264
|
+
timestamp: 'timestamp'
|
265
|
+
};
|
266
|
+
|
267
|
+
exports.Prisma.PriceSourceScalarFieldEnum = {
|
268
|
+
id: 'id',
|
269
|
+
symbol: 'symbol',
|
270
|
+
method: 'method',
|
271
|
+
args: 'args'
|
272
|
+
};
|
273
|
+
|
274
|
+
exports.Prisma.BlacklistScalarFieldEnum = {
|
275
|
+
id: 'id',
|
276
|
+
chainId: 'chainId',
|
277
|
+
poolAddress: 'poolAddress',
|
278
|
+
userAddress: 'userAddress',
|
279
|
+
arrestTimestamp: 'arrestTimestamp',
|
280
|
+
arrestDetails: 'arrestDetails'
|
281
|
+
};
|
282
|
+
|
283
|
+
exports.Prisma.DumpScalarFieldEnum = {
|
284
|
+
id: 'id',
|
285
|
+
chainId: 'chainId',
|
286
|
+
fromTokenId: 'fromTokenId',
|
287
|
+
toTokenId: 'toTokenId',
|
288
|
+
multisig: 'multisig',
|
289
|
+
recipient: 'recipient',
|
290
|
+
amountIn: 'amountIn',
|
291
|
+
amountOut: 'amountOut',
|
292
|
+
datetime: 'datetime',
|
293
|
+
timestamp: 'timestamp'
|
294
|
+
};
|
295
|
+
|
296
|
+
exports.Prisma.CampaignStatusScalarFieldEnum = {
|
297
|
+
campaignId: 'campaignId',
|
298
|
+
computedUntil: 'computedUntil',
|
299
|
+
processingStarted: 'processingStarted',
|
300
|
+
status: 'status',
|
301
|
+
error: 'error',
|
302
|
+
details: 'details'
|
303
|
+
};
|
304
|
+
|
305
|
+
exports.Prisma.SortOrder = {
|
306
|
+
asc: 'asc',
|
307
|
+
desc: 'desc'
|
308
|
+
};
|
309
|
+
|
310
|
+
exports.Prisma.JsonNullValueInput = {
|
311
|
+
JsonNull: Prisma.JsonNull
|
312
|
+
};
|
313
|
+
|
314
|
+
exports.Prisma.NullableJsonNullValueInput = {
|
315
|
+
DbNull: Prisma.DbNull,
|
316
|
+
JsonNull: Prisma.JsonNull
|
317
|
+
};
|
318
|
+
|
319
|
+
exports.Prisma.QueryMode = {
|
320
|
+
default: 'default',
|
321
|
+
insensitive: 'insensitive'
|
322
|
+
};
|
323
|
+
|
324
|
+
exports.Prisma.JsonNullValueFilter = {
|
325
|
+
DbNull: Prisma.DbNull,
|
326
|
+
JsonNull: Prisma.JsonNull,
|
327
|
+
AnyNull: Prisma.AnyNull
|
328
|
+
};
|
329
|
+
|
330
|
+
exports.Prisma.NullsOrder = {
|
331
|
+
first: 'first',
|
332
|
+
last: 'last'
|
333
|
+
};
|
334
|
+
|
335
|
+
exports.Prisma.CampaignOrderByRelevanceFieldEnum = {
|
336
|
+
id: 'id',
|
337
|
+
campaignId: 'campaignId',
|
338
|
+
rewardTokenId: 'rewardTokenId',
|
339
|
+
amount: 'amount',
|
340
|
+
opportunityId: 'opportunityId',
|
341
|
+
creatorAddress: 'creatorAddress'
|
342
|
+
};
|
343
|
+
|
344
|
+
exports.Prisma.ChainOrderByRelevanceFieldEnum = {
|
345
|
+
name: 'name',
|
346
|
+
icon: 'icon'
|
347
|
+
};
|
348
|
+
|
349
|
+
exports.Prisma.ExplorerOrderByRelevanceFieldEnum = {
|
350
|
+
id: 'id',
|
351
|
+
url: 'url'
|
352
|
+
};
|
353
|
+
|
354
|
+
exports.Prisma.OpportunityOrderByRelevanceFieldEnum = {
|
355
|
+
id: 'id',
|
356
|
+
identifier: 'identifier',
|
357
|
+
name: 'name',
|
358
|
+
mainProtocolId: 'mainProtocolId',
|
359
|
+
tags: 'tags'
|
360
|
+
};
|
361
|
+
|
362
|
+
exports.Prisma.ProtocolOrderByRelevanceFieldEnum = {
|
363
|
+
id: 'id',
|
364
|
+
name: 'name',
|
365
|
+
description: 'description',
|
366
|
+
url: 'url',
|
367
|
+
icon: 'icon'
|
368
|
+
};
|
369
|
+
|
370
|
+
exports.Prisma.TokenOrderByRelevanceFieldEnum = {
|
371
|
+
id: 'id',
|
372
|
+
name: 'name',
|
373
|
+
address: 'address',
|
374
|
+
symbol: 'symbol',
|
375
|
+
icon: 'icon'
|
376
|
+
};
|
377
|
+
|
378
|
+
exports.Prisma.AprRecordOrderByRelevanceFieldEnum = {
|
379
|
+
id: 'id',
|
380
|
+
opportunityId: 'opportunityId'
|
381
|
+
};
|
382
|
+
|
383
|
+
exports.Prisma.AprBreakdownOrderByRelevanceFieldEnum = {
|
384
|
+
identifier: 'identifier',
|
385
|
+
aprRecordId: 'aprRecordId'
|
386
|
+
};
|
387
|
+
|
388
|
+
exports.Prisma.TVLRecordOrderByRelevanceFieldEnum = {
|
389
|
+
id: 'id',
|
390
|
+
opportunityId: 'opportunityId'
|
391
|
+
};
|
392
|
+
|
393
|
+
exports.Prisma.TVLBreakdownOrderByRelevanceFieldEnum = {
|
394
|
+
identifier: 'identifier',
|
395
|
+
tvlRecordId: 'tvlRecordId'
|
396
|
+
};
|
397
|
+
|
398
|
+
exports.Prisma.DailyRewardsRecordOrderByRelevanceFieldEnum = {
|
399
|
+
id: 'id',
|
400
|
+
opportunityId: 'opportunityId'
|
401
|
+
};
|
402
|
+
|
403
|
+
exports.Prisma.DailyRewardsBreakdownOrderByRelevanceFieldEnum = {
|
404
|
+
campaignId: 'campaignId',
|
405
|
+
dailyRewardsRecordId: 'dailyRewardsRecordId'
|
406
|
+
};
|
407
|
+
|
408
|
+
exports.Prisma.UserOrderByRelevanceFieldEnum = {
|
409
|
+
address: 'address',
|
410
|
+
tags: 'tags'
|
411
|
+
};
|
412
|
+
|
413
|
+
exports.Prisma.RewardOrderByRelevanceFieldEnum = {
|
414
|
+
id: 'id',
|
415
|
+
root: 'root',
|
416
|
+
recipient: 'recipient',
|
417
|
+
rewardTokenId: 'rewardTokenId',
|
418
|
+
proofs: 'proofs'
|
419
|
+
};
|
420
|
+
|
421
|
+
exports.Prisma.RewardBreakdownOrderByRelevanceFieldEnum = {
|
422
|
+
protocolId: 'protocolId',
|
423
|
+
reason: 'reason',
|
424
|
+
amount: 'amount',
|
425
|
+
claimed: 'claimed',
|
426
|
+
pending: 'pending',
|
427
|
+
auxiliaryData1: 'auxiliaryData1',
|
428
|
+
auxiliaryData2: 'auxiliaryData2',
|
429
|
+
rewardId: 'rewardId',
|
430
|
+
campaignId: 'campaignId'
|
431
|
+
};
|
432
|
+
|
433
|
+
exports.Prisma.MerklRootOrderByRelevanceFieldEnum = {
|
434
|
+
root: 'root'
|
435
|
+
};
|
436
|
+
|
437
|
+
exports.Prisma.PriceSourceOrderByRelevanceFieldEnum = {
|
438
|
+
symbol: 'symbol'
|
439
|
+
};
|
440
|
+
|
441
|
+
exports.Prisma.BlacklistOrderByRelevanceFieldEnum = {
|
442
|
+
id: 'id',
|
443
|
+
poolAddress: 'poolAddress',
|
444
|
+
userAddress: 'userAddress'
|
445
|
+
};
|
446
|
+
|
447
|
+
exports.Prisma.DumpOrderByRelevanceFieldEnum = {
|
448
|
+
id: 'id',
|
449
|
+
fromTokenId: 'fromTokenId',
|
450
|
+
toTokenId: 'toTokenId',
|
451
|
+
multisig: 'multisig',
|
452
|
+
recipient: 'recipient',
|
453
|
+
amountIn: 'amountIn',
|
454
|
+
amountOut: 'amountOut'
|
455
|
+
};
|
456
|
+
|
457
|
+
exports.Prisma.CampaignStatusOrderByRelevanceFieldEnum = {
|
458
|
+
campaignId: 'campaignId',
|
459
|
+
error: 'error'
|
460
|
+
};
|
461
|
+
exports.CampaignType = exports.$Enums.CampaignType = {
|
462
|
+
INVALID: 'INVALID',
|
463
|
+
ERC20: 'ERC20',
|
464
|
+
CLAMM: 'CLAMM',
|
465
|
+
ERC20_SNAPSHOT: 'ERC20_SNAPSHOT',
|
466
|
+
JSON_AIRDROP: 'JSON_AIRDROP',
|
467
|
+
SILO: 'SILO',
|
468
|
+
RADIANT: 'RADIANT',
|
469
|
+
MORPHO: 'MORPHO',
|
470
|
+
DOLOMITE: 'DOLOMITE',
|
471
|
+
BADGER: 'BADGER',
|
472
|
+
COMPOUND: 'COMPOUND',
|
473
|
+
AJNA: 'AJNA',
|
474
|
+
EULER: 'EULER',
|
475
|
+
UNISWAP_V4: 'UNISWAP_V4'
|
476
|
+
};
|
477
|
+
|
478
|
+
exports.ExplorerType = exports.$Enums.ExplorerType = {
|
479
|
+
ETHERSCAN: 'ETHERSCAN',
|
480
|
+
BLOCKSCOUT: 'BLOCKSCOUT'
|
481
|
+
};
|
482
|
+
|
483
|
+
exports.Status = exports.$Enums.Status = {
|
484
|
+
NONE: 'NONE',
|
485
|
+
PAST: 'PAST',
|
486
|
+
LIVE: 'LIVE',
|
487
|
+
SOON: 'SOON'
|
488
|
+
};
|
489
|
+
|
490
|
+
exports.OpportunityAction = exports.$Enums.OpportunityAction = {
|
491
|
+
POOL: 'POOL',
|
492
|
+
HOLD: 'HOLD',
|
493
|
+
DROP: 'DROP',
|
494
|
+
LEND: 'LEND',
|
495
|
+
BORROW: 'BORROW',
|
496
|
+
INVALID: 'INVALID'
|
497
|
+
};
|
498
|
+
|
499
|
+
exports.ProtocolTag = exports.$Enums.ProtocolTag = {
|
500
|
+
AMM: 'AMM',
|
501
|
+
ALM: 'ALM',
|
502
|
+
DEX: 'DEX',
|
503
|
+
LENDING: 'LENDING'
|
504
|
+
};
|
505
|
+
|
506
|
+
exports.AprType = exports.$Enums.AprType = {
|
507
|
+
CAMPAIGN: 'CAMPAIGN',
|
508
|
+
TOKEN: 'TOKEN',
|
509
|
+
PROTOCOL: 'PROTOCOL'
|
510
|
+
};
|
511
|
+
|
512
|
+
exports.TvlType = exports.$Enums.TvlType = {
|
513
|
+
TOKEN: 'TOKEN',
|
514
|
+
PROTOCOL: 'PROTOCOL'
|
515
|
+
};
|
516
|
+
|
517
|
+
exports.PriceSourceMethod = exports.$Enums.PriceSourceMethod = {
|
518
|
+
COINGECKO: 'COINGECKO',
|
519
|
+
CONSTANT: 'CONSTANT',
|
520
|
+
EQUAL_TO: 'EQUAL_TO',
|
521
|
+
ERC4626: 'ERC4626',
|
522
|
+
DEXSCREENER: 'DEXSCREENER',
|
523
|
+
INDEXCOOP: 'INDEXCOOP',
|
524
|
+
DEFILLAMA: 'DEFILLAMA'
|
525
|
+
};
|
526
|
+
|
527
|
+
exports.RunStatus = exports.$Enums.RunStatus = {
|
528
|
+
PROCESSING: 'PROCESSING',
|
529
|
+
SUCCESS: 'SUCCESS',
|
530
|
+
FAILED: 'FAILED',
|
531
|
+
SKIPPED: 'SKIPPED'
|
532
|
+
};
|
533
|
+
|
534
|
+
exports.Prisma.ModelName = {
|
535
|
+
Campaign: 'Campaign',
|
536
|
+
Chain: 'Chain',
|
537
|
+
Explorer: 'Explorer',
|
538
|
+
Opportunity: 'Opportunity',
|
539
|
+
Protocol: 'Protocol',
|
540
|
+
Token: 'Token',
|
541
|
+
AprRecord: 'AprRecord',
|
542
|
+
AprBreakdown: 'AprBreakdown',
|
543
|
+
TVLRecord: 'TVLRecord',
|
544
|
+
TVLBreakdown: 'TVLBreakdown',
|
545
|
+
DailyRewardsRecord: 'DailyRewardsRecord',
|
546
|
+
DailyRewardsBreakdown: 'DailyRewardsBreakdown',
|
547
|
+
User: 'User',
|
548
|
+
Reward: 'Reward',
|
549
|
+
RewardBreakdown: 'RewardBreakdown',
|
550
|
+
MerklRoot: 'MerklRoot',
|
551
|
+
PriceSource: 'PriceSource',
|
552
|
+
Blacklist: 'Blacklist',
|
553
|
+
Dump: 'Dump',
|
554
|
+
CampaignStatus: 'CampaignStatus'
|
555
|
+
};
|
556
|
+
|
557
|
+
/**
|
558
|
+
* This is a stub Prisma Client that will error at runtime if called.
|
559
|
+
*/
|
560
|
+
class PrismaClient {
|
561
|
+
constructor() {
|
562
|
+
return new Proxy(this, {
|
563
|
+
get(target, prop) {
|
564
|
+
let message
|
565
|
+
const runtime = getRuntime()
|
566
|
+
if (runtime.isEdge) {
|
567
|
+
message = `PrismaClient is not configured to run in ${runtime.prettyName}. In order to run Prisma Client on edge runtime, either:
|
568
|
+
- Use Prisma Accelerate: https://pris.ly/d/accelerate
|
569
|
+
- Use Driver Adapters: https://pris.ly/d/driver-adapters
|
570
|
+
`;
|
571
|
+
} else {
|
572
|
+
message = 'PrismaClient is unable to run in this browser environment, or has been bundled for the browser (running in `' + runtime.prettyName + '`).'
|
573
|
+
}
|
574
|
+
|
575
|
+
message += `
|
576
|
+
If this is unexpected, please open an issue: https://pris.ly/prisma-prisma-bug-report`
|
577
|
+
|
578
|
+
throw new Error(message)
|
579
|
+
}
|
580
|
+
})
|
581
|
+
}
|
582
|
+
}
|
583
|
+
|
584
|
+
exports.PrismaClient = PrismaClient
|
585
|
+
|
586
|
+
Object.assign(exports, Prisma)
|