@pendle/core-v2 4.4.6 → 4.5.0-beta-2
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/core/StandardizedYield/implementations/PendleERC20WithSupplyCapSY.sol/PendleERC20WithSupplyCapSY.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleERC20WithSupplyCapSY.sol/PendleERC20WithSupplyCapSY.json +1073 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Tensorplex/PendleStTAOSY.sol/PendleStTAOSY.dbg.json +1 -1
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Tensorplex/PendleStTAOSY.sol/PendleStTAOSY.json +2 -2
- package/build/artifacts/contracts/interfaces/IPActionAddRemoveLiqV3.sol/IPActionAddRemoveLiqV3.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionMiscV3.sol/IPActionMiscV3.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionStorageStatic.sol/IPActionStorageStatic.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionStorageV4.sol/IPActionStorageV4.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPActionStorageV4.sol/IPActionStorageV4.json +149 -0
- package/build/artifacts/contracts/interfaces/IPActionSwapPTV3.sol/IPActionSwapPTV3.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionSwapYTV3.sol/IPActionSwapYTV3.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPAllActionV3.sol/IPAllActionV3.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPAllActionV3.sol/IPAllActionV3.json +134 -72
- package/build/artifacts/contracts/interfaces/IPMiniDiamond.sol/IPMiniDiamond.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPRouterHelper.sol/IPRouterHelper.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPRouterStatic.sol/IPRouterStatic.dbg.json +1 -1
- package/build/artifacts/contracts/limit/LimitRouterBase.sol/LimitRouterBase.dbg.json +1 -1
- package/build/artifacts/contracts/limit/PendleLimitRouter.sol/PendleLimitRouter.dbg.json +1 -1
- package/build/artifacts/contracts/limit/PendleLimitRouter.sol/PendleLimitRouter.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/PendlePoolDeployHelper.sol/PendlePoolDeployHelper.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/PendlePoolDeployHelper.sol/PendlePoolDeployHelper.json +2 -2
- 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 -28
- 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/offchain-helpers/router-static/base/StorageLayout.sol/StorageLayout.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionAddRemoveLiqV3.sol/ActionAddRemoveLiqV3.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionAddRemoveLiqV3.sol/ActionAddRemoveLiqV3.json +2 -124
- package/build/artifacts/contracts/router/ActionCallbackV3.sol/ActionCallbackV3.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionCallbackV3.sol/ActionCallbackV3.json +3 -51
- package/build/artifacts/contracts/router/ActionMiscV3.sol/ActionMiscV3.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionMiscV3.sol/ActionMiscV3.json +2 -50
- package/build/artifacts/contracts/router/ActionStorageV4.sol/ActionStorageV4.dbg.json +4 -0
- package/build/artifacts/contracts/router/ActionStorageV4.sol/ActionStorageV4.json +149 -0
- package/build/artifacts/contracts/router/ActionSwapPTV3.sol/ActionSwapPTV3.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionSwapPTV3.sol/ActionSwapPTV3.json +2 -76
- package/build/artifacts/contracts/router/ActionSwapYTV3.sol/ActionSwapYTV3.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionSwapYTV3.sol/ActionSwapYTV3.json +2 -92
- package/build/artifacts/contracts/router/PendleRouterV4.sol/PendleRouterV4.dbg.json +4 -0
- package/build/artifacts/contracts/router/PendleRouterV4.sol/PendleRouterV4.json +35 -0
- package/build/artifacts/contracts/router/RouterStorage.sol/RouterStorage.dbg.json +4 -0
- package/build/artifacts/contracts/router/RouterStorage.sol/RouterStorage.json +10 -0
- package/build/artifacts/contracts/router/base/ActionBase.sol/ActionBase.dbg.json +1 -1
- package/build/artifacts/contracts/router/base/MarketApproxLib.sol/MarketApproxPtInLib.dbg.json +1 -1
- package/build/artifacts/contracts/router/base/MarketApproxLib.sol/MarketApproxPtInLib.json +2 -2
- package/build/artifacts/contracts/router/base/MarketApproxLib.sol/MarketApproxPtOutLib.dbg.json +1 -1
- package/build/artifacts/contracts/router/base/MarketApproxLib.sol/MarketApproxPtOutLib.json +2 -2
- package/contracts/core/StandardizedYield/implementations/PendleERC20WithSupplyCapSY.sol +55 -0
- package/contracts/core/StandardizedYield/implementations/Tensorplex/PendleStTAOSY.sol +1 -1
- package/contracts/interfaces/IPActionStorageStatic.sol +1 -0
- package/contracts/interfaces/IPActionStorageV4.sol +25 -0
- package/contracts/interfaces/IPAllActionV3.sol +2 -2
- package/contracts/interfaces/IPMiniDiamond.sol +1 -0
- package/contracts/limit/LimitRouterBase.sol +48 -25
- package/contracts/router/ActionAddRemoveLiqV3.sol +12 -12
- package/contracts/router/ActionCallbackV3.sol +14 -13
- package/contracts/router/ActionMiscV3.sol +1 -3
- package/contracts/router/ActionStorageV4.sol +64 -0
- package/contracts/router/ActionSwapYTV3.sol +3 -3
- package/contracts/router/PendleRouterV4.sol +23 -0
- package/contracts/router/RouterStorage.sol +19 -0
- package/contracts/router/base/ActionBase.sol +5 -7
- package/contracts/router/base/MarketApproxLib.sol +18 -16
- package/deployments/1-core.json +1 -1
- package/deployments/1-markets/ENA-AUG2024.json +13 -0
- package/deployments/1-markets/EZETH-DEC2024.json +11 -0
- package/deployments/1-markets/SUSDE-JUL2024.json +13 -0
- package/deployments/1-markets/WEETH-DEC2024.json +13 -0
- package/deployments/10-core.json +1 -1
- package/deployments/42161-core.json +1 -1
- package/deployments/5000-core.json +1 -1
- package/deployments/56-core.json +1 -1
- package/deployments/56-markets/EZETH-BSC-SEP2024.json +13 -0
- package/package.json +1 -1
- package/typechain-types/ActionCallbackV3.ts +5 -5
- package/typechain-types/ActionStorageV4.ts +293 -0
- package/typechain-types/IPActionStorageV4.ts +293 -0
- package/typechain-types/IPAllActionV3.ts +208 -109
- package/typechain-types/PendleERC20WithSupplyCapSY.ts +1332 -0
- package/typechain-types/PendleRouterV4.ts +57 -0
- package/typechain-types/factories/ActionAddRemoveLiqV3__factory.ts +1 -123
- package/typechain-types/factories/ActionCallbackV3__factory.ts +2 -50
- 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 -27
- package/typechain-types/factories/ActionMintRedeemStatic__factory.ts +1 -1
- package/typechain-types/factories/ActionMiscV3__factory.ts +1 -49
- package/typechain-types/factories/ActionStorageStatic__factory.ts +1 -1
- package/typechain-types/factories/ActionStorageV4__factory.ts +202 -0
- package/typechain-types/factories/ActionSwapPTV3__factory.ts +1 -75
- package/typechain-types/factories/ActionSwapYTV3__factory.ts +1 -91
- package/typechain-types/factories/ActionVePendleStatic__factory.ts +1 -1
- package/typechain-types/factories/IPActionStorageV4__factory.ts +164 -0
- package/typechain-types/factories/IPAllActionV3__factory.ts +134 -72
- package/typechain-types/factories/PendleERC20WithSupplyCapSY__factory.ts +1157 -0
- package/typechain-types/factories/PendleLimitRouter__factory.ts +1 -1
- package/typechain-types/factories/PendlePoolDeployHelper__factory.ts +1 -1
- package/typechain-types/factories/PendleRouterStatic__factory.ts +1 -1
- package/typechain-types/factories/PendleRouterV4__factory.ts +96 -0
- package/typechain-types/factories/PendleStTAOSY__factory.ts +1 -1
- package/typechain-types/hardhat.d.ts +31 -58
- package/typechain-types/index.ts +8 -14
- package/build/artifacts/contracts/interfaces/IDiamondCut.sol/IDiamondCut.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IDiamondCut.sol/IDiamondCut.json +0 -93
- package/build/artifacts/contracts/interfaces/IDiamondLoupe.sol/IDiamondLoupe.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IDiamondLoupe.sol/IDiamondLoupe.json +0 -87
- package/build/artifacts/contracts/router/PendleRouterHelper.sol/PendleRouterHelper.dbg.json +0 -4
- package/build/artifacts/contracts/router/PendleRouterHelper.sol/PendleRouterHelper.json +0 -1002
- package/build/artifacts/contracts/router/PendleRouterHelper.sol/RouterV2InterfaceForRouterHelper.dbg.json +0 -4
- package/build/artifacts/contracts/router/PendleRouterHelper.sol/RouterV2InterfaceForRouterHelper.json +0 -466
- package/build/artifacts/contracts/router/PendleRouterV3.sol/PendleRouterV3.dbg.json +0 -4
- package/build/artifacts/contracts/router/PendleRouterV3.sol/PendleRouterV3.json +0 -179
- package/contracts/interfaces/IDiamondCut.sol +0 -32
- package/contracts/interfaces/IDiamondLoupe.sol +0 -38
- package/contracts/router/PendleRouterHelper.sol +0 -305
- package/contracts/router/PendleRouterV3.sol +0 -235
|
@@ -372,10 +372,6 @@ declare module "hardhat/types/runtime" {
|
|
|
372
372
|
name: "PendleUSDEL2SY",
|
|
373
373
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
374
374
|
): Promise<Contracts.PendleUSDEL2SY__factory>;
|
|
375
|
-
getContractFactory(
|
|
376
|
-
name: "PendleUSDEMantleSY",
|
|
377
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
378
|
-
): Promise<Contracts.PendleUSDEMantleSY__factory>;
|
|
379
375
|
getContractFactory(
|
|
380
376
|
name: "PendleUSDESY",
|
|
381
377
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
@@ -472,6 +468,10 @@ declare module "hardhat/types/runtime" {
|
|
|
472
468
|
name: "PendleERC20SYUpg",
|
|
473
469
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
474
470
|
): Promise<Contracts.PendleERC20SYUpg__factory>;
|
|
471
|
+
getContractFactory(
|
|
472
|
+
name: "PendleERC20WithSupplyCapSY",
|
|
473
|
+
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
474
|
+
): Promise<Contracts.PendleERC20WithSupplyCapSY__factory>;
|
|
475
475
|
getContractFactory(
|
|
476
476
|
name: "PendleERC4626SY",
|
|
477
477
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
@@ -596,10 +596,6 @@ declare module "hardhat/types/runtime" {
|
|
|
596
596
|
name: "PendleZtakeWeETHSY",
|
|
597
597
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
598
598
|
): Promise<Contracts.PendleZtakeWeETHSY__factory>;
|
|
599
|
-
getContractFactory(
|
|
600
|
-
name: "PendleZtakeWETHSY",
|
|
601
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
602
|
-
): Promise<Contracts.PendleZtakeWETHSY__factory>;
|
|
603
599
|
getContractFactory(
|
|
604
600
|
name: "SYBase",
|
|
605
601
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
@@ -868,14 +864,6 @@ declare module "hardhat/types/runtime" {
|
|
|
868
864
|
name: "IDaiLikePermit",
|
|
869
865
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
870
866
|
): Promise<Contracts.IDaiLikePermit__factory>;
|
|
871
|
-
getContractFactory(
|
|
872
|
-
name: "IDiamondCut",
|
|
873
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
874
|
-
): Promise<Contracts.IDiamondCut__factory>;
|
|
875
|
-
getContractFactory(
|
|
876
|
-
name: "IDiamondLoupe",
|
|
877
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
878
|
-
): Promise<Contracts.IDiamondLoupe__factory>;
|
|
879
867
|
getContractFactory(
|
|
880
868
|
name: "IERC4626",
|
|
881
869
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
@@ -928,6 +916,10 @@ declare module "hardhat/types/runtime" {
|
|
|
928
916
|
name: "IPActionStorageStatic",
|
|
929
917
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
930
918
|
): Promise<Contracts.IPActionStorageStatic__factory>;
|
|
919
|
+
getContractFactory(
|
|
920
|
+
name: "IPActionStorageV4",
|
|
921
|
+
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
922
|
+
): Promise<Contracts.IPActionStorageV4__factory>;
|
|
931
923
|
getContractFactory(
|
|
932
924
|
name: "IPActionSwapPTV3",
|
|
933
925
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
@@ -1456,6 +1448,10 @@ declare module "hardhat/types/runtime" {
|
|
|
1456
1448
|
name: "ActionMiscV3",
|
|
1457
1449
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
1458
1450
|
): Promise<Contracts.ActionMiscV3__factory>;
|
|
1451
|
+
getContractFactory(
|
|
1452
|
+
name: "ActionStorageV4",
|
|
1453
|
+
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
1454
|
+
): Promise<Contracts.ActionStorageV4__factory>;
|
|
1459
1455
|
getContractFactory(
|
|
1460
1456
|
name: "ActionSwapPTV3",
|
|
1461
1457
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
@@ -1465,17 +1461,9 @@ declare module "hardhat/types/runtime" {
|
|
|
1465
1461
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
1466
1462
|
): Promise<Contracts.ActionSwapYTV3__factory>;
|
|
1467
1463
|
getContractFactory(
|
|
1468
|
-
name: "
|
|
1469
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
1470
|
-
): Promise<Contracts.PendleRouterHelper__factory>;
|
|
1471
|
-
getContractFactory(
|
|
1472
|
-
name: "RouterV2InterfaceForRouterHelper",
|
|
1473
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
1474
|
-
): Promise<Contracts.RouterV2InterfaceForRouterHelper__factory>;
|
|
1475
|
-
getContractFactory(
|
|
1476
|
-
name: "PendleRouterV3",
|
|
1464
|
+
name: "PendleRouterV4",
|
|
1477
1465
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
1478
|
-
): Promise<Contracts.
|
|
1466
|
+
): Promise<Contracts.PendleRouterV4__factory>;
|
|
1479
1467
|
getContractFactory(
|
|
1480
1468
|
name: "IPSwapAggregator",
|
|
1481
1469
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
@@ -1967,11 +1955,6 @@ declare module "hardhat/types/runtime" {
|
|
|
1967
1955
|
address: string,
|
|
1968
1956
|
signer?: ethers.Signer
|
|
1969
1957
|
): Promise<Contracts.PendleUSDEL2SY>;
|
|
1970
|
-
getContractAt(
|
|
1971
|
-
name: "PendleUSDEMantleSY",
|
|
1972
|
-
address: string,
|
|
1973
|
-
signer?: ethers.Signer
|
|
1974
|
-
): Promise<Contracts.PendleUSDEMantleSY>;
|
|
1975
1958
|
getContractAt(
|
|
1976
1959
|
name: "PendleUSDESY",
|
|
1977
1960
|
address: string,
|
|
@@ -2092,6 +2075,11 @@ declare module "hardhat/types/runtime" {
|
|
|
2092
2075
|
address: string,
|
|
2093
2076
|
signer?: ethers.Signer
|
|
2094
2077
|
): Promise<Contracts.PendleERC20SYUpg>;
|
|
2078
|
+
getContractAt(
|
|
2079
|
+
name: "PendleERC20WithSupplyCapSY",
|
|
2080
|
+
address: string,
|
|
2081
|
+
signer?: ethers.Signer
|
|
2082
|
+
): Promise<Contracts.PendleERC20WithSupplyCapSY>;
|
|
2095
2083
|
getContractAt(
|
|
2096
2084
|
name: "PendleERC4626SY",
|
|
2097
2085
|
address: string,
|
|
@@ -2247,11 +2235,6 @@ declare module "hardhat/types/runtime" {
|
|
|
2247
2235
|
address: string,
|
|
2248
2236
|
signer?: ethers.Signer
|
|
2249
2237
|
): Promise<Contracts.PendleZtakeWeETHSY>;
|
|
2250
|
-
getContractAt(
|
|
2251
|
-
name: "PendleZtakeWETHSY",
|
|
2252
|
-
address: string,
|
|
2253
|
-
signer?: ethers.Signer
|
|
2254
|
-
): Promise<Contracts.PendleZtakeWETHSY>;
|
|
2255
2238
|
getContractAt(
|
|
2256
2239
|
name: "SYBase",
|
|
2257
2240
|
address: string,
|
|
@@ -2587,16 +2570,6 @@ declare module "hardhat/types/runtime" {
|
|
|
2587
2570
|
address: string,
|
|
2588
2571
|
signer?: ethers.Signer
|
|
2589
2572
|
): Promise<Contracts.IDaiLikePermit>;
|
|
2590
|
-
getContractAt(
|
|
2591
|
-
name: "IDiamondCut",
|
|
2592
|
-
address: string,
|
|
2593
|
-
signer?: ethers.Signer
|
|
2594
|
-
): Promise<Contracts.IDiamondCut>;
|
|
2595
|
-
getContractAt(
|
|
2596
|
-
name: "IDiamondLoupe",
|
|
2597
|
-
address: string,
|
|
2598
|
-
signer?: ethers.Signer
|
|
2599
|
-
): Promise<Contracts.IDiamondLoupe>;
|
|
2600
2573
|
getContractAt(
|
|
2601
2574
|
name: "IERC4626",
|
|
2602
2575
|
address: string,
|
|
@@ -2662,6 +2635,11 @@ declare module "hardhat/types/runtime" {
|
|
|
2662
2635
|
address: string,
|
|
2663
2636
|
signer?: ethers.Signer
|
|
2664
2637
|
): Promise<Contracts.IPActionStorageStatic>;
|
|
2638
|
+
getContractAt(
|
|
2639
|
+
name: "IPActionStorageV4",
|
|
2640
|
+
address: string,
|
|
2641
|
+
signer?: ethers.Signer
|
|
2642
|
+
): Promise<Contracts.IPActionStorageV4>;
|
|
2665
2643
|
getContractAt(
|
|
2666
2644
|
name: "IPActionSwapPTV3",
|
|
2667
2645
|
address: string,
|
|
@@ -3322,6 +3300,11 @@ declare module "hardhat/types/runtime" {
|
|
|
3322
3300
|
address: string,
|
|
3323
3301
|
signer?: ethers.Signer
|
|
3324
3302
|
): Promise<Contracts.ActionMiscV3>;
|
|
3303
|
+
getContractAt(
|
|
3304
|
+
name: "ActionStorageV4",
|
|
3305
|
+
address: string,
|
|
3306
|
+
signer?: ethers.Signer
|
|
3307
|
+
): Promise<Contracts.ActionStorageV4>;
|
|
3325
3308
|
getContractAt(
|
|
3326
3309
|
name: "ActionSwapPTV3",
|
|
3327
3310
|
address: string,
|
|
@@ -3333,20 +3316,10 @@ declare module "hardhat/types/runtime" {
|
|
|
3333
3316
|
signer?: ethers.Signer
|
|
3334
3317
|
): Promise<Contracts.ActionSwapYTV3>;
|
|
3335
3318
|
getContractAt(
|
|
3336
|
-
name: "
|
|
3337
|
-
address: string,
|
|
3338
|
-
signer?: ethers.Signer
|
|
3339
|
-
): Promise<Contracts.PendleRouterHelper>;
|
|
3340
|
-
getContractAt(
|
|
3341
|
-
name: "RouterV2InterfaceForRouterHelper",
|
|
3342
|
-
address: string,
|
|
3343
|
-
signer?: ethers.Signer
|
|
3344
|
-
): Promise<Contracts.RouterV2InterfaceForRouterHelper>;
|
|
3345
|
-
getContractAt(
|
|
3346
|
-
name: "PendleRouterV3",
|
|
3319
|
+
name: "PendleRouterV4",
|
|
3347
3320
|
address: string,
|
|
3348
3321
|
signer?: ethers.Signer
|
|
3349
|
-
): Promise<Contracts.
|
|
3322
|
+
): Promise<Contracts.PendleRouterV4>;
|
|
3350
3323
|
getContractAt(
|
|
3351
3324
|
name: "IPSwapAggregator",
|
|
3352
3325
|
address: string,
|
package/typechain-types/index.ts
CHANGED
|
@@ -90,7 +90,6 @@ export type { PendleCurveUsdd3CrvSY } from "./PendleCurveUsdd3CrvSY";
|
|
|
90
90
|
export type { PendleSUSDEMantleSY } from "./PendleSUSDEMantleSY";
|
|
91
91
|
export type { PendleSUSDESY } from "./PendleSUSDESY";
|
|
92
92
|
export type { PendleUSDEL2SY } from "./PendleUSDEL2SY";
|
|
93
|
-
export type { PendleUSDEMantleSY } from "./PendleUSDEMantleSY";
|
|
94
93
|
export type { PendleUSDESY } from "./PendleUSDESY";
|
|
95
94
|
export type { PendleWEEthSY } from "./PendleWEEthSY";
|
|
96
95
|
export type { PendleFluxLendingSY } from "./PendleFluxLendingSY";
|
|
@@ -115,6 +114,7 @@ export type { PendleArbitrumStakedEthSY } from "./PendleArbitrumStakedEthSY";
|
|
|
115
114
|
export type { PendleBridgedLSDSY } from "./PendleBridgedLSDSY";
|
|
116
115
|
export type { PendleERC20SY } from "./PendleERC20SY";
|
|
117
116
|
export type { PendleERC20SYUpg } from "./PendleERC20SYUpg";
|
|
117
|
+
export type { PendleERC20WithSupplyCapSY } from "./PendleERC20WithSupplyCapSY";
|
|
118
118
|
export type { PendleERC4626SY } from "./PendleERC4626SY";
|
|
119
119
|
export type { PendleERC4626SYUpg } from "./PendleERC4626SYUpg";
|
|
120
120
|
export type { PendleEUSDSY } from "./PendleEUSDSY";
|
|
@@ -146,7 +146,6 @@ export type { PendleZtakeEzETHSY } from "./PendleZtakeEzETHSY";
|
|
|
146
146
|
export type { PendleZtakeRsETHSY } from "./PendleZtakeRsETHSY";
|
|
147
147
|
export type { PendleZtakeUSDESY } from "./PendleZtakeUSDESY";
|
|
148
148
|
export type { PendleZtakeWeETHSY } from "./PendleZtakeWeETHSY";
|
|
149
|
-
export type { PendleZtakeWETHSY } from "./PendleZtakeWETHSY";
|
|
150
149
|
export type { SYBase } from "./SYBase";
|
|
151
150
|
export type { SYBaseUpg } from "./SYBaseUpg";
|
|
152
151
|
export type { SYBaseWithRewards } from "./SYBaseWithRewards";
|
|
@@ -214,8 +213,6 @@ export type { IApeStaking } from "./IApeStaking";
|
|
|
214
213
|
export type { IBenQiComptroller } from "./IBenQiComptroller";
|
|
215
214
|
export type { IBenQiInterestRateModel } from "./IBenQiInterestRateModel";
|
|
216
215
|
export type { IDaiLikePermit } from "./IDaiLikePermit";
|
|
217
|
-
export type { IDiamondCut } from "./IDiamondCut";
|
|
218
|
-
export type { IDiamondLoupe } from "./IDiamondLoupe";
|
|
219
216
|
export type { IERC4626 } from "./IERC4626";
|
|
220
217
|
export type { ILayerZeroEndpoint } from "./ILayerZeroEndpoint";
|
|
221
218
|
export type { ILayerZeroReceiver } from "./ILayerZeroReceiver";
|
|
@@ -229,6 +226,7 @@ export type { IPActionMarketCoreStatic } from "./IPActionMarketCoreStatic";
|
|
|
229
226
|
export type { IPActionMintRedeemStatic } from "./IPActionMintRedeemStatic";
|
|
230
227
|
export type { IPActionMiscV3 } from "./IPActionMiscV3";
|
|
231
228
|
export type { IPActionStorageStatic } from "./IPActionStorageStatic";
|
|
229
|
+
export type { IPActionStorageV4 } from "./IPActionStorageV4";
|
|
232
230
|
export type { IPActionSwapPTV3 } from "./IPActionSwapPTV3";
|
|
233
231
|
export type { IPActionSwapYTV3 } from "./IPActionSwapYTV3";
|
|
234
232
|
export type { IPActionVePendleStatic } from "./IPActionVePendleStatic";
|
|
@@ -361,11 +359,10 @@ export type { BoringPtUsdChainlinkOracle } from "./BoringPtUsdChainlinkOracle";
|
|
|
361
359
|
export type { ActionAddRemoveLiqV3 } from "./ActionAddRemoveLiqV3";
|
|
362
360
|
export type { ActionCallbackV3 } from "./ActionCallbackV3";
|
|
363
361
|
export type { ActionMiscV3 } from "./ActionMiscV3";
|
|
362
|
+
export type { ActionStorageV4 } from "./ActionStorageV4";
|
|
364
363
|
export type { ActionSwapPTV3 } from "./ActionSwapPTV3";
|
|
365
364
|
export type { ActionSwapYTV3 } from "./ActionSwapYTV3";
|
|
366
|
-
export type {
|
|
367
|
-
export type { RouterV2InterfaceForRouterHelper } from "./RouterV2InterfaceForRouterHelper";
|
|
368
|
-
export type { PendleRouterV3 } from "./PendleRouterV3";
|
|
365
|
+
export type { PendleRouterV4 } from "./PendleRouterV4";
|
|
369
366
|
export type { IPSwapAggregator } from "./IPSwapAggregator";
|
|
370
367
|
export type { IAggregationExecutor } from "./IAggregationExecutor";
|
|
371
368
|
export type { IAggregationExecutorOptimistic } from "./IAggregationExecutorOptimistic";
|
|
@@ -466,7 +463,6 @@ export { PendleCurveUsdd3CrvSY__factory } from "./factories/PendleCurveUsdd3CrvS
|
|
|
466
463
|
export { PendleSUSDEMantleSY__factory } from "./factories/PendleSUSDEMantleSY__factory";
|
|
467
464
|
export { PendleSUSDESY__factory } from "./factories/PendleSUSDESY__factory";
|
|
468
465
|
export { PendleUSDEL2SY__factory } from "./factories/PendleUSDEL2SY__factory";
|
|
469
|
-
export { PendleUSDEMantleSY__factory } from "./factories/PendleUSDEMantleSY__factory";
|
|
470
466
|
export { PendleUSDESY__factory } from "./factories/PendleUSDESY__factory";
|
|
471
467
|
export { PendleWEEthSY__factory } from "./factories/PendleWEEthSY__factory";
|
|
472
468
|
export { PendleFluxLendingSY__factory } from "./factories/PendleFluxLendingSY__factory";
|
|
@@ -491,6 +487,7 @@ export { PendleArbitrumStakedEthSY__factory } from "./factories/PendleArbitrumSt
|
|
|
491
487
|
export { PendleBridgedLSDSY__factory } from "./factories/PendleBridgedLSDSY__factory";
|
|
492
488
|
export { PendleERC20SY__factory } from "./factories/PendleERC20SY__factory";
|
|
493
489
|
export { PendleERC20SYUpg__factory } from "./factories/PendleERC20SYUpg__factory";
|
|
490
|
+
export { PendleERC20WithSupplyCapSY__factory } from "./factories/PendleERC20WithSupplyCapSY__factory";
|
|
494
491
|
export { PendleERC4626SY__factory } from "./factories/PendleERC4626SY__factory";
|
|
495
492
|
export { PendleERC4626SYUpg__factory } from "./factories/PendleERC4626SYUpg__factory";
|
|
496
493
|
export { PendleEUSDSY__factory } from "./factories/PendleEUSDSY__factory";
|
|
@@ -522,7 +519,6 @@ export { PendleZtakeEzETHSY__factory } from "./factories/PendleZtakeEzETHSY__fac
|
|
|
522
519
|
export { PendleZtakeRsETHSY__factory } from "./factories/PendleZtakeRsETHSY__factory";
|
|
523
520
|
export { PendleZtakeUSDESY__factory } from "./factories/PendleZtakeUSDESY__factory";
|
|
524
521
|
export { PendleZtakeWeETHSY__factory } from "./factories/PendleZtakeWeETHSY__factory";
|
|
525
|
-
export { PendleZtakeWETHSY__factory } from "./factories/PendleZtakeWETHSY__factory";
|
|
526
522
|
export { SYBase__factory } from "./factories/SYBase__factory";
|
|
527
523
|
export { SYBaseUpg__factory } from "./factories/SYBaseUpg__factory";
|
|
528
524
|
export { SYBaseWithRewards__factory } from "./factories/SYBaseWithRewards__factory";
|
|
@@ -590,8 +586,6 @@ export { IApeStaking__factory } from "./factories/IApeStaking__factory";
|
|
|
590
586
|
export { IBenQiComptroller__factory } from "./factories/IBenQiComptroller__factory";
|
|
591
587
|
export { IBenQiInterestRateModel__factory } from "./factories/IBenQiInterestRateModel__factory";
|
|
592
588
|
export { IDaiLikePermit__factory } from "./factories/IDaiLikePermit__factory";
|
|
593
|
-
export { IDiamondCut__factory } from "./factories/IDiamondCut__factory";
|
|
594
|
-
export { IDiamondLoupe__factory } from "./factories/IDiamondLoupe__factory";
|
|
595
589
|
export { IERC4626__factory } from "./factories/IERC4626__factory";
|
|
596
590
|
export { ILayerZeroEndpoint__factory } from "./factories/ILayerZeroEndpoint__factory";
|
|
597
591
|
export { ILayerZeroReceiver__factory } from "./factories/ILayerZeroReceiver__factory";
|
|
@@ -605,6 +599,7 @@ export { IPActionMarketCoreStatic__factory } from "./factories/IPActionMarketCor
|
|
|
605
599
|
export { IPActionMintRedeemStatic__factory } from "./factories/IPActionMintRedeemStatic__factory";
|
|
606
600
|
export { IPActionMiscV3__factory } from "./factories/IPActionMiscV3__factory";
|
|
607
601
|
export { IPActionStorageStatic__factory } from "./factories/IPActionStorageStatic__factory";
|
|
602
|
+
export { IPActionStorageV4__factory } from "./factories/IPActionStorageV4__factory";
|
|
608
603
|
export { IPActionSwapPTV3__factory } from "./factories/IPActionSwapPTV3__factory";
|
|
609
604
|
export { IPActionSwapYTV3__factory } from "./factories/IPActionSwapYTV3__factory";
|
|
610
605
|
export { IPActionVePendleStatic__factory } from "./factories/IPActionVePendleStatic__factory";
|
|
@@ -737,11 +732,10 @@ export { BoringPtUsdChainlinkOracle__factory } from "./factories/BoringPtUsdChai
|
|
|
737
732
|
export { ActionAddRemoveLiqV3__factory } from "./factories/ActionAddRemoveLiqV3__factory";
|
|
738
733
|
export { ActionCallbackV3__factory } from "./factories/ActionCallbackV3__factory";
|
|
739
734
|
export { ActionMiscV3__factory } from "./factories/ActionMiscV3__factory";
|
|
735
|
+
export { ActionStorageV4__factory } from "./factories/ActionStorageV4__factory";
|
|
740
736
|
export { ActionSwapPTV3__factory } from "./factories/ActionSwapPTV3__factory";
|
|
741
737
|
export { ActionSwapYTV3__factory } from "./factories/ActionSwapYTV3__factory";
|
|
742
|
-
export {
|
|
743
|
-
export { RouterV2InterfaceForRouterHelper__factory } from "./factories/RouterV2InterfaceForRouterHelper__factory";
|
|
744
|
-
export { PendleRouterV3__factory } from "./factories/PendleRouterV3__factory";
|
|
738
|
+
export { PendleRouterV4__factory } from "./factories/PendleRouterV4__factory";
|
|
745
739
|
export { IPSwapAggregator__factory } from "./factories/IPSwapAggregator__factory";
|
|
746
740
|
export { IAggregationExecutor__factory } from "./factories/IAggregationExecutor__factory";
|
|
747
741
|
export { IAggregationExecutorOptimistic__factory } from "./factories/IAggregationExecutorOptimistic__factory";
|
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"_format": "hh-sol-artifact-1",
|
|
3
|
-
"contractName": "IDiamondCut",
|
|
4
|
-
"sourceName": "contracts/interfaces/IDiamondCut.sol",
|
|
5
|
-
"abi": [
|
|
6
|
-
{
|
|
7
|
-
"anonymous": false,
|
|
8
|
-
"inputs": [
|
|
9
|
-
{
|
|
10
|
-
"components": [
|
|
11
|
-
{
|
|
12
|
-
"internalType": "address",
|
|
13
|
-
"name": "facetAddress",
|
|
14
|
-
"type": "address"
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"internalType": "enum IDiamondCut.FacetCutAction",
|
|
18
|
-
"name": "action",
|
|
19
|
-
"type": "uint8"
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
"internalType": "bytes4[]",
|
|
23
|
-
"name": "functionSelectors",
|
|
24
|
-
"type": "bytes4[]"
|
|
25
|
-
}
|
|
26
|
-
],
|
|
27
|
-
"indexed": false,
|
|
28
|
-
"internalType": "struct IDiamondCut.FacetCut[]",
|
|
29
|
-
"name": "_diamondCut",
|
|
30
|
-
"type": "tuple[]"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"indexed": false,
|
|
34
|
-
"internalType": "address",
|
|
35
|
-
"name": "_init",
|
|
36
|
-
"type": "address"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"indexed": false,
|
|
40
|
-
"internalType": "bytes",
|
|
41
|
-
"name": "_calldata",
|
|
42
|
-
"type": "bytes"
|
|
43
|
-
}
|
|
44
|
-
],
|
|
45
|
-
"name": "DiamondCut",
|
|
46
|
-
"type": "event"
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"inputs": [
|
|
50
|
-
{
|
|
51
|
-
"components": [
|
|
52
|
-
{
|
|
53
|
-
"internalType": "address",
|
|
54
|
-
"name": "facetAddress",
|
|
55
|
-
"type": "address"
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"internalType": "enum IDiamondCut.FacetCutAction",
|
|
59
|
-
"name": "action",
|
|
60
|
-
"type": "uint8"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"internalType": "bytes4[]",
|
|
64
|
-
"name": "functionSelectors",
|
|
65
|
-
"type": "bytes4[]"
|
|
66
|
-
}
|
|
67
|
-
],
|
|
68
|
-
"internalType": "struct IDiamondCut.FacetCut[]",
|
|
69
|
-
"name": "_diamondCut",
|
|
70
|
-
"type": "tuple[]"
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"internalType": "address",
|
|
74
|
-
"name": "_init",
|
|
75
|
-
"type": "address"
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"internalType": "bytes",
|
|
79
|
-
"name": "_calldata",
|
|
80
|
-
"type": "bytes"
|
|
81
|
-
}
|
|
82
|
-
],
|
|
83
|
-
"name": "diamondCut",
|
|
84
|
-
"outputs": [],
|
|
85
|
-
"stateMutability": "nonpayable",
|
|
86
|
-
"type": "function"
|
|
87
|
-
}
|
|
88
|
-
],
|
|
89
|
-
"bytecode": "0x",
|
|
90
|
-
"deployedBytecode": "0x",
|
|
91
|
-
"linkReferences": {},
|
|
92
|
-
"deployedLinkReferences": {}
|
|
93
|
-
}
|
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"_format": "hh-sol-artifact-1",
|
|
3
|
-
"contractName": "IDiamondLoupe",
|
|
4
|
-
"sourceName": "contracts/interfaces/IDiamondLoupe.sol",
|
|
5
|
-
"abi": [
|
|
6
|
-
{
|
|
7
|
-
"inputs": [
|
|
8
|
-
{
|
|
9
|
-
"internalType": "bytes4",
|
|
10
|
-
"name": "_functionSelector",
|
|
11
|
-
"type": "bytes4"
|
|
12
|
-
}
|
|
13
|
-
],
|
|
14
|
-
"name": "facetAddress",
|
|
15
|
-
"outputs": [
|
|
16
|
-
{
|
|
17
|
-
"internalType": "address",
|
|
18
|
-
"name": "facetAddress_",
|
|
19
|
-
"type": "address"
|
|
20
|
-
}
|
|
21
|
-
],
|
|
22
|
-
"stateMutability": "view",
|
|
23
|
-
"type": "function"
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"inputs": [],
|
|
27
|
-
"name": "facetAddresses",
|
|
28
|
-
"outputs": [
|
|
29
|
-
{
|
|
30
|
-
"internalType": "address[]",
|
|
31
|
-
"name": "facetAddresses_",
|
|
32
|
-
"type": "address[]"
|
|
33
|
-
}
|
|
34
|
-
],
|
|
35
|
-
"stateMutability": "view",
|
|
36
|
-
"type": "function"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"inputs": [
|
|
40
|
-
{
|
|
41
|
-
"internalType": "address",
|
|
42
|
-
"name": "_facet",
|
|
43
|
-
"type": "address"
|
|
44
|
-
}
|
|
45
|
-
],
|
|
46
|
-
"name": "facetFunctionSelectors",
|
|
47
|
-
"outputs": [
|
|
48
|
-
{
|
|
49
|
-
"internalType": "bytes4[]",
|
|
50
|
-
"name": "facetFunctionSelectors_",
|
|
51
|
-
"type": "bytes4[]"
|
|
52
|
-
}
|
|
53
|
-
],
|
|
54
|
-
"stateMutability": "view",
|
|
55
|
-
"type": "function"
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"inputs": [],
|
|
59
|
-
"name": "facets",
|
|
60
|
-
"outputs": [
|
|
61
|
-
{
|
|
62
|
-
"components": [
|
|
63
|
-
{
|
|
64
|
-
"internalType": "address",
|
|
65
|
-
"name": "facetAddress",
|
|
66
|
-
"type": "address"
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"internalType": "bytes4[]",
|
|
70
|
-
"name": "functionSelectors",
|
|
71
|
-
"type": "bytes4[]"
|
|
72
|
-
}
|
|
73
|
-
],
|
|
74
|
-
"internalType": "struct IDiamondLoupe.Facet[]",
|
|
75
|
-
"name": "facets_",
|
|
76
|
-
"type": "tuple[]"
|
|
77
|
-
}
|
|
78
|
-
],
|
|
79
|
-
"stateMutability": "view",
|
|
80
|
-
"type": "function"
|
|
81
|
-
}
|
|
82
|
-
],
|
|
83
|
-
"bytecode": "0x",
|
|
84
|
-
"deployedBytecode": "0x",
|
|
85
|
-
"linkReferences": {},
|
|
86
|
-
"deployedLinkReferences": {}
|
|
87
|
-
}
|