@merkl/api 1.0.42 → 1.0.43

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.
@@ -23,13 +23,17 @@ export declare enum program {
23
23
  YieldNest = "YieldNest",
24
24
  TermMax = "TermMax",
25
25
  MorphoUnichain = "MorphoUnichain",
26
- Katana = "Katana"
26
+ Katana = "Katana",
27
+ Lisk = "Lisk"
27
28
  }
28
29
  export declare enum yieldNestCampaigns {
29
30
  Ethereum_veYND = "Ethereum_veYND",
30
31
  Ink_Curve_ynETHx_ETH = "Ink Curve ynETHx/ETH 0x4daAcF1af85AB4728FCB63901EFc2E984b006D37",
31
32
  Ethereum_YND_WL = "Ethereum YND TEMP Locker and veYND"
32
33
  }
34
+ export declare enum liskCampaigns {
35
+ Velodrome_WETH_wstETH_Lisk = "Velodrome WETH/wstETH Lisk 0x9C69E0B64A63aA7daA0B5dc61Df3Cc77ea05BcB3"
36
+ }
33
37
  export declare enum KatanaCampaigns {
34
38
  Ethereum_kpdUSDC = "Ethereum kpdUSDC 0x7B5A0182E400b241b317e781a4e9dEdFc1429822 9.589041096",
35
39
  Ethereum_kpdUSDT = "Ethereum kpdUSDT 0x48c03B6FfD0008460F8657Db1037C7e09dEedfcb 9.589041096",
@@ -219,7 +223,10 @@ export declare enum celoCampaigns {
219
223
  UniswapV3_USDT_cJPY_Celo = "UniswapV3 USDT/cGPY Celo 0x04fEAE0d4a3D0051397Ee09314dAD768a37Fb539",
220
224
  UniswapV3_USDT_cCHF_Celo = "UniswapV3 USDT/cCHF Celo 0x1aa2f83357150F811B1010c00020AbE1462feB01",
221
225
  UniswapV3_CHAR_WETH_Celo = "UniswapV3 CHAR/WETH Celo 0x8aB8D851C6B31D8a4d42Fd7d3e47B20861B025F2",
222
- UniswapV3_CHAR_ETHIX_Celo = "UniswapV3 CHAR/ETHIX Celo 0xa0572147474e6c64e2e3b4af5fc4587bce492647"
226
+ UniswapV3_CHAR_ETHIX_Celo = "UniswapV3 CHAR/ETHIX Celo 0xa0572147474e6c64e2e3b4af5fc4587bce492647",
227
+ UniswapV3_USDT_vEUR_Celo = "UniswapV3 USDT/vEUR Celo 0xf9fE40A3aD409856818af8EB8912A4d79c6cb1d2",
228
+ UniswapV3_USDT_vGBP_Celo = "UniswapV3 USDT/vGBP Celo 0x8C7545d227140fabB2709eA41E1A927F4e65b946",
229
+ UniswapV3_USDT_vCHF_Celo = "UniswapV3 USDT/vCHF Celo 0x899f68521196b4db5E3525e8CE1695Efa9b05533"
223
230
  }
224
231
  export declare enum beetsCampaigns {
225
232
  Staked_Sonic_Symphony_Beets = "Staked Sonic Symphony Beets 0x374641076B68371e69D03C417DAc3E5F236c32FA",
@@ -546,6 +553,22 @@ export declare enum modeCampaigns {
546
553
  Bedrock_Ionic_Supply_ionuniBTC_Mode = "Bedrock Ionic Supply uniBTC 0xa48750877a83f7dec11f722178c317b54a44d142",
547
554
  Bedrock_Ironclad_Supply_uniBTC_Mode = "Bedrock Ironclad Supply uniBTC 0x0F041cf2ae959f39215EFfB50d681Df55D4d90B1"
548
555
  }
556
+ declare const LiskInterfaceCampaigns: {
557
+ "Velodrome WETH/wstETH Lisk 0x9C69E0B64A63aA7daA0B5dc61Df3Cc77ea05BcB3": {
558
+ campaignType: Campaign;
559
+ computeChainId: ChainId;
560
+ hooks: never[];
561
+ poolAddress: string;
562
+ whitelist: never[];
563
+ blacklist: never[];
564
+ url: string;
565
+ forwarders: never[];
566
+ isOutOfRangeIncentivized: boolean;
567
+ weightFees: number;
568
+ weightToken0: number;
569
+ weightToken1: number;
570
+ };
571
+ };
549
572
  declare const MorphoUnichainInterfaceCampaigns: {
550
573
  "Morpho Supply WETH market wstETH collateral 0x665c97ec413f4371e1c30c71153757e9b9144dfbe4284a3e910f85dedba6527d": {
551
574
  campaignType: Campaign;
@@ -2483,6 +2506,6 @@ declare const katanaCampaignsInterface: {
2483
2506
  };
2484
2507
  };
2485
2508
  export declare const MerklInterfaceCampaigns: {
2486
- [key in program]: typeof PufferInterfaceCampaigns | typeof ZkSyncInterfaceCampaigns | typeof ModeInterfaceCampaigns | typeof VicunaInterfaceCampaigns | typeof SonicmarketInterfaceCampaigns | typeof ReserveInterfaceCampaigns | typeof BeetsInterfaceCampaigns | typeof CeloInterfaceCampaigns | typeof EtherlinkInterfaceCampaigns | typeof SwapxInterfaceCampaigns | typeof AnglesInterfaceCampaigns | typeof RoninInterfaceCampaigns | typeof TACInterfaceCampaigns | typeof HypurrFiSubPayloads | typeof WorldChainInterfaceCampaigns | typeof StableJackInterfaceCampaigns | typeof CornInterfaceCampaigns | typeof GauntletCompoundInterfaceCampaigns | typeof YieldNetCampaigns | typeof TermMaxInterfaceCampaigns | typeof MorphoUnichainInterfaceCampaigns | typeof katanaCampaignsInterface;
2509
+ [key in program]: typeof PufferInterfaceCampaigns | typeof ZkSyncInterfaceCampaigns | typeof ModeInterfaceCampaigns | typeof VicunaInterfaceCampaigns | typeof SonicmarketInterfaceCampaigns | typeof ReserveInterfaceCampaigns | typeof BeetsInterfaceCampaigns | typeof CeloInterfaceCampaigns | typeof EtherlinkInterfaceCampaigns | typeof SwapxInterfaceCampaigns | typeof AnglesInterfaceCampaigns | typeof RoninInterfaceCampaigns | typeof TACInterfaceCampaigns | typeof HypurrFiSubPayloads | typeof WorldChainInterfaceCampaigns | typeof StableJackInterfaceCampaigns | typeof CornInterfaceCampaigns | typeof GauntletCompoundInterfaceCampaigns | typeof YieldNetCampaigns | typeof TermMaxInterfaceCampaigns | typeof MorphoUnichainInterfaceCampaigns | typeof katanaCampaignsInterface | typeof LiskInterfaceCampaigns;
2487
2510
  };
2488
2511
  export {};