@merkl/api 1.4.6 → 1.4.8
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 +267 -672
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/ownerFinder.js.map +1 -1
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/subtypesRound1.js.map +1 -1
- package/dist/src/engine/implementations/Erc20/subTypes/factories.js.map +1 -1
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/eulerEarn/metadata.js.map +1 -1
- package/dist/src/engine/implementations/Erc20/subTypes/index.d.ts +0 -1
- package/dist/src/engine/implementations/Erc20/subTypes/index.js.map +1 -1
- package/dist/src/index.d.ts +31 -440
- package/dist/src/libs/computeFee.d.ts +12 -17
- package/dist/src/modules/v4/campaign/campaign.controller.d.ts +10 -0
- package/dist/src/modules/v4/campaign/campaign.model.d.ts +1 -0
- package/dist/src/modules/v4/campaign/campaign.service.js.map +1 -1
- package/dist/src/modules/v4/config/config.controller.d.ts +4 -8
- package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +16 -0
- package/dist/src/modules/v4/opportunity/opportunity.model.d.ts +6 -0
- package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +3 -0
- package/dist/src/modules/v4/payload/payload.model.d.ts +13 -12
- package/dist/src/modules/v4/payload/payload.model.js.map +1 -1
- package/dist/src/modules/v4/payload/payload.service.js.map +1 -1
- package/dist/src/modules/v4/programPayload/programPayload.controller.d.ts +0 -432
- package/dist/src/modules/v4/programPayload/programPayload.model.d.ts +20 -18
- package/dist/src/modules/v4/programPayload/programPayload.repository.d.ts +7 -1
- package/dist/src/modules/v4/programPayload/programPayload.repository.js.map +1 -1
- package/dist/src/modules/v4/programPayload/subPayloads/aave.d.ts +3 -1
- package/dist/src/modules/v4/programPayload/subPayloads/aave.js.map +1 -1
- package/dist/src/modules/v4/programPayload/subPayloads/drip.d.ts +45 -3
- package/dist/src/modules/v4/programPayload/subPayloads/drip.js.map +1 -1
- package/dist/src/modules/v4/programPayload/subPayloads/ethena.d.ts +4 -1
- package/dist/src/modules/v4/programPayload/subPayloads/ethena.js.map +1 -1
- package/dist/src/modules/v4/programPayload/subPayloads/hypurrFi.js.map +1 -1
- package/dist/src/modules/v4/programPayload/subPayloads/nibiru.js.map +1 -1
- package/dist/src/modules/v4/programPayload/subPayloads/redbelly.d.ts +4 -1
- package/dist/src/modules/v4/programPayload/subPayloads/redbelly.js.map +1 -1
- package/dist/src/modules/v4/programPayload/subPayloads/rezerve.d.ts +2 -1
- package/dist/src/modules/v4/programPayload/subPayloads/rezerve.js.map +1 -1
- package/dist/src/modules/v4/programPayload/subPayloads/tac.d.ts +2 -1
- package/dist/src/modules/v4/programPayload/subPayloads/tac.js.map +1 -1
- package/dist/src/modules/v4/reward/reward.model.d.ts +2 -0
- package/dist/src/modules/v4/router.d.ts +40 -449
- package/dist/src/modules/v4/token/token.controller.d.ts +1 -0
- package/dist/src/modules/v4/token/token.model.d.ts +1 -0
- package/dist/src/modules/v4/token/token.model.js.map +1 -1
- package/dist/src/utils/models.d.ts +4 -8
- package/package.json +1 -1
package/dist/src/eden/index.d.ts
CHANGED
@@ -1935,6 +1935,7 @@ declare const eden: {
|
|
1935
1935
|
priceSource?: string | null | undefined;
|
1936
1936
|
symbol: string;
|
1937
1937
|
type: "POINT" | "PRETGE" | "TOKEN";
|
1938
|
+
displaySymbol?: string | undefined;
|
1938
1939
|
};
|
1939
1940
|
opportunityId?: string | undefined;
|
1940
1941
|
distributionChain?: {
|
@@ -2064,6 +2065,7 @@ declare const eden: {
|
|
2064
2065
|
priceSource?: string | null | undefined;
|
2065
2066
|
symbol: string;
|
2066
2067
|
type: "POINT" | "PRETGE" | "TOKEN";
|
2068
|
+
displaySymbol?: string | undefined;
|
2067
2069
|
};
|
2068
2070
|
rewardTokenId?: string | undefined;
|
2069
2071
|
rootCampaignId?: string | undefined;
|
@@ -2127,6 +2129,7 @@ declare const eden: {
|
|
2127
2129
|
priceSource?: string | null | undefined;
|
2128
2130
|
symbol: string;
|
2129
2131
|
type: "POINT" | "PRETGE" | "TOKEN";
|
2132
|
+
displaySymbol?: string | undefined;
|
2130
2133
|
}[];
|
2131
2134
|
chain: {
|
2132
2135
|
id: number;
|
@@ -2182,6 +2185,7 @@ declare const eden: {
|
|
2182
2185
|
priceSource?: string | null | undefined;
|
2183
2186
|
symbol: string;
|
2184
2187
|
type: "POINT" | "PRETGE" | "TOKEN";
|
2188
|
+
displaySymbol?: string | undefined;
|
2185
2189
|
};
|
2186
2190
|
amount: string | bigint;
|
2187
2191
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
@@ -2242,6 +2246,7 @@ declare const eden: {
|
|
2242
2246
|
priceSource?: string | null | undefined;
|
2243
2247
|
symbol: string;
|
2244
2248
|
type: "POINT" | "PRETGE" | "TOKEN";
|
2249
|
+
displaySymbol?: string | undefined;
|
2245
2250
|
}[];
|
2246
2251
|
chain: {
|
2247
2252
|
id: number;
|
@@ -2297,6 +2302,7 @@ declare const eden: {
|
|
2297
2302
|
priceSource?: string | null | undefined;
|
2298
2303
|
symbol: string;
|
2299
2304
|
type: "POINT" | "PRETGE" | "TOKEN";
|
2305
|
+
displaySymbol?: string | undefined;
|
2300
2306
|
};
|
2301
2307
|
amount: string | bigint;
|
2302
2308
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
@@ -2357,6 +2363,7 @@ declare const eden: {
|
|
2357
2363
|
priceSource?: string | null | undefined;
|
2358
2364
|
symbol: string;
|
2359
2365
|
type: "POINT" | "PRETGE" | "TOKEN";
|
2366
|
+
displaySymbol?: string | undefined;
|
2360
2367
|
}[];
|
2361
2368
|
chain: {
|
2362
2369
|
id: number;
|
@@ -2412,6 +2419,7 @@ declare const eden: {
|
|
2412
2419
|
priceSource?: string | null | undefined;
|
2413
2420
|
symbol: string;
|
2414
2421
|
type: "POINT" | "PRETGE" | "TOKEN";
|
2422
|
+
displaySymbol?: string | undefined;
|
2415
2423
|
};
|
2416
2424
|
amount: string | bigint;
|
2417
2425
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
@@ -2573,6 +2581,7 @@ declare const eden: {
|
|
2573
2581
|
priceSource?: string | null | undefined;
|
2574
2582
|
symbol: string;
|
2575
2583
|
type: "POINT" | "PRETGE" | "TOKEN";
|
2584
|
+
displaySymbol?: string | undefined;
|
2576
2585
|
};
|
2577
2586
|
opportunityId?: string | undefined;
|
2578
2587
|
distributionChain?: {
|
@@ -2702,6 +2711,7 @@ declare const eden: {
|
|
2702
2711
|
priceSource?: string | null | undefined;
|
2703
2712
|
symbol: string;
|
2704
2713
|
type: "POINT" | "PRETGE" | "TOKEN";
|
2714
|
+
displaySymbol?: string | undefined;
|
2705
2715
|
};
|
2706
2716
|
rewardTokenId?: string | undefined;
|
2707
2717
|
rootCampaignId?: string | undefined;
|
@@ -5939,6 +5949,7 @@ declare const eden: {
|
|
5939
5949
|
priceSource?: string | null | undefined;
|
5940
5950
|
symbol: string;
|
5941
5951
|
type: "POINT" | "PRETGE" | "TOKEN";
|
5952
|
+
displaySymbol?: string | undefined;
|
5942
5953
|
}[];
|
5943
5954
|
chain: {
|
5944
5955
|
id: number;
|
@@ -5994,6 +6005,7 @@ declare const eden: {
|
|
5994
6005
|
priceSource?: string | null | undefined;
|
5995
6006
|
symbol: string;
|
5996
6007
|
type: "POINT" | "PRETGE" | "TOKEN";
|
6008
|
+
displaySymbol?: string | undefined;
|
5997
6009
|
};
|
5998
6010
|
amount: string | bigint;
|
5999
6011
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
@@ -6089,6 +6101,7 @@ declare const eden: {
|
|
6089
6101
|
priceSource?: string | null | undefined;
|
6090
6102
|
symbol: string;
|
6091
6103
|
type: "POINT" | "PRETGE" | "TOKEN";
|
6104
|
+
displaySymbol?: string | undefined;
|
6092
6105
|
};
|
6093
6106
|
opportunityId?: string | undefined;
|
6094
6107
|
distributionChain?: {
|
@@ -6183,6 +6196,7 @@ declare const eden: {
|
|
6183
6196
|
priceSource?: string | null | undefined;
|
6184
6197
|
symbol: string;
|
6185
6198
|
type: "POINT" | "PRETGE" | "TOKEN";
|
6199
|
+
displaySymbol?: string | undefined;
|
6186
6200
|
};
|
6187
6201
|
amount: string | bigint;
|
6188
6202
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
@@ -6205,6 +6219,7 @@ declare const eden: {
|
|
6205
6219
|
priceSource?: string | null | undefined;
|
6206
6220
|
symbol: string;
|
6207
6221
|
type: "POINT" | "PRETGE" | "TOKEN";
|
6222
|
+
displaySymbol?: string | undefined;
|
6208
6223
|
}[];
|
6209
6224
|
tvl: number;
|
6210
6225
|
tvlRecord?: {
|
@@ -6455,6 +6470,7 @@ declare const eden: {
|
|
6455
6470
|
priceSource?: string | null | undefined;
|
6456
6471
|
symbol: string;
|
6457
6472
|
type: "POINT" | "PRETGE" | "TOKEN";
|
6473
|
+
displaySymbol?: string | undefined;
|
6458
6474
|
};
|
6459
6475
|
opportunityId?: string | undefined;
|
6460
6476
|
distributionChain?: {
|
@@ -6549,6 +6565,7 @@ declare const eden: {
|
|
6549
6565
|
priceSource?: string | null | undefined;
|
6550
6566
|
symbol: string;
|
6551
6567
|
type: "POINT" | "PRETGE" | "TOKEN";
|
6568
|
+
displaySymbol?: string | undefined;
|
6552
6569
|
};
|
6553
6570
|
amount: string | bigint;
|
6554
6571
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
@@ -6571,6 +6588,7 @@ declare const eden: {
|
|
6571
6588
|
priceSource?: string | null | undefined;
|
6572
6589
|
symbol: string;
|
6573
6590
|
type: "POINT" | "PRETGE" | "TOKEN";
|
6591
|
+
displaySymbol?: string | undefined;
|
6574
6592
|
}[];
|
6575
6593
|
tvl: number;
|
6576
6594
|
tvlRecord?: {
|
@@ -6825,6 +6843,7 @@ declare const eden: {
|
|
6825
6843
|
priceSource?: string | null | undefined;
|
6826
6844
|
symbol: string;
|
6827
6845
|
type: "POINT" | "PRETGE" | "TOKEN";
|
6846
|
+
displaySymbol?: string | undefined;
|
6828
6847
|
}[];
|
6829
6848
|
chain: {
|
6830
6849
|
id: number;
|
@@ -6880,6 +6899,7 @@ declare const eden: {
|
|
6880
6899
|
priceSource?: string | null | undefined;
|
6881
6900
|
symbol: string;
|
6882
6901
|
type: "POINT" | "PRETGE" | "TOKEN";
|
6902
|
+
displaySymbol?: string | undefined;
|
6883
6903
|
};
|
6884
6904
|
amount: string | bigint;
|
6885
6905
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
@@ -6975,6 +6995,7 @@ declare const eden: {
|
|
6975
6995
|
priceSource?: string | null | undefined;
|
6976
6996
|
symbol: string;
|
6977
6997
|
type: "POINT" | "PRETGE" | "TOKEN";
|
6998
|
+
displaySymbol?: string | undefined;
|
6978
6999
|
};
|
6979
7000
|
opportunityId?: string | undefined;
|
6980
7001
|
distributionChain?: {
|
@@ -7069,6 +7090,7 @@ declare const eden: {
|
|
7069
7090
|
priceSource?: string | null | undefined;
|
7070
7091
|
symbol: string;
|
7071
7092
|
type: "POINT" | "PRETGE" | "TOKEN";
|
7093
|
+
displaySymbol?: string | undefined;
|
7072
7094
|
};
|
7073
7095
|
amount: string | bigint;
|
7074
7096
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
@@ -7091,6 +7113,7 @@ declare const eden: {
|
|
7091
7113
|
priceSource?: string | null | undefined;
|
7092
7114
|
symbol: string;
|
7093
7115
|
type: "POINT" | "PRETGE" | "TOKEN";
|
7116
|
+
displaySymbol?: string | undefined;
|
7094
7117
|
}[];
|
7095
7118
|
tvl: number;
|
7096
7119
|
tvlRecord?: {
|
@@ -7493,6 +7516,7 @@ declare const eden: {
|
|
7493
7516
|
priceSource?: string | null | undefined;
|
7494
7517
|
symbol: string;
|
7495
7518
|
type: "POINT" | "PRETGE" | "TOKEN";
|
7519
|
+
displaySymbol?: string | undefined;
|
7496
7520
|
};
|
7497
7521
|
opportunityId?: string | undefined;
|
7498
7522
|
distributionChain?: {
|
@@ -7587,6 +7611,7 @@ declare const eden: {
|
|
7587
7611
|
priceSource?: string | null | undefined;
|
7588
7612
|
symbol: string;
|
7589
7613
|
type: "POINT" | "PRETGE" | "TOKEN";
|
7614
|
+
displaySymbol?: string | undefined;
|
7590
7615
|
};
|
7591
7616
|
amount: string | bigint;
|
7592
7617
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
@@ -7609,6 +7634,7 @@ declare const eden: {
|
|
7609
7634
|
priceSource?: string | null | undefined;
|
7610
7635
|
symbol: string;
|
7611
7636
|
type: "POINT" | "PRETGE" | "TOKEN";
|
7637
|
+
displaySymbol?: string | undefined;
|
7612
7638
|
}[];
|
7613
7639
|
tvl: number;
|
7614
7640
|
tvlRecord?: {
|
@@ -8579,13 +8605,20 @@ declare const eden: {
|
|
8579
8605
|
};
|
8580
8606
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
8581
8607
|
200: ({
|
8582
|
-
campaignType: CampaignType.
|
8608
|
+
campaignType: CampaignType.UNISWAP_V4;
|
8583
8609
|
whitelist: string[];
|
8584
8610
|
blacklist: string[];
|
8585
8611
|
endTimestamp: number;
|
8586
8612
|
url?: string | undefined;
|
8587
|
-
|
8588
|
-
|
8613
|
+
poolId: string;
|
8614
|
+
isOutOfRangeIncentivized: boolean;
|
8615
|
+
weightFees: number;
|
8616
|
+
weightToken0: number;
|
8617
|
+
weightToken1: number;
|
8618
|
+
lowerPriceBond?: number | undefined;
|
8619
|
+
upperPriceBond?: number | undefined;
|
8620
|
+
lowerPriceTolerance?: number | undefined;
|
8621
|
+
upperPriceTolerance?: number | undefined;
|
8589
8622
|
} & {
|
8590
8623
|
rewardToken: string;
|
8591
8624
|
amount: string;
|
@@ -8608,14 +8641,10 @@ declare const eden: {
|
|
8608
8641
|
hookType: import("@package/resources/enums").BOOST;
|
8609
8642
|
boostTokenChainId: number;
|
8610
8643
|
boostTokenAddress: string;
|
8611
|
-
boostTokenSymbol?: string | undefined;
|
8612
|
-
boostTokenDecimals?: number | undefined;
|
8613
8644
|
boostMultiplicator: number;
|
8614
8645
|
} | {
|
8615
8646
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
8616
8647
|
boostTokenAddress: string;
|
8617
|
-
boostTokenDecimals?: number | undefined;
|
8618
|
-
boostTokenSymbol?: string | undefined;
|
8619
8648
|
boostTokenChainId: number;
|
8620
8649
|
boostTokenThreshold: number;
|
8621
8650
|
boostConfiguration: {
|
@@ -8638,8 +8667,6 @@ declare const eden: {
|
|
8638
8667
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
8639
8668
|
eligibilityTokenChainId: number;
|
8640
8669
|
eligibilityTokenAddress: string;
|
8641
|
-
eligibilityTokenSymbol?: string | undefined;
|
8642
|
-
eligibilityTokenDecimals?: number | undefined;
|
8643
8670
|
eligibilityTokenThreshold: number;
|
8644
8671
|
eligibilityDuration: number;
|
8645
8672
|
} | {
|
@@ -8793,12 +8820,20 @@ declare const eden: {
|
|
8793
8820
|
};
|
8794
8821
|
} | undefined;
|
8795
8822
|
}) | ({
|
8796
|
-
campaignType: CampaignType.
|
8823
|
+
campaignType: CampaignType.EKUBO;
|
8797
8824
|
whitelist: string[];
|
8798
8825
|
blacklist: string[];
|
8799
8826
|
endTimestamp: number;
|
8800
8827
|
url?: string | undefined;
|
8801
|
-
|
8828
|
+
poolId: string;
|
8829
|
+
isOutOfRangeIncentivized: boolean;
|
8830
|
+
weightFees: number;
|
8831
|
+
weightToken0: number;
|
8832
|
+
weightToken1: number;
|
8833
|
+
lowerPriceBond?: number | undefined;
|
8834
|
+
upperPriceBond?: number | undefined;
|
8835
|
+
lowerPriceTolerance?: number | undefined;
|
8836
|
+
upperPriceTolerance?: number | undefined;
|
8802
8837
|
} & {
|
8803
8838
|
rewardToken: string;
|
8804
8839
|
amount: string;
|
@@ -8821,14 +8856,10 @@ declare const eden: {
|
|
8821
8856
|
hookType: import("@package/resources/enums").BOOST;
|
8822
8857
|
boostTokenChainId: number;
|
8823
8858
|
boostTokenAddress: string;
|
8824
|
-
boostTokenSymbol?: string | undefined;
|
8825
|
-
boostTokenDecimals?: number | undefined;
|
8826
8859
|
boostMultiplicator: number;
|
8827
8860
|
} | {
|
8828
8861
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
8829
8862
|
boostTokenAddress: string;
|
8830
|
-
boostTokenDecimals?: number | undefined;
|
8831
|
-
boostTokenSymbol?: string | undefined;
|
8832
8863
|
boostTokenChainId: number;
|
8833
8864
|
boostTokenThreshold: number;
|
8834
8865
|
boostConfiguration: {
|
@@ -8851,8 +8882,6 @@ declare const eden: {
|
|
8851
8882
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
8852
8883
|
eligibilityTokenChainId: number;
|
8853
8884
|
eligibilityTokenAddress: string;
|
8854
|
-
eligibilityTokenSymbol?: string | undefined;
|
8855
|
-
eligibilityTokenDecimals?: number | undefined;
|
8856
8885
|
eligibilityTokenThreshold: number;
|
8857
8886
|
eligibilityDuration: number;
|
8858
8887
|
} | {
|
@@ -9006,7 +9035,7 @@ declare const eden: {
|
|
9006
9035
|
};
|
9007
9036
|
} | undefined;
|
9008
9037
|
}) | ({
|
9009
|
-
campaignType: CampaignType.
|
9038
|
+
campaignType: CampaignType.CONVEX;
|
9010
9039
|
whitelist: string[];
|
9011
9040
|
blacklist: string[];
|
9012
9041
|
endTimestamp: number;
|
@@ -9034,14 +9063,10 @@ declare const eden: {
|
|
9034
9063
|
hookType: import("@package/resources/enums").BOOST;
|
9035
9064
|
boostTokenChainId: number;
|
9036
9065
|
boostTokenAddress: string;
|
9037
|
-
boostTokenSymbol?: string | undefined;
|
9038
|
-
boostTokenDecimals?: number | undefined;
|
9039
9066
|
boostMultiplicator: number;
|
9040
9067
|
} | {
|
9041
9068
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
9042
9069
|
boostTokenAddress: string;
|
9043
|
-
boostTokenDecimals?: number | undefined;
|
9044
|
-
boostTokenSymbol?: string | undefined;
|
9045
9070
|
boostTokenChainId: number;
|
9046
9071
|
boostTokenThreshold: number;
|
9047
9072
|
boostConfiguration: {
|
@@ -9064,8 +9089,6 @@ declare const eden: {
|
|
9064
9089
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
9065
9090
|
eligibilityTokenChainId: number;
|
9066
9091
|
eligibilityTokenAddress: string;
|
9067
|
-
eligibilityTokenSymbol?: string | undefined;
|
9068
|
-
eligibilityTokenDecimals?: number | undefined;
|
9069
9092
|
eligibilityTokenThreshold: number;
|
9070
9093
|
eligibilityDuration: number;
|
9071
9094
|
} | {
|
@@ -9219,13 +9242,12 @@ declare const eden: {
|
|
9219
9242
|
};
|
9220
9243
|
} | undefined;
|
9221
9244
|
}) | ({
|
9222
|
-
campaignType: CampaignType.
|
9245
|
+
campaignType: CampaignType.M0;
|
9223
9246
|
whitelist: string[];
|
9224
9247
|
blacklist: string[];
|
9225
9248
|
endTimestamp: number;
|
9226
9249
|
url?: string | undefined;
|
9227
|
-
|
9228
|
-
subCampaignType: import("@package/resources/enums").AjnaSubCampaignType;
|
9250
|
+
markets: string[];
|
9229
9251
|
forwarders: string[];
|
9230
9252
|
} & {
|
9231
9253
|
rewardToken: string;
|
@@ -9249,14 +9271,10 @@ declare const eden: {
|
|
9249
9271
|
hookType: import("@package/resources/enums").BOOST;
|
9250
9272
|
boostTokenChainId: number;
|
9251
9273
|
boostTokenAddress: string;
|
9252
|
-
boostTokenSymbol?: string | undefined;
|
9253
|
-
boostTokenDecimals?: number | undefined;
|
9254
9274
|
boostMultiplicator: number;
|
9255
9275
|
} | {
|
9256
9276
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
9257
9277
|
boostTokenAddress: string;
|
9258
|
-
boostTokenDecimals?: number | undefined;
|
9259
|
-
boostTokenSymbol?: string | undefined;
|
9260
9278
|
boostTokenChainId: number;
|
9261
9279
|
boostTokenThreshold: number;
|
9262
9280
|
boostConfiguration: {
|
@@ -9279,8 +9297,6 @@ declare const eden: {
|
|
9279
9297
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
9280
9298
|
eligibilityTokenChainId: number;
|
9281
9299
|
eligibilityTokenAddress: string;
|
9282
|
-
eligibilityTokenSymbol?: string | undefined;
|
9283
|
-
eligibilityTokenDecimals?: number | undefined;
|
9284
9300
|
eligibilityTokenThreshold: number;
|
9285
9301
|
eligibilityDuration: number;
|
9286
9302
|
} | {
|
@@ -9434,20 +9450,12 @@ declare const eden: {
|
|
9434
9450
|
};
|
9435
9451
|
} | undefined;
|
9436
9452
|
}) | ({
|
9437
|
-
campaignType: CampaignType.
|
9453
|
+
campaignType: CampaignType.AAVE_SUPPLY;
|
9438
9454
|
whitelist: string[];
|
9439
9455
|
blacklist: string[];
|
9440
9456
|
endTimestamp: number;
|
9441
9457
|
url?: string | undefined;
|
9442
|
-
|
9443
|
-
baseToken: string;
|
9444
|
-
quoteToken: string;
|
9445
|
-
poolIdx: number;
|
9446
|
-
isOutOfRangeIncentivized: boolean;
|
9447
|
-
weightFees: number;
|
9448
|
-
weightToken0: number;
|
9449
|
-
weightToken1: number;
|
9450
|
-
forwarders: string[];
|
9458
|
+
targetToken: string;
|
9451
9459
|
} & {
|
9452
9460
|
rewardToken: string;
|
9453
9461
|
amount: string;
|
@@ -9470,14 +9478,10 @@ declare const eden: {
|
|
9470
9478
|
hookType: import("@package/resources/enums").BOOST;
|
9471
9479
|
boostTokenChainId: number;
|
9472
9480
|
boostTokenAddress: string;
|
9473
|
-
boostTokenSymbol?: string | undefined;
|
9474
|
-
boostTokenDecimals?: number | undefined;
|
9475
9481
|
boostMultiplicator: number;
|
9476
9482
|
} | {
|
9477
9483
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
9478
9484
|
boostTokenAddress: string;
|
9479
|
-
boostTokenDecimals?: number | undefined;
|
9480
|
-
boostTokenSymbol?: string | undefined;
|
9481
9485
|
boostTokenChainId: number;
|
9482
9486
|
boostTokenThreshold: number;
|
9483
9487
|
boostConfiguration: {
|
@@ -9500,8 +9504,6 @@ declare const eden: {
|
|
9500
9504
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
9501
9505
|
eligibilityTokenChainId: number;
|
9502
9506
|
eligibilityTokenAddress: string;
|
9503
|
-
eligibilityTokenSymbol?: string | undefined;
|
9504
|
-
eligibilityTokenDecimals?: number | undefined;
|
9505
9507
|
eligibilityTokenThreshold: number;
|
9506
9508
|
eligibilityDuration: number;
|
9507
9509
|
} | {
|
@@ -9655,13 +9657,12 @@ declare const eden: {
|
|
9655
9657
|
};
|
9656
9658
|
} | undefined;
|
9657
9659
|
}) | ({
|
9658
|
-
campaignType: CampaignType.
|
9660
|
+
campaignType: CampaignType.AAVE_BORROW;
|
9659
9661
|
whitelist: string[];
|
9660
9662
|
blacklist: string[];
|
9661
9663
|
endTimestamp: number;
|
9662
9664
|
url?: string | undefined;
|
9663
9665
|
targetToken: string;
|
9664
|
-
forwarders: string[];
|
9665
9666
|
} & {
|
9666
9667
|
rewardToken: string;
|
9667
9668
|
amount: string;
|
@@ -9684,14 +9685,10 @@ declare const eden: {
|
|
9684
9685
|
hookType: import("@package/resources/enums").BOOST;
|
9685
9686
|
boostTokenChainId: number;
|
9686
9687
|
boostTokenAddress: string;
|
9687
|
-
boostTokenSymbol?: string | undefined;
|
9688
|
-
boostTokenDecimals?: number | undefined;
|
9689
9688
|
boostMultiplicator: number;
|
9690
9689
|
} | {
|
9691
9690
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
9692
9691
|
boostTokenAddress: string;
|
9693
|
-
boostTokenDecimals?: number | undefined;
|
9694
|
-
boostTokenSymbol?: string | undefined;
|
9695
9692
|
boostTokenChainId: number;
|
9696
9693
|
boostTokenThreshold: number;
|
9697
9694
|
boostConfiguration: {
|
@@ -9714,8 +9711,6 @@ declare const eden: {
|
|
9714
9711
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
9715
9712
|
eligibilityTokenChainId: number;
|
9716
9713
|
eligibilityTokenAddress: string;
|
9717
|
-
eligibilityTokenSymbol?: string | undefined;
|
9718
|
-
eligibilityTokenDecimals?: number | undefined;
|
9719
9714
|
eligibilityTokenThreshold: number;
|
9720
9715
|
eligibilityDuration: number;
|
9721
9716
|
} | {
|
@@ -9869,12 +9864,14 @@ declare const eden: {
|
|
9869
9864
|
};
|
9870
9865
|
} | undefined;
|
9871
9866
|
}) | ({
|
9872
|
-
campaignType: CampaignType.
|
9867
|
+
campaignType: CampaignType.AJNA;
|
9873
9868
|
whitelist: string[];
|
9874
9869
|
blacklist: string[];
|
9875
9870
|
endTimestamp: number;
|
9876
9871
|
url?: string | undefined;
|
9877
|
-
|
9872
|
+
poolId: string;
|
9873
|
+
subCampaignType: import("@package/resources/enums").AjnaSubCampaignType;
|
9874
|
+
forwarders: string[];
|
9878
9875
|
} & {
|
9879
9876
|
rewardToken: string;
|
9880
9877
|
amount: string;
|
@@ -9897,14 +9894,10 @@ declare const eden: {
|
|
9897
9894
|
hookType: import("@package/resources/enums").BOOST;
|
9898
9895
|
boostTokenChainId: number;
|
9899
9896
|
boostTokenAddress: string;
|
9900
|
-
boostTokenSymbol?: string | undefined;
|
9901
|
-
boostTokenDecimals?: number | undefined;
|
9902
9897
|
boostMultiplicator: number;
|
9903
9898
|
} | {
|
9904
9899
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
9905
9900
|
boostTokenAddress: string;
|
9906
|
-
boostTokenDecimals?: number | undefined;
|
9907
|
-
boostTokenSymbol?: string | undefined;
|
9908
9901
|
boostTokenChainId: number;
|
9909
9902
|
boostTokenThreshold: number;
|
9910
9903
|
boostConfiguration: {
|
@@ -9927,8 +9920,6 @@ declare const eden: {
|
|
9927
9920
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
9928
9921
|
eligibilityTokenChainId: number;
|
9929
9922
|
eligibilityTokenAddress: string;
|
9930
|
-
eligibilityTokenSymbol?: string | undefined;
|
9931
|
-
eligibilityTokenDecimals?: number | undefined;
|
9932
9923
|
eligibilityTokenThreshold: number;
|
9933
9924
|
eligibilityDuration: number;
|
9934
9925
|
} | {
|
@@ -10082,12 +10073,20 @@ declare const eden: {
|
|
10082
10073
|
};
|
10083
10074
|
} | undefined;
|
10084
10075
|
}) | ({
|
10085
|
-
campaignType: CampaignType.
|
10076
|
+
campaignType: CampaignType.AMBIENTPROCESSOR;
|
10086
10077
|
whitelist: string[];
|
10087
10078
|
blacklist: string[];
|
10088
10079
|
endTimestamp: number;
|
10089
10080
|
url?: string | undefined;
|
10090
|
-
|
10081
|
+
poolId: string;
|
10082
|
+
baseToken: string;
|
10083
|
+
quoteToken: string;
|
10084
|
+
poolIdx: number;
|
10085
|
+
isOutOfRangeIncentivized: boolean;
|
10086
|
+
weightFees: number;
|
10087
|
+
weightToken0: number;
|
10088
|
+
weightToken1: number;
|
10089
|
+
forwarders: string[];
|
10091
10090
|
} & {
|
10092
10091
|
rewardToken: string;
|
10093
10092
|
amount: string;
|
@@ -10110,14 +10109,10 @@ declare const eden: {
|
|
10110
10109
|
hookType: import("@package/resources/enums").BOOST;
|
10111
10110
|
boostTokenChainId: number;
|
10112
10111
|
boostTokenAddress: string;
|
10113
|
-
boostTokenSymbol?: string | undefined;
|
10114
|
-
boostTokenDecimals?: number | undefined;
|
10115
10112
|
boostMultiplicator: number;
|
10116
10113
|
} | {
|
10117
10114
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
10118
10115
|
boostTokenAddress: string;
|
10119
|
-
boostTokenDecimals?: number | undefined;
|
10120
|
-
boostTokenSymbol?: string | undefined;
|
10121
10116
|
boostTokenChainId: number;
|
10122
10117
|
boostTokenThreshold: number;
|
10123
10118
|
boostConfiguration: {
|
@@ -10140,8 +10135,6 @@ declare const eden: {
|
|
10140
10135
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
10141
10136
|
eligibilityTokenChainId: number;
|
10142
10137
|
eligibilityTokenAddress: string;
|
10143
|
-
eligibilityTokenSymbol?: string | undefined;
|
10144
|
-
eligibilityTokenDecimals?: number | undefined;
|
10145
10138
|
eligibilityTokenThreshold: number;
|
10146
10139
|
eligibilityDuration: number;
|
10147
10140
|
} | {
|
@@ -10295,13 +10288,11 @@ declare const eden: {
|
|
10295
10288
|
};
|
10296
10289
|
} | undefined;
|
10297
10290
|
}) | ({
|
10298
|
-
campaignType: CampaignType.
|
10291
|
+
campaignType: CampaignType.BADGER;
|
10299
10292
|
whitelist: string[];
|
10300
10293
|
blacklist: string[];
|
10301
10294
|
endTimestamp: number;
|
10302
10295
|
url?: string | undefined;
|
10303
|
-
subCampaignType: import("@package/resources/enums").CompoundSubCampaignType;
|
10304
|
-
compFork: import("@package/resources/enums").CompFork;
|
10305
10296
|
targetToken: string;
|
10306
10297
|
forwarders: string[];
|
10307
10298
|
} & {
|
@@ -10326,14 +10317,10 @@ declare const eden: {
|
|
10326
10317
|
hookType: import("@package/resources/enums").BOOST;
|
10327
10318
|
boostTokenChainId: number;
|
10328
10319
|
boostTokenAddress: string;
|
10329
|
-
boostTokenSymbol?: string | undefined;
|
10330
|
-
boostTokenDecimals?: number | undefined;
|
10331
10320
|
boostMultiplicator: number;
|
10332
10321
|
} | {
|
10333
10322
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
10334
10323
|
boostTokenAddress: string;
|
10335
|
-
boostTokenDecimals?: number | undefined;
|
10336
|
-
boostTokenSymbol?: string | undefined;
|
10337
10324
|
boostTokenChainId: number;
|
10338
10325
|
boostTokenThreshold: number;
|
10339
10326
|
boostConfiguration: {
|
@@ -10356,8 +10343,6 @@ declare const eden: {
|
|
10356
10343
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
10357
10344
|
eligibilityTokenChainId: number;
|
10358
10345
|
eligibilityTokenAddress: string;
|
10359
|
-
eligibilityTokenSymbol?: string | undefined;
|
10360
|
-
eligibilityTokenDecimals?: number | undefined;
|
10361
10346
|
eligibilityTokenThreshold: number;
|
10362
10347
|
eligibilityDuration: number;
|
10363
10348
|
} | {
|
@@ -10511,13 +10496,12 @@ declare const eden: {
|
|
10511
10496
|
};
|
10512
10497
|
} | undefined;
|
10513
10498
|
}) | ({
|
10514
|
-
campaignType: CampaignType.
|
10499
|
+
campaignType: CampaignType.BUNNIHUB;
|
10515
10500
|
whitelist: string[];
|
10516
10501
|
blacklist: string[];
|
10517
10502
|
endTimestamp: number;
|
10518
10503
|
url?: string | undefined;
|
10519
10504
|
targetToken: string;
|
10520
|
-
subCampaignType: import("@package/resources/enums").CompoundSubCampaignType;
|
10521
10505
|
} & {
|
10522
10506
|
rewardToken: string;
|
10523
10507
|
amount: string;
|
@@ -10540,14 +10524,10 @@ declare const eden: {
|
|
10540
10524
|
hookType: import("@package/resources/enums").BOOST;
|
10541
10525
|
boostTokenChainId: number;
|
10542
10526
|
boostTokenAddress: string;
|
10543
|
-
boostTokenSymbol?: string | undefined;
|
10544
|
-
boostTokenDecimals?: number | undefined;
|
10545
10527
|
boostMultiplicator: number;
|
10546
10528
|
} | {
|
10547
10529
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
10548
10530
|
boostTokenAddress: string;
|
10549
|
-
boostTokenDecimals?: number | undefined;
|
10550
|
-
boostTokenSymbol?: string | undefined;
|
10551
10531
|
boostTokenChainId: number;
|
10552
10532
|
boostTokenThreshold: number;
|
10553
10533
|
boostConfiguration: {
|
@@ -10570,8 +10550,6 @@ declare const eden: {
|
|
10570
10550
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
10571
10551
|
eligibilityTokenChainId: number;
|
10572
10552
|
eligibilityTokenAddress: string;
|
10573
|
-
eligibilityTokenSymbol?: string | undefined;
|
10574
|
-
eligibilityTokenDecimals?: number | undefined;
|
10575
10553
|
eligibilityTokenThreshold: number;
|
10576
10554
|
eligibilityDuration: number;
|
10577
10555
|
} | {
|
@@ -10725,7 +10703,7 @@ declare const eden: {
|
|
10725
10703
|
};
|
10726
10704
|
} | undefined;
|
10727
10705
|
}) | ({
|
10728
|
-
campaignType: CampaignType.
|
10706
|
+
campaignType: CampaignType.CCL_TAC;
|
10729
10707
|
whitelist: string[];
|
10730
10708
|
blacklist: string[];
|
10731
10709
|
endTimestamp: number;
|
@@ -10753,14 +10731,10 @@ declare const eden: {
|
|
10753
10731
|
hookType: import("@package/resources/enums").BOOST;
|
10754
10732
|
boostTokenChainId: number;
|
10755
10733
|
boostTokenAddress: string;
|
10756
|
-
boostTokenSymbol?: string | undefined;
|
10757
|
-
boostTokenDecimals?: number | undefined;
|
10758
10734
|
boostMultiplicator: number;
|
10759
10735
|
} | {
|
10760
10736
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
10761
10737
|
boostTokenAddress: string;
|
10762
|
-
boostTokenDecimals?: number | undefined;
|
10763
|
-
boostTokenSymbol?: string | undefined;
|
10764
10738
|
boostTokenChainId: number;
|
10765
10739
|
boostTokenThreshold: number;
|
10766
10740
|
boostConfiguration: {
|
@@ -10783,8 +10757,6 @@ declare const eden: {
|
|
10783
10757
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
10784
10758
|
eligibilityTokenChainId: number;
|
10785
10759
|
eligibilityTokenAddress: string;
|
10786
|
-
eligibilityTokenSymbol?: string | undefined;
|
10787
|
-
eligibilityTokenDecimals?: number | undefined;
|
10788
10760
|
eligibilityTokenThreshold: number;
|
10789
10761
|
eligibilityDuration: number;
|
10790
10762
|
} | {
|
@@ -10938,16 +10910,15 @@ declare const eden: {
|
|
10938
10910
|
};
|
10939
10911
|
} | undefined;
|
10940
10912
|
}) | ({
|
10941
|
-
campaignType: CampaignType.
|
10913
|
+
campaignType: CampaignType.COMPOUND;
|
10942
10914
|
whitelist: string[];
|
10943
10915
|
blacklist: string[];
|
10944
10916
|
endTimestamp: number;
|
10945
10917
|
url?: string | undefined;
|
10946
|
-
|
10947
|
-
|
10948
|
-
|
10949
|
-
|
10950
|
-
weightToken1: number;
|
10918
|
+
subCampaignType: import("@package/resources/enums").CompoundSubCampaignType;
|
10919
|
+
compFork: import("@package/resources/enums").CompFork;
|
10920
|
+
targetToken: string;
|
10921
|
+
forwarders: string[];
|
10951
10922
|
} & {
|
10952
10923
|
rewardToken: string;
|
10953
10924
|
amount: string;
|
@@ -10970,14 +10941,10 @@ declare const eden: {
|
|
10970
10941
|
hookType: import("@package/resources/enums").BOOST;
|
10971
10942
|
boostTokenChainId: number;
|
10972
10943
|
boostTokenAddress: string;
|
10973
|
-
boostTokenSymbol?: string | undefined;
|
10974
|
-
boostTokenDecimals?: number | undefined;
|
10975
10944
|
boostMultiplicator: number;
|
10976
10945
|
} | {
|
10977
10946
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
10978
10947
|
boostTokenAddress: string;
|
10979
|
-
boostTokenDecimals?: number | undefined;
|
10980
|
-
boostTokenSymbol?: string | undefined;
|
10981
10948
|
boostTokenChainId: number;
|
10982
10949
|
boostTokenThreshold: number;
|
10983
10950
|
boostConfiguration: {
|
@@ -11000,8 +10967,6 @@ declare const eden: {
|
|
11000
10967
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
11001
10968
|
eligibilityTokenChainId: number;
|
11002
10969
|
eligibilityTokenAddress: string;
|
11003
|
-
eligibilityTokenSymbol?: string | undefined;
|
11004
|
-
eligibilityTokenDecimals?: number | undefined;
|
11005
10970
|
eligibilityTokenThreshold: number;
|
11006
10971
|
eligibilityDuration: number;
|
11007
10972
|
} | {
|
@@ -11155,13 +11120,13 @@ declare const eden: {
|
|
11155
11120
|
};
|
11156
11121
|
} | undefined;
|
11157
11122
|
}) | ({
|
11158
|
-
campaignType: CampaignType.
|
11123
|
+
campaignType: CampaignType.COMPOUND_V3;
|
11159
11124
|
whitelist: string[];
|
11160
11125
|
blacklist: string[];
|
11161
|
-
subCampaignType: import("@package/resources/enums").DolomiteSubCampaignType;
|
11162
11126
|
endTimestamp: number;
|
11127
|
+
url?: string | undefined;
|
11163
11128
|
targetToken: string;
|
11164
|
-
|
11129
|
+
subCampaignType: import("@package/resources/enums").CompoundSubCampaignType;
|
11165
11130
|
} & {
|
11166
11131
|
rewardToken: string;
|
11167
11132
|
amount: string;
|
@@ -11184,14 +11149,10 @@ declare const eden: {
|
|
11184
11149
|
hookType: import("@package/resources/enums").BOOST;
|
11185
11150
|
boostTokenChainId: number;
|
11186
11151
|
boostTokenAddress: string;
|
11187
|
-
boostTokenSymbol?: string | undefined;
|
11188
|
-
boostTokenDecimals?: number | undefined;
|
11189
11152
|
boostMultiplicator: number;
|
11190
11153
|
} | {
|
11191
11154
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
11192
11155
|
boostTokenAddress: string;
|
11193
|
-
boostTokenDecimals?: number | undefined;
|
11194
|
-
boostTokenSymbol?: string | undefined;
|
11195
11156
|
boostTokenChainId: number;
|
11196
11157
|
boostTokenThreshold: number;
|
11197
11158
|
boostConfiguration: {
|
@@ -11214,8 +11175,6 @@ declare const eden: {
|
|
11214
11175
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
11215
11176
|
eligibilityTokenChainId: number;
|
11216
11177
|
eligibilityTokenAddress: string;
|
11217
|
-
eligibilityTokenSymbol?: string | undefined;
|
11218
|
-
eligibilityTokenDecimals?: number | undefined;
|
11219
11178
|
eligibilityTokenThreshold: number;
|
11220
11179
|
eligibilityDuration: number;
|
11221
11180
|
} | {
|
@@ -11369,13 +11328,16 @@ declare const eden: {
|
|
11369
11328
|
};
|
11370
11329
|
} | undefined;
|
11371
11330
|
}) | ({
|
11372
|
-
campaignType: CampaignType.
|
11331
|
+
campaignType: CampaignType.CLAMM;
|
11373
11332
|
whitelist: string[];
|
11374
11333
|
blacklist: string[];
|
11375
11334
|
endTimestamp: number;
|
11376
11335
|
url?: string | undefined;
|
11377
|
-
|
11378
|
-
|
11336
|
+
poolAddress: string;
|
11337
|
+
isOutOfRangeIncentivized: boolean;
|
11338
|
+
weightFees: number;
|
11339
|
+
weightToken0: number;
|
11340
|
+
weightToken1: number;
|
11379
11341
|
} & {
|
11380
11342
|
rewardToken: string;
|
11381
11343
|
amount: string;
|
@@ -11398,14 +11360,10 @@ declare const eden: {
|
|
11398
11360
|
hookType: import("@package/resources/enums").BOOST;
|
11399
11361
|
boostTokenChainId: number;
|
11400
11362
|
boostTokenAddress: string;
|
11401
|
-
boostTokenSymbol?: string | undefined;
|
11402
|
-
boostTokenDecimals?: number | undefined;
|
11403
11363
|
boostMultiplicator: number;
|
11404
11364
|
} | {
|
11405
11365
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
11406
11366
|
boostTokenAddress: string;
|
11407
|
-
boostTokenDecimals?: number | undefined;
|
11408
|
-
boostTokenSymbol?: string | undefined;
|
11409
11367
|
boostTokenChainId: number;
|
11410
11368
|
boostTokenThreshold: number;
|
11411
11369
|
boostConfiguration: {
|
@@ -11428,8 +11386,6 @@ declare const eden: {
|
|
11428
11386
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
11429
11387
|
eligibilityTokenChainId: number;
|
11430
11388
|
eligibilityTokenAddress: string;
|
11431
|
-
eligibilityTokenSymbol?: string | undefined;
|
11432
|
-
eligibilityTokenDecimals?: number | undefined;
|
11433
11389
|
eligibilityTokenThreshold: number;
|
11434
11390
|
eligibilityDuration: number;
|
11435
11391
|
} | {
|
@@ -11583,20 +11539,13 @@ declare const eden: {
|
|
11583
11539
|
};
|
11584
11540
|
} | undefined;
|
11585
11541
|
}) | ({
|
11586
|
-
campaignType: CampaignType.
|
11542
|
+
campaignType: CampaignType.DOLOMITE;
|
11587
11543
|
whitelist: string[];
|
11588
11544
|
blacklist: string[];
|
11545
|
+
subCampaignType: import("@package/resources/enums").DolomiteSubCampaignType;
|
11589
11546
|
endTimestamp: number;
|
11590
|
-
|
11591
|
-
|
11592
|
-
isOutOfRangeIncentivized: boolean;
|
11593
|
-
weightFees: number;
|
11594
|
-
weightToken0: number;
|
11595
|
-
weightToken1: number;
|
11596
|
-
lowerPriceBond?: number | undefined;
|
11597
|
-
upperPriceBond?: number | undefined;
|
11598
|
-
lowerPriceTolerance?: number | undefined;
|
11599
|
-
upperPriceTolerance?: number | undefined;
|
11547
|
+
targetToken: string;
|
11548
|
+
forwarders: string[];
|
11600
11549
|
} & {
|
11601
11550
|
rewardToken: string;
|
11602
11551
|
amount: string;
|
@@ -11619,14 +11568,10 @@ declare const eden: {
|
|
11619
11568
|
hookType: import("@package/resources/enums").BOOST;
|
11620
11569
|
boostTokenChainId: number;
|
11621
11570
|
boostTokenAddress: string;
|
11622
|
-
boostTokenSymbol?: string | undefined;
|
11623
|
-
boostTokenDecimals?: number | undefined;
|
11624
11571
|
boostMultiplicator: number;
|
11625
11572
|
} | {
|
11626
11573
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
11627
11574
|
boostTokenAddress: string;
|
11628
|
-
boostTokenDecimals?: number | undefined;
|
11629
|
-
boostTokenSymbol?: string | undefined;
|
11630
11575
|
boostTokenChainId: number;
|
11631
11576
|
boostTokenThreshold: number;
|
11632
11577
|
boostConfiguration: {
|
@@ -11649,8 +11594,6 @@ declare const eden: {
|
|
11649
11594
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
11650
11595
|
eligibilityTokenChainId: number;
|
11651
11596
|
eligibilityTokenAddress: string;
|
11652
|
-
eligibilityTokenSymbol?: string | undefined;
|
11653
|
-
eligibilityTokenDecimals?: number | undefined;
|
11654
11597
|
eligibilityTokenThreshold: number;
|
11655
11598
|
eligibilityDuration: number;
|
11656
11599
|
} | {
|
@@ -11804,13 +11747,13 @@ declare const eden: {
|
|
11804
11747
|
};
|
11805
11748
|
} | undefined;
|
11806
11749
|
}) | ({
|
11807
|
-
campaignType: CampaignType.
|
11750
|
+
campaignType: CampaignType.EIGENLAYER;
|
11808
11751
|
whitelist: string[];
|
11809
11752
|
blacklist: string[];
|
11810
11753
|
endTimestamp: number;
|
11811
11754
|
url?: string | undefined;
|
11812
|
-
|
11813
|
-
|
11755
|
+
strategy: string;
|
11756
|
+
forwarders: string[];
|
11814
11757
|
} & {
|
11815
11758
|
rewardToken: string;
|
11816
11759
|
amount: string;
|
@@ -11833,14 +11776,10 @@ declare const eden: {
|
|
11833
11776
|
hookType: import("@package/resources/enums").BOOST;
|
11834
11777
|
boostTokenChainId: number;
|
11835
11778
|
boostTokenAddress: string;
|
11836
|
-
boostTokenSymbol?: string | undefined;
|
11837
|
-
boostTokenDecimals?: number | undefined;
|
11838
11779
|
boostMultiplicator: number;
|
11839
11780
|
} | {
|
11840
11781
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
11841
11782
|
boostTokenAddress: string;
|
11842
|
-
boostTokenDecimals?: number | undefined;
|
11843
|
-
boostTokenSymbol?: string | undefined;
|
11844
11783
|
boostTokenChainId: number;
|
11845
11784
|
boostTokenThreshold: number;
|
11846
11785
|
boostConfiguration: {
|
@@ -11863,8 +11802,6 @@ declare const eden: {
|
|
11863
11802
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
11864
11803
|
eligibilityTokenChainId: number;
|
11865
11804
|
eligibilityTokenAddress: string;
|
11866
|
-
eligibilityTokenSymbol?: string | undefined;
|
11867
|
-
eligibilityTokenDecimals?: number | undefined;
|
11868
11805
|
eligibilityTokenThreshold: number;
|
11869
11806
|
eligibilityDuration: number;
|
11870
11807
|
} | {
|
@@ -12018,10 +11955,13 @@ declare const eden: {
|
|
12018
11955
|
};
|
12019
11956
|
} | undefined;
|
12020
11957
|
}) | ({
|
12021
|
-
campaignType: CampaignType.
|
12022
|
-
|
12023
|
-
|
12024
|
-
|
11958
|
+
campaignType: CampaignType.EKUBO_POSITIONMANAGER;
|
11959
|
+
whitelist: string[];
|
11960
|
+
blacklist: string[];
|
11961
|
+
endTimestamp: number;
|
11962
|
+
url?: string | undefined;
|
11963
|
+
targetToken: string;
|
11964
|
+
tokenId: string;
|
12025
11965
|
} & {
|
12026
11966
|
rewardToken: string;
|
12027
11967
|
amount: string;
|
@@ -12044,14 +11984,10 @@ declare const eden: {
|
|
12044
11984
|
hookType: import("@package/resources/enums").BOOST;
|
12045
11985
|
boostTokenChainId: number;
|
12046
11986
|
boostTokenAddress: string;
|
12047
|
-
boostTokenSymbol?: string | undefined;
|
12048
|
-
boostTokenDecimals?: number | undefined;
|
12049
11987
|
boostMultiplicator: number;
|
12050
11988
|
} | {
|
12051
11989
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
12052
11990
|
boostTokenAddress: string;
|
12053
|
-
boostTokenDecimals?: number | undefined;
|
12054
|
-
boostTokenSymbol?: string | undefined;
|
12055
11991
|
boostTokenChainId: number;
|
12056
11992
|
boostTokenThreshold: number;
|
12057
11993
|
boostConfiguration: {
|
@@ -12074,8 +12010,6 @@ declare const eden: {
|
|
12074
12010
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
12075
12011
|
eligibilityTokenChainId: number;
|
12076
12012
|
eligibilityTokenAddress: string;
|
12077
|
-
eligibilityTokenSymbol?: string | undefined;
|
12078
|
-
eligibilityTokenDecimals?: number | undefined;
|
12079
12013
|
eligibilityTokenThreshold: number;
|
12080
12014
|
eligibilityDuration: number;
|
12081
12015
|
} | {
|
@@ -12229,12 +12163,10 @@ declare const eden: {
|
|
12229
12163
|
};
|
12230
12164
|
} | undefined;
|
12231
12165
|
}) | ({
|
12232
|
-
campaignType: CampaignType.
|
12233
|
-
|
12234
|
-
|
12235
|
-
|
12236
|
-
url?: string | undefined;
|
12237
|
-
vaultAddress: string;
|
12166
|
+
campaignType: CampaignType.ENCOMPASSING;
|
12167
|
+
rewardsUrl: string;
|
12168
|
+
endTimestamp?: number | undefined;
|
12169
|
+
dataUrl?: string | undefined;
|
12238
12170
|
} & {
|
12239
12171
|
rewardToken: string;
|
12240
12172
|
amount: string;
|
@@ -12257,14 +12189,10 @@ declare const eden: {
|
|
12257
12189
|
hookType: import("@package/resources/enums").BOOST;
|
12258
12190
|
boostTokenChainId: number;
|
12259
12191
|
boostTokenAddress: string;
|
12260
|
-
boostTokenSymbol?: string | undefined;
|
12261
|
-
boostTokenDecimals?: number | undefined;
|
12262
12192
|
boostMultiplicator: number;
|
12263
12193
|
} | {
|
12264
12194
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
12265
12195
|
boostTokenAddress: string;
|
12266
|
-
boostTokenDecimals?: number | undefined;
|
12267
|
-
boostTokenSymbol?: string | undefined;
|
12268
12196
|
boostTokenChainId: number;
|
12269
12197
|
boostTokenThreshold: number;
|
12270
12198
|
boostConfiguration: {
|
@@ -12287,8 +12215,6 @@ declare const eden: {
|
|
12287
12215
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
12288
12216
|
eligibilityTokenChainId: number;
|
12289
12217
|
eligibilityTokenAddress: string;
|
12290
|
-
eligibilityTokenSymbol?: string | undefined;
|
12291
|
-
eligibilityTokenDecimals?: number | undefined;
|
12292
12218
|
eligibilityTokenThreshold: number;
|
12293
12219
|
eligibilityDuration: number;
|
12294
12220
|
} | {
|
@@ -12442,13 +12368,12 @@ declare const eden: {
|
|
12442
12368
|
};
|
12443
12369
|
} | undefined;
|
12444
12370
|
}) | ({
|
12445
|
-
campaignType: CampaignType.
|
12371
|
+
campaignType: CampaignType.EQUILIBRIA_VAULT;
|
12446
12372
|
whitelist: string[];
|
12447
12373
|
blacklist: string[];
|
12448
12374
|
endTimestamp: number;
|
12449
12375
|
url?: string | undefined;
|
12450
|
-
|
12451
|
-
forwarders: string[];
|
12376
|
+
vaultAddress: string;
|
12452
12377
|
} & {
|
12453
12378
|
rewardToken: string;
|
12454
12379
|
amount: string;
|
@@ -12471,14 +12396,10 @@ declare const eden: {
|
|
12471
12396
|
hookType: import("@package/resources/enums").BOOST;
|
12472
12397
|
boostTokenChainId: number;
|
12473
12398
|
boostTokenAddress: string;
|
12474
|
-
boostTokenSymbol?: string | undefined;
|
12475
|
-
boostTokenDecimals?: number | undefined;
|
12476
12399
|
boostMultiplicator: number;
|
12477
12400
|
} | {
|
12478
12401
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
12479
12402
|
boostTokenAddress: string;
|
12480
|
-
boostTokenDecimals?: number | undefined;
|
12481
|
-
boostTokenSymbol?: string | undefined;
|
12482
12403
|
boostTokenChainId: number;
|
12483
12404
|
boostTokenThreshold: number;
|
12484
12405
|
boostConfiguration: {
|
@@ -12501,8 +12422,6 @@ declare const eden: {
|
|
12501
12422
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
12502
12423
|
eligibilityTokenChainId: number;
|
12503
12424
|
eligibilityTokenAddress: string;
|
12504
|
-
eligibilityTokenSymbol?: string | undefined;
|
12505
|
-
eligibilityTokenDecimals?: number | undefined;
|
12506
12425
|
eligibilityTokenThreshold: number;
|
12507
12426
|
eligibilityDuration: number;
|
12508
12427
|
} | {
|
@@ -12656,16 +12575,13 @@ declare const eden: {
|
|
12656
12575
|
};
|
12657
12576
|
} | undefined;
|
12658
12577
|
}) | ({
|
12659
|
-
campaignType: CampaignType.
|
12578
|
+
campaignType: CampaignType.ERC20;
|
12660
12579
|
whitelist: string[];
|
12661
12580
|
blacklist: string[];
|
12662
12581
|
endTimestamp: number;
|
12663
12582
|
url?: string | undefined;
|
12664
12583
|
targetToken: string;
|
12665
12584
|
forwarders: string[];
|
12666
|
-
apr: string;
|
12667
|
-
rewardTokenPricing: boolean;
|
12668
|
-
targetTokenPricing: boolean;
|
12669
12585
|
} & {
|
12670
12586
|
rewardToken: string;
|
12671
12587
|
amount: string;
|
@@ -12688,14 +12604,10 @@ declare const eden: {
|
|
12688
12604
|
hookType: import("@package/resources/enums").BOOST;
|
12689
12605
|
boostTokenChainId: number;
|
12690
12606
|
boostTokenAddress: string;
|
12691
|
-
boostTokenSymbol?: string | undefined;
|
12692
|
-
boostTokenDecimals?: number | undefined;
|
12693
12607
|
boostMultiplicator: number;
|
12694
12608
|
} | {
|
12695
12609
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
12696
12610
|
boostTokenAddress: string;
|
12697
|
-
boostTokenDecimals?: number | undefined;
|
12698
|
-
boostTokenSymbol?: string | undefined;
|
12699
12611
|
boostTokenChainId: number;
|
12700
12612
|
boostTokenThreshold: number;
|
12701
12613
|
boostConfiguration: {
|
@@ -12718,8 +12630,6 @@ declare const eden: {
|
|
12718
12630
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
12719
12631
|
eligibilityTokenChainId: number;
|
12720
12632
|
eligibilityTokenAddress: string;
|
12721
|
-
eligibilityTokenSymbol?: string | undefined;
|
12722
|
-
eligibilityTokenDecimals?: number | undefined;
|
12723
12633
|
eligibilityTokenThreshold: number;
|
12724
12634
|
eligibilityDuration: number;
|
12725
12635
|
} | {
|
@@ -12873,14 +12783,16 @@ declare const eden: {
|
|
12873
12783
|
};
|
12874
12784
|
} | undefined;
|
12875
12785
|
}) | ({
|
12876
|
-
campaignType: CampaignType.
|
12786
|
+
campaignType: CampaignType.ERC20_FIX_APR;
|
12877
12787
|
whitelist: string[];
|
12878
12788
|
blacklist: string[];
|
12879
12789
|
endTimestamp: number;
|
12880
12790
|
url?: string | undefined;
|
12881
12791
|
targetToken: string;
|
12882
|
-
|
12883
|
-
|
12792
|
+
forwarders: string[];
|
12793
|
+
apr: string;
|
12794
|
+
rewardTokenPricing: boolean;
|
12795
|
+
targetTokenPricing: boolean;
|
12884
12796
|
} & {
|
12885
12797
|
rewardToken: string;
|
12886
12798
|
amount: string;
|
@@ -12903,14 +12815,10 @@ declare const eden: {
|
|
12903
12815
|
hookType: import("@package/resources/enums").BOOST;
|
12904
12816
|
boostTokenChainId: number;
|
12905
12817
|
boostTokenAddress: string;
|
12906
|
-
boostTokenSymbol?: string | undefined;
|
12907
|
-
boostTokenDecimals?: number | undefined;
|
12908
12818
|
boostMultiplicator: number;
|
12909
12819
|
} | {
|
12910
12820
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
12911
12821
|
boostTokenAddress: string;
|
12912
|
-
boostTokenDecimals?: number | undefined;
|
12913
|
-
boostTokenSymbol?: string | undefined;
|
12914
12822
|
boostTokenChainId: number;
|
12915
12823
|
boostTokenThreshold: number;
|
12916
12824
|
boostConfiguration: {
|
@@ -12933,8 +12841,6 @@ declare const eden: {
|
|
12933
12841
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
12934
12842
|
eligibilityTokenChainId: number;
|
12935
12843
|
eligibilityTokenAddress: string;
|
12936
|
-
eligibilityTokenSymbol?: string | undefined;
|
12937
|
-
eligibilityTokenDecimals?: number | undefined;
|
12938
12844
|
eligibilityTokenThreshold: number;
|
12939
12845
|
eligibilityDuration: number;
|
12940
12846
|
} | {
|
@@ -13088,13 +12994,14 @@ declare const eden: {
|
|
13088
12994
|
};
|
13089
12995
|
} | undefined;
|
13090
12996
|
}) | ({
|
13091
|
-
campaignType: CampaignType.
|
12997
|
+
campaignType: CampaignType.ERC20INCOMINGTRANSFERS;
|
13092
12998
|
whitelist: string[];
|
13093
12999
|
blacklist: string[];
|
13094
13000
|
endTimestamp: number;
|
13095
13001
|
url?: string | undefined;
|
13096
13002
|
targetToken: string;
|
13097
|
-
|
13003
|
+
filteredAddresses: string[];
|
13004
|
+
owner?: string | undefined;
|
13098
13005
|
} & {
|
13099
13006
|
rewardToken: string;
|
13100
13007
|
amount: string;
|
@@ -13117,14 +13024,10 @@ declare const eden: {
|
|
13117
13024
|
hookType: import("@package/resources/enums").BOOST;
|
13118
13025
|
boostTokenChainId: number;
|
13119
13026
|
boostTokenAddress: string;
|
13120
|
-
boostTokenSymbol?: string | undefined;
|
13121
|
-
boostTokenDecimals?: number | undefined;
|
13122
13027
|
boostMultiplicator: number;
|
13123
13028
|
} | {
|
13124
13029
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
13125
13030
|
boostTokenAddress: string;
|
13126
|
-
boostTokenDecimals?: number | undefined;
|
13127
|
-
boostTokenSymbol?: string | undefined;
|
13128
13031
|
boostTokenChainId: number;
|
13129
13032
|
boostTokenThreshold: number;
|
13130
13033
|
boostConfiguration: {
|
@@ -13147,8 +13050,6 @@ declare const eden: {
|
|
13147
13050
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
13148
13051
|
eligibilityTokenChainId: number;
|
13149
13052
|
eligibilityTokenAddress: string;
|
13150
|
-
eligibilityTokenSymbol?: string | undefined;
|
13151
|
-
eligibilityTokenDecimals?: number | undefined;
|
13152
13053
|
eligibilityTokenThreshold: number;
|
13153
13054
|
eligibilityDuration: number;
|
13154
13055
|
} | {
|
@@ -13302,16 +13203,13 @@ declare const eden: {
|
|
13302
13203
|
};
|
13303
13204
|
} | undefined;
|
13304
13205
|
}) | ({
|
13305
|
-
campaignType: CampaignType.
|
13206
|
+
campaignType: CampaignType.ERC20LOGPROCESSOR;
|
13306
13207
|
whitelist: string[];
|
13307
13208
|
blacklist: string[];
|
13308
13209
|
endTimestamp: number;
|
13309
13210
|
url?: string | undefined;
|
13310
13211
|
targetToken: string;
|
13311
13212
|
forwarders: string[];
|
13312
|
-
apr: string;
|
13313
|
-
rewardTokenPricing: boolean;
|
13314
|
-
targetTokenPricing: boolean;
|
13315
13213
|
} & {
|
13316
13214
|
rewardToken: string;
|
13317
13215
|
amount: string;
|
@@ -13334,14 +13232,10 @@ declare const eden: {
|
|
13334
13232
|
hookType: import("@package/resources/enums").BOOST;
|
13335
13233
|
boostTokenChainId: number;
|
13336
13234
|
boostTokenAddress: string;
|
13337
|
-
boostTokenSymbol?: string | undefined;
|
13338
|
-
boostTokenDecimals?: number | undefined;
|
13339
13235
|
boostMultiplicator: number;
|
13340
13236
|
} | {
|
13341
13237
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
13342
13238
|
boostTokenAddress: string;
|
13343
|
-
boostTokenDecimals?: number | undefined;
|
13344
|
-
boostTokenSymbol?: string | undefined;
|
13345
13239
|
boostTokenChainId: number;
|
13346
13240
|
boostTokenThreshold: number;
|
13347
13241
|
boostConfiguration: {
|
@@ -13364,8 +13258,6 @@ declare const eden: {
|
|
13364
13258
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
13365
13259
|
eligibilityTokenChainId: number;
|
13366
13260
|
eligibilityTokenAddress: string;
|
13367
|
-
eligibilityTokenSymbol?: string | undefined;
|
13368
|
-
eligibilityTokenDecimals?: number | undefined;
|
13369
13261
|
eligibilityTokenThreshold: number;
|
13370
13262
|
eligibilityDuration: number;
|
13371
13263
|
} | {
|
@@ -13519,13 +13411,16 @@ declare const eden: {
|
|
13519
13411
|
};
|
13520
13412
|
} | undefined;
|
13521
13413
|
}) | ({
|
13522
|
-
campaignType: CampaignType.
|
13414
|
+
campaignType: CampaignType.ERC20REBASEFIXAPR;
|
13523
13415
|
whitelist: string[];
|
13524
13416
|
blacklist: string[];
|
13525
13417
|
endTimestamp: number;
|
13526
13418
|
url?: string | undefined;
|
13527
13419
|
targetToken: string;
|
13528
13420
|
forwarders: string[];
|
13421
|
+
apr: string;
|
13422
|
+
rewardTokenPricing: boolean;
|
13423
|
+
targetTokenPricing: boolean;
|
13529
13424
|
} & {
|
13530
13425
|
rewardToken: string;
|
13531
13426
|
amount: string;
|
@@ -13548,14 +13443,10 @@ declare const eden: {
|
|
13548
13443
|
hookType: import("@package/resources/enums").BOOST;
|
13549
13444
|
boostTokenChainId: number;
|
13550
13445
|
boostTokenAddress: string;
|
13551
|
-
boostTokenSymbol?: string | undefined;
|
13552
|
-
boostTokenDecimals?: number | undefined;
|
13553
13446
|
boostMultiplicator: number;
|
13554
13447
|
} | {
|
13555
13448
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
13556
13449
|
boostTokenAddress: string;
|
13557
|
-
boostTokenDecimals?: number | undefined;
|
13558
|
-
boostTokenSymbol?: string | undefined;
|
13559
13450
|
boostTokenChainId: number;
|
13560
13451
|
boostTokenThreshold: number;
|
13561
13452
|
boostConfiguration: {
|
@@ -13578,8 +13469,6 @@ declare const eden: {
|
|
13578
13469
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
13579
13470
|
eligibilityTokenChainId: number;
|
13580
13471
|
eligibilityTokenAddress: string;
|
13581
|
-
eligibilityTokenSymbol?: string | undefined;
|
13582
|
-
eligibilityTokenDecimals?: number | undefined;
|
13583
13472
|
eligibilityTokenThreshold: number;
|
13584
13473
|
eligibilityDuration: number;
|
13585
13474
|
} | {
|
@@ -13733,15 +13622,13 @@ declare const eden: {
|
|
13733
13622
|
};
|
13734
13623
|
} | undefined;
|
13735
13624
|
}) | ({
|
13736
|
-
campaignType: CampaignType.
|
13625
|
+
campaignType: CampaignType.ERC20REBASELOGPROCESSOR;
|
13737
13626
|
whitelist: string[];
|
13738
13627
|
blacklist: string[];
|
13739
|
-
|
13628
|
+
endTimestamp: number;
|
13740
13629
|
url?: string | undefined;
|
13630
|
+
targetToken: string;
|
13741
13631
|
forwarders: string[];
|
13742
|
-
usesBlockNumber: boolean;
|
13743
|
-
snapshotTimestamp?: number | undefined;
|
13744
|
-
snapshotBlockNumber?: number | undefined;
|
13745
13632
|
} & {
|
13746
13633
|
rewardToken: string;
|
13747
13634
|
amount: string;
|
@@ -13764,14 +13651,10 @@ declare const eden: {
|
|
13764
13651
|
hookType: import("@package/resources/enums").BOOST;
|
13765
13652
|
boostTokenChainId: number;
|
13766
13653
|
boostTokenAddress: string;
|
13767
|
-
boostTokenSymbol?: string | undefined;
|
13768
|
-
boostTokenDecimals?: number | undefined;
|
13769
13654
|
boostMultiplicator: number;
|
13770
13655
|
} | {
|
13771
13656
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
13772
13657
|
boostTokenAddress: string;
|
13773
|
-
boostTokenDecimals?: number | undefined;
|
13774
|
-
boostTokenSymbol?: string | undefined;
|
13775
13658
|
boostTokenChainId: number;
|
13776
13659
|
boostTokenThreshold: number;
|
13777
13660
|
boostConfiguration: {
|
@@ -13794,8 +13677,6 @@ declare const eden: {
|
|
13794
13677
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
13795
13678
|
eligibilityTokenChainId: number;
|
13796
13679
|
eligibilityTokenAddress: string;
|
13797
|
-
eligibilityTokenSymbol?: string | undefined;
|
13798
|
-
eligibilityTokenDecimals?: number | undefined;
|
13799
13680
|
eligibilityTokenThreshold: number;
|
13800
13681
|
eligibilityDuration: number;
|
13801
13682
|
} | {
|
@@ -13949,14 +13830,15 @@ declare const eden: {
|
|
13949
13830
|
};
|
13950
13831
|
} | undefined;
|
13951
13832
|
}) | ({
|
13952
|
-
campaignType: CampaignType.
|
13833
|
+
campaignType: CampaignType.ERC20_SNAPSHOT;
|
13953
13834
|
whitelist: string[];
|
13954
13835
|
blacklist: string[];
|
13955
|
-
endTimestamp: number;
|
13956
|
-
url?: string | undefined;
|
13957
13836
|
targetToken: string;
|
13958
|
-
|
13959
|
-
|
13837
|
+
url?: string | undefined;
|
13838
|
+
forwarders: string[];
|
13839
|
+
usesBlockNumber: boolean;
|
13840
|
+
snapshotTimestamp?: number | undefined;
|
13841
|
+
snapshotBlockNumber?: number | undefined;
|
13960
13842
|
} & {
|
13961
13843
|
rewardToken: string;
|
13962
13844
|
amount: string;
|
@@ -13979,14 +13861,10 @@ declare const eden: {
|
|
13979
13861
|
hookType: import("@package/resources/enums").BOOST;
|
13980
13862
|
boostTokenChainId: number;
|
13981
13863
|
boostTokenAddress: string;
|
13982
|
-
boostTokenSymbol?: string | undefined;
|
13983
|
-
boostTokenDecimals?: number | undefined;
|
13984
13864
|
boostMultiplicator: number;
|
13985
13865
|
} | {
|
13986
13866
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
13987
13867
|
boostTokenAddress: string;
|
13988
|
-
boostTokenDecimals?: number | undefined;
|
13989
|
-
boostTokenSymbol?: string | undefined;
|
13990
13868
|
boostTokenChainId: number;
|
13991
13869
|
boostTokenThreshold: number;
|
13992
13870
|
boostConfiguration: {
|
@@ -14009,8 +13887,6 @@ declare const eden: {
|
|
14009
13887
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
14010
13888
|
eligibilityTokenChainId: number;
|
14011
13889
|
eligibilityTokenAddress: string;
|
14012
|
-
eligibilityTokenSymbol?: string | undefined;
|
14013
|
-
eligibilityTokenDecimals?: number | undefined;
|
14014
13890
|
eligibilityTokenThreshold: number;
|
14015
13891
|
eligibilityDuration: number;
|
14016
13892
|
} | {
|
@@ -14164,13 +14040,14 @@ declare const eden: {
|
|
14164
14040
|
};
|
14165
14041
|
} | undefined;
|
14166
14042
|
}) | ({
|
14167
|
-
campaignType: CampaignType.
|
14043
|
+
campaignType: CampaignType.ERC20EXPIRYLOG;
|
14168
14044
|
whitelist: string[];
|
14169
14045
|
blacklist: string[];
|
14170
14046
|
endTimestamp: number;
|
14171
14047
|
url?: string | undefined;
|
14172
|
-
subCampaignType: import("@package/resources/enums").ERC721SubCampaignType;
|
14173
14048
|
targetToken: string;
|
14049
|
+
expiry: number;
|
14050
|
+
treasury: string;
|
14174
14051
|
} & {
|
14175
14052
|
rewardToken: string;
|
14176
14053
|
amount: string;
|
@@ -14193,14 +14070,10 @@ declare const eden: {
|
|
14193
14070
|
hookType: import("@package/resources/enums").BOOST;
|
14194
14071
|
boostTokenChainId: number;
|
14195
14072
|
boostTokenAddress: string;
|
14196
|
-
boostTokenSymbol?: string | undefined;
|
14197
|
-
boostTokenDecimals?: number | undefined;
|
14198
14073
|
boostMultiplicator: number;
|
14199
14074
|
} | {
|
14200
14075
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
14201
14076
|
boostTokenAddress: string;
|
14202
|
-
boostTokenDecimals?: number | undefined;
|
14203
|
-
boostTokenSymbol?: string | undefined;
|
14204
14077
|
boostTokenChainId: number;
|
14205
14078
|
boostTokenThreshold: number;
|
14206
14079
|
boostConfiguration: {
|
@@ -14223,8 +14096,6 @@ declare const eden: {
|
|
14223
14096
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
14224
14097
|
eligibilityTokenChainId: number;
|
14225
14098
|
eligibilityTokenAddress: string;
|
14226
|
-
eligibilityTokenSymbol?: string | undefined;
|
14227
|
-
eligibilityTokenDecimals?: number | undefined;
|
14228
14099
|
eligibilityTokenThreshold: number;
|
14229
14100
|
eligibilityDuration: number;
|
14230
14101
|
} | {
|
@@ -14378,13 +14249,13 @@ declare const eden: {
|
|
14378
14249
|
};
|
14379
14250
|
} | undefined;
|
14380
14251
|
}) | ({
|
14381
|
-
campaignType: CampaignType.
|
14252
|
+
campaignType: CampaignType.ERC721;
|
14382
14253
|
whitelist: string[];
|
14383
14254
|
blacklist: string[];
|
14384
14255
|
endTimestamp: number;
|
14385
14256
|
url?: string | undefined;
|
14257
|
+
subCampaignType: import("@package/resources/enums").ERC721SubCampaignType;
|
14386
14258
|
targetToken: string;
|
14387
|
-
tokenId: string;
|
14388
14259
|
} & {
|
14389
14260
|
rewardToken: string;
|
14390
14261
|
amount: string;
|
@@ -14407,14 +14278,10 @@ declare const eden: {
|
|
14407
14278
|
hookType: import("@package/resources/enums").BOOST;
|
14408
14279
|
boostTokenChainId: number;
|
14409
14280
|
boostTokenAddress: string;
|
14410
|
-
boostTokenSymbol?: string | undefined;
|
14411
|
-
boostTokenDecimals?: number | undefined;
|
14412
14281
|
boostMultiplicator: number;
|
14413
14282
|
} | {
|
14414
14283
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
14415
14284
|
boostTokenAddress: string;
|
14416
|
-
boostTokenDecimals?: number | undefined;
|
14417
|
-
boostTokenSymbol?: string | undefined;
|
14418
14285
|
boostTokenChainId: number;
|
14419
14286
|
boostTokenThreshold: number;
|
14420
14287
|
boostConfiguration: {
|
@@ -14437,8 +14304,6 @@ declare const eden: {
|
|
14437
14304
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
14438
14305
|
eligibilityTokenChainId: number;
|
14439
14306
|
eligibilityTokenAddress: string;
|
14440
|
-
eligibilityTokenSymbol?: string | undefined;
|
14441
|
-
eligibilityTokenDecimals?: number | undefined;
|
14442
14307
|
eligibilityTokenThreshold: number;
|
14443
14308
|
eligibilityDuration: number;
|
14444
14309
|
} | {
|
@@ -14592,7 +14457,7 @@ declare const eden: {
|
|
14592
14457
|
};
|
14593
14458
|
} | undefined;
|
14594
14459
|
}) | ({
|
14595
|
-
campaignType: CampaignType.
|
14460
|
+
campaignType: CampaignType.ERC1155;
|
14596
14461
|
whitelist: string[];
|
14597
14462
|
blacklist: string[];
|
14598
14463
|
endTimestamp: number;
|
@@ -14621,14 +14486,10 @@ declare const eden: {
|
|
14621
14486
|
hookType: import("@package/resources/enums").BOOST;
|
14622
14487
|
boostTokenChainId: number;
|
14623
14488
|
boostTokenAddress: string;
|
14624
|
-
boostTokenSymbol?: string | undefined;
|
14625
|
-
boostTokenDecimals?: number | undefined;
|
14626
14489
|
boostMultiplicator: number;
|
14627
14490
|
} | {
|
14628
14491
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
14629
14492
|
boostTokenAddress: string;
|
14630
|
-
boostTokenDecimals?: number | undefined;
|
14631
|
-
boostTokenSymbol?: string | undefined;
|
14632
14493
|
boostTokenChainId: number;
|
14633
14494
|
boostTokenThreshold: number;
|
14634
14495
|
boostConfiguration: {
|
@@ -14651,8 +14512,6 @@ declare const eden: {
|
|
14651
14512
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
14652
14513
|
eligibilityTokenChainId: number;
|
14653
14514
|
eligibilityTokenAddress: string;
|
14654
|
-
eligibilityTokenSymbol?: string | undefined;
|
14655
|
-
eligibilityTokenDecimals?: number | undefined;
|
14656
14515
|
eligibilityTokenThreshold: number;
|
14657
14516
|
eligibilityDuration: number;
|
14658
14517
|
} | {
|
@@ -14806,14 +14665,13 @@ declare const eden: {
|
|
14806
14665
|
};
|
14807
14666
|
} | undefined;
|
14808
14667
|
}) | ({
|
14668
|
+
campaignType: CampaignType.ERC6909;
|
14669
|
+
whitelist: string[];
|
14809
14670
|
blacklist: string[];
|
14810
|
-
campaignType: CampaignType.EULER;
|
14811
|
-
collateralAddress?: string | undefined;
|
14812
|
-
subCampaignType: import("@package/resources/enums").EulerSubCampaignType;
|
14813
14671
|
endTimestamp: number;
|
14814
|
-
|
14815
|
-
|
14816
|
-
|
14672
|
+
url?: string | undefined;
|
14673
|
+
targetToken: string;
|
14674
|
+
tokenId: string;
|
14817
14675
|
} & {
|
14818
14676
|
rewardToken: string;
|
14819
14677
|
amount: string;
|
@@ -14836,14 +14694,10 @@ declare const eden: {
|
|
14836
14694
|
hookType: import("@package/resources/enums").BOOST;
|
14837
14695
|
boostTokenChainId: number;
|
14838
14696
|
boostTokenAddress: string;
|
14839
|
-
boostTokenSymbol?: string | undefined;
|
14840
|
-
boostTokenDecimals?: number | undefined;
|
14841
14697
|
boostMultiplicator: number;
|
14842
14698
|
} | {
|
14843
14699
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
14844
14700
|
boostTokenAddress: string;
|
14845
|
-
boostTokenDecimals?: number | undefined;
|
14846
|
-
boostTokenSymbol?: string | undefined;
|
14847
14701
|
boostTokenChainId: number;
|
14848
14702
|
boostTokenThreshold: number;
|
14849
14703
|
boostConfiguration: {
|
@@ -14866,8 +14720,6 @@ declare const eden: {
|
|
14866
14720
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
14867
14721
|
eligibilityTokenChainId: number;
|
14868
14722
|
eligibilityTokenAddress: string;
|
14869
|
-
eligibilityTokenSymbol?: string | undefined;
|
14870
|
-
eligibilityTokenDecimals?: number | undefined;
|
14871
14723
|
eligibilityTokenThreshold: number;
|
14872
14724
|
eligibilityDuration: number;
|
14873
14725
|
} | {
|
@@ -15021,17 +14873,14 @@ declare const eden: {
|
|
15021
14873
|
};
|
15022
14874
|
} | undefined;
|
15023
14875
|
}) | ({
|
15024
|
-
campaignType: CampaignType.EVENT_BASED;
|
15025
|
-
whitelist: string[];
|
15026
14876
|
blacklist: string[];
|
14877
|
+
campaignType: CampaignType.EULER;
|
14878
|
+
collateralAddress?: string | undefined;
|
14879
|
+
subCampaignType: import("@package/resources/enums").EulerSubCampaignType;
|
15027
14880
|
endTimestamp: number;
|
15028
|
-
|
15029
|
-
contract: string;
|
15030
|
-
eventID: string;
|
15031
|
-
topicToData: any[];
|
15032
|
-
decodeDataValue: string[];
|
15033
|
-
expectedChecks: any[];
|
14881
|
+
evkAddress: string;
|
15034
14882
|
forwarders: string[];
|
14883
|
+
whitelist: string[];
|
15035
14884
|
} & {
|
15036
14885
|
rewardToken: string;
|
15037
14886
|
amount: string;
|
@@ -15054,14 +14903,10 @@ declare const eden: {
|
|
15054
14903
|
hookType: import("@package/resources/enums").BOOST;
|
15055
14904
|
boostTokenChainId: number;
|
15056
14905
|
boostTokenAddress: string;
|
15057
|
-
boostTokenSymbol?: string | undefined;
|
15058
|
-
boostTokenDecimals?: number | undefined;
|
15059
14906
|
boostMultiplicator: number;
|
15060
14907
|
} | {
|
15061
14908
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
15062
14909
|
boostTokenAddress: string;
|
15063
|
-
boostTokenDecimals?: number | undefined;
|
15064
|
-
boostTokenSymbol?: string | undefined;
|
15065
14910
|
boostTokenChainId: number;
|
15066
14911
|
boostTokenThreshold: number;
|
15067
14912
|
boostConfiguration: {
|
@@ -15084,8 +14929,6 @@ declare const eden: {
|
|
15084
14929
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
15085
14930
|
eligibilityTokenChainId: number;
|
15086
14931
|
eligibilityTokenAddress: string;
|
15087
|
-
eligibilityTokenSymbol?: string | undefined;
|
15088
|
-
eligibilityTokenDecimals?: number | undefined;
|
15089
14932
|
eligibilityTokenThreshold: number;
|
15090
14933
|
eligibilityDuration: number;
|
15091
14934
|
} | {
|
@@ -15239,12 +15082,17 @@ declare const eden: {
|
|
15239
15082
|
};
|
15240
15083
|
} | undefined;
|
15241
15084
|
}) | ({
|
15242
|
-
campaignType: CampaignType.
|
15085
|
+
campaignType: CampaignType.EVENT_BASED;
|
15243
15086
|
whitelist: string[];
|
15244
15087
|
blacklist: string[];
|
15245
15088
|
endTimestamp: number;
|
15246
15089
|
url?: string | undefined;
|
15247
|
-
|
15090
|
+
contract: string;
|
15091
|
+
eventID: string;
|
15092
|
+
topicToData: any[];
|
15093
|
+
decodeDataValue: string[];
|
15094
|
+
expectedChecks: any[];
|
15095
|
+
forwarders: string[];
|
15248
15096
|
} & {
|
15249
15097
|
rewardToken: string;
|
15250
15098
|
amount: string;
|
@@ -15267,14 +15115,10 @@ declare const eden: {
|
|
15267
15115
|
hookType: import("@package/resources/enums").BOOST;
|
15268
15116
|
boostTokenChainId: number;
|
15269
15117
|
boostTokenAddress: string;
|
15270
|
-
boostTokenSymbol?: string | undefined;
|
15271
|
-
boostTokenDecimals?: number | undefined;
|
15272
15118
|
boostMultiplicator: number;
|
15273
15119
|
} | {
|
15274
15120
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
15275
15121
|
boostTokenAddress: string;
|
15276
|
-
boostTokenDecimals?: number | undefined;
|
15277
|
-
boostTokenSymbol?: string | undefined;
|
15278
15122
|
boostTokenChainId: number;
|
15279
15123
|
boostTokenThreshold: number;
|
15280
15124
|
boostConfiguration: {
|
@@ -15297,8 +15141,6 @@ declare const eden: {
|
|
15297
15141
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
15298
15142
|
eligibilityTokenChainId: number;
|
15299
15143
|
eligibilityTokenAddress: string;
|
15300
|
-
eligibilityTokenSymbol?: string | undefined;
|
15301
|
-
eligibilityTokenDecimals?: number | undefined;
|
15302
15144
|
eligibilityTokenThreshold: number;
|
15303
15145
|
eligibilityDuration: number;
|
15304
15146
|
} | {
|
@@ -15452,7 +15294,7 @@ declare const eden: {
|
|
15452
15294
|
};
|
15453
15295
|
} | undefined;
|
15454
15296
|
}) | ({
|
15455
|
-
campaignType: CampaignType.
|
15297
|
+
campaignType: CampaignType.FLUIDVAULT_COLLATERAL;
|
15456
15298
|
whitelist: string[];
|
15457
15299
|
blacklist: string[];
|
15458
15300
|
endTimestamp: number;
|
@@ -15480,14 +15322,10 @@ declare const eden: {
|
|
15480
15322
|
hookType: import("@package/resources/enums").BOOST;
|
15481
15323
|
boostTokenChainId: number;
|
15482
15324
|
boostTokenAddress: string;
|
15483
|
-
boostTokenSymbol?: string | undefined;
|
15484
|
-
boostTokenDecimals?: number | undefined;
|
15485
15325
|
boostMultiplicator: number;
|
15486
15326
|
} | {
|
15487
15327
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
15488
15328
|
boostTokenAddress: string;
|
15489
|
-
boostTokenDecimals?: number | undefined;
|
15490
|
-
boostTokenSymbol?: string | undefined;
|
15491
15329
|
boostTokenChainId: number;
|
15492
15330
|
boostTokenThreshold: number;
|
15493
15331
|
boostConfiguration: {
|
@@ -15510,8 +15348,6 @@ declare const eden: {
|
|
15510
15348
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
15511
15349
|
eligibilityTokenChainId: number;
|
15512
15350
|
eligibilityTokenAddress: string;
|
15513
|
-
eligibilityTokenSymbol?: string | undefined;
|
15514
|
-
eligibilityTokenDecimals?: number | undefined;
|
15515
15351
|
eligibilityTokenThreshold: number;
|
15516
15352
|
eligibilityDuration: number;
|
15517
15353
|
} | {
|
@@ -15665,12 +15501,12 @@ declare const eden: {
|
|
15665
15501
|
};
|
15666
15502
|
} | undefined;
|
15667
15503
|
}) | ({
|
15668
|
-
campaignType: CampaignType.
|
15504
|
+
campaignType: CampaignType.FLUIDVAULT_BORROW;
|
15669
15505
|
whitelist: string[];
|
15670
15506
|
blacklist: string[];
|
15671
15507
|
endTimestamp: number;
|
15672
15508
|
url?: string | undefined;
|
15673
|
-
|
15509
|
+
vault: string;
|
15674
15510
|
} & {
|
15675
15511
|
rewardToken: string;
|
15676
15512
|
amount: string;
|
@@ -15693,14 +15529,10 @@ declare const eden: {
|
|
15693
15529
|
hookType: import("@package/resources/enums").BOOST;
|
15694
15530
|
boostTokenChainId: number;
|
15695
15531
|
boostTokenAddress: string;
|
15696
|
-
boostTokenSymbol?: string | undefined;
|
15697
|
-
boostTokenDecimals?: number | undefined;
|
15698
15532
|
boostMultiplicator: number;
|
15699
15533
|
} | {
|
15700
15534
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
15701
15535
|
boostTokenAddress: string;
|
15702
|
-
boostTokenDecimals?: number | undefined;
|
15703
|
-
boostTokenSymbol?: string | undefined;
|
15704
15536
|
boostTokenChainId: number;
|
15705
15537
|
boostTokenThreshold: number;
|
15706
15538
|
boostConfiguration: {
|
@@ -15723,8 +15555,6 @@ declare const eden: {
|
|
15723
15555
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
15724
15556
|
eligibilityTokenChainId: number;
|
15725
15557
|
eligibilityTokenAddress: string;
|
15726
|
-
eligibilityTokenSymbol?: string | undefined;
|
15727
|
-
eligibilityTokenDecimals?: number | undefined;
|
15728
15558
|
eligibilityTokenThreshold: number;
|
15729
15559
|
eligibilityDuration: number;
|
15730
15560
|
} | {
|
@@ -15878,15 +15708,12 @@ declare const eden: {
|
|
15878
15708
|
};
|
15879
15709
|
} | undefined;
|
15880
15710
|
}) | ({
|
15881
|
-
campaignType: CampaignType.
|
15711
|
+
campaignType: CampaignType.FRAXLEND_BORROW;
|
15882
15712
|
whitelist: string[];
|
15883
15713
|
blacklist: string[];
|
15884
15714
|
endTimestamp: number;
|
15885
15715
|
url?: string | undefined;
|
15886
15716
|
targetToken: string;
|
15887
|
-
apr: string;
|
15888
|
-
rewardTokenPricing: boolean;
|
15889
|
-
targetTokenPricing: boolean;
|
15890
15717
|
} & {
|
15891
15718
|
rewardToken: string;
|
15892
15719
|
amount: string;
|
@@ -15909,14 +15736,10 @@ declare const eden: {
|
|
15909
15736
|
hookType: import("@package/resources/enums").BOOST;
|
15910
15737
|
boostTokenChainId: number;
|
15911
15738
|
boostTokenAddress: string;
|
15912
|
-
boostTokenSymbol?: string | undefined;
|
15913
|
-
boostTokenDecimals?: number | undefined;
|
15914
15739
|
boostMultiplicator: number;
|
15915
15740
|
} | {
|
15916
15741
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
15917
15742
|
boostTokenAddress: string;
|
15918
|
-
boostTokenDecimals?: number | undefined;
|
15919
|
-
boostTokenSymbol?: string | undefined;
|
15920
15743
|
boostTokenChainId: number;
|
15921
15744
|
boostTokenThreshold: number;
|
15922
15745
|
boostConfiguration: {
|
@@ -15939,8 +15762,6 @@ declare const eden: {
|
|
15939
15762
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
15940
15763
|
eligibilityTokenChainId: number;
|
15941
15764
|
eligibilityTokenAddress: string;
|
15942
|
-
eligibilityTokenSymbol?: string | undefined;
|
15943
|
-
eligibilityTokenDecimals?: number | undefined;
|
15944
15765
|
eligibilityTokenThreshold: number;
|
15945
15766
|
eligibilityDuration: number;
|
15946
15767
|
} | {
|
@@ -16094,12 +15915,15 @@ declare const eden: {
|
|
16094
15915
|
};
|
16095
15916
|
} | undefined;
|
16096
15917
|
}) | ({
|
16097
|
-
campaignType: CampaignType.
|
15918
|
+
campaignType: CampaignType.FRAXLEND_BORROW_FIXAPR;
|
16098
15919
|
whitelist: string[];
|
16099
15920
|
blacklist: string[];
|
16100
15921
|
endTimestamp: number;
|
16101
15922
|
url?: string | undefined;
|
16102
15923
|
targetToken: string;
|
15924
|
+
apr: string;
|
15925
|
+
rewardTokenPricing: boolean;
|
15926
|
+
targetTokenPricing: boolean;
|
16103
15927
|
} & {
|
16104
15928
|
rewardToken: string;
|
16105
15929
|
amount: string;
|
@@ -16122,14 +15946,10 @@ declare const eden: {
|
|
16122
15946
|
hookType: import("@package/resources/enums").BOOST;
|
16123
15947
|
boostTokenChainId: number;
|
16124
15948
|
boostTokenAddress: string;
|
16125
|
-
boostTokenSymbol?: string | undefined;
|
16126
|
-
boostTokenDecimals?: number | undefined;
|
16127
15949
|
boostMultiplicator: number;
|
16128
15950
|
} | {
|
16129
15951
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
16130
15952
|
boostTokenAddress: string;
|
16131
|
-
boostTokenDecimals?: number | undefined;
|
16132
|
-
boostTokenSymbol?: string | undefined;
|
16133
15953
|
boostTokenChainId: number;
|
16134
15954
|
boostTokenThreshold: number;
|
16135
15955
|
boostConfiguration: {
|
@@ -16152,8 +15972,6 @@ declare const eden: {
|
|
16152
15972
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
16153
15973
|
eligibilityTokenChainId: number;
|
16154
15974
|
eligibilityTokenAddress: string;
|
16155
|
-
eligibilityTokenSymbol?: string | undefined;
|
16156
|
-
eligibilityTokenDecimals?: number | undefined;
|
16157
15975
|
eligibilityTokenThreshold: number;
|
16158
15976
|
eligibilityDuration: number;
|
16159
15977
|
} | {
|
@@ -16307,15 +16125,12 @@ declare const eden: {
|
|
16307
16125
|
};
|
16308
16126
|
} | undefined;
|
16309
16127
|
}) | ({
|
16310
|
-
campaignType: CampaignType.
|
16128
|
+
campaignType: CampaignType.FRAXLEND_COLLATERAL;
|
16311
16129
|
whitelist: string[];
|
16312
16130
|
blacklist: string[];
|
16313
16131
|
endTimestamp: number;
|
16314
16132
|
url?: string | undefined;
|
16315
16133
|
targetToken: string;
|
16316
|
-
apr: string;
|
16317
|
-
rewardTokenPricing: boolean;
|
16318
|
-
targetTokenPricing: boolean;
|
16319
16134
|
} & {
|
16320
16135
|
rewardToken: string;
|
16321
16136
|
amount: string;
|
@@ -16338,14 +16153,10 @@ declare const eden: {
|
|
16338
16153
|
hookType: import("@package/resources/enums").BOOST;
|
16339
16154
|
boostTokenChainId: number;
|
16340
16155
|
boostTokenAddress: string;
|
16341
|
-
boostTokenSymbol?: string | undefined;
|
16342
|
-
boostTokenDecimals?: number | undefined;
|
16343
16156
|
boostMultiplicator: number;
|
16344
16157
|
} | {
|
16345
16158
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
16346
16159
|
boostTokenAddress: string;
|
16347
|
-
boostTokenDecimals?: number | undefined;
|
16348
|
-
boostTokenSymbol?: string | undefined;
|
16349
16160
|
boostTokenChainId: number;
|
16350
16161
|
boostTokenThreshold: number;
|
16351
16162
|
boostConfiguration: {
|
@@ -16368,8 +16179,6 @@ declare const eden: {
|
|
16368
16179
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
16369
16180
|
eligibilityTokenChainId: number;
|
16370
16181
|
eligibilityTokenAddress: string;
|
16371
|
-
eligibilityTokenSymbol?: string | undefined;
|
16372
|
-
eligibilityTokenDecimals?: number | undefined;
|
16373
16182
|
eligibilityTokenThreshold: number;
|
16374
16183
|
eligibilityDuration: number;
|
16375
16184
|
} | {
|
@@ -16523,20 +16332,15 @@ declare const eden: {
|
|
16523
16332
|
};
|
16524
16333
|
} | undefined;
|
16525
16334
|
}) | ({
|
16526
|
-
campaignType: CampaignType.
|
16335
|
+
campaignType: CampaignType.FRAXLEND_COLLATERAL_FIXAPR;
|
16527
16336
|
whitelist: string[];
|
16528
16337
|
blacklist: string[];
|
16529
16338
|
endTimestamp: number;
|
16530
16339
|
url?: string | undefined;
|
16531
|
-
|
16532
|
-
|
16533
|
-
|
16534
|
-
|
16535
|
-
weightToken1: number;
|
16536
|
-
lowerPriceBond?: number | undefined;
|
16537
|
-
upperPriceBond?: number | undefined;
|
16538
|
-
lowerPriceTolerance?: number | undefined;
|
16539
|
-
upperPriceTolerance?: number | undefined;
|
16340
|
+
targetToken: string;
|
16341
|
+
apr: string;
|
16342
|
+
rewardTokenPricing: boolean;
|
16343
|
+
targetTokenPricing: boolean;
|
16540
16344
|
} & {
|
16541
16345
|
rewardToken: string;
|
16542
16346
|
amount: string;
|
@@ -16559,14 +16363,10 @@ declare const eden: {
|
|
16559
16363
|
hookType: import("@package/resources/enums").BOOST;
|
16560
16364
|
boostTokenChainId: number;
|
16561
16365
|
boostTokenAddress: string;
|
16562
|
-
boostTokenSymbol?: string | undefined;
|
16563
|
-
boostTokenDecimals?: number | undefined;
|
16564
16366
|
boostMultiplicator: number;
|
16565
16367
|
} | {
|
16566
16368
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
16567
16369
|
boostTokenAddress: string;
|
16568
|
-
boostTokenDecimals?: number | undefined;
|
16569
|
-
boostTokenSymbol?: string | undefined;
|
16570
16370
|
boostTokenChainId: number;
|
16571
16371
|
boostTokenThreshold: number;
|
16572
16372
|
boostConfiguration: {
|
@@ -16589,8 +16389,6 @@ declare const eden: {
|
|
16589
16389
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
16590
16390
|
eligibilityTokenChainId: number;
|
16591
16391
|
eligibilityTokenAddress: string;
|
16592
|
-
eligibilityTokenSymbol?: string | undefined;
|
16593
|
-
eligibilityTokenDecimals?: number | undefined;
|
16594
16392
|
eligibilityTokenThreshold: number;
|
16595
16393
|
eligibilityDuration: number;
|
16596
16394
|
} | {
|
@@ -16744,15 +16542,20 @@ declare const eden: {
|
|
16744
16542
|
};
|
16745
16543
|
} | undefined;
|
16746
16544
|
}) | ({
|
16747
|
-
campaignType: CampaignType.
|
16545
|
+
campaignType: CampaignType.HYBRA;
|
16748
16546
|
whitelist: string[];
|
16749
16547
|
blacklist: string[];
|
16750
16548
|
endTimestamp: number;
|
16751
16549
|
url?: string | undefined;
|
16752
|
-
|
16753
|
-
|
16754
|
-
|
16755
|
-
|
16550
|
+
poolId: string;
|
16551
|
+
isOutOfRangeIncentivized: boolean;
|
16552
|
+
weightFees: number;
|
16553
|
+
weightToken0: number;
|
16554
|
+
weightToken1: number;
|
16555
|
+
lowerPriceBond?: number | undefined;
|
16556
|
+
upperPriceBond?: number | undefined;
|
16557
|
+
lowerPriceTolerance?: number | undefined;
|
16558
|
+
upperPriceTolerance?: number | undefined;
|
16756
16559
|
} & {
|
16757
16560
|
rewardToken: string;
|
16758
16561
|
amount: string;
|
@@ -16775,14 +16578,10 @@ declare const eden: {
|
|
16775
16578
|
hookType: import("@package/resources/enums").BOOST;
|
16776
16579
|
boostTokenChainId: number;
|
16777
16580
|
boostTokenAddress: string;
|
16778
|
-
boostTokenSymbol?: string | undefined;
|
16779
|
-
boostTokenDecimals?: number | undefined;
|
16780
16581
|
boostMultiplicator: number;
|
16781
16582
|
} | {
|
16782
16583
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
16783
16584
|
boostTokenAddress: string;
|
16784
|
-
boostTokenDecimals?: number | undefined;
|
16785
|
-
boostTokenSymbol?: string | undefined;
|
16786
16585
|
boostTokenChainId: number;
|
16787
16586
|
boostTokenThreshold: number;
|
16788
16587
|
boostConfiguration: {
|
@@ -16805,8 +16604,6 @@ declare const eden: {
|
|
16805
16604
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
16806
16605
|
eligibilityTokenChainId: number;
|
16807
16606
|
eligibilityTokenAddress: string;
|
16808
|
-
eligibilityTokenSymbol?: string | undefined;
|
16809
|
-
eligibilityTokenDecimals?: number | undefined;
|
16810
16607
|
eligibilityTokenThreshold: number;
|
16811
16608
|
eligibilityDuration: number;
|
16812
16609
|
} | {
|
@@ -16960,7 +16757,7 @@ declare const eden: {
|
|
16960
16757
|
};
|
16961
16758
|
} | undefined;
|
16962
16759
|
}) | ({
|
16963
|
-
campaignType: CampaignType.
|
16760
|
+
campaignType: CampaignType.HYPERDRIVELOGPROCESSOR;
|
16964
16761
|
whitelist: string[];
|
16965
16762
|
blacklist: string[];
|
16966
16763
|
endTimestamp: number;
|
@@ -16969,9 +16766,6 @@ declare const eden: {
|
|
16969
16766
|
tokenId: string;
|
16970
16767
|
targetToken: string;
|
16971
16768
|
forwarders: string[];
|
16972
|
-
apr: string;
|
16973
|
-
rewardTokenPricing: boolean;
|
16974
|
-
targetTokenPricing: boolean;
|
16975
16769
|
} & {
|
16976
16770
|
rewardToken: string;
|
16977
16771
|
amount: string;
|
@@ -16994,14 +16788,10 @@ declare const eden: {
|
|
16994
16788
|
hookType: import("@package/resources/enums").BOOST;
|
16995
16789
|
boostTokenChainId: number;
|
16996
16790
|
boostTokenAddress: string;
|
16997
|
-
boostTokenSymbol?: string | undefined;
|
16998
|
-
boostTokenDecimals?: number | undefined;
|
16999
16791
|
boostMultiplicator: number;
|
17000
16792
|
} | {
|
17001
16793
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
17002
16794
|
boostTokenAddress: string;
|
17003
|
-
boostTokenDecimals?: number | undefined;
|
17004
|
-
boostTokenSymbol?: string | undefined;
|
17005
16795
|
boostTokenChainId: number;
|
17006
16796
|
boostTokenThreshold: number;
|
17007
16797
|
boostConfiguration: {
|
@@ -17024,8 +16814,6 @@ declare const eden: {
|
|
17024
16814
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
17025
16815
|
eligibilityTokenChainId: number;
|
17026
16816
|
eligibilityTokenAddress: string;
|
17027
|
-
eligibilityTokenSymbol?: string | undefined;
|
17028
|
-
eligibilityTokenDecimals?: number | undefined;
|
17029
16817
|
eligibilityTokenThreshold: number;
|
17030
16818
|
eligibilityDuration: number;
|
17031
16819
|
} | {
|
@@ -17179,9 +16967,18 @@ declare const eden: {
|
|
17179
16967
|
};
|
17180
16968
|
} | undefined;
|
17181
16969
|
}) | ({
|
17182
|
-
campaignType: CampaignType.
|
17183
|
-
|
16970
|
+
campaignType: CampaignType.HYPERDRIVELOGFIXPROCESSOR;
|
16971
|
+
whitelist: string[];
|
16972
|
+
blacklist: string[];
|
16973
|
+
endTimestamp: number;
|
17184
16974
|
url?: string | undefined;
|
16975
|
+
subCampaignType: import("@package/resources/enums").HyperDriveSubCampaignType;
|
16976
|
+
tokenId: string;
|
16977
|
+
targetToken: string;
|
16978
|
+
forwarders: string[];
|
16979
|
+
apr: string;
|
16980
|
+
rewardTokenPricing: boolean;
|
16981
|
+
targetTokenPricing: boolean;
|
17185
16982
|
} & {
|
17186
16983
|
rewardToken: string;
|
17187
16984
|
amount: string;
|
@@ -17204,14 +17001,10 @@ declare const eden: {
|
|
17204
17001
|
hookType: import("@package/resources/enums").BOOST;
|
17205
17002
|
boostTokenChainId: number;
|
17206
17003
|
boostTokenAddress: string;
|
17207
|
-
boostTokenSymbol?: string | undefined;
|
17208
|
-
boostTokenDecimals?: number | undefined;
|
17209
17004
|
boostMultiplicator: number;
|
17210
17005
|
} | {
|
17211
17006
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
17212
17007
|
boostTokenAddress: string;
|
17213
|
-
boostTokenDecimals?: number | undefined;
|
17214
|
-
boostTokenSymbol?: string | undefined;
|
17215
17008
|
boostTokenChainId: number;
|
17216
17009
|
boostTokenThreshold: number;
|
17217
17010
|
boostConfiguration: {
|
@@ -17234,8 +17027,6 @@ declare const eden: {
|
|
17234
17027
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
17235
17028
|
eligibilityTokenChainId: number;
|
17236
17029
|
eligibilityTokenAddress: string;
|
17237
|
-
eligibilityTokenSymbol?: string | undefined;
|
17238
|
-
eligibilityTokenDecimals?: number | undefined;
|
17239
17030
|
eligibilityTokenThreshold: number;
|
17240
17031
|
eligibilityDuration: number;
|
17241
17032
|
} | {
|
@@ -17389,18 +17180,9 @@ declare const eden: {
|
|
17389
17180
|
};
|
17390
17181
|
} | undefined;
|
17391
17182
|
}) | ({
|
17392
|
-
campaignType: CampaignType.
|
17393
|
-
|
17394
|
-
blacklist: string[];
|
17395
|
-
endTimestamp: number;
|
17183
|
+
campaignType: CampaignType.JSON_AIRDROP;
|
17184
|
+
jsonUrl: string;
|
17396
17185
|
url?: string | undefined;
|
17397
|
-
hasSlots: boolean;
|
17398
|
-
lockEvent: any;
|
17399
|
-
extendLockEvent?: any;
|
17400
|
-
unlockEvent: any;
|
17401
|
-
curveParameters: any;
|
17402
|
-
lockerContract: string;
|
17403
|
-
forwarders: string[];
|
17404
17186
|
} & {
|
17405
17187
|
rewardToken: string;
|
17406
17188
|
amount: string;
|
@@ -17423,14 +17205,10 @@ declare const eden: {
|
|
17423
17205
|
hookType: import("@package/resources/enums").BOOST;
|
17424
17206
|
boostTokenChainId: number;
|
17425
17207
|
boostTokenAddress: string;
|
17426
|
-
boostTokenSymbol?: string | undefined;
|
17427
|
-
boostTokenDecimals?: number | undefined;
|
17428
17208
|
boostMultiplicator: number;
|
17429
17209
|
} | {
|
17430
17210
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
17431
17211
|
boostTokenAddress: string;
|
17432
|
-
boostTokenDecimals?: number | undefined;
|
17433
|
-
boostTokenSymbol?: string | undefined;
|
17434
17212
|
boostTokenChainId: number;
|
17435
17213
|
boostTokenThreshold: number;
|
17436
17214
|
boostConfiguration: {
|
@@ -17453,8 +17231,6 @@ declare const eden: {
|
|
17453
17231
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
17454
17232
|
eligibilityTokenChainId: number;
|
17455
17233
|
eligibilityTokenAddress: string;
|
17456
|
-
eligibilityTokenSymbol?: string | undefined;
|
17457
|
-
eligibilityTokenDecimals?: number | undefined;
|
17458
17234
|
eligibilityTokenThreshold: number;
|
17459
17235
|
eligibilityDuration: number;
|
17460
17236
|
} | {
|
@@ -17608,12 +17384,18 @@ declare const eden: {
|
|
17608
17384
|
};
|
17609
17385
|
} | undefined;
|
17610
17386
|
}) | ({
|
17611
|
-
campaignType: CampaignType.
|
17387
|
+
campaignType: CampaignType.LOCKER;
|
17388
|
+
whitelist: string[];
|
17389
|
+
blacklist: string[];
|
17612
17390
|
endTimestamp: number;
|
17613
17391
|
url?: string | undefined;
|
17614
|
-
|
17615
|
-
|
17616
|
-
|
17392
|
+
hasSlots: boolean;
|
17393
|
+
lockEvent: any;
|
17394
|
+
extendLockEvent?: any;
|
17395
|
+
unlockEvent: any;
|
17396
|
+
curveParameters: any;
|
17397
|
+
lockerContract: string;
|
17398
|
+
forwarders: string[];
|
17617
17399
|
} & {
|
17618
17400
|
rewardToken: string;
|
17619
17401
|
amount: string;
|
@@ -17636,14 +17418,10 @@ declare const eden: {
|
|
17636
17418
|
hookType: import("@package/resources/enums").BOOST;
|
17637
17419
|
boostTokenChainId: number;
|
17638
17420
|
boostTokenAddress: string;
|
17639
|
-
boostTokenSymbol?: string | undefined;
|
17640
|
-
boostTokenDecimals?: number | undefined;
|
17641
17421
|
boostMultiplicator: number;
|
17642
17422
|
} | {
|
17643
17423
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
17644
17424
|
boostTokenAddress: string;
|
17645
|
-
boostTokenDecimals?: number | undefined;
|
17646
|
-
boostTokenSymbol?: string | undefined;
|
17647
17425
|
boostTokenChainId: number;
|
17648
17426
|
boostTokenThreshold: number;
|
17649
17427
|
boostConfiguration: {
|
@@ -17666,8 +17444,6 @@ declare const eden: {
|
|
17666
17444
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
17667
17445
|
eligibilityTokenChainId: number;
|
17668
17446
|
eligibilityTokenAddress: string;
|
17669
|
-
eligibilityTokenSymbol?: string | undefined;
|
17670
|
-
eligibilityTokenDecimals?: number | undefined;
|
17671
17447
|
eligibilityTokenThreshold: number;
|
17672
17448
|
eligibilityDuration: number;
|
17673
17449
|
} | {
|
@@ -17821,13 +17597,12 @@ declare const eden: {
|
|
17821
17597
|
};
|
17822
17598
|
} | undefined;
|
17823
17599
|
}) | ({
|
17824
|
-
campaignType: CampaignType.
|
17825
|
-
whitelist: string[];
|
17826
|
-
blacklist: string[];
|
17600
|
+
campaignType: CampaignType.MAPPING;
|
17827
17601
|
endTimestamp: number;
|
17828
17602
|
url?: string | undefined;
|
17829
|
-
|
17830
|
-
|
17603
|
+
protocol: any;
|
17604
|
+
fromAddress: string;
|
17605
|
+
toAddress: string;
|
17831
17606
|
} & {
|
17832
17607
|
rewardToken: string;
|
17833
17608
|
amount: string;
|
@@ -17850,14 +17625,10 @@ declare const eden: {
|
|
17850
17625
|
hookType: import("@package/resources/enums").BOOST;
|
17851
17626
|
boostTokenChainId: number;
|
17852
17627
|
boostTokenAddress: string;
|
17853
|
-
boostTokenSymbol?: string | undefined;
|
17854
|
-
boostTokenDecimals?: number | undefined;
|
17855
17628
|
boostMultiplicator: number;
|
17856
17629
|
} | {
|
17857
17630
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
17858
17631
|
boostTokenAddress: string;
|
17859
|
-
boostTokenDecimals?: number | undefined;
|
17860
|
-
boostTokenSymbol?: string | undefined;
|
17861
17632
|
boostTokenChainId: number;
|
17862
17633
|
boostTokenThreshold: number;
|
17863
17634
|
boostConfiguration: {
|
@@ -17880,8 +17651,6 @@ declare const eden: {
|
|
17880
17651
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
17881
17652
|
eligibilityTokenChainId: number;
|
17882
17653
|
eligibilityTokenAddress: string;
|
17883
|
-
eligibilityTokenSymbol?: string | undefined;
|
17884
|
-
eligibilityTokenDecimals?: number | undefined;
|
17885
17654
|
eligibilityTokenThreshold: number;
|
17886
17655
|
eligibilityDuration: number;
|
17887
17656
|
} | {
|
@@ -18035,15 +17804,13 @@ declare const eden: {
|
|
18035
17804
|
};
|
18036
17805
|
} | undefined;
|
18037
17806
|
}) | ({
|
18038
|
-
campaignType: CampaignType.
|
17807
|
+
campaignType: CampaignType.MAVERICK_BP;
|
18039
17808
|
whitelist: string[];
|
18040
17809
|
blacklist: string[];
|
18041
17810
|
endTimestamp: number;
|
18042
17811
|
url?: string | undefined;
|
18043
|
-
|
18044
|
-
|
18045
|
-
targetToken?: string | undefined;
|
18046
|
-
marketId?: string | undefined;
|
17812
|
+
sender: string;
|
17813
|
+
receiver: string;
|
18047
17814
|
} & {
|
18048
17815
|
rewardToken: string;
|
18049
17816
|
amount: string;
|
@@ -18066,14 +17833,10 @@ declare const eden: {
|
|
18066
17833
|
hookType: import("@package/resources/enums").BOOST;
|
18067
17834
|
boostTokenChainId: number;
|
18068
17835
|
boostTokenAddress: string;
|
18069
|
-
boostTokenSymbol?: string | undefined;
|
18070
|
-
boostTokenDecimals?: number | undefined;
|
18071
17836
|
boostMultiplicator: number;
|
18072
17837
|
} | {
|
18073
17838
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
18074
17839
|
boostTokenAddress: string;
|
18075
|
-
boostTokenDecimals?: number | undefined;
|
18076
|
-
boostTokenSymbol?: string | undefined;
|
18077
17840
|
boostTokenChainId: number;
|
18078
17841
|
boostTokenThreshold: number;
|
18079
17842
|
boostConfiguration: {
|
@@ -18096,8 +17859,6 @@ declare const eden: {
|
|
18096
17859
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
18097
17860
|
eligibilityTokenChainId: number;
|
18098
17861
|
eligibilityTokenAddress: string;
|
18099
|
-
eligibilityTokenSymbol?: string | undefined;
|
18100
|
-
eligibilityTokenDecimals?: number | undefined;
|
18101
17862
|
eligibilityTokenThreshold: number;
|
18102
17863
|
eligibilityDuration: number;
|
18103
17864
|
} | {
|
@@ -18251,12 +18012,15 @@ declare const eden: {
|
|
18251
18012
|
};
|
18252
18013
|
} | undefined;
|
18253
18014
|
}) | ({
|
18254
|
-
campaignType: CampaignType.
|
18015
|
+
campaignType: CampaignType.MORPHO;
|
18255
18016
|
whitelist: string[];
|
18256
18017
|
blacklist: string[];
|
18257
18018
|
endTimestamp: number;
|
18258
18019
|
url?: string | undefined;
|
18259
|
-
|
18020
|
+
forwarders: string[];
|
18021
|
+
subCampaignType: import("@package/resources/enums").MorphoSubCampaignType;
|
18022
|
+
targetToken?: string | undefined;
|
18023
|
+
marketId?: string | undefined;
|
18260
18024
|
} & {
|
18261
18025
|
rewardToken: string;
|
18262
18026
|
amount: string;
|
@@ -18279,14 +18043,10 @@ declare const eden: {
|
|
18279
18043
|
hookType: import("@package/resources/enums").BOOST;
|
18280
18044
|
boostTokenChainId: number;
|
18281
18045
|
boostTokenAddress: string;
|
18282
|
-
boostTokenSymbol?: string | undefined;
|
18283
|
-
boostTokenDecimals?: number | undefined;
|
18284
18046
|
boostMultiplicator: number;
|
18285
18047
|
} | {
|
18286
18048
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
18287
18049
|
boostTokenAddress: string;
|
18288
|
-
boostTokenDecimals?: number | undefined;
|
18289
|
-
boostTokenSymbol?: string | undefined;
|
18290
18050
|
boostTokenChainId: number;
|
18291
18051
|
boostTokenThreshold: number;
|
18292
18052
|
boostConfiguration: {
|
@@ -18309,8 +18069,6 @@ declare const eden: {
|
|
18309
18069
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
18310
18070
|
eligibilityTokenChainId: number;
|
18311
18071
|
eligibilityTokenAddress: string;
|
18312
|
-
eligibilityTokenSymbol?: string | undefined;
|
18313
|
-
eligibilityTokenDecimals?: number | undefined;
|
18314
18072
|
eligibilityTokenThreshold: number;
|
18315
18073
|
eligibilityDuration: number;
|
18316
18074
|
} | {
|
@@ -18464,15 +18222,12 @@ declare const eden: {
|
|
18464
18222
|
};
|
18465
18223
|
} | undefined;
|
18466
18224
|
}) | ({
|
18467
|
-
campaignType: CampaignType.
|
18225
|
+
campaignType: CampaignType.MORPHOBORROW;
|
18468
18226
|
whitelist: string[];
|
18469
18227
|
blacklist: string[];
|
18470
18228
|
endTimestamp: number;
|
18471
18229
|
url?: string | undefined;
|
18472
18230
|
market: string;
|
18473
|
-
apr: string;
|
18474
|
-
rewardTokenPricing: boolean;
|
18475
|
-
targetTokenPricing: boolean;
|
18476
18231
|
} & {
|
18477
18232
|
rewardToken: string;
|
18478
18233
|
amount: string;
|
@@ -18495,14 +18250,10 @@ declare const eden: {
|
|
18495
18250
|
hookType: import("@package/resources/enums").BOOST;
|
18496
18251
|
boostTokenChainId: number;
|
18497
18252
|
boostTokenAddress: string;
|
18498
|
-
boostTokenSymbol?: string | undefined;
|
18499
|
-
boostTokenDecimals?: number | undefined;
|
18500
18253
|
boostMultiplicator: number;
|
18501
18254
|
} | {
|
18502
18255
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
18503
18256
|
boostTokenAddress: string;
|
18504
|
-
boostTokenDecimals?: number | undefined;
|
18505
|
-
boostTokenSymbol?: string | undefined;
|
18506
18257
|
boostTokenChainId: number;
|
18507
18258
|
boostTokenThreshold: number;
|
18508
18259
|
boostConfiguration: {
|
@@ -18525,8 +18276,6 @@ declare const eden: {
|
|
18525
18276
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
18526
18277
|
eligibilityTokenChainId: number;
|
18527
18278
|
eligibilityTokenAddress: string;
|
18528
|
-
eligibilityTokenSymbol?: string | undefined;
|
18529
|
-
eligibilityTokenDecimals?: number | undefined;
|
18530
18279
|
eligibilityTokenThreshold: number;
|
18531
18280
|
eligibilityDuration: number;
|
18532
18281
|
} | {
|
@@ -18680,12 +18429,15 @@ declare const eden: {
|
|
18680
18429
|
};
|
18681
18430
|
} | undefined;
|
18682
18431
|
}) | ({
|
18683
|
-
campaignType: CampaignType.
|
18432
|
+
campaignType: CampaignType.MORPHOBORROW_FIXAPR;
|
18684
18433
|
whitelist: string[];
|
18685
18434
|
blacklist: string[];
|
18686
18435
|
endTimestamp: number;
|
18687
18436
|
url?: string | undefined;
|
18688
|
-
|
18437
|
+
market: string;
|
18438
|
+
apr: string;
|
18439
|
+
rewardTokenPricing: boolean;
|
18440
|
+
targetTokenPricing: boolean;
|
18689
18441
|
} & {
|
18690
18442
|
rewardToken: string;
|
18691
18443
|
amount: string;
|
@@ -18708,14 +18460,10 @@ declare const eden: {
|
|
18708
18460
|
hookType: import("@package/resources/enums").BOOST;
|
18709
18461
|
boostTokenChainId: number;
|
18710
18462
|
boostTokenAddress: string;
|
18711
|
-
boostTokenSymbol?: string | undefined;
|
18712
|
-
boostTokenDecimals?: number | undefined;
|
18713
18463
|
boostMultiplicator: number;
|
18714
18464
|
} | {
|
18715
18465
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
18716
18466
|
boostTokenAddress: string;
|
18717
|
-
boostTokenDecimals?: number | undefined;
|
18718
|
-
boostTokenSymbol?: string | undefined;
|
18719
18467
|
boostTokenChainId: number;
|
18720
18468
|
boostTokenThreshold: number;
|
18721
18469
|
boostConfiguration: {
|
@@ -18738,8 +18486,6 @@ declare const eden: {
|
|
18738
18486
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
18739
18487
|
eligibilityTokenChainId: number;
|
18740
18488
|
eligibilityTokenAddress: string;
|
18741
|
-
eligibilityTokenSymbol?: string | undefined;
|
18742
|
-
eligibilityTokenDecimals?: number | undefined;
|
18743
18489
|
eligibilityTokenThreshold: number;
|
18744
18490
|
eligibilityDuration: number;
|
18745
18491
|
} | {
|
@@ -18893,12 +18639,12 @@ declare const eden: {
|
|
18893
18639
|
};
|
18894
18640
|
} | undefined;
|
18895
18641
|
}) | ({
|
18896
|
-
campaignType: CampaignType.
|
18642
|
+
campaignType: CampaignType.MORPHOBORROW_SINGLETOKEN;
|
18897
18643
|
whitelist: string[];
|
18898
18644
|
blacklist: string[];
|
18899
18645
|
endTimestamp: number;
|
18900
18646
|
url?: string | undefined;
|
18901
|
-
|
18647
|
+
targetToken: string;
|
18902
18648
|
} & {
|
18903
18649
|
rewardToken: string;
|
18904
18650
|
amount: string;
|
@@ -18921,14 +18667,10 @@ declare const eden: {
|
|
18921
18667
|
hookType: import("@package/resources/enums").BOOST;
|
18922
18668
|
boostTokenChainId: number;
|
18923
18669
|
boostTokenAddress: string;
|
18924
|
-
boostTokenSymbol?: string | undefined;
|
18925
|
-
boostTokenDecimals?: number | undefined;
|
18926
18670
|
boostMultiplicator: number;
|
18927
18671
|
} | {
|
18928
18672
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
18929
18673
|
boostTokenAddress: string;
|
18930
|
-
boostTokenDecimals?: number | undefined;
|
18931
|
-
boostTokenSymbol?: string | undefined;
|
18932
18674
|
boostTokenChainId: number;
|
18933
18675
|
boostTokenThreshold: number;
|
18934
18676
|
boostConfiguration: {
|
@@ -18951,8 +18693,6 @@ declare const eden: {
|
|
18951
18693
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
18952
18694
|
eligibilityTokenChainId: number;
|
18953
18695
|
eligibilityTokenAddress: string;
|
18954
|
-
eligibilityTokenSymbol?: string | undefined;
|
18955
|
-
eligibilityTokenDecimals?: number | undefined;
|
18956
18696
|
eligibilityTokenThreshold: number;
|
18957
18697
|
eligibilityDuration: number;
|
18958
18698
|
} | {
|
@@ -19106,15 +18846,12 @@ declare const eden: {
|
|
19106
18846
|
};
|
19107
18847
|
} | undefined;
|
19108
18848
|
}) | ({
|
19109
|
-
campaignType: CampaignType.
|
18849
|
+
campaignType: CampaignType.MORPHOCOLLATERAL;
|
19110
18850
|
whitelist: string[];
|
19111
18851
|
blacklist: string[];
|
19112
18852
|
endTimestamp: number;
|
19113
18853
|
url?: string | undefined;
|
19114
18854
|
market: string;
|
19115
|
-
apr: string;
|
19116
|
-
rewardTokenPricing: boolean;
|
19117
|
-
targetTokenPricing: boolean;
|
19118
18855
|
} & {
|
19119
18856
|
rewardToken: string;
|
19120
18857
|
amount: string;
|
@@ -19137,14 +18874,10 @@ declare const eden: {
|
|
19137
18874
|
hookType: import("@package/resources/enums").BOOST;
|
19138
18875
|
boostTokenChainId: number;
|
19139
18876
|
boostTokenAddress: string;
|
19140
|
-
boostTokenSymbol?: string | undefined;
|
19141
|
-
boostTokenDecimals?: number | undefined;
|
19142
18877
|
boostMultiplicator: number;
|
19143
18878
|
} | {
|
19144
18879
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
19145
18880
|
boostTokenAddress: string;
|
19146
|
-
boostTokenDecimals?: number | undefined;
|
19147
|
-
boostTokenSymbol?: string | undefined;
|
19148
18881
|
boostTokenChainId: number;
|
19149
18882
|
boostTokenThreshold: number;
|
19150
18883
|
boostConfiguration: {
|
@@ -19167,8 +18900,6 @@ declare const eden: {
|
|
19167
18900
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
19168
18901
|
eligibilityTokenChainId: number;
|
19169
18902
|
eligibilityTokenAddress: string;
|
19170
|
-
eligibilityTokenSymbol?: string | undefined;
|
19171
|
-
eligibilityTokenDecimals?: number | undefined;
|
19172
18903
|
eligibilityTokenThreshold: number;
|
19173
18904
|
eligibilityDuration: number;
|
19174
18905
|
} | {
|
@@ -19322,12 +19053,15 @@ declare const eden: {
|
|
19322
19053
|
};
|
19323
19054
|
} | undefined;
|
19324
19055
|
}) | ({
|
19325
|
-
campaignType: CampaignType.
|
19056
|
+
campaignType: CampaignType.MORPHOCOLLATERAL_FIXAPR;
|
19326
19057
|
whitelist: string[];
|
19327
19058
|
blacklist: string[];
|
19328
19059
|
endTimestamp: number;
|
19329
19060
|
url?: string | undefined;
|
19330
|
-
|
19061
|
+
market: string;
|
19062
|
+
apr: string;
|
19063
|
+
rewardTokenPricing: boolean;
|
19064
|
+
targetTokenPricing: boolean;
|
19331
19065
|
} & {
|
19332
19066
|
rewardToken: string;
|
19333
19067
|
amount: string;
|
@@ -19350,14 +19084,10 @@ declare const eden: {
|
|
19350
19084
|
hookType: import("@package/resources/enums").BOOST;
|
19351
19085
|
boostTokenChainId: number;
|
19352
19086
|
boostTokenAddress: string;
|
19353
|
-
boostTokenSymbol?: string | undefined;
|
19354
|
-
boostTokenDecimals?: number | undefined;
|
19355
19087
|
boostMultiplicator: number;
|
19356
19088
|
} | {
|
19357
19089
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
19358
19090
|
boostTokenAddress: string;
|
19359
|
-
boostTokenDecimals?: number | undefined;
|
19360
|
-
boostTokenSymbol?: string | undefined;
|
19361
19091
|
boostTokenChainId: number;
|
19362
19092
|
boostTokenThreshold: number;
|
19363
19093
|
boostConfiguration: {
|
@@ -19380,8 +19110,6 @@ declare const eden: {
|
|
19380
19110
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
19381
19111
|
eligibilityTokenChainId: number;
|
19382
19112
|
eligibilityTokenAddress: string;
|
19383
|
-
eligibilityTokenSymbol?: string | undefined;
|
19384
|
-
eligibilityTokenDecimals?: number | undefined;
|
19385
19113
|
eligibilityTokenThreshold: number;
|
19386
19114
|
eligibilityDuration: number;
|
19387
19115
|
} | {
|
@@ -19535,12 +19263,12 @@ declare const eden: {
|
|
19535
19263
|
};
|
19536
19264
|
} | undefined;
|
19537
19265
|
}) | ({
|
19538
|
-
campaignType: CampaignType.
|
19266
|
+
campaignType: CampaignType.MORPHOCOLLATERAL_SINGLETOKEN;
|
19539
19267
|
whitelist: string[];
|
19540
19268
|
blacklist: string[];
|
19541
19269
|
endTimestamp: number;
|
19542
19270
|
url?: string | undefined;
|
19543
|
-
|
19271
|
+
targetToken: string;
|
19544
19272
|
} & {
|
19545
19273
|
rewardToken: string;
|
19546
19274
|
amount: string;
|
@@ -19563,14 +19291,10 @@ declare const eden: {
|
|
19563
19291
|
hookType: import("@package/resources/enums").BOOST;
|
19564
19292
|
boostTokenChainId: number;
|
19565
19293
|
boostTokenAddress: string;
|
19566
|
-
boostTokenSymbol?: string | undefined;
|
19567
|
-
boostTokenDecimals?: number | undefined;
|
19568
19294
|
boostMultiplicator: number;
|
19569
19295
|
} | {
|
19570
19296
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
19571
19297
|
boostTokenAddress: string;
|
19572
|
-
boostTokenDecimals?: number | undefined;
|
19573
|
-
boostTokenSymbol?: string | undefined;
|
19574
19298
|
boostTokenChainId: number;
|
19575
19299
|
boostTokenThreshold: number;
|
19576
19300
|
boostConfiguration: {
|
@@ -19593,8 +19317,6 @@ declare const eden: {
|
|
19593
19317
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
19594
19318
|
eligibilityTokenChainId: number;
|
19595
19319
|
eligibilityTokenAddress: string;
|
19596
|
-
eligibilityTokenSymbol?: string | undefined;
|
19597
|
-
eligibilityTokenDecimals?: number | undefined;
|
19598
19320
|
eligibilityTokenThreshold: number;
|
19599
19321
|
eligibilityDuration: number;
|
19600
19322
|
} | {
|
@@ -19748,15 +19470,12 @@ declare const eden: {
|
|
19748
19470
|
};
|
19749
19471
|
} | undefined;
|
19750
19472
|
}) | ({
|
19751
|
-
campaignType: CampaignType.
|
19473
|
+
campaignType: CampaignType.MORPHOSUPPLY;
|
19752
19474
|
whitelist: string[];
|
19753
19475
|
blacklist: string[];
|
19754
19476
|
endTimestamp: number;
|
19755
19477
|
url?: string | undefined;
|
19756
19478
|
market: string;
|
19757
|
-
apr: string;
|
19758
|
-
rewardTokenPricing: boolean;
|
19759
|
-
targetTokenPricing: boolean;
|
19760
19479
|
} & {
|
19761
19480
|
rewardToken: string;
|
19762
19481
|
amount: string;
|
@@ -19779,14 +19498,10 @@ declare const eden: {
|
|
19779
19498
|
hookType: import("@package/resources/enums").BOOST;
|
19780
19499
|
boostTokenChainId: number;
|
19781
19500
|
boostTokenAddress: string;
|
19782
|
-
boostTokenSymbol?: string | undefined;
|
19783
|
-
boostTokenDecimals?: number | undefined;
|
19784
19501
|
boostMultiplicator: number;
|
19785
19502
|
} | {
|
19786
19503
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
19787
19504
|
boostTokenAddress: string;
|
19788
|
-
boostTokenDecimals?: number | undefined;
|
19789
|
-
boostTokenSymbol?: string | undefined;
|
19790
19505
|
boostTokenChainId: number;
|
19791
19506
|
boostTokenThreshold: number;
|
19792
19507
|
boostConfiguration: {
|
@@ -19809,8 +19524,6 @@ declare const eden: {
|
|
19809
19524
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
19810
19525
|
eligibilityTokenChainId: number;
|
19811
19526
|
eligibilityTokenAddress: string;
|
19812
|
-
eligibilityTokenSymbol?: string | undefined;
|
19813
|
-
eligibilityTokenDecimals?: number | undefined;
|
19814
19527
|
eligibilityTokenThreshold: number;
|
19815
19528
|
eligibilityDuration: number;
|
19816
19529
|
} | {
|
@@ -19964,12 +19677,15 @@ declare const eden: {
|
|
19964
19677
|
};
|
19965
19678
|
} | undefined;
|
19966
19679
|
}) | ({
|
19967
|
-
campaignType: CampaignType.
|
19680
|
+
campaignType: CampaignType.MORPHOSUPPLY_FIXAPR;
|
19968
19681
|
whitelist: string[];
|
19969
19682
|
blacklist: string[];
|
19970
19683
|
endTimestamp: number;
|
19971
19684
|
url?: string | undefined;
|
19972
|
-
|
19685
|
+
market: string;
|
19686
|
+
apr: string;
|
19687
|
+
rewardTokenPricing: boolean;
|
19688
|
+
targetTokenPricing: boolean;
|
19973
19689
|
} & {
|
19974
19690
|
rewardToken: string;
|
19975
19691
|
amount: string;
|
@@ -19992,14 +19708,10 @@ declare const eden: {
|
|
19992
19708
|
hookType: import("@package/resources/enums").BOOST;
|
19993
19709
|
boostTokenChainId: number;
|
19994
19710
|
boostTokenAddress: string;
|
19995
|
-
boostTokenSymbol?: string | undefined;
|
19996
|
-
boostTokenDecimals?: number | undefined;
|
19997
19711
|
boostMultiplicator: number;
|
19998
19712
|
} | {
|
19999
19713
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
20000
19714
|
boostTokenAddress: string;
|
20001
|
-
boostTokenDecimals?: number | undefined;
|
20002
|
-
boostTokenSymbol?: string | undefined;
|
20003
19715
|
boostTokenChainId: number;
|
20004
19716
|
boostTokenThreshold: number;
|
20005
19717
|
boostConfiguration: {
|
@@ -20022,8 +19734,6 @@ declare const eden: {
|
|
20022
19734
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
20023
19735
|
eligibilityTokenChainId: number;
|
20024
19736
|
eligibilityTokenAddress: string;
|
20025
|
-
eligibilityTokenSymbol?: string | undefined;
|
20026
|
-
eligibilityTokenDecimals?: number | undefined;
|
20027
19737
|
eligibilityTokenThreshold: number;
|
20028
19738
|
eligibilityDuration: number;
|
20029
19739
|
} | {
|
@@ -20177,12 +19887,12 @@ declare const eden: {
|
|
20177
19887
|
};
|
20178
19888
|
} | undefined;
|
20179
19889
|
}) | ({
|
20180
|
-
campaignType: CampaignType.
|
19890
|
+
campaignType: CampaignType.MORPHOVAULT;
|
20181
19891
|
whitelist: string[];
|
20182
19892
|
blacklist: string[];
|
20183
19893
|
endTimestamp: number;
|
20184
19894
|
url?: string | undefined;
|
20185
|
-
|
19895
|
+
targetToken: string;
|
20186
19896
|
} & {
|
20187
19897
|
rewardToken: string;
|
20188
19898
|
amount: string;
|
@@ -20205,14 +19915,10 @@ declare const eden: {
|
|
20205
19915
|
hookType: import("@package/resources/enums").BOOST;
|
20206
19916
|
boostTokenChainId: number;
|
20207
19917
|
boostTokenAddress: string;
|
20208
|
-
boostTokenSymbol?: string | undefined;
|
20209
|
-
boostTokenDecimals?: number | undefined;
|
20210
19918
|
boostMultiplicator: number;
|
20211
19919
|
} | {
|
20212
19920
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
20213
19921
|
boostTokenAddress: string;
|
20214
|
-
boostTokenDecimals?: number | undefined;
|
20215
|
-
boostTokenSymbol?: string | undefined;
|
20216
19922
|
boostTokenChainId: number;
|
20217
19923
|
boostTokenThreshold: number;
|
20218
19924
|
boostConfiguration: {
|
@@ -20235,8 +19941,6 @@ declare const eden: {
|
|
20235
19941
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
20236
19942
|
eligibilityTokenChainId: number;
|
20237
19943
|
eligibilityTokenAddress: string;
|
20238
|
-
eligibilityTokenSymbol?: string | undefined;
|
20239
|
-
eligibilityTokenDecimals?: number | undefined;
|
20240
19944
|
eligibilityTokenThreshold: number;
|
20241
19945
|
eligibilityDuration: number;
|
20242
19946
|
} | {
|
@@ -20390,13 +20094,12 @@ declare const eden: {
|
|
20390
20094
|
};
|
20391
20095
|
} | undefined;
|
20392
20096
|
}) | ({
|
20393
|
-
campaignType: CampaignType.
|
20097
|
+
campaignType: CampaignType.MULTILENDBORROW;
|
20394
20098
|
whitelist: string[];
|
20395
20099
|
blacklist: string[];
|
20396
20100
|
endTimestamp: number;
|
20397
20101
|
url?: string | undefined;
|
20398
|
-
|
20399
|
-
composedCampaignsCompute: string;
|
20102
|
+
markets: any[];
|
20400
20103
|
} & {
|
20401
20104
|
rewardToken: string;
|
20402
20105
|
amount: string;
|
@@ -20419,14 +20122,10 @@ declare const eden: {
|
|
20419
20122
|
hookType: import("@package/resources/enums").BOOST;
|
20420
20123
|
boostTokenChainId: number;
|
20421
20124
|
boostTokenAddress: string;
|
20422
|
-
boostTokenSymbol?: string | undefined;
|
20423
|
-
boostTokenDecimals?: number | undefined;
|
20424
20125
|
boostMultiplicator: number;
|
20425
20126
|
} | {
|
20426
20127
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
20427
20128
|
boostTokenAddress: string;
|
20428
|
-
boostTokenDecimals?: number | undefined;
|
20429
|
-
boostTokenSymbol?: string | undefined;
|
20430
20129
|
boostTokenChainId: number;
|
20431
20130
|
boostTokenThreshold: number;
|
20432
20131
|
boostConfiguration: {
|
@@ -20449,8 +20148,6 @@ declare const eden: {
|
|
20449
20148
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
20450
20149
|
eligibilityTokenChainId: number;
|
20451
20150
|
eligibilityTokenAddress: string;
|
20452
|
-
eligibilityTokenSymbol?: string | undefined;
|
20453
|
-
eligibilityTokenDecimals?: number | undefined;
|
20454
20151
|
eligibilityTokenThreshold: number;
|
20455
20152
|
eligibilityDuration: number;
|
20456
20153
|
} | {
|
@@ -20604,7 +20301,7 @@ declare const eden: {
|
|
20604
20301
|
};
|
20605
20302
|
} | undefined;
|
20606
20303
|
}) | ({
|
20607
|
-
campaignType: CampaignType.
|
20304
|
+
campaignType: CampaignType.MULTILOG;
|
20608
20305
|
whitelist: string[];
|
20609
20306
|
blacklist: string[];
|
20610
20307
|
endTimestamp: number;
|
@@ -20633,14 +20330,10 @@ declare const eden: {
|
|
20633
20330
|
hookType: import("@package/resources/enums").BOOST;
|
20634
20331
|
boostTokenChainId: number;
|
20635
20332
|
boostTokenAddress: string;
|
20636
|
-
boostTokenSymbol?: string | undefined;
|
20637
|
-
boostTokenDecimals?: number | undefined;
|
20638
20333
|
boostMultiplicator: number;
|
20639
20334
|
} | {
|
20640
20335
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
20641
20336
|
boostTokenAddress: string;
|
20642
|
-
boostTokenDecimals?: number | undefined;
|
20643
|
-
boostTokenSymbol?: string | undefined;
|
20644
20337
|
boostTokenChainId: number;
|
20645
20338
|
boostTokenThreshold: number;
|
20646
20339
|
boostConfiguration: {
|
@@ -20663,8 +20356,6 @@ declare const eden: {
|
|
20663
20356
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
20664
20357
|
eligibilityTokenChainId: number;
|
20665
20358
|
eligibilityTokenAddress: string;
|
20666
|
-
eligibilityTokenSymbol?: string | undefined;
|
20667
|
-
eligibilityTokenDecimals?: number | undefined;
|
20668
20359
|
eligibilityTokenThreshold: number;
|
20669
20360
|
eligibilityDuration: number;
|
20670
20361
|
} | {
|
@@ -20818,13 +20509,13 @@ declare const eden: {
|
|
20818
20509
|
};
|
20819
20510
|
} | undefined;
|
20820
20511
|
}) | ({
|
20821
|
-
campaignType: CampaignType.
|
20512
|
+
campaignType: CampaignType.MULTILOG_DUTCH;
|
20822
20513
|
whitelist: string[];
|
20823
20514
|
blacklist: string[];
|
20824
20515
|
endTimestamp: number;
|
20825
|
-
|
20826
|
-
|
20827
|
-
|
20516
|
+
url?: string | undefined;
|
20517
|
+
composedCampaigns: any[];
|
20518
|
+
composedCampaignsCompute: string;
|
20828
20519
|
} & {
|
20829
20520
|
rewardToken: string;
|
20830
20521
|
amount: string;
|
@@ -20847,14 +20538,10 @@ declare const eden: {
|
|
20847
20538
|
hookType: import("@package/resources/enums").BOOST;
|
20848
20539
|
boostTokenChainId: number;
|
20849
20540
|
boostTokenAddress: string;
|
20850
|
-
boostTokenSymbol?: string | undefined;
|
20851
|
-
boostTokenDecimals?: number | undefined;
|
20852
20541
|
boostMultiplicator: number;
|
20853
20542
|
} | {
|
20854
20543
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
20855
20544
|
boostTokenAddress: string;
|
20856
|
-
boostTokenDecimals?: number | undefined;
|
20857
|
-
boostTokenSymbol?: string | undefined;
|
20858
20545
|
boostTokenChainId: number;
|
20859
20546
|
boostTokenThreshold: number;
|
20860
20547
|
boostConfiguration: {
|
@@ -20877,8 +20564,6 @@ declare const eden: {
|
|
20877
20564
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
20878
20565
|
eligibilityTokenChainId: number;
|
20879
20566
|
eligibilityTokenAddress: string;
|
20880
|
-
eligibilityTokenSymbol?: string | undefined;
|
20881
|
-
eligibilityTokenDecimals?: number | undefined;
|
20882
20567
|
eligibilityTokenThreshold: number;
|
20883
20568
|
eligibilityDuration: number;
|
20884
20569
|
} | {
|
@@ -21032,12 +20717,13 @@ declare const eden: {
|
|
21032
20717
|
};
|
21033
20718
|
} | undefined;
|
21034
20719
|
}) | ({
|
21035
|
-
campaignType: CampaignType.
|
20720
|
+
campaignType: CampaignType.RADIANT;
|
21036
20721
|
whitelist: string[];
|
21037
20722
|
blacklist: string[];
|
21038
20723
|
endTimestamp: number;
|
21039
|
-
|
21040
|
-
|
20724
|
+
targetToken: string;
|
20725
|
+
forwarders: string[];
|
20726
|
+
capInUSD?: string | undefined;
|
21041
20727
|
} & {
|
21042
20728
|
rewardToken: string;
|
21043
20729
|
amount: string;
|
@@ -21060,14 +20746,10 @@ declare const eden: {
|
|
21060
20746
|
hookType: import("@package/resources/enums").BOOST;
|
21061
20747
|
boostTokenChainId: number;
|
21062
20748
|
boostTokenAddress: string;
|
21063
|
-
boostTokenSymbol?: string | undefined;
|
21064
|
-
boostTokenDecimals?: number | undefined;
|
21065
20749
|
boostMultiplicator: number;
|
21066
20750
|
} | {
|
21067
20751
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
21068
20752
|
boostTokenAddress: string;
|
21069
|
-
boostTokenDecimals?: number | undefined;
|
21070
|
-
boostTokenSymbol?: string | undefined;
|
21071
20753
|
boostTokenChainId: number;
|
21072
20754
|
boostTokenThreshold: number;
|
21073
20755
|
boostConfiguration: {
|
@@ -21090,8 +20772,6 @@ declare const eden: {
|
|
21090
20772
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
21091
20773
|
eligibilityTokenChainId: number;
|
21092
20774
|
eligibilityTokenAddress: string;
|
21093
|
-
eligibilityTokenSymbol?: string | undefined;
|
21094
|
-
eligibilityTokenDecimals?: number | undefined;
|
21095
20775
|
eligibilityTokenThreshold: number;
|
21096
20776
|
eligibilityDuration: number;
|
21097
20777
|
} | {
|
@@ -21245,14 +20925,12 @@ declare const eden: {
|
|
21245
20925
|
};
|
21246
20926
|
} | undefined;
|
21247
20927
|
}) | ({
|
21248
|
-
campaignType: CampaignType.
|
20928
|
+
campaignType: CampaignType.SATOSHI_VAULT;
|
21249
20929
|
whitelist: string[];
|
21250
20930
|
blacklist: string[];
|
21251
|
-
subCampaignType: import("@package/resources/enums").SILOSubCampaignType;
|
21252
20931
|
endTimestamp: number;
|
21253
|
-
|
21254
|
-
|
21255
|
-
forwarders: string[];
|
20932
|
+
url?: string | undefined;
|
20933
|
+
vaultAddress: string;
|
21256
20934
|
} & {
|
21257
20935
|
rewardToken: string;
|
21258
20936
|
amount: string;
|
@@ -21275,14 +20953,10 @@ declare const eden: {
|
|
21275
20953
|
hookType: import("@package/resources/enums").BOOST;
|
21276
20954
|
boostTokenChainId: number;
|
21277
20955
|
boostTokenAddress: string;
|
21278
|
-
boostTokenSymbol?: string | undefined;
|
21279
|
-
boostTokenDecimals?: number | undefined;
|
21280
20956
|
boostMultiplicator: number;
|
21281
20957
|
} | {
|
21282
20958
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
21283
20959
|
boostTokenAddress: string;
|
21284
|
-
boostTokenDecimals?: number | undefined;
|
21285
|
-
boostTokenSymbol?: string | undefined;
|
21286
20960
|
boostTokenChainId: number;
|
21287
20961
|
boostTokenThreshold: number;
|
21288
20962
|
boostConfiguration: {
|
@@ -21305,8 +20979,6 @@ declare const eden: {
|
|
21305
20979
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
21306
20980
|
eligibilityTokenChainId: number;
|
21307
20981
|
eligibilityTokenAddress: string;
|
21308
|
-
eligibilityTokenSymbol?: string | undefined;
|
21309
|
-
eligibilityTokenDecimals?: number | undefined;
|
21310
20982
|
eligibilityTokenThreshold: number;
|
21311
20983
|
eligibilityDuration: number;
|
21312
20984
|
} | {
|
@@ -21460,12 +21132,14 @@ declare const eden: {
|
|
21460
21132
|
};
|
21461
21133
|
} | undefined;
|
21462
21134
|
}) | ({
|
21463
|
-
campaignType: CampaignType.
|
21135
|
+
campaignType: CampaignType.SILO;
|
21464
21136
|
whitelist: string[];
|
21465
21137
|
blacklist: string[];
|
21138
|
+
subCampaignType: import("@package/resources/enums").SILOSubCampaignType;
|
21466
21139
|
endTimestamp: number;
|
21467
|
-
url?: string | undefined;
|
21468
21140
|
targetToken: string;
|
21141
|
+
repository: string;
|
21142
|
+
forwarders: string[];
|
21469
21143
|
} & {
|
21470
21144
|
rewardToken: string;
|
21471
21145
|
amount: string;
|
@@ -21488,14 +21162,10 @@ declare const eden: {
|
|
21488
21162
|
hookType: import("@package/resources/enums").BOOST;
|
21489
21163
|
boostTokenChainId: number;
|
21490
21164
|
boostTokenAddress: string;
|
21491
|
-
boostTokenSymbol?: string | undefined;
|
21492
|
-
boostTokenDecimals?: number | undefined;
|
21493
21165
|
boostMultiplicator: number;
|
21494
21166
|
} | {
|
21495
21167
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
21496
21168
|
boostTokenAddress: string;
|
21497
|
-
boostTokenDecimals?: number | undefined;
|
21498
|
-
boostTokenSymbol?: string | undefined;
|
21499
21169
|
boostTokenChainId: number;
|
21500
21170
|
boostTokenThreshold: number;
|
21501
21171
|
boostConfiguration: {
|
@@ -21518,8 +21188,6 @@ declare const eden: {
|
|
21518
21188
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
21519
21189
|
eligibilityTokenChainId: number;
|
21520
21190
|
eligibilityTokenAddress: string;
|
21521
|
-
eligibilityTokenSymbol?: string | undefined;
|
21522
|
-
eligibilityTokenDecimals?: number | undefined;
|
21523
21191
|
eligibilityTokenThreshold: number;
|
21524
21192
|
eligibilityDuration: number;
|
21525
21193
|
} | {
|
@@ -21673,7 +21341,7 @@ declare const eden: {
|
|
21673
21341
|
};
|
21674
21342
|
} | undefined;
|
21675
21343
|
}) | ({
|
21676
|
-
campaignType: CampaignType.
|
21344
|
+
campaignType: CampaignType.STABULLSTAKING;
|
21677
21345
|
whitelist: string[];
|
21678
21346
|
blacklist: string[];
|
21679
21347
|
endTimestamp: number;
|
@@ -21701,14 +21369,10 @@ declare const eden: {
|
|
21701
21369
|
hookType: import("@package/resources/enums").BOOST;
|
21702
21370
|
boostTokenChainId: number;
|
21703
21371
|
boostTokenAddress: string;
|
21704
|
-
boostTokenSymbol?: string | undefined;
|
21705
|
-
boostTokenDecimals?: number | undefined;
|
21706
21372
|
boostMultiplicator: number;
|
21707
21373
|
} | {
|
21708
21374
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
21709
21375
|
boostTokenAddress: string;
|
21710
|
-
boostTokenDecimals?: number | undefined;
|
21711
|
-
boostTokenSymbol?: string | undefined;
|
21712
21376
|
boostTokenChainId: number;
|
21713
21377
|
boostTokenThreshold: number;
|
21714
21378
|
boostConfiguration: {
|
@@ -21731,8 +21395,6 @@ declare const eden: {
|
|
21731
21395
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
21732
21396
|
eligibilityTokenChainId: number;
|
21733
21397
|
eligibilityTokenAddress: string;
|
21734
|
-
eligibilityTokenSymbol?: string | undefined;
|
21735
|
-
eligibilityTokenDecimals?: number | undefined;
|
21736
21398
|
eligibilityTokenThreshold: number;
|
21737
21399
|
eligibilityDuration: number;
|
21738
21400
|
} | {
|
@@ -21886,7 +21548,7 @@ declare const eden: {
|
|
21886
21548
|
};
|
21887
21549
|
} | undefined;
|
21888
21550
|
}) | ({
|
21889
|
-
campaignType: CampaignType.
|
21551
|
+
campaignType: CampaignType.STAKEDAO_CURVEVAULT;
|
21890
21552
|
whitelist: string[];
|
21891
21553
|
blacklist: string[];
|
21892
21554
|
endTimestamp: number;
|
@@ -21914,14 +21576,10 @@ declare const eden: {
|
|
21914
21576
|
hookType: import("@package/resources/enums").BOOST;
|
21915
21577
|
boostTokenChainId: number;
|
21916
21578
|
boostTokenAddress: string;
|
21917
|
-
boostTokenSymbol?: string | undefined;
|
21918
|
-
boostTokenDecimals?: number | undefined;
|
21919
21579
|
boostMultiplicator: number;
|
21920
21580
|
} | {
|
21921
21581
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
21922
21582
|
boostTokenAddress: string;
|
21923
|
-
boostTokenDecimals?: number | undefined;
|
21924
|
-
boostTokenSymbol?: string | undefined;
|
21925
21583
|
boostTokenChainId: number;
|
21926
21584
|
boostTokenThreshold: number;
|
21927
21585
|
boostConfiguration: {
|
@@ -21944,8 +21602,6 @@ declare const eden: {
|
|
21944
21602
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
21945
21603
|
eligibilityTokenChainId: number;
|
21946
21604
|
eligibilityTokenAddress: string;
|
21947
|
-
eligibilityTokenSymbol?: string | undefined;
|
21948
|
-
eligibilityTokenDecimals?: number | undefined;
|
21949
21605
|
eligibilityTokenThreshold: number;
|
21950
21606
|
eligibilityDuration: number;
|
21951
21607
|
} | {
|
@@ -22099,12 +21755,12 @@ declare const eden: {
|
|
22099
21755
|
};
|
22100
21756
|
} | undefined;
|
22101
21757
|
}) | ({
|
22102
|
-
campaignType: CampaignType.
|
21758
|
+
campaignType: CampaignType.STAKEDAO_VAULT;
|
22103
21759
|
whitelist: string[];
|
22104
21760
|
blacklist: string[];
|
22105
21761
|
endTimestamp: number;
|
22106
21762
|
url?: string | undefined;
|
22107
|
-
|
21763
|
+
targetToken: string;
|
22108
21764
|
} & {
|
22109
21765
|
rewardToken: string;
|
22110
21766
|
amount: string;
|
@@ -22127,14 +21783,10 @@ declare const eden: {
|
|
22127
21783
|
hookType: import("@package/resources/enums").BOOST;
|
22128
21784
|
boostTokenChainId: number;
|
22129
21785
|
boostTokenAddress: string;
|
22130
|
-
boostTokenSymbol?: string | undefined;
|
22131
|
-
boostTokenDecimals?: number | undefined;
|
22132
21786
|
boostMultiplicator: number;
|
22133
21787
|
} | {
|
22134
21788
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
22135
21789
|
boostTokenAddress: string;
|
22136
|
-
boostTokenDecimals?: number | undefined;
|
22137
|
-
boostTokenSymbol?: string | undefined;
|
22138
21790
|
boostTokenChainId: number;
|
22139
21791
|
boostTokenThreshold: number;
|
22140
21792
|
boostConfiguration: {
|
@@ -22157,8 +21809,6 @@ declare const eden: {
|
|
22157
21809
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
22158
21810
|
eligibilityTokenChainId: number;
|
22159
21811
|
eligibilityTokenAddress: string;
|
22160
|
-
eligibilityTokenSymbol?: string | undefined;
|
22161
|
-
eligibilityTokenDecimals?: number | undefined;
|
22162
21812
|
eligibilityTokenThreshold: number;
|
22163
21813
|
eligibilityDuration: number;
|
22164
21814
|
} | {
|
@@ -22312,12 +21962,12 @@ declare const eden: {
|
|
22312
21962
|
};
|
22313
21963
|
} | undefined;
|
22314
21964
|
}) | ({
|
22315
|
-
campaignType: CampaignType.
|
21965
|
+
campaignType: CampaignType.SUMMERFINANCE_VAULT;
|
22316
21966
|
whitelist: string[];
|
22317
21967
|
blacklist: string[];
|
22318
21968
|
endTimestamp: number;
|
22319
21969
|
url?: string | undefined;
|
22320
|
-
|
21970
|
+
vaultAddress: string;
|
22321
21971
|
} & {
|
22322
21972
|
rewardToken: string;
|
22323
21973
|
amount: string;
|
@@ -22340,14 +21990,10 @@ declare const eden: {
|
|
22340
21990
|
hookType: import("@package/resources/enums").BOOST;
|
22341
21991
|
boostTokenChainId: number;
|
22342
21992
|
boostTokenAddress: string;
|
22343
|
-
boostTokenSymbol?: string | undefined;
|
22344
|
-
boostTokenDecimals?: number | undefined;
|
22345
21993
|
boostMultiplicator: number;
|
22346
21994
|
} | {
|
22347
21995
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
22348
21996
|
boostTokenAddress: string;
|
22349
|
-
boostTokenDecimals?: number | undefined;
|
22350
|
-
boostTokenSymbol?: string | undefined;
|
22351
21997
|
boostTokenChainId: number;
|
22352
21998
|
boostTokenThreshold: number;
|
22353
21999
|
boostConfiguration: {
|
@@ -22370,8 +22016,6 @@ declare const eden: {
|
|
22370
22016
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
22371
22017
|
eligibilityTokenChainId: number;
|
22372
22018
|
eligibilityTokenAddress: string;
|
22373
|
-
eligibilityTokenSymbol?: string | undefined;
|
22374
|
-
eligibilityTokenDecimals?: number | undefined;
|
22375
22019
|
eligibilityTokenThreshold: number;
|
22376
22020
|
eligibilityDuration: number;
|
22377
22021
|
} | {
|
@@ -22525,12 +22169,12 @@ declare const eden: {
|
|
22525
22169
|
};
|
22526
22170
|
} | undefined;
|
22527
22171
|
}) | ({
|
22528
|
-
campaignType: CampaignType.
|
22172
|
+
campaignType: CampaignType.SYMBIOTIC_VAULT;
|
22529
22173
|
whitelist: string[];
|
22530
22174
|
blacklist: string[];
|
22531
22175
|
endTimestamp: number;
|
22532
22176
|
url?: string | undefined;
|
22533
|
-
|
22177
|
+
vaultContract: string;
|
22534
22178
|
} & {
|
22535
22179
|
rewardToken: string;
|
22536
22180
|
amount: string;
|
@@ -22553,14 +22197,10 @@ declare const eden: {
|
|
22553
22197
|
hookType: import("@package/resources/enums").BOOST;
|
22554
22198
|
boostTokenChainId: number;
|
22555
22199
|
boostTokenAddress: string;
|
22556
|
-
boostTokenSymbol?: string | undefined;
|
22557
|
-
boostTokenDecimals?: number | undefined;
|
22558
22200
|
boostMultiplicator: number;
|
22559
22201
|
} | {
|
22560
22202
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
22561
22203
|
boostTokenAddress: string;
|
22562
|
-
boostTokenDecimals?: number | undefined;
|
22563
|
-
boostTokenSymbol?: string | undefined;
|
22564
22204
|
boostTokenChainId: number;
|
22565
22205
|
boostTokenThreshold: number;
|
22566
22206
|
boostConfiguration: {
|
@@ -22583,8 +22223,6 @@ declare const eden: {
|
|
22583
22223
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
22584
22224
|
eligibilityTokenChainId: number;
|
22585
22225
|
eligibilityTokenAddress: string;
|
22586
|
-
eligibilityTokenSymbol?: string | undefined;
|
22587
|
-
eligibilityTokenDecimals?: number | undefined;
|
22588
22226
|
eligibilityTokenThreshold: number;
|
22589
22227
|
eligibilityDuration: number;
|
22590
22228
|
} | {
|
@@ -22738,12 +22376,12 @@ declare const eden: {
|
|
22738
22376
|
};
|
22739
22377
|
} | undefined;
|
22740
22378
|
}) | ({
|
22741
|
-
campaignType: CampaignType.
|
22379
|
+
campaignType: CampaignType.SYNCSWAP_VAULT;
|
22742
22380
|
whitelist: string[];
|
22743
22381
|
blacklist: string[];
|
22744
22382
|
endTimestamp: number;
|
22745
22383
|
url?: string | undefined;
|
22746
|
-
|
22384
|
+
vaultAddress: string;
|
22747
22385
|
} & {
|
22748
22386
|
rewardToken: string;
|
22749
22387
|
amount: string;
|
@@ -22766,14 +22404,10 @@ declare const eden: {
|
|
22766
22404
|
hookType: import("@package/resources/enums").BOOST;
|
22767
22405
|
boostTokenChainId: number;
|
22768
22406
|
boostTokenAddress: string;
|
22769
|
-
boostTokenSymbol?: string | undefined;
|
22770
|
-
boostTokenDecimals?: number | undefined;
|
22771
22407
|
boostMultiplicator: number;
|
22772
22408
|
} | {
|
22773
22409
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
22774
22410
|
boostTokenAddress: string;
|
22775
|
-
boostTokenDecimals?: number | undefined;
|
22776
|
-
boostTokenSymbol?: string | undefined;
|
22777
22411
|
boostTokenChainId: number;
|
22778
22412
|
boostTokenThreshold: number;
|
22779
22413
|
boostConfiguration: {
|
@@ -22796,8 +22430,6 @@ declare const eden: {
|
|
22796
22430
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
22797
22431
|
eligibilityTokenChainId: number;
|
22798
22432
|
eligibilityTokenAddress: string;
|
22799
|
-
eligibilityTokenSymbol?: string | undefined;
|
22800
|
-
eligibilityTokenDecimals?: number | undefined;
|
22801
22433
|
eligibilityTokenThreshold: number;
|
22802
22434
|
eligibilityDuration: number;
|
22803
22435
|
} | {
|
@@ -22951,12 +22583,12 @@ declare const eden: {
|
|
22951
22583
|
};
|
22952
22584
|
} | undefined;
|
22953
22585
|
}) | ({
|
22954
|
-
campaignType: CampaignType.
|
22586
|
+
campaignType: CampaignType.MORPHOSUPPLY_SINGLETOKEN;
|
22955
22587
|
whitelist: string[];
|
22956
22588
|
blacklist: string[];
|
22957
22589
|
endTimestamp: number;
|
22958
22590
|
url?: string | undefined;
|
22959
|
-
|
22591
|
+
targetToken: string;
|
22960
22592
|
} & {
|
22961
22593
|
rewardToken: string;
|
22962
22594
|
amount: string;
|
@@ -22979,14 +22611,10 @@ declare const eden: {
|
|
22979
22611
|
hookType: import("@package/resources/enums").BOOST;
|
22980
22612
|
boostTokenChainId: number;
|
22981
22613
|
boostTokenAddress: string;
|
22982
|
-
boostTokenSymbol?: string | undefined;
|
22983
|
-
boostTokenDecimals?: number | undefined;
|
22984
22614
|
boostMultiplicator: number;
|
22985
22615
|
} | {
|
22986
22616
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
22987
22617
|
boostTokenAddress: string;
|
22988
|
-
boostTokenDecimals?: number | undefined;
|
22989
|
-
boostTokenSymbol?: string | undefined;
|
22990
22618
|
boostTokenChainId: number;
|
22991
22619
|
boostTokenThreshold: number;
|
22992
22620
|
boostConfiguration: {
|
@@ -23009,8 +22637,6 @@ declare const eden: {
|
|
23009
22637
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
23010
22638
|
eligibilityTokenChainId: number;
|
23011
22639
|
eligibilityTokenAddress: string;
|
23012
|
-
eligibilityTokenSymbol?: string | undefined;
|
23013
|
-
eligibilityTokenDecimals?: number | undefined;
|
23014
22640
|
eligibilityTokenThreshold: number;
|
23015
22641
|
eligibilityDuration: number;
|
23016
22642
|
} | {
|
@@ -23164,20 +22790,12 @@ declare const eden: {
|
|
23164
22790
|
};
|
23165
22791
|
} | undefined;
|
23166
22792
|
}) | ({
|
23167
|
-
campaignType: CampaignType.
|
22793
|
+
campaignType: CampaignType.TERM_FINANCE;
|
23168
22794
|
whitelist: string[];
|
23169
22795
|
blacklist: string[];
|
23170
22796
|
endTimestamp: number;
|
23171
22797
|
url?: string | undefined;
|
23172
|
-
|
23173
|
-
isOutOfRangeIncentivized: boolean;
|
23174
|
-
weightFees: number;
|
23175
|
-
weightToken0: number;
|
23176
|
-
weightToken1: number;
|
23177
|
-
lowerPriceBond?: number | undefined;
|
23178
|
-
upperPriceBond?: number | undefined;
|
23179
|
-
lowerPriceTolerance?: number | undefined;
|
23180
|
-
upperPriceTolerance?: number | undefined;
|
22798
|
+
collateral: string;
|
23181
22799
|
} & {
|
23182
22800
|
rewardToken: string;
|
23183
22801
|
amount: string;
|
@@ -23200,14 +22818,10 @@ declare const eden: {
|
|
23200
22818
|
hookType: import("@package/resources/enums").BOOST;
|
23201
22819
|
boostTokenChainId: number;
|
23202
22820
|
boostTokenAddress: string;
|
23203
|
-
boostTokenSymbol?: string | undefined;
|
23204
|
-
boostTokenDecimals?: number | undefined;
|
23205
22821
|
boostMultiplicator: number;
|
23206
22822
|
} | {
|
23207
22823
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
23208
22824
|
boostTokenAddress: string;
|
23209
|
-
boostTokenDecimals?: number | undefined;
|
23210
|
-
boostTokenSymbol?: string | undefined;
|
23211
22825
|
boostTokenChainId: number;
|
23212
22826
|
boostTokenThreshold: number;
|
23213
22827
|
boostConfiguration: {
|
@@ -23230,8 +22844,6 @@ declare const eden: {
|
|
23230
22844
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
23231
22845
|
eligibilityTokenChainId: number;
|
23232
22846
|
eligibilityTokenAddress: string;
|
23233
|
-
eligibilityTokenSymbol?: string | undefined;
|
23234
|
-
eligibilityTokenDecimals?: number | undefined;
|
23235
22847
|
eligibilityTokenThreshold: number;
|
23236
22848
|
eligibilityDuration: number;
|
23237
22849
|
} | {
|
@@ -23385,7 +22997,7 @@ declare const eden: {
|
|
23385
22997
|
};
|
23386
22998
|
} | undefined;
|
23387
22999
|
}) | ({
|
23388
|
-
campaignType: CampaignType.
|
23000
|
+
campaignType: CampaignType.UNISWAP_V3;
|
23389
23001
|
whitelist: string[];
|
23390
23002
|
blacklist: string[];
|
23391
23003
|
endTimestamp: number;
|
@@ -23421,14 +23033,10 @@ declare const eden: {
|
|
23421
23033
|
hookType: import("@package/resources/enums").BOOST;
|
23422
23034
|
boostTokenChainId: number;
|
23423
23035
|
boostTokenAddress: string;
|
23424
|
-
boostTokenSymbol?: string | undefined;
|
23425
|
-
boostTokenDecimals?: number | undefined;
|
23426
23036
|
boostMultiplicator: number;
|
23427
23037
|
} | {
|
23428
23038
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
23429
23039
|
boostTokenAddress: string;
|
23430
|
-
boostTokenDecimals?: number | undefined;
|
23431
|
-
boostTokenSymbol?: string | undefined;
|
23432
23040
|
boostTokenChainId: number;
|
23433
23041
|
boostTokenThreshold: number;
|
23434
23042
|
boostConfiguration: {
|
@@ -23451,8 +23059,6 @@ declare const eden: {
|
|
23451
23059
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
23452
23060
|
eligibilityTokenChainId: number;
|
23453
23061
|
eligibilityTokenAddress: string;
|
23454
|
-
eligibilityTokenSymbol?: string | undefined;
|
23455
|
-
eligibilityTokenDecimals?: number | undefined;
|
23456
23062
|
eligibilityTokenThreshold: number;
|
23457
23063
|
eligibilityDuration: number;
|
23458
23064
|
} | {
|
@@ -23633,14 +23239,10 @@ declare const eden: {
|
|
23633
23239
|
hookType: import("@package/resources/enums").BOOST;
|
23634
23240
|
boostTokenChainId: number;
|
23635
23241
|
boostTokenAddress: string;
|
23636
|
-
boostTokenSymbol?: string | undefined;
|
23637
|
-
boostTokenDecimals?: number | undefined;
|
23638
23242
|
boostMultiplicator: number;
|
23639
23243
|
} | {
|
23640
23244
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
23641
23245
|
boostTokenAddress: string;
|
23642
|
-
boostTokenDecimals?: number | undefined;
|
23643
|
-
boostTokenSymbol?: string | undefined;
|
23644
23246
|
boostTokenChainId: number;
|
23645
23247
|
boostTokenThreshold: number;
|
23646
23248
|
boostConfiguration: {
|
@@ -23663,8 +23265,6 @@ declare const eden: {
|
|
23663
23265
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
23664
23266
|
eligibilityTokenChainId: number;
|
23665
23267
|
eligibilityTokenAddress: string;
|
23666
|
-
eligibilityTokenSymbol?: string | undefined;
|
23667
|
-
eligibilityTokenDecimals?: number | undefined;
|
23668
23268
|
eligibilityTokenThreshold: number;
|
23669
23269
|
eligibilityDuration: number;
|
23670
23270
|
} | {
|
@@ -23847,14 +23447,10 @@ declare const eden: {
|
|
23847
23447
|
hookType: import("@package/resources/enums").BOOST;
|
23848
23448
|
boostTokenChainId: number;
|
23849
23449
|
boostTokenAddress: string;
|
23850
|
-
boostTokenSymbol?: string | undefined;
|
23851
|
-
boostTokenDecimals?: number | undefined;
|
23852
23450
|
boostMultiplicator: number;
|
23853
23451
|
} | {
|
23854
23452
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
23855
23453
|
boostTokenAddress: string;
|
23856
|
-
boostTokenDecimals?: number | undefined;
|
23857
|
-
boostTokenSymbol?: string | undefined;
|
23858
23454
|
boostTokenChainId: number;
|
23859
23455
|
boostTokenThreshold: number;
|
23860
23456
|
boostConfiguration: {
|
@@ -23877,8 +23473,6 @@ declare const eden: {
|
|
23877
23473
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
23878
23474
|
eligibilityTokenChainId: number;
|
23879
23475
|
eligibilityTokenAddress: string;
|
23880
|
-
eligibilityTokenSymbol?: string | undefined;
|
23881
|
-
eligibilityTokenDecimals?: number | undefined;
|
23882
23476
|
eligibilityTokenThreshold: number;
|
23883
23477
|
eligibilityDuration: number;
|
23884
23478
|
} | {
|
@@ -25258,6 +24852,7 @@ declare const eden: {
|
|
25258
24852
|
priceSource?: string | null | undefined;
|
25259
24853
|
symbol: string;
|
25260
24854
|
type: "POINT" | "PRETGE" | "TOKEN";
|
24855
|
+
displaySymbol?: string | undefined;
|
25261
24856
|
};
|
25262
24857
|
422: {
|
25263
24858
|
type: "validation";
|