@pendle/core-v2 1.3.0-testnet → 1.4.0-testnet
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/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/base/ActionBaseCallback.sol/ActionBaseCallback.dbg.json +1 -1
- package/build/artifacts/contracts/router/base/ActionBaseMintRedeem.sol/ActionBaseMintRedeem.dbg.json +1 -1
- package/deployments/43113-markets/USDC-MAR-28TH.json +10 -0
- package/package.json +1 -1
- 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/PendleRouterStatic__factory.ts +1 -1
- package/typechain-types/factories/PendleRouter__factory.ts +1 -1
- package/typechain-types/hardhat.d.ts +0 -81
- package/typechain-types/index.ts +0 -10
- package/build/artifacts/contracts/interfaces/IPLiquidityMigrator.sol/IPLiquidityMigrator.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPLiquidityMigrator.sol/IPLiquidityMigrator.json +0 -655
- package/build/artifacts/contracts/router/PendleRouterHelper.sol/PendleRouterHelper.dbg.json +0 -4
- package/build/artifacts/contracts/router/PendleRouterHelper.sol/PendleRouterHelper.json +0 -773
|
@@ -364,10 +364,6 @@ declare module "hardhat/types/runtime" {
|
|
|
364
364
|
name: "IBenQiInterestRateModel",
|
|
365
365
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
366
366
|
): Promise<Contracts.IBenQiInterestRateModel__factory>;
|
|
367
|
-
getContractFactory(
|
|
368
|
-
name: "IChainlinkAggregator",
|
|
369
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
370
|
-
): Promise<Contracts.IChainlinkAggregator__factory>;
|
|
371
367
|
getContractFactory(
|
|
372
368
|
name: "IDiamondCut",
|
|
373
369
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
@@ -656,18 +652,6 @@ declare module "hardhat/types/runtime" {
|
|
|
656
652
|
name: "Multicall2",
|
|
657
653
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
658
654
|
): Promise<Contracts.Multicall2__factory>;
|
|
659
|
-
getContractFactory(
|
|
660
|
-
name: "PendlePtOracleBase",
|
|
661
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
662
|
-
): Promise<Contracts.PendlePtOracleBase__factory>;
|
|
663
|
-
getContractFactory(
|
|
664
|
-
name: "PtFraxUsdcOracle",
|
|
665
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
666
|
-
): Promise<Contracts.PtFraxUsdcOracle__factory>;
|
|
667
|
-
getContractFactory(
|
|
668
|
-
name: "PtStETHOracle",
|
|
669
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
670
|
-
): Promise<Contracts.PtStETHOracle__factory>;
|
|
671
655
|
getContractFactory(
|
|
672
656
|
name: "PendleMulticall",
|
|
673
657
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
@@ -776,26 +760,6 @@ declare module "hardhat/types/runtime" {
|
|
|
776
760
|
name: "IMetaAggregationRouterV2",
|
|
777
761
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
778
762
|
): Promise<Contracts.IMetaAggregationRouterV2__factory>;
|
|
779
|
-
getContractFactory(
|
|
780
|
-
name: "IAggregationExecutor",
|
|
781
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
782
|
-
): Promise<Contracts.IAggregationExecutor__factory>;
|
|
783
|
-
getContractFactory(
|
|
784
|
-
name: "IExecutorHelperEthereum1",
|
|
785
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
786
|
-
): Promise<Contracts.IExecutorHelperEthereum1__factory>;
|
|
787
|
-
getContractFactory(
|
|
788
|
-
name: "IHashflow",
|
|
789
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
790
|
-
): Promise<Contracts.IHashflow__factory>;
|
|
791
|
-
getContractFactory(
|
|
792
|
-
name: "IMetaAggregationRouterV2",
|
|
793
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
794
|
-
): Promise<Contracts.IMetaAggregationRouterV2__factory>;
|
|
795
|
-
getContractFactory(
|
|
796
|
-
name: "PendleSwapAggregator",
|
|
797
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
798
|
-
): Promise<Contracts.PendleSwapAggregator__factory>;
|
|
799
763
|
getContractFactory(
|
|
800
764
|
name: "PendleSwapArbitrum",
|
|
801
765
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
@@ -1245,11 +1209,6 @@ declare module "hardhat/types/runtime" {
|
|
|
1245
1209
|
address: string,
|
|
1246
1210
|
signer?: ethers.Signer
|
|
1247
1211
|
): Promise<Contracts.IBenQiInterestRateModel>;
|
|
1248
|
-
getContractAt(
|
|
1249
|
-
name: "IChainlinkAggregator",
|
|
1250
|
-
address: string,
|
|
1251
|
-
signer?: ethers.Signer
|
|
1252
|
-
): Promise<Contracts.IChainlinkAggregator>;
|
|
1253
1212
|
getContractAt(
|
|
1254
1213
|
name: "IDiamondCut",
|
|
1255
1214
|
address: string,
|
|
@@ -1610,21 +1569,6 @@ declare module "hardhat/types/runtime" {
|
|
|
1610
1569
|
address: string,
|
|
1611
1570
|
signer?: ethers.Signer
|
|
1612
1571
|
): Promise<Contracts.Multicall2>;
|
|
1613
|
-
getContractAt(
|
|
1614
|
-
name: "PendlePtOracleBase",
|
|
1615
|
-
address: string,
|
|
1616
|
-
signer?: ethers.Signer
|
|
1617
|
-
): Promise<Contracts.PendlePtOracleBase>;
|
|
1618
|
-
getContractAt(
|
|
1619
|
-
name: "PtFraxUsdcOracle",
|
|
1620
|
-
address: string,
|
|
1621
|
-
signer?: ethers.Signer
|
|
1622
|
-
): Promise<Contracts.PtFraxUsdcOracle>;
|
|
1623
|
-
getContractAt(
|
|
1624
|
-
name: "PtStETHOracle",
|
|
1625
|
-
address: string,
|
|
1626
|
-
signer?: ethers.Signer
|
|
1627
|
-
): Promise<Contracts.PtStETHOracle>;
|
|
1628
1572
|
getContractAt(
|
|
1629
1573
|
name: "PendleMulticall",
|
|
1630
1574
|
address: string,
|
|
@@ -1760,31 +1704,6 @@ declare module "hardhat/types/runtime" {
|
|
|
1760
1704
|
address: string,
|
|
1761
1705
|
signer?: ethers.Signer
|
|
1762
1706
|
): Promise<Contracts.IMetaAggregationRouterV2>;
|
|
1763
|
-
getContractAt(
|
|
1764
|
-
name: "IAggregationExecutor",
|
|
1765
|
-
address: string,
|
|
1766
|
-
signer?: ethers.Signer
|
|
1767
|
-
): Promise<Contracts.IAggregationExecutor>;
|
|
1768
|
-
getContractAt(
|
|
1769
|
-
name: "IExecutorHelperEthereum1",
|
|
1770
|
-
address: string,
|
|
1771
|
-
signer?: ethers.Signer
|
|
1772
|
-
): Promise<Contracts.IExecutorHelperEthereum1>;
|
|
1773
|
-
getContractAt(
|
|
1774
|
-
name: "IHashflow",
|
|
1775
|
-
address: string,
|
|
1776
|
-
signer?: ethers.Signer
|
|
1777
|
-
): Promise<Contracts.IHashflow>;
|
|
1778
|
-
getContractAt(
|
|
1779
|
-
name: "IMetaAggregationRouterV2",
|
|
1780
|
-
address: string,
|
|
1781
|
-
signer?: ethers.Signer
|
|
1782
|
-
): Promise<Contracts.IMetaAggregationRouterV2>;
|
|
1783
|
-
getContractAt(
|
|
1784
|
-
name: "PendleSwapAggregator",
|
|
1785
|
-
address: string,
|
|
1786
|
-
signer?: ethers.Signer
|
|
1787
|
-
): Promise<Contracts.PendleSwapAggregator>;
|
|
1788
1707
|
getContractAt(
|
|
1789
1708
|
name: "PendleSwapArbitrum",
|
|
1790
1709
|
address: string,
|
package/typechain-types/index.ts
CHANGED
|
@@ -88,7 +88,6 @@ export type { IAddressProvider } from "./IAddressProvider";
|
|
|
88
88
|
export type { IApeStaking } from "./IApeStaking";
|
|
89
89
|
export type { IBenQiComptroller } from "./IBenQiComptroller";
|
|
90
90
|
export type { IBenQiInterestRateModel } from "./IBenQiInterestRateModel";
|
|
91
|
-
export type { IChainlinkAggregator } from "./IChainlinkAggregator";
|
|
92
91
|
export type { IDiamondCut } from "./IDiamondCut";
|
|
93
92
|
export type { IDiamondLoupe } from "./IDiamondLoupe";
|
|
94
93
|
export type { IERC4626 } from "./IERC4626";
|
|
@@ -161,9 +160,6 @@ export type { BaseSplitCodeFactoryContract } from "./BaseSplitCodeFactoryContrac
|
|
|
161
160
|
export type { Broadcaster } from "./Broadcaster";
|
|
162
161
|
export type { BulkSellerOffchain } from "./BulkSellerOffchain";
|
|
163
162
|
export type { Multicall2 } from "./Multicall2";
|
|
164
|
-
export type { PendlePtOracleBase } from "./PendlePtOracleBase";
|
|
165
|
-
export type { PtFraxUsdcOracle } from "./PtFraxUsdcOracle";
|
|
166
|
-
export type { PtStETHOracle } from "./PtStETHOracle";
|
|
167
163
|
export type { PendleMulticall } from "./PendleMulticall";
|
|
168
164
|
export type { ActionInfoStatic } from "./ActionInfoStatic";
|
|
169
165
|
export type { ActionMarketAuxStatic } from "./ActionMarketAuxStatic";
|
|
@@ -188,7 +184,6 @@ export type { IExecutorHelper2 } from "./IExecutorHelper2";
|
|
|
188
184
|
export type { IHashflow } from "./IHashflow";
|
|
189
185
|
export type { IMetaAggregationRouterV2 } from "./IMetaAggregationRouterV2";
|
|
190
186
|
export type { IExecutorHelperEthereum1 } from "./IExecutorHelperEthereum1";
|
|
191
|
-
export type { PendleSwapAggregator } from "./PendleSwapAggregator";
|
|
192
187
|
export type { PendleSwapArbitrum } from "./PendleSwapArbitrum";
|
|
193
188
|
export type { PendleSwapEthereum } from "./PendleSwapEthereum";
|
|
194
189
|
|
|
@@ -279,7 +274,6 @@ export { IAddressProvider__factory } from "./factories/IAddressProvider__factory
|
|
|
279
274
|
export { IApeStaking__factory } from "./factories/IApeStaking__factory";
|
|
280
275
|
export { IBenQiComptroller__factory } from "./factories/IBenQiComptroller__factory";
|
|
281
276
|
export { IBenQiInterestRateModel__factory } from "./factories/IBenQiInterestRateModel__factory";
|
|
282
|
-
export { IChainlinkAggregator__factory } from "./factories/IChainlinkAggregator__factory";
|
|
283
277
|
export { IDiamondCut__factory } from "./factories/IDiamondCut__factory";
|
|
284
278
|
export { IDiamondLoupe__factory } from "./factories/IDiamondLoupe__factory";
|
|
285
279
|
export { IERC4626__factory } from "./factories/IERC4626__factory";
|
|
@@ -352,9 +346,6 @@ export { BaseSplitCodeFactoryContract__factory } from "./factories/BaseSplitCode
|
|
|
352
346
|
export { Broadcaster__factory } from "./factories/Broadcaster__factory";
|
|
353
347
|
export { BulkSellerOffchain__factory } from "./factories/BulkSellerOffchain__factory";
|
|
354
348
|
export { Multicall2__factory } from "./factories/Multicall2__factory";
|
|
355
|
-
export { PendlePtOracleBase__factory } from "./factories/PendlePtOracleBase__factory";
|
|
356
|
-
export { PtFraxUsdcOracle__factory } from "./factories/PtFraxUsdcOracle__factory";
|
|
357
|
-
export { PtStETHOracle__factory } from "./factories/PtStETHOracle__factory";
|
|
358
349
|
export { PendleMulticall__factory } from "./factories/PendleMulticall__factory";
|
|
359
350
|
export { ActionInfoStatic__factory } from "./factories/ActionInfoStatic__factory";
|
|
360
351
|
export { ActionMarketAuxStatic__factory } from "./factories/ActionMarketAuxStatic__factory";
|
|
@@ -379,6 +370,5 @@ export { IExecutorHelper2__factory } from "./factories/IExecutorHelper2__factory
|
|
|
379
370
|
export { IHashflow__factory } from "./factories/IHashflow__factory";
|
|
380
371
|
export { IMetaAggregationRouterV2__factory } from "./factories/IMetaAggregationRouterV2__factory";
|
|
381
372
|
export { IExecutorHelperEthereum1__factory } from "./factories/IExecutorHelperEthereum1__factory";
|
|
382
|
-
export { PendleSwapAggregator__factory } from "./factories/PendleSwapAggregator__factory";
|
|
383
373
|
export { PendleSwapArbitrum__factory } from "./factories/PendleSwapArbitrum__factory";
|
|
384
374
|
export { PendleSwapEthereum__factory } from "./factories/PendleSwapEthereum__factory";
|