@pendle/core-v2 4.4.5 → 4.5.0-beta-1

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.
Files changed (131) hide show
  1. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleERC20WithSupplyCapSY.sol/PendleERC20WithSupplyCapSY.dbg.json +4 -0
  2. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleERC20WithSupplyCapSY.sol/PendleERC20WithSupplyCapSY.json +1073 -0
  3. package/build/artifacts/contracts/core/StandardizedYield/implementations/Tensorplex/PendleStTAOSY.sol/PendleStTAOSY.dbg.json +1 -1
  4. package/build/artifacts/contracts/core/StandardizedYield/implementations/Tensorplex/PendleStTAOSY.sol/PendleStTAOSY.json +2 -2
  5. package/build/artifacts/contracts/interfaces/IPActionAddRemoveLiqV3.sol/IPActionAddRemoveLiqV3.dbg.json +1 -1
  6. package/build/artifacts/contracts/interfaces/IPActionMiscV3.sol/IPActionMiscV3.dbg.json +1 -1
  7. package/build/artifacts/contracts/interfaces/IPActionStorageStatic.sol/IPActionStorageStatic.dbg.json +1 -1
  8. package/build/artifacts/contracts/interfaces/IPActionStorageV4.sol/IPActionStorageV4.dbg.json +4 -0
  9. package/build/artifacts/contracts/interfaces/IPActionStorageV4.sol/IPActionStorageV4.json +149 -0
  10. package/build/artifacts/contracts/interfaces/IPActionSwapPTV3.sol/IPActionSwapPTV3.dbg.json +1 -1
  11. package/build/artifacts/contracts/interfaces/IPActionSwapYTV3.sol/IPActionSwapYTV3.dbg.json +1 -1
  12. package/build/artifacts/contracts/interfaces/IPAllActionV3.sol/IPAllActionV3.dbg.json +1 -1
  13. package/build/artifacts/contracts/interfaces/IPAllActionV3.sol/IPAllActionV3.json +134 -72
  14. package/build/artifacts/contracts/interfaces/IPMiniDiamond.sol/IPMiniDiamond.dbg.json +1 -1
  15. package/build/artifacts/contracts/interfaces/IPRouterHelper.sol/IPRouterHelper.dbg.json +1 -1
  16. package/build/artifacts/contracts/interfaces/IPRouterStatic.sol/IPRouterStatic.dbg.json +1 -1
  17. package/build/artifacts/contracts/limit/LimitRouterBase.sol/LimitRouterBase.dbg.json +1 -1
  18. package/build/artifacts/contracts/limit/PendleLimitRouter.sol/PendleLimitRouter.dbg.json +1 -1
  19. package/build/artifacts/contracts/limit/PendleLimitRouter.sol/PendleLimitRouter.json +2 -2
  20. package/build/artifacts/contracts/offchain-helpers/PendlePoolDeployHelper.sol/PendlePoolDeployHelper.dbg.json +1 -1
  21. package/build/artifacts/contracts/offchain-helpers/PendlePoolDeployHelper.sol/PendlePoolDeployHelper.json +2 -2
  22. package/build/artifacts/contracts/offchain-helpers/router-static/PendleRouterStatic.sol/PendleRouterStatic.dbg.json +1 -1
  23. package/build/artifacts/contracts/offchain-helpers/router-static/PendleRouterStatic.sol/PendleRouterStatic.json +2 -2
  24. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionInfoStatic.sol/ActionInfoStatic.dbg.json +1 -1
  25. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionInfoStatic.sol/ActionInfoStatic.json +2 -2
  26. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol/ActionMarketAuxStatic.dbg.json +1 -1
  27. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol/ActionMarketAuxStatic.json +2 -2
  28. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketCoreStatic.sol/ActionMarketCoreStatic.dbg.json +1 -1
  29. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketCoreStatic.sol/ActionMarketCoreStatic.json +2 -28
  30. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMintRedeemStatic.sol/ActionMintRedeemStatic.dbg.json +1 -1
  31. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMintRedeemStatic.sol/ActionMintRedeemStatic.json +2 -2
  32. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionStorageStatic.sol/ActionStorageStatic.dbg.json +1 -1
  33. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionStorageStatic.sol/ActionStorageStatic.json +2 -2
  34. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionVePendleStatic.sol/ActionVePendleStatic.dbg.json +1 -1
  35. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionVePendleStatic.sol/ActionVePendleStatic.json +2 -2
  36. package/build/artifacts/contracts/offchain-helpers/router-static/base/StorageLayout.sol/StorageLayout.dbg.json +1 -1
  37. package/build/artifacts/contracts/router/ActionAddRemoveLiqV3.sol/ActionAddRemoveLiqV3.dbg.json +1 -1
  38. package/build/artifacts/contracts/router/ActionAddRemoveLiqV3.sol/ActionAddRemoveLiqV3.json +2 -124
  39. package/build/artifacts/contracts/router/ActionCallbackV3.sol/ActionCallbackV3.dbg.json +1 -1
  40. package/build/artifacts/contracts/router/ActionCallbackV3.sol/ActionCallbackV3.json +3 -51
  41. package/build/artifacts/contracts/router/ActionMiscV3.sol/ActionMiscV3.dbg.json +1 -1
  42. package/build/artifacts/contracts/router/ActionMiscV3.sol/ActionMiscV3.json +2 -50
  43. package/build/artifacts/contracts/router/ActionStorageV4.sol/ActionStorageV4.dbg.json +4 -0
  44. package/build/artifacts/contracts/router/ActionStorageV4.sol/ActionStorageV4.json +149 -0
  45. package/build/artifacts/contracts/router/ActionSwapPTV3.sol/ActionSwapPTV3.dbg.json +1 -1
  46. package/build/artifacts/contracts/router/ActionSwapPTV3.sol/ActionSwapPTV3.json +2 -76
  47. package/build/artifacts/contracts/router/ActionSwapYTV3.sol/ActionSwapYTV3.dbg.json +1 -1
  48. package/build/artifacts/contracts/router/ActionSwapYTV3.sol/ActionSwapYTV3.json +2 -92
  49. package/build/artifacts/contracts/router/PendleRouterV4.sol/PendleRouterV4.dbg.json +4 -0
  50. package/build/artifacts/contracts/router/PendleRouterV4.sol/PendleRouterV4.json +35 -0
  51. package/build/artifacts/contracts/router/RouterStorage.sol/RouterStorage.dbg.json +4 -0
  52. package/build/artifacts/contracts/router/RouterStorage.sol/RouterStorage.json +10 -0
  53. package/build/artifacts/contracts/router/base/ActionBase.sol/ActionBase.dbg.json +1 -1
  54. package/build/artifacts/contracts/router/base/MarketApproxLib.sol/MarketApproxPtInLib.dbg.json +1 -1
  55. package/build/artifacts/contracts/router/base/MarketApproxLib.sol/MarketApproxPtInLib.json +2 -2
  56. package/build/artifacts/contracts/router/base/MarketApproxLib.sol/MarketApproxPtOutLib.dbg.json +1 -1
  57. package/build/artifacts/contracts/router/base/MarketApproxLib.sol/MarketApproxPtOutLib.json +2 -2
  58. package/contracts/core/StandardizedYield/implementations/PendleERC20WithSupplyCapSY.sol +55 -0
  59. package/contracts/core/StandardizedYield/implementations/Tensorplex/PendleStTAOSY.sol +1 -1
  60. package/contracts/interfaces/IPActionStorageStatic.sol +1 -0
  61. package/contracts/interfaces/IPActionStorageV4.sol +25 -0
  62. package/contracts/interfaces/IPAllActionV3.sol +2 -2
  63. package/contracts/interfaces/IPMiniDiamond.sol +1 -0
  64. package/contracts/limit/LimitRouterBase.sol +48 -25
  65. package/contracts/router/ActionAddRemoveLiqV3.sol +12 -12
  66. package/contracts/router/ActionCallbackV3.sol +14 -13
  67. package/contracts/router/ActionMiscV3.sol +1 -3
  68. package/contracts/router/ActionStorageV4.sol +64 -0
  69. package/contracts/router/ActionSwapYTV3.sol +3 -3
  70. package/contracts/router/PendleRouterV4.sol +21 -0
  71. package/contracts/router/RouterStorage.sol +19 -0
  72. package/contracts/router/base/ActionBase.sol +5 -7
  73. package/contracts/router/base/MarketApproxLib.sol +18 -16
  74. package/deployments/1-core.json +1 -1
  75. package/deployments/1-markets/ENA-AUG2024.json +13 -0
  76. package/deployments/1-markets/EZETH-DEC2024.json +11 -0
  77. package/deployments/1-markets/SUSDE-JUL2024.json +13 -0
  78. package/deployments/1-markets/WEETH-DEC2024.json +13 -0
  79. package/deployments/1-offchain-helper.json +1 -1
  80. package/deployments/10-core.json +1 -1
  81. package/deployments/10-offchain-helper.json +1 -1
  82. package/deployments/42161-core.json +1 -1
  83. package/deployments/42161-offchain-helper.json +1 -1
  84. package/deployments/5000-core.json +1 -1
  85. package/deployments/5000-offchain-helper.json +1 -1
  86. package/deployments/56-core.json +1 -1
  87. package/deployments/56-markets/EZETH-BSC-SEP2024.json +13 -0
  88. package/deployments/56-offchain-helper.json +1 -1
  89. package/package.json +1 -1
  90. package/typechain-types/ActionCallbackV3.ts +5 -5
  91. package/typechain-types/ActionStorageV4.ts +293 -0
  92. package/typechain-types/IPActionStorageV4.ts +293 -0
  93. package/typechain-types/IPAllActionV3.ts +208 -109
  94. package/typechain-types/PendleERC20WithSupplyCapSY.ts +1332 -0
  95. package/typechain-types/PendleRouterV4.ts +57 -0
  96. package/typechain-types/factories/ActionAddRemoveLiqV3__factory.ts +1 -123
  97. package/typechain-types/factories/ActionCallbackV3__factory.ts +2 -50
  98. package/typechain-types/factories/ActionInfoStatic__factory.ts +1 -1
  99. package/typechain-types/factories/ActionMarketAuxStatic__factory.ts +1 -1
  100. package/typechain-types/factories/ActionMarketCoreStatic__factory.ts +1 -27
  101. package/typechain-types/factories/ActionMintRedeemStatic__factory.ts +1 -1
  102. package/typechain-types/factories/ActionMiscV3__factory.ts +1 -49
  103. package/typechain-types/factories/ActionStorageStatic__factory.ts +1 -1
  104. package/typechain-types/factories/ActionStorageV4__factory.ts +202 -0
  105. package/typechain-types/factories/ActionSwapPTV3__factory.ts +1 -75
  106. package/typechain-types/factories/ActionSwapYTV3__factory.ts +1 -91
  107. package/typechain-types/factories/ActionVePendleStatic__factory.ts +1 -1
  108. package/typechain-types/factories/IPActionStorageV4__factory.ts +164 -0
  109. package/typechain-types/factories/IPAllActionV3__factory.ts +134 -72
  110. package/typechain-types/factories/PendleERC20WithSupplyCapSY__factory.ts +1157 -0
  111. package/typechain-types/factories/PendleLimitRouter__factory.ts +1 -1
  112. package/typechain-types/factories/PendlePoolDeployHelper__factory.ts +1 -1
  113. package/typechain-types/factories/PendleRouterStatic__factory.ts +1 -1
  114. package/typechain-types/factories/PendleRouterV4__factory.ts +96 -0
  115. package/typechain-types/factories/PendleStTAOSY__factory.ts +1 -1
  116. package/typechain-types/hardhat.d.ts +36 -18
  117. package/typechain-types/index.ts +8 -4
  118. package/build/artifacts/contracts/interfaces/IDiamondCut.sol/IDiamondCut.dbg.json +0 -4
  119. package/build/artifacts/contracts/interfaces/IDiamondCut.sol/IDiamondCut.json +0 -93
  120. package/build/artifacts/contracts/interfaces/IDiamondLoupe.sol/IDiamondLoupe.dbg.json +0 -4
  121. package/build/artifacts/contracts/interfaces/IDiamondLoupe.sol/IDiamondLoupe.json +0 -87
  122. package/build/artifacts/contracts/router/PendleRouterHelper.sol/PendleRouterHelper.dbg.json +0 -4
  123. package/build/artifacts/contracts/router/PendleRouterHelper.sol/PendleRouterHelper.json +0 -1002
  124. package/build/artifacts/contracts/router/PendleRouterHelper.sol/RouterV2InterfaceForRouterHelper.dbg.json +0 -4
  125. package/build/artifacts/contracts/router/PendleRouterHelper.sol/RouterV2InterfaceForRouterHelper.json +0 -466
  126. package/build/artifacts/contracts/router/PendleRouterV3.sol/PendleRouterV3.dbg.json +0 -4
  127. package/build/artifacts/contracts/router/PendleRouterV3.sol/PendleRouterV3.json +0 -179
  128. package/contracts/interfaces/IDiamondCut.sol +0 -32
  129. package/contracts/interfaces/IDiamondLoupe.sol +0 -38
  130. package/contracts/router/PendleRouterHelper.sol +0 -305
  131. 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
@@ -928,6 +924,10 @@ declare module "hardhat/types/runtime" {
928
924
  name: "IPActionStorageStatic",
929
925
  signerOrOptions?: ethers.Signer | FactoryOptions
930
926
  ): Promise<Contracts.IPActionStorageStatic__factory>;
927
+ getContractFactory(
928
+ name: "IPActionStorageV4",
929
+ signerOrOptions?: ethers.Signer | FactoryOptions
930
+ ): Promise<Contracts.IPActionStorageV4__factory>;
931
931
  getContractFactory(
932
932
  name: "IPActionSwapPTV3",
933
933
  signerOrOptions?: ethers.Signer | FactoryOptions
@@ -1456,6 +1456,10 @@ declare module "hardhat/types/runtime" {
1456
1456
  name: "ActionMiscV3",
1457
1457
  signerOrOptions?: ethers.Signer | FactoryOptions
1458
1458
  ): Promise<Contracts.ActionMiscV3__factory>;
1459
+ getContractFactory(
1460
+ name: "ActionStorageV4",
1461
+ signerOrOptions?: ethers.Signer | FactoryOptions
1462
+ ): Promise<Contracts.ActionStorageV4__factory>;
1459
1463
  getContractFactory(
1460
1464
  name: "ActionSwapPTV3",
1461
1465
  signerOrOptions?: ethers.Signer | FactoryOptions
@@ -1476,6 +1480,10 @@ declare module "hardhat/types/runtime" {
1476
1480
  name: "PendleRouterV3",
1477
1481
  signerOrOptions?: ethers.Signer | FactoryOptions
1478
1482
  ): Promise<Contracts.PendleRouterV3__factory>;
1483
+ getContractFactory(
1484
+ name: "PendleRouterV4",
1485
+ signerOrOptions?: ethers.Signer | FactoryOptions
1486
+ ): Promise<Contracts.PendleRouterV4__factory>;
1479
1487
  getContractFactory(
1480
1488
  name: "IPSwapAggregator",
1481
1489
  signerOrOptions?: ethers.Signer | FactoryOptions
@@ -1967,11 +1975,6 @@ declare module "hardhat/types/runtime" {
1967
1975
  address: string,
1968
1976
  signer?: ethers.Signer
1969
1977
  ): Promise<Contracts.PendleUSDEL2SY>;
1970
- getContractAt(
1971
- name: "PendleUSDEMantleSY",
1972
- address: string,
1973
- signer?: ethers.Signer
1974
- ): Promise<Contracts.PendleUSDEMantleSY>;
1975
1978
  getContractAt(
1976
1979
  name: "PendleUSDESY",
1977
1980
  address: string,
@@ -2092,6 +2095,11 @@ declare module "hardhat/types/runtime" {
2092
2095
  address: string,
2093
2096
  signer?: ethers.Signer
2094
2097
  ): Promise<Contracts.PendleERC20SYUpg>;
2098
+ getContractAt(
2099
+ name: "PendleERC20WithSupplyCapSY",
2100
+ address: string,
2101
+ signer?: ethers.Signer
2102
+ ): Promise<Contracts.PendleERC20WithSupplyCapSY>;
2095
2103
  getContractAt(
2096
2104
  name: "PendleERC4626SY",
2097
2105
  address: string,
@@ -2247,11 +2255,6 @@ declare module "hardhat/types/runtime" {
2247
2255
  address: string,
2248
2256
  signer?: ethers.Signer
2249
2257
  ): Promise<Contracts.PendleZtakeWeETHSY>;
2250
- getContractAt(
2251
- name: "PendleZtakeWETHSY",
2252
- address: string,
2253
- signer?: ethers.Signer
2254
- ): Promise<Contracts.PendleZtakeWETHSY>;
2255
2258
  getContractAt(
2256
2259
  name: "SYBase",
2257
2260
  address: string,
@@ -2662,6 +2665,11 @@ declare module "hardhat/types/runtime" {
2662
2665
  address: string,
2663
2666
  signer?: ethers.Signer
2664
2667
  ): Promise<Contracts.IPActionStorageStatic>;
2668
+ getContractAt(
2669
+ name: "IPActionStorageV4",
2670
+ address: string,
2671
+ signer?: ethers.Signer
2672
+ ): Promise<Contracts.IPActionStorageV4>;
2665
2673
  getContractAt(
2666
2674
  name: "IPActionSwapPTV3",
2667
2675
  address: string,
@@ -3322,6 +3330,11 @@ declare module "hardhat/types/runtime" {
3322
3330
  address: string,
3323
3331
  signer?: ethers.Signer
3324
3332
  ): Promise<Contracts.ActionMiscV3>;
3333
+ getContractAt(
3334
+ name: "ActionStorageV4",
3335
+ address: string,
3336
+ signer?: ethers.Signer
3337
+ ): Promise<Contracts.ActionStorageV4>;
3325
3338
  getContractAt(
3326
3339
  name: "ActionSwapPTV3",
3327
3340
  address: string,
@@ -3347,6 +3360,11 @@ declare module "hardhat/types/runtime" {
3347
3360
  address: string,
3348
3361
  signer?: ethers.Signer
3349
3362
  ): Promise<Contracts.PendleRouterV3>;
3363
+ getContractAt(
3364
+ name: "PendleRouterV4",
3365
+ address: string,
3366
+ signer?: ethers.Signer
3367
+ ): Promise<Contracts.PendleRouterV4>;
3350
3368
  getContractAt(
3351
3369
  name: "IPSwapAggregator",
3352
3370
  address: string,
@@ -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";
@@ -229,6 +228,7 @@ export type { IPActionMarketCoreStatic } from "./IPActionMarketCoreStatic";
229
228
  export type { IPActionMintRedeemStatic } from "./IPActionMintRedeemStatic";
230
229
  export type { IPActionMiscV3 } from "./IPActionMiscV3";
231
230
  export type { IPActionStorageStatic } from "./IPActionStorageStatic";
231
+ export type { IPActionStorageV4 } from "./IPActionStorageV4";
232
232
  export type { IPActionSwapPTV3 } from "./IPActionSwapPTV3";
233
233
  export type { IPActionSwapYTV3 } from "./IPActionSwapYTV3";
234
234
  export type { IPActionVePendleStatic } from "./IPActionVePendleStatic";
@@ -361,11 +361,13 @@ export type { BoringPtUsdChainlinkOracle } from "./BoringPtUsdChainlinkOracle";
361
361
  export type { ActionAddRemoveLiqV3 } from "./ActionAddRemoveLiqV3";
362
362
  export type { ActionCallbackV3 } from "./ActionCallbackV3";
363
363
  export type { ActionMiscV3 } from "./ActionMiscV3";
364
+ export type { ActionStorageV4 } from "./ActionStorageV4";
364
365
  export type { ActionSwapPTV3 } from "./ActionSwapPTV3";
365
366
  export type { ActionSwapYTV3 } from "./ActionSwapYTV3";
366
367
  export type { PendleRouterHelper } from "./PendleRouterHelper";
367
368
  export type { RouterV2InterfaceForRouterHelper } from "./RouterV2InterfaceForRouterHelper";
368
369
  export type { PendleRouterV3 } from "./PendleRouterV3";
370
+ export type { PendleRouterV4 } from "./PendleRouterV4";
369
371
  export type { IPSwapAggregator } from "./IPSwapAggregator";
370
372
  export type { IAggregationExecutor } from "./IAggregationExecutor";
371
373
  export type { IAggregationExecutorOptimistic } from "./IAggregationExecutorOptimistic";
@@ -466,7 +468,6 @@ export { PendleCurveUsdd3CrvSY__factory } from "./factories/PendleCurveUsdd3CrvS
466
468
  export { PendleSUSDEMantleSY__factory } from "./factories/PendleSUSDEMantleSY__factory";
467
469
  export { PendleSUSDESY__factory } from "./factories/PendleSUSDESY__factory";
468
470
  export { PendleUSDEL2SY__factory } from "./factories/PendleUSDEL2SY__factory";
469
- export { PendleUSDEMantleSY__factory } from "./factories/PendleUSDEMantleSY__factory";
470
471
  export { PendleUSDESY__factory } from "./factories/PendleUSDESY__factory";
471
472
  export { PendleWEEthSY__factory } from "./factories/PendleWEEthSY__factory";
472
473
  export { PendleFluxLendingSY__factory } from "./factories/PendleFluxLendingSY__factory";
@@ -491,6 +492,7 @@ export { PendleArbitrumStakedEthSY__factory } from "./factories/PendleArbitrumSt
491
492
  export { PendleBridgedLSDSY__factory } from "./factories/PendleBridgedLSDSY__factory";
492
493
  export { PendleERC20SY__factory } from "./factories/PendleERC20SY__factory";
493
494
  export { PendleERC20SYUpg__factory } from "./factories/PendleERC20SYUpg__factory";
495
+ export { PendleERC20WithSupplyCapSY__factory } from "./factories/PendleERC20WithSupplyCapSY__factory";
494
496
  export { PendleERC4626SY__factory } from "./factories/PendleERC4626SY__factory";
495
497
  export { PendleERC4626SYUpg__factory } from "./factories/PendleERC4626SYUpg__factory";
496
498
  export { PendleEUSDSY__factory } from "./factories/PendleEUSDSY__factory";
@@ -522,7 +524,6 @@ export { PendleZtakeEzETHSY__factory } from "./factories/PendleZtakeEzETHSY__fac
522
524
  export { PendleZtakeRsETHSY__factory } from "./factories/PendleZtakeRsETHSY__factory";
523
525
  export { PendleZtakeUSDESY__factory } from "./factories/PendleZtakeUSDESY__factory";
524
526
  export { PendleZtakeWeETHSY__factory } from "./factories/PendleZtakeWeETHSY__factory";
525
- export { PendleZtakeWETHSY__factory } from "./factories/PendleZtakeWETHSY__factory";
526
527
  export { SYBase__factory } from "./factories/SYBase__factory";
527
528
  export { SYBaseUpg__factory } from "./factories/SYBaseUpg__factory";
528
529
  export { SYBaseWithRewards__factory } from "./factories/SYBaseWithRewards__factory";
@@ -605,6 +606,7 @@ export { IPActionMarketCoreStatic__factory } from "./factories/IPActionMarketCor
605
606
  export { IPActionMintRedeemStatic__factory } from "./factories/IPActionMintRedeemStatic__factory";
606
607
  export { IPActionMiscV3__factory } from "./factories/IPActionMiscV3__factory";
607
608
  export { IPActionStorageStatic__factory } from "./factories/IPActionStorageStatic__factory";
609
+ export { IPActionStorageV4__factory } from "./factories/IPActionStorageV4__factory";
608
610
  export { IPActionSwapPTV3__factory } from "./factories/IPActionSwapPTV3__factory";
609
611
  export { IPActionSwapYTV3__factory } from "./factories/IPActionSwapYTV3__factory";
610
612
  export { IPActionVePendleStatic__factory } from "./factories/IPActionVePendleStatic__factory";
@@ -737,11 +739,13 @@ export { BoringPtUsdChainlinkOracle__factory } from "./factories/BoringPtUsdChai
737
739
  export { ActionAddRemoveLiqV3__factory } from "./factories/ActionAddRemoveLiqV3__factory";
738
740
  export { ActionCallbackV3__factory } from "./factories/ActionCallbackV3__factory";
739
741
  export { ActionMiscV3__factory } from "./factories/ActionMiscV3__factory";
742
+ export { ActionStorageV4__factory } from "./factories/ActionStorageV4__factory";
740
743
  export { ActionSwapPTV3__factory } from "./factories/ActionSwapPTV3__factory";
741
744
  export { ActionSwapYTV3__factory } from "./factories/ActionSwapYTV3__factory";
742
745
  export { PendleRouterHelper__factory } from "./factories/PendleRouterHelper__factory";
743
746
  export { RouterV2InterfaceForRouterHelper__factory } from "./factories/RouterV2InterfaceForRouterHelper__factory";
744
747
  export { PendleRouterV3__factory } from "./factories/PendleRouterV3__factory";
748
+ export { PendleRouterV4__factory } from "./factories/PendleRouterV4__factory";
745
749
  export { IPSwapAggregator__factory } from "./factories/IPSwapAggregator__factory";
746
750
  export { IAggregationExecutor__factory } from "./factories/IAggregationExecutor__factory";
747
751
  export { IAggregationExecutorOptimistic__factory } from "./factories/IAggregationExecutorOptimistic__factory";
@@ -1,4 +0,0 @@
1
- {
2
- "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/cc003aa9aa823af61dac599cd20978c0.json"
4
- }
@@ -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,4 +0,0 @@
1
- {
2
- "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/cc003aa9aa823af61dac599cd20978c0.json"
4
- }
@@ -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
- }
@@ -1,4 +0,0 @@
1
- {
2
- "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/ff3d2c74f70919561846fe4739fdaa6d.json"
4
- }