@pendle/core-v2 2.5.0-mainnet → 2.5.1-mainnet
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/interfaces/IPActionAddRemoveLiq.sol/IPActionAddRemoveLiq.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionMintRedeem.sol/IPActionMintRedeem.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionStorageStatic.sol/IPActionStorageStatic.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionSwapPT.sol/IPActionSwapPT.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionSwapYT.sol/IPActionSwapYT.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPAllAction.sol/IPAllAction.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPRouterHelper.sol/IPRouterHelper.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPRouterHelper.sol/IPRouterHelper.json +747 -0
- package/build/artifacts/contracts/interfaces/IPRouterStatic.sol/IPRouterStatic.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/router-static/PendleRouterStatic.sol/PendleRouterStatic.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/router-static/PendleRouterStatic.sol/PendleRouterStatic.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionInfoStatic.sol/ActionInfoStatic.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionInfoStatic.sol/ActionInfoStatic.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol/ActionMarketAuxStatic.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol/ActionMarketAuxStatic.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketCoreStatic.sol/ActionMarketCoreStatic.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketCoreStatic.sol/ActionMarketCoreStatic.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMintRedeemStatic.sol/ActionMintRedeemStatic.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMintRedeemStatic.sol/ActionMintRedeemStatic.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionStorageStatic.sol/ActionStorageStatic.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionStorageStatic.sol/ActionStorageStatic.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionVePendleStatic.sol/ActionVePendleStatic.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionVePendleStatic.sol/ActionVePendleStatic.json +2 -2
- package/build/artifacts/contracts/router/ActionAddRemoveLiq.sol/ActionAddRemoveLiq.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionAddRemoveLiq.sol/ActionAddRemoveLiq.json +2 -2
- package/build/artifacts/contracts/router/ActionMintRedeem.sol/ActionMintRedeem.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionMintRedeem.sol/ActionMintRedeem.json +2 -2
- package/build/artifacts/contracts/router/ActionSwapPT.sol/ActionSwapPT.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionSwapPT.sol/ActionSwapPT.json +2 -2
- package/build/artifacts/contracts/router/ActionSwapYT.sol/ActionSwapYT.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionSwapYT.sol/ActionSwapYT.json +2 -2
- package/build/artifacts/contracts/router/PendleRouter.sol/PendleRouter.dbg.json +1 -1
- package/build/artifacts/contracts/router/PendleRouter.sol/PendleRouter.json +2 -2
- package/build/artifacts/contracts/router/PendleRouterHelper.sol/PendleRouterHelper.dbg.json +4 -0
- package/build/artifacts/contracts/router/PendleRouterHelper.sol/PendleRouterHelper.json +891 -0
- package/build/artifacts/contracts/router/base/ActionBaseCallback.sol/ActionBaseCallback.dbg.json +1 -1
- package/build/artifacts/contracts/router/base/ActionBaseMintRedeem.sol/ActionBaseMintRedeem.dbg.json +1 -1
- package/contracts/interfaces/IPRouterHelper.sol +168 -0
- package/contracts/router/PendleRouterHelper.sol +358 -0
- package/contracts/router/base/ActionBaseMintRedeem.sol +5 -4
- package/package.json +2 -2
- package/typechain-types/factories/ActionAddRemoveLiq__factory.ts +1 -1
- package/typechain-types/factories/ActionInfoStatic__factory.ts +1 -1
- package/typechain-types/factories/ActionMarketAuxStatic__factory.ts +1 -1
- package/typechain-types/factories/ActionMarketCoreStatic__factory.ts +1 -1
- package/typechain-types/factories/ActionMintRedeemStatic__factory.ts +1 -1
- package/typechain-types/factories/ActionMintRedeem__factory.ts +1 -1
- package/typechain-types/factories/ActionStorageStatic__factory.ts +1 -1
- package/typechain-types/factories/ActionSwapPT__factory.ts +1 -1
- package/typechain-types/factories/ActionSwapYT__factory.ts +1 -1
- package/typechain-types/factories/ActionVePendleStatic__factory.ts +1 -1
- package/typechain-types/factories/PendleRouterHelper__factory.ts +1 -1
- package/typechain-types/factories/PendleRouterStatic__factory.ts +1 -1
- package/typechain-types/factories/PendleRouter__factory.ts +1 -1
- package/typechain-types/hardhat.d.ts +0 -27
- package/typechain-types/index.ts +0 -6
|
@@ -480,10 +480,6 @@ declare module "hardhat/types/runtime" {
|
|
|
480
480
|
name: "IPInterestManagerYTV2",
|
|
481
481
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
482
482
|
): Promise<Contracts.IPInterestManagerYTV2__factory>;
|
|
483
|
-
getContractFactory(
|
|
484
|
-
name: "IPLiquidityMigrator",
|
|
485
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
486
|
-
): Promise<Contracts.IPLiquidityMigrator__factory>;
|
|
487
483
|
getContractFactory(
|
|
488
484
|
name: "IPMarket",
|
|
489
485
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
@@ -568,14 +564,6 @@ declare module "hardhat/types/runtime" {
|
|
|
568
564
|
name: "IStargateLP",
|
|
569
565
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
570
566
|
): Promise<Contracts.IStargateLP__factory>;
|
|
571
|
-
getContractFactory(
|
|
572
|
-
name: "IStargateLPStaking",
|
|
573
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
574
|
-
): Promise<Contracts.IStargateLPStaking__factory>;
|
|
575
|
-
getContractFactory(
|
|
576
|
-
name: "IStargatePool",
|
|
577
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
578
|
-
): Promise<Contracts.IStargatePool__factory>;
|
|
579
567
|
getContractFactory(
|
|
580
568
|
name: "IStargateRouter",
|
|
581
569
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
@@ -1370,11 +1358,6 @@ declare module "hardhat/types/runtime" {
|
|
|
1370
1358
|
address: string,
|
|
1371
1359
|
signer?: ethers.Signer
|
|
1372
1360
|
): Promise<Contracts.IPInterestManagerYTV2>;
|
|
1373
|
-
getContractAt(
|
|
1374
|
-
name: "IPLiquidityMigrator",
|
|
1375
|
-
address: string,
|
|
1376
|
-
signer?: ethers.Signer
|
|
1377
|
-
): Promise<Contracts.IPLiquidityMigrator>;
|
|
1378
1361
|
getContractAt(
|
|
1379
1362
|
name: "IPMarket",
|
|
1380
1363
|
address: string,
|
|
@@ -1480,16 +1463,6 @@ declare module "hardhat/types/runtime" {
|
|
|
1480
1463
|
address: string,
|
|
1481
1464
|
signer?: ethers.Signer
|
|
1482
1465
|
): Promise<Contracts.IStargateLP>;
|
|
1483
|
-
getContractAt(
|
|
1484
|
-
name: "IStargateLPStaking",
|
|
1485
|
-
address: string,
|
|
1486
|
-
signer?: ethers.Signer
|
|
1487
|
-
): Promise<Contracts.IStargateLPStaking>;
|
|
1488
|
-
getContractAt(
|
|
1489
|
-
name: "IStargatePool",
|
|
1490
|
-
address: string,
|
|
1491
|
-
signer?: ethers.Signer
|
|
1492
|
-
): Promise<Contracts.IStargatePool>;
|
|
1493
1466
|
getContractAt(
|
|
1494
1467
|
name: "IStargateRouter",
|
|
1495
1468
|
address: string,
|
package/typechain-types/index.ts
CHANGED
|
@@ -117,7 +117,6 @@ export type { IPGaugeController } from "./IPGaugeController";
|
|
|
117
117
|
export type { IPGaugeControllerMainchain } from "./IPGaugeControllerMainchain";
|
|
118
118
|
export type { IPInterestManagerYT } from "./IPInterestManagerYT";
|
|
119
119
|
export type { IPInterestManagerYTV2 } from "./IPInterestManagerYTV2";
|
|
120
|
-
export type { IPLiquidityMigrator } from "./IPLiquidityMigrator";
|
|
121
120
|
export type { IPMarket } from "./IPMarket";
|
|
122
121
|
export type { IPMarketFactory } from "./IPMarketFactory";
|
|
123
122
|
export type { IPMarketSwapCallback } from "./IPMarketSwapCallback";
|
|
@@ -139,8 +138,6 @@ export type { IQiToken } from "./IQiToken";
|
|
|
139
138
|
export type { IRewardManager } from "./IRewardManager";
|
|
140
139
|
export type { IStandardizedYield } from "./IStandardizedYield";
|
|
141
140
|
export type { IStargateLP } from "./IStargateLP";
|
|
142
|
-
export type { IStargateLPStaking } from "./IStargateLPStaking";
|
|
143
|
-
export type { IStargatePool } from "./IStargatePool";
|
|
144
141
|
export type { IStargateRouter } from "./IStargateRouter";
|
|
145
142
|
export type { IStargateStaking } from "./IStargateStaking";
|
|
146
143
|
export type { IStETH } from "./IStETH";
|
|
@@ -307,7 +304,6 @@ export { IPGaugeController__factory } from "./factories/IPGaugeController__facto
|
|
|
307
304
|
export { IPGaugeControllerMainchain__factory } from "./factories/IPGaugeControllerMainchain__factory";
|
|
308
305
|
export { IPInterestManagerYT__factory } from "./factories/IPInterestManagerYT__factory";
|
|
309
306
|
export { IPInterestManagerYTV2__factory } from "./factories/IPInterestManagerYTV2__factory";
|
|
310
|
-
export { IPLiquidityMigrator__factory } from "./factories/IPLiquidityMigrator__factory";
|
|
311
307
|
export { IPMarket__factory } from "./factories/IPMarket__factory";
|
|
312
308
|
export { IPMarketFactory__factory } from "./factories/IPMarketFactory__factory";
|
|
313
309
|
export { IPMarketSwapCallback__factory } from "./factories/IPMarketSwapCallback__factory";
|
|
@@ -329,8 +325,6 @@ export { IQiToken__factory } from "./factories/IQiToken__factory";
|
|
|
329
325
|
export { IRewardManager__factory } from "./factories/IRewardManager__factory";
|
|
330
326
|
export { IStandardizedYield__factory } from "./factories/IStandardizedYield__factory";
|
|
331
327
|
export { IStargateLP__factory } from "./factories/IStargateLP__factory";
|
|
332
|
-
export { IStargateLPStaking__factory } from "./factories/IStargateLPStaking__factory";
|
|
333
|
-
export { IStargatePool__factory } from "./factories/IStargatePool__factory";
|
|
334
328
|
export { IStargateRouter__factory } from "./factories/IStargateRouter__factory";
|
|
335
329
|
export { IStargateStaking__factory } from "./factories/IStargateStaking__factory";
|
|
336
330
|
export { IStETH__factory } from "./factories/IStETH__factory";
|