@merkl/api 1.4.12 → 1.4.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/eden/index.d.ts +258 -245
- package/dist/src/engine/deprecated/dynamicData/implementations/Erc20.d.ts +2 -2
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/factoryFinder.js.map +1 -1
- package/dist/src/engine/implementations/Erc20/subTypes/detect.d.ts +1 -1
- package/dist/src/engine/tvl/factory.d.ts +1 -1
- package/dist/src/index.d.ts +270 -257
- package/dist/src/libs/computeFee.d.ts +5 -5
- package/dist/src/libs/merklChainData.d.ts +1 -1
- package/dist/src/libs/parse/marketsWithCache.d.ts +3 -3
- package/dist/src/libs/staticCampaigns.d.ts +1 -1
- package/dist/src/modules/v4/campaign/campaign.service.d.ts +2 -2
- package/dist/src/modules/v4/config/config.controller.d.ts +5 -5
- package/dist/src/modules/v4/dynamicData/dynamicData.service.js.map +1 -1
- package/dist/src/modules/v4/liquidity/implementations/AjnaPositionFetcher.d.ts +1 -1
- package/dist/src/modules/v4/liquidity/implementations/BadgerPositionFetcher.d.ts +1 -1
- package/dist/src/modules/v4/liquidity/implementations/ClammPositionFetcher.d.ts +1 -1
- package/dist/src/modules/v4/liquidity/implementations/DolomitePositionFetcher.d.ts +1 -1
- package/dist/src/modules/v4/liquidity/implementations/ERC20PositionFetcher.d.ts +1 -1
- package/dist/src/modules/v4/liquidity/implementations/EulerPositionFetcher.d.ts +1 -1
- package/dist/src/modules/v4/payload/payload.model.d.ts +2 -1
- package/dist/src/modules/v4/programPayload/programPayload.controller.d.ts +252 -252
- package/dist/src/modules/v4/programPayload/programPayload.model.d.ts +3 -1
- package/dist/src/modules/v4/programPayload/programPayload.repository.d.ts +25 -2
- package/dist/src/modules/v4/programPayload/programPayload.repository.js.map +1 -1
- package/dist/src/modules/v4/router.d.ts +161 -148
- package/dist/src/modules/v4/uniswap/uniswap.controller.d.ts +13 -0
- package/dist/src/modules/v4/uniswap/uniswap.service.d.ts +14 -0
- package/dist/src/scripts/compare-configs.js.map +1 -1
- package/dist/src/utils/lastBlockBefore.d.ts +1 -1
- package/dist/src/utils/models.d.ts +5 -5
- package/dist/src/utils/providers.d.ts +2 -0
- package/package.json +1 -1
@@ -4,7 +4,9 @@ import type { CompFork } from "@package/resources/enums";
|
|
4
4
|
import type { DistributionMethod } from "@package/resources/enums";
|
5
5
|
import type { HookType } from "@package/resources/enums";
|
6
6
|
import type { Hook } from "@package/resources/schemas";
|
7
|
-
import type {
|
7
|
+
import type { ComputeScoreParameters } from "@package/resources/schemas";
|
8
|
+
import type { DistributionParameters } from "@package/resources/schemas";
|
9
|
+
import type { ComputeCurveMethod, ComputeCurveParameters, EulerSubCampaignType, Forwarder, ForwarderParameters, LockerEventSchema, MerklChainId, MorphoSubCampaignType } from "@package/sdk";
|
8
10
|
// ─── DTOs ────────────────────────────────────────────────────────────────────
|
9
11
|
export declare const CampaignPayloadInputDto: import("@sinclair/typebox").TObject<{
|
10
12
|
campaign: import("@sinclair/typebox").TString;
|
@@ -469,7 +469,8 @@ export declare enum etherlinkCampaigns {
|
|
469
469
|
Curve_mMEV_USDC_Etherlink = "Curve mMEV/USDC Etherlink 0x269b47978f4348C96f521658eF452fF85906fcfe",
|
470
470
|
Curve_stXTZ_WXTZ_Etherlink = "Curve stXTZ/WXTZ Etherlink 0x74d80eE400D3026FDd2520265cC98300710b25D4",
|
471
471
|
Curve_mRE7_USDC_Etherlink = "Curve mRE7/USDC 0x5D37F9B272ca7cdA2A05245b9a503746EefAC88f",
|
472
|
-
Gearbox_Re7USDC = "Gearbox Re7USDC 0x653e62A9Ef0e869F91Dc3D627B479592aA02eA75"
|
472
|
+
Gearbox_Re7USDC = "Gearbox Re7USDC 0x653e62A9Ef0e869F91Dc3D627B479592aA02eA75",
|
473
|
+
Superlend_BTC_loop_vault = "Superlend BTC loop vault 0xC557529dd252e5a02E6C653b0B88984aFa3c8199"
|
473
474
|
}
|
474
475
|
export declare enum swapxCampaigns {
|
475
476
|
Swapx_SWPx_USDCe_Swapx = "Swapx SWPx/USDC.e Swapx 0x467865E7Ce29E7ED8f362D51Fd7141117B234b44",
|
@@ -2502,7 +2503,6 @@ declare const MorphoCampaignsInterface: {
|
|
2502
2503
|
computeScoreParameters: {
|
2503
2504
|
computeMethod: ComputeScoreMethod;
|
2504
2505
|
};
|
2505
|
-
// composedMultiplier: "" SET IT TO THE MULTIPLIER USED TO CONVERT SHARE TO ASSETS WITH THE RIGHT DECIMALS
|
2506
2506
|
whitelist: never[];
|
2507
2507
|
blacklist: never[];
|
2508
2508
|
hooks: never[];
|
@@ -3949,6 +3949,29 @@ declare const EtherlinkInterfaceCampaigns: {
|
|
3949
3949
|
blacklist: string[];
|
3950
3950
|
url: string;
|
3951
3951
|
};
|
3952
|
+
"Superlend BTC loop vault 0xC557529dd252e5a02E6C653b0B88984aFa3c8199": {
|
3953
|
+
campaignType: CampaignType;
|
3954
|
+
computeChainId: ChainId;
|
3955
|
+
hooks: {
|
3956
|
+
hookType: HookType;
|
3957
|
+
key: string;
|
3958
|
+
chainId: ChainId;
|
3959
|
+
contractAddress: string;
|
3960
|
+
contractState: contractStateBoost;
|
3961
|
+
boostForReferrer: boostingReferralFunction;
|
3962
|
+
valueForBoostForReferrer: number;
|
3963
|
+
boostForInvited: boostingReferralFunction;
|
3964
|
+
valueForBoostForInvited: number;
|
3965
|
+
defaultBoost: defaultReferralBoost;
|
3966
|
+
maximumBoostReferrer: number;
|
3967
|
+
maximumBoostInvited: number;
|
3968
|
+
cumulativeBoost: boolean;
|
3969
|
+
}[];
|
3970
|
+
targetToken: string;
|
3971
|
+
whitelist: never[];
|
3972
|
+
blacklist: string[];
|
3973
|
+
url: string;
|
3974
|
+
};
|
3952
3975
|
"Superlend Supply mTBILL Etherlink 0x187B7b83e8CaB442AD0BFEAe38067f3eb38a2d72": {
|
3953
3976
|
campaignType: CampaignType;
|
3954
3977
|
computeChainId: ChainId;
|