@merkl/api 1.8.26 → 1.8.27

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.
@@ -276,6 +276,9 @@ export type partialConfigCompoundV3 = {
276
276
  hooks?: (Hook<HookType> | string)[];
277
277
  campaignType: CampaignType;
278
278
  targetToken: string;
279
+ /** Optional extra parameters for COMPOUND_V3_BORROW_FROM_COLLATERAL wrapper campaigns */
280
+ collateralToken?: string;
281
+ maxLTV?: string;
279
282
  whitelist: string[];
280
283
  blacklist: string[];
281
284
  url?: string;
@@ -592,6 +592,7 @@ export declare enum celoCampaigns {
592
592
  export declare enum pufferCampaigns {
593
593
  TERM_FINANCE = "Term Finance collateral 0xD9A442856C234a39a81a089C06451EBAa4306a72",
594
594
  TERM_Finance_pufETH_vault = "Term Finance pufETH vault 0xCD30dE9aF40724742C8E3030EA7A84A668187C90",
595
+ CompoundV3_BorrowFromCollateral_pufETH = "Compound V3 Borrow from pufETH collateral 0xA17581A9E3356d9A858b789D68B4d866e593aE94",
595
596
  Pendle_26_JUN_2025 = "0x58612beB0e8a126735b19BB222cbC7fC2C162D2a",
596
597
  Pendle_26_JUN_2025_YT = "0x784A0bb8208C70290cac6bcBC3650cEb9227813E",
597
598
  Pendle_26_JUN_2026 = "0x02c1289dACb6d459FC784236e862bC504C991f81",