@merkl/contracts 0.1.103 → 0.2.0

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.
@@ -294,6 +294,10 @@ export { UniswapV4PoolManager__factory } from "./UniswapV4PoolManager__factory";
294
294
  export { UniswapV4PositionManager__factory } from "./UniswapV4PositionManager__factory";
295
295
  export { UniswapV4StateView__factory } from "./UniswapV4StateView__factory";
296
296
  export { UniswapV4UniversalRouter__factory } from "./UniswapV4UniversalRouter__factory";
297
+ export { VIIUniswapV3Wrapper__factory } from "./VIIUniswapV3Wrapper__factory";
298
+ export { VIIUniswapV3WrapperFactory__factory } from "./VIIUniswapV3WrapperFactory__factory";
299
+ export { VIIUniswapV4Wrapper__factory } from "./VIIUniswapV4Wrapper__factory";
300
+ export { VIIUniswapV4WrapperFactory__factory } from "./VIIUniswapV4WrapperFactory__factory";
297
301
  export { VaultManager__factory } from "./VaultManager__factory";
298
302
  export { VeANGLEVotingDelegation__factory } from "./VeANGLEVotingDelegation__factory";
299
303
  export { VePuffer__factory } from "./VePuffer__factory";
@@ -297,6 +297,10 @@ export { UniswapV4PoolManager__factory } from "./UniswapV4PoolManager__factory";
297
297
  export { UniswapV4PositionManager__factory } from "./UniswapV4PositionManager__factory";
298
298
  export { UniswapV4StateView__factory } from "./UniswapV4StateView__factory";
299
299
  export { UniswapV4UniversalRouter__factory } from "./UniswapV4UniversalRouter__factory";
300
+ export { VIIUniswapV3Wrapper__factory } from "./VIIUniswapV3Wrapper__factory";
301
+ export { VIIUniswapV3WrapperFactory__factory } from "./VIIUniswapV3WrapperFactory__factory";
302
+ export { VIIUniswapV4Wrapper__factory } from "./VIIUniswapV4Wrapper__factory";
303
+ export { VIIUniswapV4WrapperFactory__factory } from "./VIIUniswapV4WrapperFactory__factory";
300
304
  export { VaultManager__factory } from "./VaultManager__factory";
301
305
  export { VeANGLEVotingDelegation__factory } from "./VeANGLEVotingDelegation__factory";
302
306
  export { VePuffer__factory } from "./VePuffer__factory";
@@ -29,6 +29,7 @@ export type { Euler } from "./Euler";
29
29
  export type { LPManagerHelper } from "./LPManagerHelper";
30
30
  export type { TermRepoCollateralManager } from "./TermRepoCollateralManager";
31
31
  export type { RswEthStrategy } from "./RswEthStrategy";
32
+ export type { VIIUniswapV3Wrapper } from "./VIIUniswapV3Wrapper";
32
33
  export type { RewardsDistributor } from "./RewardsDistributor";
33
34
  export type { MorphoVault } from "./MorphoVault";
34
35
  export type { ProxyAdmin } from "./ProxyAdmin";
@@ -93,6 +94,7 @@ export type { BaseSurplusConverter } from "./BaseSurplusConverter";
93
94
  export type { SortedCdps } from "./SortedCdps";
94
95
  export type { AmbientKnockoutLiqPath } from "./AmbientKnockoutLiqPath";
95
96
  export type { ERC20Pool } from "./ERC20Pool";
97
+ export type { VIIUniswapV4WrapperFactory } from "./VIIUniswapV4WrapperFactory";
96
98
  export type { Beefy } from "./Beefy";
97
99
  export type { CurveTricryptoFactory } from "./CurveTricryptoFactory";
98
100
  export type { CurveLevSwapper3TokensWithBP } from "./CurveLevSwapper3TokensWithBP";
@@ -147,6 +149,7 @@ export type { AngleMiddleman } from "./AngleMiddleman";
147
149
  export type { Toros } from "./Toros";
148
150
  export type { DopexV2PositionManager } from "./DopexV2PositionManager";
149
151
  export type { Vest } from "./Vest";
152
+ export type { VIIUniswapV4Wrapper } from "./VIIUniswapV4Wrapper";
150
153
  export type { OFTCore } from "./OFTCore";
151
154
  export type { EulerSwapFactory } from "./EulerSwapFactory";
152
155
  export type { PendlePoolDeployerHelperV1 } from "./PendlePoolDeployerHelperV1";
@@ -227,6 +230,7 @@ export type { SurplusConverterUniV3 } from "./SurplusConverterUniV3";
227
230
  export type { EulerLiquidator } from "./EulerLiquidator";
228
231
  export type { VeANGLE } from "./VeANGLE";
229
232
  export type { StabullPoolFactory } from "./StabullPoolFactory";
233
+ export type { VIIUniswapV3WrapperFactory } from "./VIIUniswapV3WrapperFactory";
230
234
  export type { AaveVariableDebtToken } from "./AaveVariableDebtToken";
231
235
  export type { A51Factory } from "./A51Factory";
232
236
  export type { Distributor } from "./Distributor";
@@ -529,6 +533,7 @@ export declare const AaveStableDebtTokenInterface: import("./AaveStableDebtToken
529
533
  export declare const GaugeControllerInterface: import("./GaugeController").GaugeControllerInterface;
530
534
  export declare const UniswapV3SingleTickLiquidityHandlerV2Interface: import("./UniswapV3SingleTickLiquidityHandlerV2").UniswapV3SingleTickLiquidityHandlerV2Interface;
531
535
  export declare const MaverickV2RewardInterface: import("./MaverickV2Reward").MaverickV2RewardInterface;
536
+ export declare const VIIUniswapV3WrapperInterface: import("./VIIUniswapV3Wrapper").VIIUniswapV3WrapperInterface;
532
537
  export declare const AmbientColdPathInterface: import("./AmbientColdPath").AmbientColdPathInterface;
533
538
  export declare const SanTokenLevSwapperInterface: import("./SanTokenLevSwapper").SanTokenLevSwapperInterface;
534
539
  export declare const AngleGovernorInterface: import("./AngleGovernor").AngleGovernorInterface;
@@ -550,6 +555,7 @@ export declare const SatoshiFarmInterface: import("./SatoshiFarm").SatoshiFarmIn
550
555
  export declare const RfxInterface: import("./Rfx").RfxInterface;
551
556
  export declare const CurvePoolInterface: import("./CurvePool").CurvePoolInterface;
552
557
  export declare const VeBoostProxyInterface: import("./VeBoostProxy").VeBoostProxyInterface;
558
+ export declare const VIIUniswapV4WrapperInterface: import("./VIIUniswapV4Wrapper").VIIUniswapV4WrapperInterface;
553
559
  export declare const PancakeSwapV3MasterChefInterface: import("./PancakeSwapV3MasterChef").PancakeSwapV3MasterChefInterface;
554
560
  export declare const PerpetualManagerFrontInterface: import("./PerpetualManagerFront").PerpetualManagerFrontInterface;
555
561
  export declare const PendleYTInterface: import("./PendleYT").PendleYTInterface;
@@ -569,6 +575,7 @@ export declare const WorldIDAddressBookInterface: import("./WorldIDAddressBook")
569
575
  export declare const MulticallInterface: import("./Multicall").MulticallInterface;
570
576
  export declare const ZFStableLPInterface: import("./ZFStableLP").ZFStableLPInterface;
571
577
  export declare const HyperdriveTarget0Interface: import("./HyperdriveTarget0").HyperdriveTarget0Interface;
578
+ export declare const VIIUniswapV3WrapperFactoryInterface: import("./VIIUniswapV3WrapperFactory").VIIUniswapV3WrapperFactoryInterface;
572
579
  export declare const PendleCommonPoolDeployerHelperV2Interface: import("./PendleCommonPoolDeployerHelperV2").PendleCommonPoolDeployerHelperV2Interface;
573
580
  export declare const HarvesterInterface: import("./Harvester").HarvesterInterface;
574
581
  export declare const ArrakisGaugeInterface: import("./ArrakisGauge").ArrakisGaugeInterface;
@@ -596,6 +603,7 @@ export declare const BalancerVaultInterface: import("./BalancerVault").BalancerV
596
603
  export declare const AlgebraV4NonFungiblePositionManagerInterface: import("./AlgebraV4NonFungiblePositionManager").AlgebraV4NonFungiblePositionManagerInterface;
597
604
  export declare const AlgebraV4PoolInterface: import("./AlgebraV4Pool").AlgebraV4PoolInterface;
598
605
  export declare const IzumiPoolInterface: import("./IzumiPool").IzumiPoolInterface;
606
+ export declare const VIIUniswapV4WrapperFactoryInterface: import("./VIIUniswapV4WrapperFactory").VIIUniswapV4WrapperFactoryInterface;
599
607
  export declare const ProposalSenderInterface: import("./ProposalSender").ProposalSenderInterface;
600
608
  export declare const AmbientMicroPathsCopyInterface: import("./AmbientMicroPathsCopy").AmbientMicroPathsCopyInterface;
601
609
  export declare const ArrakisPoolInterface: import("./ArrakisPool").ArrakisPoolInterface;
package/dist/src/index.js CHANGED
@@ -402,6 +402,8 @@ import { UniswapV3SingleTickLiquidityHandlerV2__factory } from "./factories/Unis
402
402
  export const UniswapV3SingleTickLiquidityHandlerV2Interface = UniswapV3SingleTickLiquidityHandlerV2__factory.createInterface();
403
403
  import { MaverickV2Reward__factory } from "./factories/MaverickV2Reward__factory";
404
404
  export const MaverickV2RewardInterface = MaverickV2Reward__factory.createInterface();
405
+ import { VIIUniswapV3Wrapper__factory } from "./factories/VIIUniswapV3Wrapper__factory";
406
+ export const VIIUniswapV3WrapperInterface = VIIUniswapV3Wrapper__factory.createInterface();
405
407
  import { AmbientColdPath__factory } from "./factories/AmbientColdPath__factory";
406
408
  export const AmbientColdPathInterface = AmbientColdPath__factory.createInterface();
407
409
  import { SanTokenLevSwapper__factory } from "./factories/SanTokenLevSwapper__factory";
@@ -444,6 +446,8 @@ import { CurvePool__factory } from "./factories/CurvePool__factory";
444
446
  export const CurvePoolInterface = CurvePool__factory.createInterface();
445
447
  import { VeBoostProxy__factory } from "./factories/VeBoostProxy__factory";
446
448
  export const VeBoostProxyInterface = VeBoostProxy__factory.createInterface();
449
+ import { VIIUniswapV4Wrapper__factory } from "./factories/VIIUniswapV4Wrapper__factory";
450
+ export const VIIUniswapV4WrapperInterface = VIIUniswapV4Wrapper__factory.createInterface();
447
451
  import { PancakeSwapV3MasterChef__factory } from "./factories/PancakeSwapV3MasterChef__factory";
448
452
  export const PancakeSwapV3MasterChefInterface = PancakeSwapV3MasterChef__factory.createInterface();
449
453
  import { PerpetualManagerFront__factory } from "./factories/PerpetualManagerFront__factory";
@@ -482,6 +486,8 @@ import { ZFStableLP__factory } from "./factories/ZFStableLP__factory";
482
486
  export const ZFStableLPInterface = ZFStableLP__factory.createInterface();
483
487
  import { HyperdriveTarget0__factory } from "./factories/HyperdriveTarget0__factory";
484
488
  export const HyperdriveTarget0Interface = HyperdriveTarget0__factory.createInterface();
489
+ import { VIIUniswapV3WrapperFactory__factory } from "./factories/VIIUniswapV3WrapperFactory__factory";
490
+ export const VIIUniswapV3WrapperFactoryInterface = VIIUniswapV3WrapperFactory__factory.createInterface();
485
491
  import { PendleCommonPoolDeployerHelperV2__factory } from "./factories/PendleCommonPoolDeployerHelperV2__factory";
486
492
  export const PendleCommonPoolDeployerHelperV2Interface = PendleCommonPoolDeployerHelperV2__factory.createInterface();
487
493
  import { Harvester__factory } from "./factories/Harvester__factory";
@@ -536,6 +542,8 @@ import { AlgebraV4Pool__factory } from "./factories/AlgebraV4Pool__factory";
536
542
  export const AlgebraV4PoolInterface = AlgebraV4Pool__factory.createInterface();
537
543
  import { IzumiPool__factory } from "./factories/IzumiPool__factory";
538
544
  export const IzumiPoolInterface = IzumiPool__factory.createInterface();
545
+ import { VIIUniswapV4WrapperFactory__factory } from "./factories/VIIUniswapV4WrapperFactory__factory";
546
+ export const VIIUniswapV4WrapperFactoryInterface = VIIUniswapV4WrapperFactory__factory.createInterface();
539
547
  import { ProposalSender__factory } from "./factories/ProposalSender__factory";
540
548
  export const ProposalSenderInterface = ProposalSender__factory.createInterface();
541
549
  import { AmbientMicroPathsCopy__factory } from "./factories/AmbientMicroPathsCopy__factory";