@pendle/core-v2 2.23.5-mantle → 2.24.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.
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiveEndpointUpg.sol/PendleMsgReceiveEndpointUpg.dbg.json +1 -1
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiveEndpointUpg.sol/PendleMsgReceiveEndpointUpg.json +2 -2
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgSendEndpointUpg.sol/PendleMsgSendEndpointUpg.dbg.json +1 -1
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgSendEndpointUpg.sol/PendleMsgSendEndpointUpg.json +2 -2
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/libraries/LayerZeroHelper.sol/LayerZeroHelper.dbg.json +1 -1
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/libraries/LayerZeroHelper.sol/LayerZeroHelper.json +2 -2
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/AuraSwEthBbAWethSYV2.sol/AuraSwEthBbAWethSYV2.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/AuraSwEthBbAWethSYV2.sol/AuraSwEthBbAWethSYV2.json +1179 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/ChainlinkRelayer/PendleChainlinkReceiver.sol/PendleChainlinkReceiver.dbg.json +1 -1
- package/build/artifacts/contracts/core/StandardizedYield/implementations/ChainlinkRelayer/PendleChainlinkReceiver.sol/PendleChainlinkReceiver.json +2 -2
- package/build/artifacts/contracts/core/StandardizedYield/implementations/ChainlinkRelayer/PendleChainlinkRelayer.sol/PendleChainlinkRelayer.dbg.json +1 -1
- package/build/artifacts/contracts/core/StandardizedYield/implementations/ChainlinkRelayer/PendleChainlinkRelayer.sol/PendleChainlinkRelayer.json +2 -2
- package/build/artifacts/contracts/core/StandardizedYield/implementations/MantleStakedEth/PendleOracleForSyProxy.sol/PendleOracleForSyProxy.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/AutomateReady.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/IAutomate.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/IOpsProxyFactory.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/ITaskTreasuryUpgradable.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/ChainlinkRelayerAutomation.sol/ChainlinkRelayerAutomation.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/ChainlinkRelayerAutomation.sol/ChainlinkRelayerAutomation.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/ChainlinkRelayerGelato.sol/ChainlinkRelayerGelato.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/ChainlinkRelayerGelato.sol/ChainlinkRelayerGelato.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/errors/SDKErrorsDirectory.sol/SDKErrorsDirectory.dbg.json +1 -1
- package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/PendleSwap.dbg.json +1 -1
- package/contracts/LiquidityMining/CrossChainMsg/libraries/LayerZeroHelper.sol +5 -1
- package/contracts/core/StandardizedYield/implementations/BalancerStable/AuraSwEthBbAWethSYV2.sol +160 -0
- package/deployments/core.ts +29 -0
- package/deployments/index.ts +4 -0
- package/deployments/markets/ape-june-29-2023.ts +3 -0
- package/deployments/markets/balancer-reth-dec-28-2023.ts +3 -0
- package/deployments/markets/balancer-wsteth-jun-27-2024.ts +3 -0
- package/deployments/markets/curve-fraxusdc-march-30-2023.ts +3 -0
- package/deployments/markets/index.ts +17 -0
- package/deployments/markets/looks-march-30-2023.ts +3 -0
- package/deployments/markets/steth-june-29-2023.ts +3 -0
- package/deployments/markets/steth-march-30-2023.ts +3 -0
- package/deployments/markets/types.ts +9 -0
- package/deployments/misc.ts +23 -0
- package/package.json +1 -1
- package/typechain-types/factories/AuraSwEthBbAWethSYV2__factory.ts +1 -1
- package/typechain-types/factories/ChainlinkRelayerAutomation__factory.ts +1 -1
- package/typechain-types/factories/ChainlinkRelayerGelato__factory.ts +1 -1
- package/typechain-types/factories/PendleChainlinkReceiver__factory.ts +1 -1
- package/typechain-types/factories/PendleChainlinkRelayer__factory.ts +1 -1
- package/typechain-types/factories/PendleMsgReceiveEndpointUpg__factory.ts +1 -1
- package/typechain-types/factories/PendleMsgSendEndpointUpg__factory.ts +1 -1
- package/typechain-types/hardhat.d.ts +9 -9
- package/typechain-types/index.ts +4 -2
package/typechain-types/index.ts
CHANGED
|
@@ -49,6 +49,7 @@ export type { RewardManagerAbstract } from "./RewardManagerAbstract";
|
|
|
49
49
|
export type { PendleAnkrBNBSY } from "./PendleAnkrBNBSY";
|
|
50
50
|
export type { SAPE } from "./SAPE";
|
|
51
51
|
export type { AuraEthxBbAWethSY } from "./AuraEthxBbAWethSY";
|
|
52
|
+
export type { AuraSwEthBbAWethSYV2 } from "./AuraSwEthBbAWethSYV2";
|
|
52
53
|
export type { ComposableStablePreview } from "./ComposableStablePreview";
|
|
53
54
|
export type { ComposableStablePreviewProxy } from "./ComposableStablePreviewProxy";
|
|
54
55
|
export type { ComposableStablePreviewV4 } from "./ComposableStablePreviewV4";
|
|
@@ -260,11 +261,11 @@ export type { ActionSwapYT } from "./ActionSwapYT";
|
|
|
260
261
|
export type { ActionBaseCallback } from "./ActionBaseCallback";
|
|
261
262
|
export type { PendleRouter } from "./PendleRouter";
|
|
262
263
|
export type { PendleRouterHelper } from "./PendleRouterHelper";
|
|
263
|
-
export type { I1inchAggregationRouterV5 } from "./I1inchAggregationRouterV5";
|
|
264
264
|
export type { IPSwapAggregator } from "./IPSwapAggregator";
|
|
265
265
|
export type { IAggregationExecutor } from "./IAggregationExecutor";
|
|
266
266
|
export type { IExecutorHelper } from "./IExecutorHelper";
|
|
267
267
|
export type { IMetaAggregationRouterV2 } from "./IMetaAggregationRouterV2";
|
|
268
|
+
export type { I1inchAggregationRouterV5 } from "./I1inchAggregationRouterV5";
|
|
268
269
|
export type { PendleSwap } from "./PendleSwap";
|
|
269
270
|
|
|
270
271
|
export { AutomationBase__factory } from "./factories/AutomationBase__factory";
|
|
@@ -315,6 +316,7 @@ export { RewardManagerAbstract__factory } from "./factories/RewardManagerAbstrac
|
|
|
315
316
|
export { PendleAnkrBNBSY__factory } from "./factories/PendleAnkrBNBSY__factory";
|
|
316
317
|
export { SAPE__factory } from "./factories/SAPE__factory";
|
|
317
318
|
export { AuraEthxBbAWethSY__factory } from "./factories/AuraEthxBbAWethSY__factory";
|
|
319
|
+
export { AuraSwEthBbAWethSYV2__factory } from "./factories/AuraSwEthBbAWethSYV2__factory";
|
|
318
320
|
export { ComposableStablePreview__factory } from "./factories/ComposableStablePreview__factory";
|
|
319
321
|
export { ComposableStablePreviewProxy__factory } from "./factories/ComposableStablePreviewProxy__factory";
|
|
320
322
|
export { ComposableStablePreviewV4__factory } from "./factories/ComposableStablePreviewV4__factory";
|
|
@@ -526,9 +528,9 @@ export { ActionSwapYT__factory } from "./factories/ActionSwapYT__factory";
|
|
|
526
528
|
export { ActionBaseCallback__factory } from "./factories/ActionBaseCallback__factory";
|
|
527
529
|
export { PendleRouter__factory } from "./factories/PendleRouter__factory";
|
|
528
530
|
export { PendleRouterHelper__factory } from "./factories/PendleRouterHelper__factory";
|
|
529
|
-
export { I1inchAggregationRouterV5__factory } from "./factories/I1inchAggregationRouterV5__factory";
|
|
530
531
|
export { IPSwapAggregator__factory } from "./factories/IPSwapAggregator__factory";
|
|
531
532
|
export { IAggregationExecutor__factory } from "./factories/IAggregationExecutor__factory";
|
|
532
533
|
export { IExecutorHelper__factory } from "./factories/IExecutorHelper__factory";
|
|
533
534
|
export { IMetaAggregationRouterV2__factory } from "./factories/IMetaAggregationRouterV2__factory";
|
|
535
|
+
export { I1inchAggregationRouterV5__factory } from "./factories/I1inchAggregationRouterV5__factory";
|
|
534
536
|
export { PendleSwap__factory } from "./factories/PendleSwap__factory";
|