@pendle/core-v2 4.2.1 → 4.2.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.
Files changed (615) hide show
  1. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiveEndpointUpg.sol/PendleMsgReceiveEndpointUpg.dbg.json +1 -1
  2. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiverAppUpg.sol/PendleMsgReceiverAppUpg.dbg.json +1 -1
  3. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgSendEndpointUpg.sol/PendleMsgSendEndpointUpg.dbg.json +1 -1
  4. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgSenderAppUpg.sol/PendleMsgSenderAppUpg.dbg.json +1 -1
  5. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/libraries/ExcessivelySafeCall.sol/ExcessivelySafeCall.dbg.json +1 -1
  6. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/libraries/LayerZeroHelper.sol/LayerZeroHelper.dbg.json +1 -1
  7. package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerBaseUpg.sol/PendleGaugeControllerBaseUpg.dbg.json +1 -1
  8. package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerMainchainUpg.sol/PendleGaugeControllerMainchainUpg.dbg.json +1 -1
  9. package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerSidechainUpg.sol/PendleGaugeControllerSidechainUpg.dbg.json +1 -1
  10. package/build/artifacts/contracts/LiquidityMining/PendleMerkleDistributor.sol/PendleMerkleDistributor.dbg.json +1 -1
  11. package/build/artifacts/contracts/LiquidityMining/VeDistributor/PendleFeeDistributor.sol/PendleFeeDistributor.dbg.json +1 -1
  12. package/build/artifacts/contracts/LiquidityMining/VeDistributor/PendleFeeDistributorV2.sol/PendleFeeDistributorV2.dbg.json +1 -1
  13. package/build/artifacts/contracts/LiquidityMining/VotingController/PendleVotingControllerUpg.sol/PendleVotingControllerUpg.dbg.json +1 -1
  14. package/build/artifacts/contracts/LiquidityMining/VotingController/VotingControllerStorageUpg.sol/VotingControllerStorageUpg.dbg.json +1 -1
  15. package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleMainchain.sol/VotingEscrowPendleMainchain.dbg.json +1 -1
  16. package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleSidechain.sol/VotingEscrowPendleSidechain.dbg.json +1 -1
  17. package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowTokenBase.sol/VotingEscrowTokenBase.dbg.json +1 -1
  18. package/build/artifacts/contracts/LiquidityMining/libraries/VeBalanceLib.sol/VeBalanceLib.dbg.json +1 -1
  19. package/build/artifacts/contracts/LiquidityMining/libraries/VeHistoryLib.sol/CheckpointHelper.dbg.json +1 -1
  20. package/build/artifacts/contracts/LiquidityMining/libraries/VeHistoryLib.sol/Checkpoints.dbg.json +1 -1
  21. package/build/artifacts/contracts/LiquidityMining/libraries/WeekMath.sol/WeekMath.dbg.json +1 -1
  22. package/build/artifacts/contracts/core/Market/MarketMathCore.sol/MarketMathCore.dbg.json +1 -1
  23. package/build/artifacts/contracts/core/Market/OracleLib.sol/OracleLib.dbg.json +1 -1
  24. package/build/artifacts/contracts/core/Market/PendleGauge.sol/PendleGauge.dbg.json +1 -1
  25. package/build/artifacts/contracts/core/Market/v1/PendleMarket.sol/PendleMarket.dbg.json +4 -0
  26. package/build/artifacts/contracts/core/Market/{PendleMarket.sol → v1/PendleMarket.sol}/PendleMarket.json +3 -3
  27. package/build/artifacts/contracts/core/Market/v1/PendleMarketFactory.sol/PendleMarketFactory.dbg.json +4 -0
  28. package/build/artifacts/contracts/core/Market/{PendleMarketFactory.sol → v1/PendleMarketFactory.sol}/PendleMarketFactory.json +3 -3
  29. package/build/artifacts/contracts/core/Market/v2/PendleExternalRewardDistributor.sol/PendleExternalRewardDistributor.dbg.json +4 -0
  30. package/build/artifacts/contracts/core/Market/{PendleExternalRewardDistributor.sol → v2/PendleExternalRewardDistributor.sol}/PendleExternalRewardDistributor.json +3 -3
  31. package/build/artifacts/contracts/core/Market/v2/PendleGaugeV2.sol/PendleGaugeV2.dbg.json +1 -1
  32. package/build/artifacts/contracts/core/Market/v2/PendleMarketFactoryV2.sol/PendleMarketFactoryV2.dbg.json +1 -1
  33. package/build/artifacts/contracts/core/Market/v2/PendleMarketV2.sol/PendleMarketV2.dbg.json +1 -1
  34. package/build/artifacts/contracts/core/Market/v3/PendleMarketFactoryV3.sol/PendleMarketFactoryV3.dbg.json +1 -1
  35. package/build/artifacts/contracts/core/Market/v3/PendleMarketV3.sol/PendleMarketV3.dbg.json +1 -1
  36. package/build/artifacts/contracts/core/RewardManager/PendleLinearDistributor.sol/PendleLinearDistributor.dbg.json +1 -1
  37. package/build/artifacts/contracts/core/RewardManager/RewardManager.sol/RewardManager.dbg.json +1 -1
  38. package/build/artifacts/contracts/core/RewardManager/RewardManagerAbstract.sol/RewardManagerAbstract.dbg.json +1 -1
  39. package/build/artifacts/contracts/core/StandardizedYield/PYIndex.sol/PYIndexLib.dbg.json +1 -1
  40. package/build/artifacts/contracts/core/StandardizedYield/SYBase.sol/SYBase.dbg.json +1 -1
  41. package/build/artifacts/contracts/core/StandardizedYield/SYBaseUpg.sol/SYBaseUpg.dbg.json +1 -1
  42. package/build/artifacts/contracts/core/StandardizedYield/SYBaseWithRewards.sol/SYBaseWithRewards.dbg.json +1 -1
  43. package/build/artifacts/contracts/core/StandardizedYield/SYBaseWithRewardsUpg.sol/SYBaseWithRewardsUpg.dbg.json +1 -1
  44. package/build/artifacts/contracts/core/StandardizedYield/SYUtils.sol/SYUtils.dbg.json +1 -1
  45. package/build/artifacts/contracts/core/StandardizedYield/StEthHelper.sol/StEthHelper.dbg.json +1 -1
  46. package/build/artifacts/contracts/core/StandardizedYield/StEthNativeLib.sol/StETHNativeLib.dbg.json +4 -0
  47. package/build/artifacts/contracts/core/StandardizedYield/StEthNativeLib.sol/StETHNativeLib.json +10 -0
  48. package/build/artifacts/contracts/core/StandardizedYield/implementations/AaveV3/PendleAaveV3SY.sol/PendleAaveV3SY.dbg.json +1 -1
  49. package/build/artifacts/contracts/core/StandardizedYield/implementations/AaveV3/libraries/AaveAdapterLib.sol/AaveAdapterLib.dbg.json +1 -1
  50. package/build/artifacts/contracts/core/StandardizedYield/implementations/AaveV3/libraries/WadRayMath.sol/WadRayMath.dbg.json +1 -1
  51. package/build/artifacts/contracts/core/StandardizedYield/implementations/Ankr/PendleAnkrBNBSY.sol/PendleAnkrBNBSY.dbg.json +1 -1
  52. package/build/artifacts/contracts/core/StandardizedYield/implementations/Ape/sAPE.sol/sAPE.dbg.json +1 -1
  53. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/AuraEthxBbAWethSY.sol/AuraEthxBbAWethSY.dbg.json +1 -1
  54. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/AuraSwEthBbAWethSYV2.sol/AuraSwEthBbAWethSYV2.dbg.json +1 -1
  55. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/AuraWethVethSYUpg.sol/AuraWethVethSYUpg.dbg.json +1 -1
  56. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/AuraWethVethSYUpg.sol/AuraWethVethSYUpg.json +2 -2
  57. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraBbAWethSwethSY.sol/PendleAuraBbAWethSwethSY.dbg.json +1 -1
  58. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraWethAnkrethSYV2.sol/PendleAuraWethAnkrethSYV2.dbg.json +1 -1
  59. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraWethRocketEthSYV2.sol/PendleAuraWethRocketEthSYV2.dbg.json +1 -1
  60. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraWethStafiEthSY.sol/PendleAuraWethStafiEthSY.dbg.json +1 -1
  61. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraWethWstethSYV2.sol/PendleAuraWethWstethSYV2.dbg.json +1 -1
  62. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraWstethAnkreth.sol/PendleAuraWstethAnkreth.dbg.json +1 -1
  63. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/ComposableStable/ComposableStableMath.sol/ComposableStableMath.dbg.json +1 -1
  64. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/ComposableStable/ComposableStablePreview.sol/ComposableStablePreview.dbg.json +1 -1
  65. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/ComposableStable/ComposableStablePreviewProxy.sol/ComposableStablePreviewProxy.dbg.json +1 -1
  66. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/ComposableStable/ComposableStablePreviewV4.sol/ComposableStablePreviewV4.dbg.json +1 -1
  67. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/ComposableStable/ComposableStablePreviewV5.sol/ComposableStablePreviewV5.dbg.json +1 -1
  68. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/FixedPoint.sol/FixedPoint.dbg.json +1 -1
  69. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/Linear/BbAPoolHelper.sol/BbAPoolHelper.dbg.json +1 -1
  70. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/Linear/BbAPoolHelper.sol/BbAWethHelper.dbg.json +1 -1
  71. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/Linear/LinearMath.sol/LinearMath.dbg.json +1 -1
  72. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/Linear/LinearPreview.sol/LinearPreview.dbg.json +1 -1
  73. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/MetaStable/MetaStableMath.sol/MetaStableMath.dbg.json +1 -1
  74. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/MetaStable/MetaStablePreview.sol/MetaStablePreview.dbg.json +1 -1
  75. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/PendleAuraBalancerStableLPSYV2.sol/PendleAuraBalancerStableLPSYV2.dbg.json +1 -1
  76. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/PendleAuraBalancerStableLPSYV3Upg.sol/PendleAuraBalancerStableLPSYV3Upg.dbg.json +1 -1
  77. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/StablePoolUserData.sol/StablePoolUserData.dbg.json +1 -1
  78. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/StablePreviewBase.sol/StablePreviewBase.dbg.json +1 -1
  79. package/build/artifacts/contracts/core/StandardizedYield/implementations/BedRock/PendleUniETHSY.sol/PendleUniETHSY.dbg.json +4 -0
  80. package/build/artifacts/contracts/core/StandardizedYield/implementations/BedRock/PendleUniETHSY.sol/PendleUniETHSY.json +1034 -0
  81. package/build/artifacts/contracts/core/StandardizedYield/implementations/BenQi/PendleQiTokenHelper.sol/PendleQiTokenHelper.dbg.json +1 -1
  82. package/build/artifacts/contracts/core/StandardizedYield/implementations/BenQi/PendleQiTokenSY.sol/PendleQiTokenSY.dbg.json +1 -1
  83. package/build/artifacts/contracts/core/StandardizedYield/implementations/CamelotV1Volatile/CamelotRewardHelper.sol/CamelotRewardHelper.dbg.json +1 -1
  84. package/build/artifacts/contracts/core/StandardizedYield/implementations/CamelotV1Volatile/CamelotV1VolatileCommon.sol/CamelotV1VolatileCommon.dbg.json +1 -1
  85. package/build/artifacts/contracts/core/StandardizedYield/implementations/CamelotV1Volatile/CamelotV1VolatileLpHelper.sol/CamelotV1VolatileLpHelper.dbg.json +1 -1
  86. package/build/artifacts/contracts/core/StandardizedYield/implementations/CamelotV1Volatile/CamelotV1VolatilePreview.sol/CamelotV1VolatilePreview.dbg.json +1 -1
  87. package/build/artifacts/contracts/core/StandardizedYield/implementations/CamelotV1Volatile/PendleCamelotV1VolatileSY.sol/PendleCamelotV1VolatileSY.dbg.json +1 -1
  88. package/build/artifacts/contracts/core/StandardizedYield/implementations/ChainlinkRelayer/PendleChainlinkReceiver.sol/PendleChainlinkReceiver.dbg.json +1 -1
  89. package/build/artifacts/contracts/core/StandardizedYield/implementations/ChainlinkRelayer/PendleChainlinkRelayer.sol/PendleChainlinkRelayer.dbg.json +1 -1
  90. package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/PendleCurveFraxUsdcSY.sol/PendleCurveFraxUsdcSY.dbg.json +1 -1
  91. package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/PendleCurveUsdd3CrvSY.sol/PendleCurveUsdd3CrvSY.dbg.json +1 -1
  92. package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/base/Curve3CrvPoolHelper.sol/Curve3CrvPoolHelper.dbg.json +1 -1
  93. package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/base/CurveFraxUsdcPoolHelper.sol/CurveFraxUsdcPoolHelper.dbg.json +1 -1
  94. package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/base/CurveUsdd3CrvPoolHelper.sol/CurveUsdd3CrvPoolHelper.dbg.json +1 -1
  95. package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/base/PendleConvexLPSY.sol/PendleConvexLPSY.dbg.json +1 -1
  96. package/build/artifacts/contracts/core/StandardizedYield/implementations/Ethena/PendleSUSDESY.sol/PendleSUSDESY.dbg.json +1 -1
  97. package/build/artifacts/contracts/core/StandardizedYield/implementations/Ethena/PendleSUSDESY.sol/PendleSUSDESY.json +62 -2
  98. package/build/artifacts/contracts/core/StandardizedYield/implementations/Ethena/PendleUSDESY.sol/PendleUSDESY.dbg.json +1 -1
  99. package/build/artifacts/contracts/core/StandardizedYield/implementations/EtherFi/PendleWEEthSY.sol/PendleWEEthSY.dbg.json +1 -1
  100. package/build/artifacts/contracts/core/StandardizedYield/implementations/Flux/FluxTokenLib.sol/FluxTokenLib.dbg.json +1 -1
  101. package/build/artifacts/contracts/core/StandardizedYield/implementations/Flux/PendleFluxLendingSY.sol/PendleFluxLendingSY.dbg.json +1 -1
  102. package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/GLPPreviewHelper.sol/GLPPreviewHelper.dbg.json +1 -1
  103. package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/GMTokenPricingHelper.sol/GMTokenPricingHelper.dbg.json +1 -1
  104. package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/GMTokenPricingHelper.sol/IGMXV2DataStore.dbg.json +1 -1
  105. package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/GMTokenPricingHelper.sol/IGMXV2Oracle.dbg.json +1 -1
  106. package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/GMTokenPricingHelper.sol/IGMXV2Reader.dbg.json +1 -1
  107. package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/PendleGMV2TokenSY.sol/PendleGMV2TokenSY.dbg.json +1 -1
  108. package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/PendleGlpSY.sol/PendleGlpSY.dbg.json +1 -1
  109. package/build/artifacts/contracts/core/StandardizedYield/implementations/HMX/HLPPricingHelper.sol/HLPPricingHelper.dbg.json +1 -1
  110. package/build/artifacts/contracts/core/StandardizedYield/implementations/HMX/PendleHlpSY.sol/PendleHlpSY.dbg.json +1 -1
  111. package/build/artifacts/contracts/core/StandardizedYield/implementations/KelpDAO/PendleRsETHSY.sol/PendleRsETHSY.dbg.json +1 -1
  112. package/build/artifacts/contracts/core/StandardizedYield/implementations/KelpDAO/PendleRsETHSY.sol/PendleRsETHSY.json +2 -2
  113. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/KyberMathHelper.sol/KyberMathHelper.dbg.json +1 -1
  114. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/KyberNftManagerBaseUpg.sol/KyberNftManagerBaseUpg.dbg.json +1 -1
  115. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/PendleKyberElasticSYUpg.sol/PendleKyberElasticSYUpg.dbg.json +1 -1
  116. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/PendleKyberElasticSYUpg.sol/PendleKyberElasticSYUpg.json +2 -2
  117. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/FullMath.sol/FullMath.dbg.json +1 -1
  118. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/LiqDeltaMath.sol/LiqDeltaMath.dbg.json +1 -1
  119. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/LiquidityMath.sol/LiquidityMath.dbg.json +1 -1
  120. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/MathConstants.sol/MathConstants.dbg.json +1 -1
  121. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/QtyDeltaMath.sol/QtyDeltaMath.dbg.json +1 -1
  122. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/QuadMath.sol/QuadMath.dbg.json +1 -1
  123. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/ReinvestmentMath.sol/ReinvestmentMath.dbg.json +1 -1
  124. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/SafeCast.sol/SafeCast.dbg.json +1 -1
  125. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/SwapMath.sol/SwapMath.dbg.json +1 -1
  126. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/TickMath.sol/TickMath.dbg.json +1 -1
  127. package/build/artifacts/contracts/core/StandardizedYield/implementations/MUX/MlpPricingHelper.sol/MlpPricingHelper.dbg.json +1 -1
  128. package/build/artifacts/contracts/core/StandardizedYield/implementations/MUX/PendleMlpSY.sol/PendleMlpSY.dbg.json +1 -1
  129. package/build/artifacts/contracts/core/StandardizedYield/implementations/MantleStakedEth/PendleMantleStakedEthSY.sol/PendleMantleStakedEthSY.dbg.json +1 -1
  130. package/build/artifacts/contracts/core/StandardizedYield/implementations/MantleStakedEth/PendleOracleForSyProxy.sol/PendleOracleForSyProxy.dbg.json +1 -1
  131. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleArbitrumStakedEthSY.sol/PendleArbitrumStakedEthSY.dbg.json +1 -1
  132. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleBridgedLSDSY.sol/PendleBridgedLSDSY.dbg.json +1 -1
  133. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleERC20SY.sol/PendleERC20SY.dbg.json +1 -1
  134. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleERC4626SY.sol/PendleERC4626SY.dbg.json +1 -1
  135. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleERC4626SY.sol/PendleERC4626SY.json +2 -2
  136. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleERC4626UpgSY.sol/PendleERC4626SYUpg.dbg.json +4 -0
  137. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleERC4626UpgSY.sol/PendleERC4626SYUpg.json +1000 -0
  138. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleEUSDSY.sol/PendleEUSDSY.dbg.json +1 -1
  139. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleGdaiSY.sol/PendleGDaiSY.dbg.json +1 -1
  140. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleL2LRTSY.sol/PendleL2LRTSY.dbg.json +1 -1
  141. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleLooksStakingSY.sol/PendleLooksStakingSY.dbg.json +1 -1
  142. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleSfrxEthSY.sol/PendleSfrxEthSY.dbg.json +1 -1
  143. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleStargateLPSY.sol/PendleStargateLPSY.dbg.json +1 -1
  144. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleWbEthSY.sol/PendleWbEthSY.dbg.json +1 -1
  145. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleWstEthSY.sol/PendleWstEthSY.dbg.json +1 -1
  146. package/build/artifacts/contracts/core/StandardizedYield/implementations/Puffer/PendlePufStETHSY.sol/PendlePufStETHSY.dbg.json +4 -0
  147. package/build/artifacts/contracts/core/StandardizedYield/implementations/Puffer/PendlePufStETHSY.sol/PendlePufStETHSY.json +1014 -0
  148. package/build/artifacts/contracts/core/StandardizedYield/implementations/Puffer/PendlePufWETHSY.sol/PendlePufWETHSY.dbg.json +4 -0
  149. package/build/artifacts/contracts/core/StandardizedYield/implementations/Puffer/PendlePufWETHSY.sol/PendlePufWETHSY.json +1014 -0
  150. package/build/artifacts/contracts/core/StandardizedYield/implementations/Renzo/PendleEzETHSY.sol/PendleEzETHSY.dbg.json +1 -1
  151. package/build/artifacts/contracts/core/StandardizedYield/implementations/Silo/PendleSiloWithIncentiveSY.sol/PendleSiloWithIncentiveSY.dbg.json +1 -1
  152. package/build/artifacts/contracts/core/StandardizedYield/implementations/Stader/PendleETHXSY.sol/PendleETHXSY.dbg.json +1 -1
  153. package/build/artifacts/contracts/core/StandardizedYield/implementations/Swell/PendleRswETHSY.sol/PendleRswETHSY.dbg.json +1 -1
  154. package/build/artifacts/contracts/core/StandardizedYield/implementations/Swell/PendleSwETH.sol/SwETHSY.dbg.json +1 -1
  155. package/build/artifacts/contracts/core/StandardizedYield/implementations/Thena/PendleThenaSY.sol/PendleThenaSY.dbg.json +1 -1
  156. package/build/artifacts/contracts/core/StandardizedYield/implementations/Thena/ThenaLpHelper.sol/ThenaLpHelper.dbg.json +1 -1
  157. package/build/artifacts/contracts/core/StandardizedYield/implementations/Thena/ThenaMath.sol/ThenaMath.dbg.json +1 -1
  158. package/build/artifacts/contracts/core/StandardizedYield/implementations/Thena/ThenaPreview.sol/IThenaSY.dbg.json +1 -1
  159. package/build/artifacts/contracts/core/StandardizedYield/implementations/Thena/ThenaPreview.sol/ThenaPreview.dbg.json +1 -1
  160. package/build/artifacts/contracts/core/YieldContracts/InterestManagerYT.sol/InterestManagerYT.dbg.json +1 -1
  161. package/build/artifacts/contracts/core/YieldContracts/PendlePrincipalToken.sol/PendlePrincipalToken.dbg.json +1 -1
  162. package/build/artifacts/contracts/core/YieldContracts/PendleYieldContractFactory.sol/PendleYieldContractFactory.dbg.json +1 -1
  163. package/build/artifacts/contracts/core/YieldContracts/PendleYieldToken.sol/PendleYieldToken.dbg.json +1 -1
  164. package/build/artifacts/contracts/core/YieldContractsV2/InterestManagerYTV2.sol/InterestManagerYTV2.dbg.json +1 -1
  165. package/build/artifacts/contracts/core/YieldContractsV2/PendlePrincipalTokenV2.sol/PendlePrincipalTokenV2.dbg.json +1 -1
  166. package/build/artifacts/contracts/core/YieldContractsV2/PendleYieldContractFactoryV2.sol/PendleYieldContractFactoryV2.dbg.json +1 -1
  167. package/build/artifacts/contracts/core/YieldContractsV2/PendleYieldTokenV2.sol/PendleYieldTokenV2.dbg.json +1 -1
  168. package/build/artifacts/contracts/core/erc20/PendleERC20.sol/PendleERC20.dbg.json +1 -1
  169. package/build/artifacts/contracts/core/erc20/PendleERC20Permit.sol/PendleERC20Permit.dbg.json +1 -1
  170. package/build/artifacts/contracts/core/erc20/PendleERC20PermitUpg.sol/PendleERC20PermitUpg.dbg.json +1 -1
  171. package/build/artifacts/contracts/core/erc20/PendleERC20Upg.sol/PendleERC20Upg.dbg.json +1 -1
  172. package/build/artifacts/contracts/core/libraries/ArrayLib.sol/ArrayLib.dbg.json +1 -1
  173. package/build/artifacts/contracts/core/libraries/BaseSplitCodeFactory.sol/BaseSplitCodeFactory.dbg.json +1 -1
  174. package/build/artifacts/contracts/core/libraries/BaseSplitCodeFactory.sol/CodeDeployer.dbg.json +1 -1
  175. package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeable.sol/BoringOwnableUpgradeable.dbg.json +1 -1
  176. package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeable.sol/BoringOwnableUpgradeableData.dbg.json +1 -1
  177. package/build/artifacts/contracts/core/libraries/Errors.sol/Errors.dbg.json +1 -1
  178. package/build/artifacts/contracts/core/libraries/ExpiryUtilsLib.sol/ExpiryUtils.dbg.json +1 -1
  179. package/build/artifacts/contracts/core/libraries/MiniHelpers.sol/MiniHelpers.dbg.json +1 -1
  180. package/build/artifacts/contracts/core/libraries/StringLib.sol/StringLib.dbg.json +1 -1
  181. package/build/artifacts/contracts/core/libraries/TokenHelper.sol/TokenHelper.dbg.json +1 -1
  182. package/build/artifacts/contracts/core/libraries/math/LogExpMath.sol/LogExpMath.dbg.json +1 -1
  183. package/build/artifacts/contracts/core/libraries/math/PMath.sol/PMath.dbg.json +1 -1
  184. package/build/artifacts/contracts/interfaces/AaveV3/IAaveV3AToken.sol/IAaveV3AToken.dbg.json +1 -1
  185. package/build/artifacts/contracts/interfaces/AaveV3/IAaveV3Pool.sol/IAaveV3Pool.dbg.json +1 -1
  186. package/build/artifacts/contracts/interfaces/Ankr/IAnkrBNB.sol/IAnkrBNB.dbg.json +1 -1
  187. package/build/artifacts/contracts/interfaces/Ankr/IAnkrLiquidStaking.sol/IAnkrLiquidStaking.dbg.json +1 -1
  188. package/build/artifacts/contracts/interfaces/Balancer/IAsset.sol/IAsset.dbg.json +1 -1
  189. package/build/artifacts/contracts/interfaces/Balancer/IBalancerFees.sol/IBalancerFees.dbg.json +1 -1
  190. package/build/artifacts/contracts/interfaces/Balancer/IBalancerStablePreview.sol/IBalancerStablePreview.dbg.json +1 -1
  191. package/build/artifacts/contracts/interfaces/Balancer/IBasePool.sol/IBasePool.dbg.json +1 -1
  192. package/build/artifacts/contracts/interfaces/Balancer/IComposableStable.sol/IComposableStable.dbg.json +1 -1
  193. package/build/artifacts/contracts/interfaces/Balancer/IERC4626LinearPool.sol/IERC4626LinearPool.dbg.json +1 -1
  194. package/build/artifacts/contracts/interfaces/Balancer/IGauge.sol/IGauge.dbg.json +1 -1
  195. package/build/artifacts/contracts/interfaces/Balancer/ILiquidityGaugeFactory.sol/ILiquidityGaugeFactory.dbg.json +1 -1
  196. package/build/artifacts/contracts/interfaces/Balancer/IMetaStablePool.sol/IMetaStablePool.dbg.json +1 -1
  197. package/build/artifacts/contracts/interfaces/Balancer/IPComposableStablePreview.sol/IPComposableStablePreview.dbg.json +1 -1
  198. package/build/artifacts/contracts/interfaces/Balancer/IRateProvider.sol/IRateProvider.dbg.json +1 -1
  199. package/build/artifacts/contracts/interfaces/Balancer/IVault.sol/IVault.dbg.json +1 -1
  200. package/build/artifacts/contracts/interfaces/Balancer/IVersion.sol/IVersion.dbg.json +1 -1
  201. package/build/artifacts/contracts/interfaces/Bedrock/IBedrockStaking.sol/IBedrockStaking.dbg.json +4 -0
  202. package/build/artifacts/contracts/interfaces/Bedrock/IBedrockStaking.sol/IBedrockStaking.json +61 -0
  203. package/build/artifacts/contracts/interfaces/BinanceEth/IWBETH.sol/IWBETH.dbg.json +1 -1
  204. package/build/artifacts/contracts/interfaces/Camelot/ICamelotFactory.sol/ICamelotFactory.dbg.json +1 -1
  205. package/build/artifacts/contracts/interfaces/Camelot/ICamelotNFTFactory.sol/ICamelotNFTFactory.dbg.json +1 -1
  206. package/build/artifacts/contracts/interfaces/Camelot/ICamelotNFTHandler.sol/ICamelotNFTHandler.dbg.json +1 -1
  207. package/build/artifacts/contracts/interfaces/Camelot/ICamelotNFTPool.sol/ICamelotNFTPool.dbg.json +1 -1
  208. package/build/artifacts/contracts/interfaces/Camelot/ICamelotNitroPool.sol/ICamelotNitroPool.dbg.json +1 -1
  209. package/build/artifacts/contracts/interfaces/Camelot/ICamelotNitroPoolFactory.sol/ICamelotNitroPoolFactory.dbg.json +1 -1
  210. package/build/artifacts/contracts/interfaces/Camelot/ICamelotPair.sol/ICamelotPair.dbg.json +1 -1
  211. package/build/artifacts/contracts/interfaces/Camelot/ICamelotRouter.sol/ICamelotRouter.dbg.json +1 -1
  212. package/build/artifacts/contracts/interfaces/Camelot/ICamelotYieldBooster.sol/ICamelotYieldBooster.dbg.json +1 -1
  213. package/build/artifacts/contracts/interfaces/Camelot/IXGrail.sol/IXGrail.dbg.json +1 -1
  214. package/build/artifacts/contracts/interfaces/ConvexCurve/IBooster.sol/IBooster.dbg.json +1 -1
  215. package/build/artifacts/contracts/interfaces/ConvexCurve/ICrvDepositor.sol/ICrvDepositor.dbg.json +1 -1
  216. package/build/artifacts/contracts/interfaces/ConvexCurve/ICvxCrv.sol/ICvxCrv.dbg.json +1 -1
  217. package/build/artifacts/contracts/interfaces/ConvexCurve/IRewards.sol/IRewards.dbg.json +1 -1
  218. package/build/artifacts/contracts/interfaces/Curve/ICrvPool.sol/ICrvPool.dbg.json +1 -1
  219. package/build/artifacts/contracts/interfaces/Curve/ITriCrvPool.sol/ITriCrvPool.dbg.json +1 -1
  220. package/build/artifacts/contracts/interfaces/EtherFi/IEtherFiLiquidityPool.sol/IEtherFiLiquidityPool.dbg.json +1 -1
  221. package/build/artifacts/contracts/interfaces/EtherFi/IEtherFiWEEth.sol/IEtherFiWEEth.dbg.json +1 -1
  222. package/build/artifacts/contracts/interfaces/Flux/IFluxErc20.sol/IFluxErc20.dbg.json +1 -1
  223. package/build/artifacts/contracts/interfaces/Flux/IFluxInterestRateModel.sol/IFluxInterestRateModel.dbg.json +1 -1
  224. package/build/artifacts/contracts/interfaces/Frax/IFrxEthMinter.sol/IFrxEthMinter.dbg.json +1 -1
  225. package/build/artifacts/contracts/interfaces/GMX/IGMXPriceHelper.sol/IGMXPriceHelper.dbg.json +1 -1
  226. package/build/artifacts/contracts/interfaces/GMX/IGMXVault.sol/IGMXVault.dbg.json +1 -1
  227. package/build/artifacts/contracts/interfaces/GMX/IGlpManager.sol/IGlpManager.dbg.json +1 -1
  228. package/build/artifacts/contracts/interfaces/GMX/IRewardRouterV2.sol/IRewardRouterV2.dbg.json +1 -1
  229. package/build/artifacts/contracts/interfaces/GMX/IVaultPriceFeed.sol/IVaultPriceFeed.dbg.json +1 -1
  230. package/build/artifacts/contracts/interfaces/HMX/IHLPStaking.sol/IHLPStaking.dbg.json +1 -1
  231. package/build/artifacts/contracts/interfaces/HMX/IHMXCalculator.sol/IHMXCalculator.dbg.json +1 -1
  232. package/build/artifacts/contracts/interfaces/HMX/IHMXCompounder.sol/IHMXCompounder.dbg.json +1 -1
  233. package/build/artifacts/contracts/interfaces/HMX/IHMXStaking.sol/IHMXStaking.dbg.json +1 -1
  234. package/build/artifacts/contracts/interfaces/HMX/IHMXVester.sol/IHMXVester.dbg.json +1 -1
  235. package/build/artifacts/contracts/interfaces/IAddressProvider.sol/IAddressProvider.dbg.json +1 -1
  236. package/build/artifacts/contracts/interfaces/IApeStaking.sol/IApeStaking.dbg.json +1 -1
  237. package/build/artifacts/contracts/interfaces/IBenQiComptroller.sol/IBenQiComptroller.dbg.json +1 -1
  238. package/build/artifacts/contracts/interfaces/IBenQiInterestRateModel.sol/IBenQiInterestRateModel.dbg.json +1 -1
  239. package/build/artifacts/contracts/interfaces/IDailLikePermit.sol/IDaiLikePermit.dbg.json +1 -1
  240. package/build/artifacts/contracts/interfaces/IDiamondCut.sol/IDiamondCut.dbg.json +1 -1
  241. package/build/artifacts/contracts/interfaces/IDiamondLoupe.sol/IDiamondLoupe.dbg.json +1 -1
  242. package/build/artifacts/contracts/interfaces/IERC4626.sol/IERC4626.dbg.json +1 -1
  243. package/build/artifacts/contracts/interfaces/ILayerZeroEndpoint.sol/ILayerZeroEndpoint.dbg.json +1 -1
  244. package/build/artifacts/contracts/interfaces/ILayerZeroReceiver.sol/ILayerZeroReceiver.dbg.json +1 -1
  245. package/build/artifacts/contracts/interfaces/ILooksFeeSharing.sol/ILooksFeeSharing.dbg.json +1 -1
  246. package/build/artifacts/contracts/interfaces/ILooksStaking.sol/ILooksStaking.dbg.json +1 -1
  247. package/build/artifacts/contracts/interfaces/IPActionAddRemoveLiqV3.sol/IPActionAddRemoveLiqV3.dbg.json +1 -1
  248. package/build/artifacts/contracts/interfaces/IPActionCallbackV3.sol/IPActionCallbackV3.dbg.json +1 -1
  249. package/build/artifacts/contracts/interfaces/IPActionInfoStatic.sol/IPActionInfoStatic.dbg.json +1 -1
  250. package/build/artifacts/contracts/interfaces/IPActionMarketAuxStatic.sol/IPActionMarketAuxStatic.dbg.json +1 -1
  251. package/build/artifacts/contracts/interfaces/IPActionMarketCoreStatic.sol/IPActionMarketCoreStatic.dbg.json +1 -1
  252. package/build/artifacts/contracts/interfaces/IPActionMintRedeemStatic.sol/IPActionMintRedeemStatic.dbg.json +1 -1
  253. package/build/artifacts/contracts/interfaces/IPActionMiscV3.sol/IPActionMiscV3.dbg.json +1 -1
  254. package/build/artifacts/contracts/interfaces/IPActionStorageStatic.sol/IPActionStorageStatic.dbg.json +1 -1
  255. package/build/artifacts/contracts/interfaces/IPActionSwapPTV3.sol/IPActionSwapPTV3.dbg.json +1 -1
  256. package/build/artifacts/contracts/interfaces/IPActionSwapYTV3.sol/IPActionSwapYTV3.dbg.json +1 -1
  257. package/build/artifacts/contracts/interfaces/IPActionVePendleStatic.sol/IPActionVePendleStatic.dbg.json +1 -1
  258. package/build/artifacts/contracts/interfaces/IPAllActionV3.sol/IPAllActionV3.dbg.json +1 -1
  259. package/build/artifacts/contracts/interfaces/IPBulkSeller.sol/IPBulkSeller.dbg.json +1 -1
  260. package/build/artifacts/contracts/interfaces/IPBulkSellerFactory.sol/IPBulkSellerFactory.dbg.json +1 -1
  261. package/build/artifacts/contracts/interfaces/IPBulkSellerSYCallback.sol/IPBulkSellerCallback.dbg.json +1 -1
  262. package/build/artifacts/contracts/interfaces/IPExchangeRateOracle.sol/IPExchangeRateOracle.dbg.json +1 -1
  263. package/build/artifacts/contracts/interfaces/IPExternalRewardDistributor.sol/IPExternalRewardDistributor.dbg.json +1 -1
  264. package/build/artifacts/contracts/interfaces/IPFeeDistributor.sol/IPFeeDistributor.dbg.json +1 -1
  265. package/build/artifacts/contracts/interfaces/IPFeeDistributorV2.sol/IPFeeDistributorV2.dbg.json +1 -1
  266. package/build/artifacts/contracts/interfaces/IPGauge.sol/IPGauge.dbg.json +1 -1
  267. package/build/artifacts/contracts/interfaces/IPGaugeController.sol/IPGaugeController.dbg.json +1 -1
  268. package/build/artifacts/contracts/interfaces/IPGaugeControllerMainchain.sol/IPGaugeControllerMainchain.dbg.json +1 -1
  269. package/build/artifacts/contracts/interfaces/IPInterestManagerYT.sol/IPInterestManagerYT.dbg.json +1 -1
  270. package/build/artifacts/contracts/interfaces/IPInterestManagerYTV2.sol/IPInterestManagerYTV2.dbg.json +1 -1
  271. package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitOrderType.dbg.json +1 -1
  272. package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouter.dbg.json +1 -1
  273. package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouterCallback.dbg.json +1 -1
  274. package/build/artifacts/contracts/interfaces/IPLinearDistributor.sol/IPLinearDistributor.dbg.json +1 -1
  275. package/build/artifacts/contracts/interfaces/IPMarket.sol/IPMarket.dbg.json +1 -1
  276. package/build/artifacts/contracts/interfaces/IPMarketFactory.sol/IPMarketFactory.dbg.json +1 -1
  277. package/build/artifacts/contracts/interfaces/IPMarketFactoryV2.sol/IPMarketFactoryV2.dbg.json +1 -1
  278. package/build/artifacts/contracts/interfaces/IPMarketFactoryV3.sol/IPMarketFactoryV3.dbg.json +1 -1
  279. package/build/artifacts/contracts/interfaces/IPMarketSwapCallback.sol/IPMarketSwapCallback.dbg.json +1 -1
  280. package/build/artifacts/contracts/interfaces/IPMarketV3.sol/IPMarketV3.dbg.json +1 -1
  281. package/build/artifacts/contracts/interfaces/IPMerkleDistributor.sol/IPMerkleDistributor.dbg.json +1 -1
  282. package/build/artifacts/contracts/interfaces/IPMiniDiamond.sol/IPMiniDiamond.dbg.json +1 -1
  283. package/build/artifacts/contracts/interfaces/IPMsgReceiverApp.sol/IPMsgReceiverApp.dbg.json +1 -1
  284. package/build/artifacts/contracts/interfaces/IPMsgSendEndpoint.sol/IPMsgSendEndpoint.dbg.json +1 -1
  285. package/build/artifacts/contracts/interfaces/IPOffchainStorage.sol/IPOffchainStorage.dbg.json +1 -1
  286. package/build/artifacts/contracts/interfaces/IPOracleForSy.sol/IPOracleForSy.dbg.json +1 -1
  287. package/build/artifacts/contracts/interfaces/IPPriceFeed.sol/IPPriceFeed.dbg.json +1 -1
  288. package/build/artifacts/contracts/interfaces/IPPrincipalToken.sol/IPPrincipalToken.dbg.json +1 -1
  289. package/build/artifacts/contracts/interfaces/IPPtOracle.sol/IPPtOracle.dbg.json +1 -1
  290. package/build/artifacts/contracts/interfaces/IPRouterHelper.sol/IPRouterHelper.dbg.json +1 -1
  291. package/build/artifacts/contracts/interfaces/IPRouterStatic.sol/IPRouterStatic.dbg.json +1 -1
  292. package/build/artifacts/contracts/interfaces/IPVeToken.sol/IPVeToken.dbg.json +1 -1
  293. package/build/artifacts/contracts/interfaces/IPVotingController.sol/IPVotingController.dbg.json +1 -1
  294. package/build/artifacts/contracts/interfaces/IPVotingEscrowMainchain.sol/IPVotingEscrowMainchain.dbg.json +1 -1
  295. package/build/artifacts/contracts/interfaces/IPYieldContractFactory.sol/IPYieldContractFactory.dbg.json +1 -1
  296. package/build/artifacts/contracts/interfaces/IPYieldToken.sol/IPYieldToken.dbg.json +1 -1
  297. package/build/artifacts/contracts/interfaces/IPYieldTokenV2.sol/IPYieldTokenV2.dbg.json +1 -1
  298. package/build/artifacts/contracts/interfaces/IPendlePreviewHelper.sol/IPendlePreviewHelper.dbg.json +1 -1
  299. package/build/artifacts/contracts/interfaces/IQiAvax.sol/IQiAvax.dbg.json +1 -1
  300. package/build/artifacts/contracts/interfaces/IQiErc20.sol/IQiErc20.dbg.json +1 -1
  301. package/build/artifacts/contracts/interfaces/IQiToken.sol/IQiToken.dbg.json +1 -1
  302. package/build/artifacts/contracts/interfaces/IRedstonePriceFeed.sol/IRedstonePriceFeed.dbg.json +4 -0
  303. package/build/artifacts/contracts/interfaces/IRedstonePriceFeed.sol/IRedstonePriceFeed.json +148 -0
  304. package/build/artifacts/contracts/interfaces/IRewardManager.sol/IRewardManager.dbg.json +1 -1
  305. package/build/artifacts/contracts/interfaces/IStETH.sol/IStETH.dbg.json +1 -1
  306. package/build/artifacts/contracts/interfaces/IStandardizedYield.sol/IStandardizedYield.dbg.json +1 -1
  307. package/build/artifacts/contracts/interfaces/IStargateLP.sol/IStargateLP.dbg.json +1 -1
  308. package/build/artifacts/contracts/interfaces/IStargateRouter.sol/IStargateRouter.dbg.json +1 -1
  309. package/build/artifacts/contracts/interfaces/IStargateStaking.sol/IStargateStaking.dbg.json +1 -1
  310. package/build/artifacts/contracts/interfaces/IWETH.sol/IWETH.dbg.json +1 -1
  311. package/build/artifacts/contracts/interfaces/IWstETH.sol/IWstETH.dbg.json +1 -1
  312. package/build/artifacts/contracts/interfaces/KelpDAO/IKelpDepositPool.sol/IKelpDepositPool.dbg.json +1 -1
  313. package/build/artifacts/contracts/interfaces/KelpDAO/IKelpLRTConfig.sol/IKelpLRTConfig.dbg.json +1 -1
  314. package/build/artifacts/contracts/interfaces/Kyber/IKyberElasticFactory.sol/IKyberElasticFactory.dbg.json +1 -1
  315. package/build/artifacts/contracts/interfaces/Kyber/IKyberElasticPool.sol/IKyberElasticPool.dbg.json +1 -1
  316. package/build/artifacts/contracts/interfaces/Kyber/IKyberElasticRouter.sol/IKyberElasticRouter.dbg.json +1 -1
  317. package/build/artifacts/contracts/interfaces/Kyber/IKyberLiquidityMining.sol/IKyberLiquidityMining.dbg.json +1 -1
  318. package/build/artifacts/contracts/interfaces/Kyber/IKyberMathHelper.sol/IKyberMathHelper.dbg.json +1 -1
  319. package/build/artifacts/contracts/interfaces/Kyber/IKyberPositionManager.sol/IKyberPositionManager.dbg.json +1 -1
  320. package/build/artifacts/contracts/interfaces/Lybra/IEUSD.sol/IEUSD.dbg.json +1 -1
  321. package/build/artifacts/contracts/interfaces/MUX/IMUXRewardRouter.sol/IMUXRewardRouter.dbg.json +1 -1
  322. package/build/artifacts/contracts/interfaces/Renzo/IRenzoOracle.sol/IRenzoOracle.dbg.json +1 -1
  323. package/build/artifacts/contracts/interfaces/Renzo/IRenzoRestakeManager.sol/IRenzoRestakeManager.dbg.json +1 -1
  324. package/build/artifacts/contracts/interfaces/Silo/ISilo.sol/ISilo.dbg.json +1 -1
  325. package/build/artifacts/contracts/interfaces/Silo/ISiloIncentiveController.sol/ISiloIncentiveController.dbg.json +1 -1
  326. package/build/artifacts/contracts/interfaces/Silo/ISiloLens.sol/ISiloLens.dbg.json +1 -1
  327. package/build/artifacts/contracts/interfaces/Stader/IStaderStakeManager.sol/IStaderStakeManager.dbg.json +1 -1
  328. package/build/artifacts/contracts/interfaces/Swell/IRswETH.sol/IRswETH.dbg.json +1 -1
  329. package/build/artifacts/contracts/interfaces/Swell/ISwETH.sol/ISwETH.dbg.json +1 -1
  330. package/build/artifacts/contracts/interfaces/Thena/IThenaFactory.sol/IThenaFactory.dbg.json +1 -1
  331. package/build/artifacts/contracts/interfaces/Thena/IThenaGaugeV2.sol/IThenaGaugeV2.dbg.json +1 -1
  332. package/build/artifacts/contracts/interfaces/Thena/IThenaPair.sol/IThenaPair.dbg.json +1 -1
  333. package/build/artifacts/contracts/interfaces/Thena/IThenaRouter.sol/IThenaRouter.dbg.json +1 -1
  334. package/build/artifacts/contracts/limit/LimitMathCore.sol/LimitMathCore.dbg.json +1 -1
  335. package/build/artifacts/contracts/limit/LimitRouterBase.sol/LimitRouterBase.dbg.json +1 -1
  336. package/build/artifacts/contracts/limit/helpers/NonceManager.sol/NonceManager.dbg.json +1 -1
  337. package/build/artifacts/contracts/offchain-helpers/AddressProvider.sol/AddressProvider.dbg.json +1 -1
  338. package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/AutomateReady.dbg.json +1 -1
  339. package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/IAutomate.dbg.json +1 -1
  340. package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/IOpsProxyFactory.dbg.json +1 -1
  341. package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/ITaskTreasuryUpgradable.dbg.json +1 -1
  342. package/build/artifacts/contracts/offchain-helpers/BaseSplitCodeFactoryContract.sol/BaseSplitCodeFactoryContract.dbg.json +1 -1
  343. package/build/artifacts/contracts/offchain-helpers/Broadcaster.sol/Broadcaster.dbg.json +1 -1
  344. package/build/artifacts/contracts/offchain-helpers/BytesLib.sol/BytesLib.dbg.json +1 -1
  345. package/build/artifacts/contracts/offchain-helpers/EmptyUUPS.sol/EmptyUUPS.dbg.json +1 -1
  346. package/build/artifacts/contracts/offchain-helpers/LegacyNFTHelper.sol/LegacyNFTHelper.dbg.json +1 -1
  347. package/build/artifacts/contracts/offchain-helpers/LegacyNFTHelper.sol/StarNFTV1.dbg.json +1 -1
  348. package/build/artifacts/contracts/offchain-helpers/LimitBackendHelper.sol/LimitBackendHelper.dbg.json +1 -1
  349. package/build/artifacts/contracts/offchain-helpers/MarketExchangeRateLib.sol/MarketExchangeRateLib.dbg.json +1 -1
  350. package/build/artifacts/contracts/offchain-helpers/Multicall2.sol/Multicall2.dbg.json +1 -1
  351. package/build/artifacts/contracts/offchain-helpers/PendleExchangeRateOracle.sol/PendleExchangeRateOracle.dbg.json +1 -1
  352. package/build/artifacts/contracts/offchain-helpers/PendleMulticallV1.sol/PendleMulticallV1.dbg.json +1 -1
  353. package/build/artifacts/contracts/offchain-helpers/PendleMulticallV2.sol/PendleMulticallV2.dbg.json +1 -1
  354. package/build/artifacts/contracts/offchain-helpers/PendleOffchainStorage.sol/PendleOffchainStorage.dbg.json +1 -1
  355. package/build/artifacts/contracts/offchain-helpers/SimulateHelper.sol/SimulateHelper.dbg.json +1 -1
  356. package/build/artifacts/contracts/offchain-helpers/errors/SDKErrorsDirectory.sol/SDKErrorsDirectory.dbg.json +1 -1
  357. package/build/artifacts/contracts/offchain-helpers/router-static/PendleRouterStatic.sol/PendleRouterStatic.dbg.json +1 -1
  358. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionInfoStatic.sol/ActionInfoStatic.dbg.json +1 -1
  359. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol/ActionMarketAuxStatic.dbg.json +1 -1
  360. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketCoreStatic.sol/ActionMarketCoreStatic.dbg.json +1 -1
  361. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMintRedeemStatic.sol/ActionMintRedeemStatic.dbg.json +1 -1
  362. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionStorageStatic.sol/ActionStorageStatic.dbg.json +1 -1
  363. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionVePendleStatic.sol/ActionVePendleStatic.dbg.json +1 -1
  364. package/build/artifacts/contracts/offchain-helpers/router-static/base/StorageLayout.sol/StorageLayout.dbg.json +1 -1
  365. package/build/artifacts/contracts/oracles/PendleLpOracleLib.sol/PendleLpOracleLib.dbg.json +1 -1
  366. package/build/artifacts/contracts/oracles/PendlePtOracle.sol/PendlePtOracle.dbg.json +1 -1
  367. package/build/artifacts/contracts/oracles/PendlePtOracleLib.sol/PendlePtOracleLib.dbg.json +1 -1
  368. package/build/artifacts/contracts/oracles/PendleRedStoneRateOracleAdapter.sol/PendleRedStoneRateOracleAdapter.dbg.json +1 -1
  369. package/build/artifacts/contracts/oracles/PendleRedStoneRateOracleAdapter.sol/PendleRedStoneRateOracleAdapter.json +15 -2
  370. package/build/artifacts/contracts/oracles/samples/BoringLpGlpOracle.sol/BoringLpGlpOracle.dbg.json +1 -1
  371. package/build/artifacts/contracts/oracles/samples/BoringLpSeller.sol/BoringLpSeller.dbg.json +1 -1
  372. package/build/artifacts/contracts/oracles/samples/BoringPtSeller.sol/BoringPtSeller.dbg.json +1 -1
  373. package/build/artifacts/contracts/oracles/samples/BoringPtUsdChainlinkOracle.sol/BoringPtUsdChainlinkOracle.dbg.json +1 -1
  374. package/build/artifacts/contracts/router/PendleRouterHelper.sol/PendleRouterHelper.dbg.json +1 -1
  375. package/build/artifacts/contracts/router/PendleRouterHelper.sol/RouterV2InterfaceForRouterHelper.dbg.json +1 -1
  376. package/build/artifacts/contracts/router/base/ActionBase.sol/ActionBase.dbg.json +1 -1
  377. package/build/artifacts/contracts/router/base/CallbackHelper.sol/CallbackHelper.dbg.json +1 -1
  378. package/build/artifacts/contracts/router/base/MarketApproxLib.sol/MarketApproxPtInLib.dbg.json +1 -1
  379. package/build/artifacts/contracts/router/base/MarketApproxLib.sol/MarketApproxPtOutLib.dbg.json +1 -1
  380. package/build/artifacts/contracts/router/swap-aggregator/IPSwapAggregator.sol/IPSwapAggregator.dbg.json +1 -1
  381. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/PendleSwapBase.dbg.json +1 -1
  382. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/PendleSwapL1.dbg.json +1 -1
  383. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/PendleSwapL1.json +2 -2
  384. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/PendleSwapL2.dbg.json +1 -1
  385. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/PendleSwapL2.json +2 -2
  386. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/interfaces/IAggregationExecutor.sol/IAggregationExecutor.dbg.json +1 -1
  387. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/interfaces/IAggregationExecutorOptimistic.sol/IAggregationExecutorOptimistic.dbg.json +1 -1
  388. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/interfaces/IExecutorHelper.sol/IExecutorHelper.dbg.json +1 -1
  389. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/interfaces/IExecutorHelper.sol/IExecutorHelper.json +240 -0
  390. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/interfaces/IExecutorHelperL2.sol/IExecutorHelperL2.dbg.json +1 -1
  391. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/interfaces/IExecutorHelperL2.sol/IExecutorHelperL2.json +108 -0
  392. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/interfaces/IMetaAggregationRouterV2.sol/IMetaAggregationRouterV2.dbg.json +1 -1
  393. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l1-contracts/InputScalingHelper.sol/InputScalingHelper.dbg.json +1 -1
  394. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l1-contracts/InputScalingHelper.sol/InputScalingHelper.json +2 -2
  395. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l1-contracts/ScalingDataLib.sol/ScalingDataLib.dbg.json +1 -1
  396. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l1-contracts/ScalingDataLib.sol/ScalingDataLib.json +2 -2
  397. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/BytesHelper.sol/BytesHelper.dbg.json +1 -1
  398. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/CalldataReader.sol/CalldataReader.dbg.json +1 -1
  399. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/CalldataWriter.sol/CalldataWriter.dbg.json +1 -1
  400. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/CalldataWriter.sol/CalldataWriter.json +2 -2
  401. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/Common.sol/Common.dbg.json +1 -1
  402. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/DexScaler.sol/DexScaler.dbg.json +1 -1
  403. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/DexScaler.sol/DexScaler.json +2 -2
  404. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/ExecutorReader.sol/ExecutorReader.dbg.json +1 -1
  405. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/InputScalingHelperL2.sol/InputScalingHelperL2.dbg.json +1 -1
  406. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/InputScalingHelperL2.sol/InputScalingHelperL2.json +2 -2
  407. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/ScalingDataL2Lib.sol/ScalingDataL2Lib.dbg.json +1 -1
  408. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/ScalingDataL2Lib.sol/ScalingDataL2Lib.json +2 -2
  409. package/build/artifacts/contracts/router/swap-aggregator/oneinch/I1inchAggregationRouterV5.sol/I1inchAggregationRouterV5.dbg.json +1 -1
  410. package/build/artifacts/contracts/router/swap-aggregator/oneinch/OneInchAggregationRouterHelper.sol/OneInchAggregationRouterHelper.dbg.json +1 -1
  411. package/contracts/core/Market/{PendleMarket.sol → v1/PendleMarket.sol} +6 -6
  412. package/contracts/core/Market/{PendleMarketFactory.sol → v1/PendleMarketFactory.sol} +6 -6
  413. package/contracts/core/Market/{PendleExternalRewardDistributor.sol → v2/PendleExternalRewardDistributor.sol} +7 -7
  414. package/contracts/core/StandardizedYield/SYBaseUpg.sol +1 -0
  415. package/contracts/core/StandardizedYield/StEthNativeLib.sol +15 -0
  416. package/contracts/core/StandardizedYield/implementations/BedRock/PendleUniETHSY.sol +86 -0
  417. package/contracts/core/StandardizedYield/implementations/Ethena/PendleSUSDESY.sol +59 -1
  418. package/contracts/core/StandardizedYield/implementations/KelpDAO/PendleRsETHSY.sol +1 -1
  419. package/contracts/core/StandardizedYield/implementations/PendleERC4626SY.sol +1 -1
  420. package/contracts/core/StandardizedYield/implementations/PendleERC4626UpgSY.sol +85 -0
  421. package/contracts/core/StandardizedYield/implementations/Puffer/PendlePufStETHSY.sol +90 -0
  422. package/contracts/core/StandardizedYield/implementations/Puffer/PendlePufWETHSY.sol +86 -0
  423. package/contracts/interfaces/Bedrock/IBedrockStaking.sol +10 -0
  424. package/contracts/interfaces/IRedstonePriceFeed.sol +15 -0
  425. package/contracts/oracles/PendleRedStoneRateOracleAdapter.sol +5 -3
  426. package/contracts/router/swap-aggregator/kyberswap/interfaces/IExecutorHelper.sol +62 -0
  427. package/contracts/router/swap-aggregator/kyberswap/interfaces/IExecutorHelperL2.sol +27 -0
  428. package/contracts/router/swap-aggregator/kyberswap/l1-contracts/InputScalingHelper.sol +20 -0
  429. package/contracts/router/swap-aggregator/kyberswap/l1-contracts/ScalingDataLib.sol +74 -0
  430. package/contracts/router/swap-aggregator/kyberswap/l2-contracts/DexScaler.sol +14 -0
  431. package/contracts/router/swap-aggregator/kyberswap/l2-contracts/InputScalingHelperL2.sol +10 -1
  432. package/contracts/router/swap-aggregator/kyberswap/l2-contracts/ScalingDataL2Lib.sol +8 -0
  433. package/deployments/1-core.json +1 -1
  434. package/deployments/1-markets/PUFETH-JUNE2024.json +11 -0
  435. package/deployments/1-markets/SUSDE-APR2024.json +11 -0
  436. package/deployments/1-markets/UNIETH-JUNE2024.json +11 -0
  437. package/deployments/1-markets/USDE-APR2024-NEW.json +11 -0
  438. package/deployments/10-core.json +1 -1
  439. package/deployments/42161-core.json +1 -1
  440. package/deployments/42161-markets/SILO-PTEETH-ETH-DEC2024.json +11 -0
  441. package/deployments/56-core.json +1 -1
  442. package/deployments/merkle-distribution/2024-02-29.json +12125 -0
  443. package/package.json +1 -1
  444. package/typechain-types/ActionInfoStaticLe1.ts +310 -0
  445. package/typechain-types/ActionMarketAuxStaticLe1.ts +503 -0
  446. package/typechain-types/ActionMarketCoreStaticLe1.ts +1951 -0
  447. package/typechain-types/ActionMintRedeemStaticLe1.ts +527 -0
  448. package/typechain-types/ActionStorageStaticLe1.ts +405 -0
  449. package/typechain-types/{IPMorphoVaultSY.ts → ActionVePendleStaticLe1.ts} +36 -38
  450. package/typechain-types/IExecutorHelper.ts +390 -0
  451. package/typechain-types/IExecutorHelperL2.ts +130 -0
  452. package/typechain-types/ILimitOrderCallee.ts +179 -0
  453. package/typechain-types/IPActionInfoStaticLe1.ts +310 -0
  454. package/typechain-types/IPActionMarketAuxStaticLe1.ts +503 -0
  455. package/typechain-types/IPActionMarketCoreStaticLe1.ts +1951 -0
  456. package/typechain-types/IPActionMintRedeemStaticLe1.ts +527 -0
  457. package/typechain-types/{ChainlinkRelayerAutomation.ts → IPActionStorageStaticLe1.ts} +125 -102
  458. package/typechain-types/{IEigenpieStaking.ts → IPActionVePendleStaticLe1.ts} +36 -43
  459. package/typechain-types/{AutomationCompatible.ts → IPMiniDiamondLe1.ts} +48 -41
  460. package/typechain-types/IPOrderMixin.ts +349 -0
  461. package/typechain-types/IPRouterStaticLe1.ts +3462 -0
  462. package/typechain-types/{PendleStUSDESY.ts → PendleERC4626SYUpg.ts} +5 -5
  463. package/typechain-types/PendleOrderMixin.ts +888 -0
  464. package/typechain-types/{PendleMorphoVaultSY.ts → PendlePufStETHSY.ts} +56 -68
  465. package/typechain-types/{PendleApxETHSY.ts → PendlePufWETHSY.ts} +64 -58
  466. package/typechain-types/PendleRedStoneRateOracleAdapter.ts +19 -0
  467. package/typechain-types/{AutomationBase.ts → PendleRouterStaticLe1.ts} +5 -5
  468. package/typechain-types/PendleSUSDESY.ts +62 -0
  469. package/typechain-types/factories/ActionInfoStaticLe1__factory.ts +360 -0
  470. package/typechain-types/factories/ActionMarketAuxStaticLe1__factory.ts +466 -0
  471. package/typechain-types/factories/ActionMarketCoreStaticLe1__factory.ts +1454 -0
  472. package/typechain-types/factories/ActionMintRedeemStaticLe1__factory.ts +405 -0
  473. package/typechain-types/factories/ActionStorageStaticLe1__factory.ts +285 -0
  474. package/typechain-types/factories/ActionVePendleStaticLe1__factory.ts +155 -0
  475. package/typechain-types/factories/AuraWethVethSYUpg__factory.ts +1 -1
  476. package/typechain-types/factories/ChainlinkRelayerGelato__factory.ts +1 -1
  477. package/typechain-types/factories/IExecutorHelperL2__factory.ts +108 -0
  478. package/typechain-types/factories/IExecutorHelper__factory.ts +240 -0
  479. package/typechain-types/factories/ILimitOrderCallee__factory.ts +92 -0
  480. package/typechain-types/factories/IPActionInfoStaticLe1__factory.ts +326 -0
  481. package/typechain-types/factories/IPActionMarketAuxStaticLe1__factory.ts +364 -0
  482. package/typechain-types/factories/IPActionMarketCoreStaticLe1__factory.ts +1279 -0
  483. package/typechain-types/factories/IPActionMintRedeemStaticLe1__factory.ts +330 -0
  484. package/typechain-types/factories/IPActionStorageStaticLe1__factory.ts +203 -0
  485. package/typechain-types/factories/IPActionVePendleStaticLe1__factory.ts +59 -0
  486. package/typechain-types/factories/IPMiniDiamondLe1__factory.ts +70 -0
  487. package/typechain-types/factories/IPOrderMixin__factory.ts +450 -0
  488. package/typechain-types/factories/IPRouterStaticLe1__factory.ts +2451 -0
  489. package/typechain-types/factories/PendleAuraWethVethSY__factory.ts +1 -1
  490. package/typechain-types/factories/PendleERC4626SYUpg__factory.ts +1058 -0
  491. package/typechain-types/factories/PendleERC4626SY__factory.ts +1 -1
  492. package/typechain-types/factories/PendleExternalRewardDistributor__factory.ts +1 -1
  493. package/typechain-types/factories/PendleKyberElasticSYUpg__factory.ts +1 -1
  494. package/typechain-types/factories/PendleMarketFactory__factory.ts +1 -1
  495. package/typechain-types/factories/PendleMarket__factory.ts +1 -1
  496. package/typechain-types/factories/PendleOrderMixin__factory.ts +794 -0
  497. package/typechain-types/factories/PendlePufStETHSY__factory.ts +1069 -0
  498. package/typechain-types/factories/PendlePufWETHSY__factory.ts +1069 -0
  499. package/typechain-types/factories/PendleRedStoneRateOracleAdapter__factory.ts +14 -1
  500. package/typechain-types/factories/PendleRouterStaticLe1__factory.ts +92 -0
  501. package/typechain-types/factories/PendleRsETHSY__factory.ts +1 -1
  502. package/typechain-types/factories/PendleSUSDESY__factory.ts +81 -4
  503. package/typechain-types/factories/PendleSwapL1__factory.ts +1 -1
  504. package/typechain-types/factories/PendleSwapL2__factory.ts +1 -1
  505. package/typechain-types/factories/PendleSwap__factory.ts +1 -1
  506. package/typechain-types/factories/PtAndLpToAsset__factory.ts +1 -1
  507. package/typechain-types/hardhat.d.ts +108 -54
  508. package/typechain-types/index.ts +20 -12
  509. package/build/artifacts/contracts/core/Market/PendleExternalRewardDistributor.sol/PendleExternalRewardDistributor.dbg.json +0 -4
  510. package/build/artifacts/contracts/core/Market/PendleMarket.sol/PendleMarket.dbg.json +0 -4
  511. package/build/artifacts/contracts/core/Market/PendleMarketFactory.sol/PendleMarketFactory.dbg.json +0 -4
  512. package/deployments/core.ts +0 -29
  513. package/deployments/index.ts +0 -4
  514. package/deployments/markets/ape-june-29-2023.ts +0 -3
  515. package/deployments/markets/balancer-reth-dec-28-2023.ts +0 -3
  516. package/deployments/markets/balancer-wsteth-jun-27-2024.ts +0 -3
  517. package/deployments/markets/curve-fraxusdc-march-30-2023.ts +0 -3
  518. package/deployments/markets/index.ts +0 -17
  519. package/deployments/markets/looks-march-30-2023.ts +0 -3
  520. package/deployments/markets/steth-june-29-2023.ts +0 -3
  521. package/deployments/markets/steth-march-30-2023.ts +0 -3
  522. package/deployments/markets/types.ts +0 -9
  523. package/deployments/misc.ts +0 -23
  524. package/typechain-types/AlgebraMathHelper.ts +0 -442
  525. package/typechain-types/AutomationCompatibleInterface.ts +0 -141
  526. package/typechain-types/BotDecisionHelperBase.ts +0 -508
  527. package/typechain-types/IAlgebraPool.ts +0 -171
  528. package/typechain-types/IBotDecisionHelper.ts +0 -476
  529. package/typechain-types/IEigenpieLRT.ts +0 -106
  530. package/typechain-types/IHashflow.ts +0 -159
  531. package/typechain-types/IInterestUSTP.ts +0 -156
  532. package/typechain-types/ILongYieldDecisionHelper.ts +0 -512
  533. package/typechain-types/ILongYieldTradingBot.ts +0 -703
  534. package/typechain-types/IPMorphoRewardDistributor.ts +0 -218
  535. package/typechain-types/IPPausingInterface.ts +0 -112
  536. package/typechain-types/IPVirtualGovernance.ts +0 -142
  537. package/typechain-types/IPWrappedStellaToken.ts +0 -135
  538. package/typechain-types/IPirexETH.ts +0 -202
  539. package/typechain-types/IRebasingUSTP.ts +0 -133
  540. package/typechain-types/IShortYieldDecisionHelper.ts +0 -476
  541. package/typechain-types/IShortYieldTradingBot.ts +0 -574
  542. package/typechain-types/IStellaLendingPool.ts +0 -100
  543. package/typechain-types/IStellaLendingProxy.ts +0 -144
  544. package/typechain-types/ITradingBotBase.ts +0 -373
  545. package/typechain-types/IUSTP.ts +0 -127
  546. package/typechain-types/IVectorStakedVETH.ts +0 -137
  547. package/typechain-types/KyberNftManagerBase.ts +0 -364
  548. package/typechain-types/LongYieldActionLib.ts +0 -57
  549. package/typechain-types/LongYieldDecisionHelper.ts +0 -682
  550. package/typechain-types/LongYieldTradingBot.ts +0 -2299
  551. package/typechain-types/MarketExtLib.ts +0 -81
  552. package/typechain-types/PendleEigenpieLRTSY.ts +0 -1326
  553. package/typechain-types/PendleEigenpieMstETHSY.ts +0 -1326
  554. package/typechain-types/PendleGaugeControllerSidechain2MF.ts +0 -690
  555. package/typechain-types/PendleHyperStellaETH.ts +0 -1248
  556. package/typechain-types/PendleIUSTPSY.ts +0 -1255
  557. package/typechain-types/PendleKyberElasticSY.ts +0 -1803
  558. package/typechain-types/PendleMorphoRewardDistributor.ts +0 -579
  559. package/typechain-types/PendleStellaHyperETH.ts +0 -1235
  560. package/typechain-types/PendleVectorStakedVETHSY.ts +0 -1290
  561. package/typechain-types/PendleVirtualGovernance.ts +0 -603
  562. package/typechain-types/PendleWrappedStellaToken.ts +0 -577
  563. package/typechain-types/SYBaseWithDecimals.ts +0 -1205
  564. package/typechain-types/TradingBotBase.ts +0 -1861
  565. package/typechain-types/TvlLib.ts +0 -215
  566. package/typechain-types/factories/AlgebraMathHelper__factory.ts +0 -316
  567. package/typechain-types/factories/AutomationBase__factory.ts +0 -69
  568. package/typechain-types/factories/AutomationCompatibleInterface__factory.ts +0 -67
  569. package/typechain-types/factories/AutomationCompatible__factory.ts +0 -72
  570. package/typechain-types/factories/BotDecisionHelperBase__factory.ts +0 -835
  571. package/typechain-types/factories/ChainlinkRelayerAutomation__factory.ts +0 -238
  572. package/typechain-types/factories/IAlgebraPool__factory.ts +0 -119
  573. package/typechain-types/factories/IBotDecisionHelper__factory.ts +0 -694
  574. package/typechain-types/factories/IEigenpieLRT__factory.ts +0 -49
  575. package/typechain-types/factories/IEigenpieStaking__factory.ts +0 -54
  576. package/typechain-types/factories/IHashflow__factory.ts +0 -113
  577. package/typechain-types/factories/IInterestUSTP__factory.ts +0 -75
  578. package/typechain-types/factories/ILongYieldDecisionHelper__factory.ts +0 -717
  579. package/typechain-types/factories/ILongYieldTradingBot__factory.ts +0 -764
  580. package/typechain-types/factories/IPMorphoRewardDistributor__factory.ts +0 -159
  581. package/typechain-types/factories/IPMorphoVaultSY__factory.ts +0 -49
  582. package/typechain-types/factories/IPPausingInterface__factory.ts +0 -40
  583. package/typechain-types/factories/IPVirtualGovernance__factory.ts +0 -69
  584. package/typechain-types/factories/IPWrappedStellaToken__factory.ts +0 -73
  585. package/typechain-types/factories/IPirexETH__factory.ts +0 -126
  586. package/typechain-types/factories/IRebasingUSTP__factory.ts +0 -49
  587. package/typechain-types/factories/IShortYieldDecisionHelper__factory.ts +0 -698
  588. package/typechain-types/factories/IShortYieldTradingBot__factory.ts +0 -813
  589. package/typechain-types/factories/IStellaLendingPool__factory.ts +0 -52
  590. package/typechain-types/factories/IStellaLendingProxy__factory.ts +0 -74
  591. package/typechain-types/factories/ITradingBotBase__factory.ts +0 -366
  592. package/typechain-types/factories/IUSTP__factory.ts +0 -46
  593. package/typechain-types/factories/IVectorStakedVETH__factory.ts +0 -65
  594. package/typechain-types/factories/KyberNftManagerBase__factory.ts +0 -279
  595. package/typechain-types/factories/LongYieldActionLib__factory.ts +0 -207
  596. package/typechain-types/factories/LongYieldDecisionHelper__factory.ts +0 -1481
  597. package/typechain-types/factories/LongYieldTradingBot__factory.ts +0 -2159
  598. package/typechain-types/factories/MarketExtLib__factory.ts +0 -74
  599. package/typechain-types/factories/PendleApxETHSY__factory.ts +0 -1110
  600. package/typechain-types/factories/PendleEigenpieLRTSY__factory.ts +0 -1059
  601. package/typechain-types/factories/PendleEigenpieMstETHSY__factory.ts +0 -1125
  602. package/typechain-types/factories/PendleGaugeControllerSidechain2MF__factory.ts +0 -547
  603. package/typechain-types/factories/PendleHyperStellaETH__factory.ts +0 -1060
  604. package/typechain-types/factories/PendleIUSTPSY__factory.ts +0 -1061
  605. package/typechain-types/factories/PendleKyberElasticSY__factory.ts +0 -1505
  606. package/typechain-types/factories/PendleMorphoRewardDistributor__factory.ts +0 -441
  607. package/typechain-types/factories/PendleMorphoVaultSY__factory.ts +0 -1140
  608. package/typechain-types/factories/PendleStUSDESY__factory.ts +0 -1071
  609. package/typechain-types/factories/PendleStellaHyperETH__factory.ts +0 -1034
  610. package/typechain-types/factories/PendleVectorStakedVETHSY__factory.ts +0 -1091
  611. package/typechain-types/factories/PendleVirtualGovernance__factory.ts +0 -452
  612. package/typechain-types/factories/PendleWrappedStellaToken__factory.ts +0 -522
  613. package/typechain-types/factories/SYBaseWithDecimals__factory.ts +0 -942
  614. package/typechain-types/factories/TradingBotBase__factory.ts +0 -1663
  615. package/typechain-types/factories/TvlLib__factory.ts +0 -309
@@ -12,18 +12,6 @@ import * as Contracts from ".";
12
12
 
13
13
  declare module "hardhat/types/runtime" {
14
14
  interface HardhatEthersHelpers extends HardhatEthersHelpersBase {
15
- getContractFactory(
16
- name: "AutomationBase",
17
- signerOrOptions?: ethers.Signer | FactoryOptions
18
- ): Promise<Contracts.AutomationBase__factory>;
19
- getContractFactory(
20
- name: "AutomationCompatible",
21
- signerOrOptions?: ethers.Signer | FactoryOptions
22
- ): Promise<Contracts.AutomationCompatible__factory>;
23
- getContractFactory(
24
- name: "AutomationCompatibleInterface",
25
- signerOrOptions?: ethers.Signer | FactoryOptions
26
- ): Promise<Contracts.AutomationCompatibleInterface__factory>;
27
15
  getContractFactory(
28
16
  name: "AggregatorInterface",
29
17
  signerOrOptions?: ethers.Signer | FactoryOptions
@@ -52,10 +40,6 @@ declare module "hardhat/types/runtime" {
52
40
  name: "Initializable",
53
41
  signerOrOptions?: ethers.Signer | FactoryOptions
54
42
  ): Promise<Contracts.Initializable__factory>;
55
- getContractFactory(
56
- name: "ReentrancyGuardUpgradeable",
57
- signerOrOptions?: ethers.Signer | FactoryOptions
58
- ): Promise<Contracts.ReentrancyGuardUpgradeable__factory>;
59
43
  getContractFactory(
60
44
  name: "ContextUpgradeable",
61
45
  signerOrOptions?: ethers.Signer | FactoryOptions
@@ -88,10 +72,6 @@ declare module "hardhat/types/runtime" {
88
72
  name: "IERC5267",
89
73
  signerOrOptions?: ethers.Signer | FactoryOptions
90
74
  ): Promise<Contracts.IERC5267__factory>;
91
- getContractFactory(
92
- name: "BeaconProxy",
93
- signerOrOptions?: ethers.Signer | FactoryOptions
94
- ): Promise<Contracts.BeaconProxy__factory>;
95
75
  getContractFactory(
96
76
  name: "IBeacon",
97
77
  signerOrOptions?: ethers.Signer | FactoryOptions
@@ -120,10 +100,6 @@ declare module "hardhat/types/runtime" {
120
100
  name: "ERC20",
121
101
  signerOrOptions?: ethers.Signer | FactoryOptions
122
102
  ): Promise<Contracts.ERC20__factory>;
123
- getContractFactory(
124
- name: "IERC20Permit",
125
- signerOrOptions?: ethers.Signer | FactoryOptions
126
- ): Promise<Contracts.IERC20Permit__factory>;
127
103
  getContractFactory(
128
104
  name: "ERC20Permit",
129
105
  signerOrOptions?: ethers.Signer | FactoryOptions
@@ -208,6 +184,18 @@ declare module "hardhat/types/runtime" {
208
184
  name: "PendleMarketFactory",
209
185
  signerOrOptions?: ethers.Signer | FactoryOptions
210
186
  ): Promise<Contracts.PendleMarketFactory__factory>;
187
+ getContractFactory(
188
+ name: "PendleMarket",
189
+ signerOrOptions?: ethers.Signer | FactoryOptions
190
+ ): Promise<Contracts.PendleMarket__factory>;
191
+ getContractFactory(
192
+ name: "PendleMarketFactory",
193
+ signerOrOptions?: ethers.Signer | FactoryOptions
194
+ ): Promise<Contracts.PendleMarketFactory__factory>;
195
+ getContractFactory(
196
+ name: "PendleExternalRewardDistributor",
197
+ signerOrOptions?: ethers.Signer | FactoryOptions
198
+ ): Promise<Contracts.PendleExternalRewardDistributor__factory>;
211
199
  getContractFactory(
212
200
  name: "PendleGaugeV2",
213
201
  signerOrOptions?: ethers.Signer | FactoryOptions
@@ -336,6 +324,10 @@ declare module "hardhat/types/runtime" {
336
324
  name: "PendleAuraWstethAnkreth",
337
325
  signerOrOptions?: ethers.Signer | FactoryOptions
338
326
  ): Promise<Contracts.PendleAuraWstethAnkreth__factory>;
327
+ getContractFactory(
328
+ name: "PendleUniETHSY",
329
+ signerOrOptions?: ethers.Signer | FactoryOptions
330
+ ): Promise<Contracts.PendleUniETHSY__factory>;
339
331
  getContractFactory(
340
332
  name: "PendleQiTokenHelper",
341
333
  signerOrOptions?: ethers.Signer | FactoryOptions
@@ -480,6 +472,10 @@ declare module "hardhat/types/runtime" {
480
472
  name: "PendleERC4626SY",
481
473
  signerOrOptions?: ethers.Signer | FactoryOptions
482
474
  ): Promise<Contracts.PendleERC4626SY__factory>;
475
+ getContractFactory(
476
+ name: "PendleERC4626SYUpg",
477
+ signerOrOptions?: ethers.Signer | FactoryOptions
478
+ ): Promise<Contracts.PendleERC4626SYUpg__factory>;
483
479
  getContractFactory(
484
480
  name: "PendleEUSDSY",
485
481
  signerOrOptions?: ethers.Signer | FactoryOptions
@@ -512,6 +508,14 @@ declare module "hardhat/types/runtime" {
512
508
  name: "PendleWstEthSY",
513
509
  signerOrOptions?: ethers.Signer | FactoryOptions
514
510
  ): Promise<Contracts.PendleWstEthSY__factory>;
511
+ getContractFactory(
512
+ name: "PendlePufStETHSY",
513
+ signerOrOptions?: ethers.Signer | FactoryOptions
514
+ ): Promise<Contracts.PendlePufStETHSY__factory>;
515
+ getContractFactory(
516
+ name: "PendlePufWETHSY",
517
+ signerOrOptions?: ethers.Signer | FactoryOptions
518
+ ): Promise<Contracts.PendlePufWETHSY__factory>;
515
519
  getContractFactory(
516
520
  name: "PendleEzETHSY",
517
521
  signerOrOptions?: ethers.Signer | FactoryOptions
@@ -664,6 +668,10 @@ declare module "hardhat/types/runtime" {
664
668
  name: "IVersion",
665
669
  signerOrOptions?: ethers.Signer | FactoryOptions
666
670
  ): Promise<Contracts.IVersion__factory>;
671
+ getContractFactory(
672
+ name: "IBedrockStaking",
673
+ signerOrOptions?: ethers.Signer | FactoryOptions
674
+ ): Promise<Contracts.IBedrockStaking__factory>;
667
675
  getContractFactory(
668
676
  name: "IWBETH",
669
677
  signerOrOptions?: ethers.Signer | FactoryOptions
@@ -1056,6 +1064,10 @@ declare module "hardhat/types/runtime" {
1056
1064
  name: "IQiToken",
1057
1065
  signerOrOptions?: ethers.Signer | FactoryOptions
1058
1066
  ): Promise<Contracts.IQiToken__factory>;
1067
+ getContractFactory(
1068
+ name: "IRedstonePriceFeed",
1069
+ signerOrOptions?: ethers.Signer | FactoryOptions
1070
+ ): Promise<Contracts.IRedstonePriceFeed__factory>;
1059
1071
  getContractFactory(
1060
1072
  name: "IRewardManager",
1061
1073
  signerOrOptions?: ethers.Signer | FactoryOptions
@@ -1364,6 +1376,18 @@ declare module "hardhat/types/runtime" {
1364
1376
  name: "BoringPtUsdChainlinkOracle",
1365
1377
  signerOrOptions?: ethers.Signer | FactoryOptions
1366
1378
  ): Promise<Contracts.BoringPtUsdChainlinkOracle__factory>;
1379
+ getContractFactory(
1380
+ name: "PendleLpGlpOracle",
1381
+ signerOrOptions?: ethers.Signer | FactoryOptions
1382
+ ): Promise<Contracts.PendleLpGlpOracle__factory>;
1383
+ getContractFactory(
1384
+ name: "PendlePtGlpOracle",
1385
+ signerOrOptions?: ethers.Signer | FactoryOptions
1386
+ ): Promise<Contracts.PendlePtGlpOracle__factory>;
1387
+ getContractFactory(
1388
+ name: "PendlePtUsdChainlinkOracle",
1389
+ signerOrOptions?: ethers.Signer | FactoryOptions
1390
+ ): Promise<Contracts.PendlePtUsdChainlinkOracle__factory>;
1367
1391
  getContractFactory(
1368
1392
  name: "ActionAddRemoveLiqV3",
1369
1393
  signerOrOptions?: ethers.Signer | FactoryOptions
@@ -1437,21 +1461,6 @@ declare module "hardhat/types/runtime" {
1437
1461
  signerOrOptions?: ethers.Signer | FactoryOptions
1438
1462
  ): Promise<Contracts.PendleSwapL2__factory>;
1439
1463
 
1440
- getContractAt(
1441
- name: "AutomationBase",
1442
- address: string,
1443
- signer?: ethers.Signer
1444
- ): Promise<Contracts.AutomationBase>;
1445
- getContractAt(
1446
- name: "AutomationCompatible",
1447
- address: string,
1448
- signer?: ethers.Signer
1449
- ): Promise<Contracts.AutomationCompatible>;
1450
- getContractAt(
1451
- name: "AutomationCompatibleInterface",
1452
- address: string,
1453
- signer?: ethers.Signer
1454
- ): Promise<Contracts.AutomationCompatibleInterface>;
1455
1464
  getContractAt(
1456
1465
  name: "AggregatorInterface",
1457
1466
  address: string,
@@ -1487,11 +1496,6 @@ declare module "hardhat/types/runtime" {
1487
1496
  address: string,
1488
1497
  signer?: ethers.Signer
1489
1498
  ): Promise<Contracts.Initializable>;
1490
- getContractAt(
1491
- name: "ReentrancyGuardUpgradeable",
1492
- address: string,
1493
- signer?: ethers.Signer
1494
- ): Promise<Contracts.ReentrancyGuardUpgradeable>;
1495
1499
  getContractAt(
1496
1500
  name: "ContextUpgradeable",
1497
1501
  address: string,
@@ -1532,11 +1536,6 @@ declare module "hardhat/types/runtime" {
1532
1536
  address: string,
1533
1537
  signer?: ethers.Signer
1534
1538
  ): Promise<Contracts.IERC5267>;
1535
- getContractAt(
1536
- name: "BeaconProxy",
1537
- address: string,
1538
- signer?: ethers.Signer
1539
- ): Promise<Contracts.BeaconProxy>;
1540
1539
  getContractAt(
1541
1540
  name: "IBeacon",
1542
1541
  address: string,
@@ -1572,11 +1571,6 @@ declare module "hardhat/types/runtime" {
1572
1571
  address: string,
1573
1572
  signer?: ethers.Signer
1574
1573
  ): Promise<Contracts.ERC20>;
1575
- getContractAt(
1576
- name: "IERC20Permit",
1577
- address: string,
1578
- signer?: ethers.Signer
1579
- ): Promise<Contracts.IERC20Permit>;
1580
1574
  getContractAt(
1581
1575
  name: "ERC20Permit",
1582
1576
  address: string,
@@ -1682,6 +1676,21 @@ declare module "hardhat/types/runtime" {
1682
1676
  address: string,
1683
1677
  signer?: ethers.Signer
1684
1678
  ): Promise<Contracts.PendleMarketFactory>;
1679
+ getContractAt(
1680
+ name: "PendleMarket",
1681
+ address: string,
1682
+ signer?: ethers.Signer
1683
+ ): Promise<Contracts.PendleMarket>;
1684
+ getContractAt(
1685
+ name: "PendleMarketFactory",
1686
+ address: string,
1687
+ signer?: ethers.Signer
1688
+ ): Promise<Contracts.PendleMarketFactory>;
1689
+ getContractAt(
1690
+ name: "PendleExternalRewardDistributor",
1691
+ address: string,
1692
+ signer?: ethers.Signer
1693
+ ): Promise<Contracts.PendleExternalRewardDistributor>;
1685
1694
  getContractAt(
1686
1695
  name: "PendleGaugeV2",
1687
1696
  address: string,
@@ -1842,6 +1851,11 @@ declare module "hardhat/types/runtime" {
1842
1851
  address: string,
1843
1852
  signer?: ethers.Signer
1844
1853
  ): Promise<Contracts.PendleAuraWstethAnkreth>;
1854
+ getContractAt(
1855
+ name: "PendleUniETHSY",
1856
+ address: string,
1857
+ signer?: ethers.Signer
1858
+ ): Promise<Contracts.PendleUniETHSY>;
1845
1859
  getContractAt(
1846
1860
  name: "PendleQiTokenHelper",
1847
1861
  address: string,
@@ -2022,6 +2036,11 @@ declare module "hardhat/types/runtime" {
2022
2036
  address: string,
2023
2037
  signer?: ethers.Signer
2024
2038
  ): Promise<Contracts.PendleERC4626SY>;
2039
+ getContractAt(
2040
+ name: "PendleERC4626SYUpg",
2041
+ address: string,
2042
+ signer?: ethers.Signer
2043
+ ): Promise<Contracts.PendleERC4626SYUpg>;
2025
2044
  getContractAt(
2026
2045
  name: "PendleEUSDSY",
2027
2046
  address: string,
@@ -2062,6 +2081,16 @@ declare module "hardhat/types/runtime" {
2062
2081
  address: string,
2063
2082
  signer?: ethers.Signer
2064
2083
  ): Promise<Contracts.PendleWstEthSY>;
2084
+ getContractAt(
2085
+ name: "PendlePufStETHSY",
2086
+ address: string,
2087
+ signer?: ethers.Signer
2088
+ ): Promise<Contracts.PendlePufStETHSY>;
2089
+ getContractAt(
2090
+ name: "PendlePufWETHSY",
2091
+ address: string,
2092
+ signer?: ethers.Signer
2093
+ ): Promise<Contracts.PendlePufWETHSY>;
2065
2094
  getContractAt(
2066
2095
  name: "PendleEzETHSY",
2067
2096
  address: string,
@@ -2252,6 +2281,11 @@ declare module "hardhat/types/runtime" {
2252
2281
  address: string,
2253
2282
  signer?: ethers.Signer
2254
2283
  ): Promise<Contracts.IVersion>;
2284
+ getContractAt(
2285
+ name: "IBedrockStaking",
2286
+ address: string,
2287
+ signer?: ethers.Signer
2288
+ ): Promise<Contracts.IBedrockStaking>;
2255
2289
  getContractAt(
2256
2290
  name: "IWBETH",
2257
2291
  address: string,
@@ -2742,6 +2776,11 @@ declare module "hardhat/types/runtime" {
2742
2776
  address: string,
2743
2777
  signer?: ethers.Signer
2744
2778
  ): Promise<Contracts.IQiToken>;
2779
+ getContractAt(
2780
+ name: "IRedstonePriceFeed",
2781
+ address: string,
2782
+ signer?: ethers.Signer
2783
+ ): Promise<Contracts.IRedstonePriceFeed>;
2745
2784
  getContractAt(
2746
2785
  name: "IRewardManager",
2747
2786
  address: string,
@@ -3127,6 +3166,21 @@ declare module "hardhat/types/runtime" {
3127
3166
  address: string,
3128
3167
  signer?: ethers.Signer
3129
3168
  ): Promise<Contracts.BoringPtUsdChainlinkOracle>;
3169
+ getContractAt(
3170
+ name: "PendleLpGlpOracle",
3171
+ address: string,
3172
+ signer?: ethers.Signer
3173
+ ): Promise<Contracts.PendleLpGlpOracle>;
3174
+ getContractAt(
3175
+ name: "PendlePtGlpOracle",
3176
+ address: string,
3177
+ signer?: ethers.Signer
3178
+ ): Promise<Contracts.PendlePtGlpOracle>;
3179
+ getContractAt(
3180
+ name: "PendlePtUsdChainlinkOracle",
3181
+ address: string,
3182
+ signer?: ethers.Signer
3183
+ ): Promise<Contracts.PendlePtUsdChainlinkOracle>;
3130
3184
  getContractAt(
3131
3185
  name: "ActionAddRemoveLiqV3",
3132
3186
  address: string,
@@ -1,9 +1,6 @@
1
1
  /* Autogenerated file. Do not edit manually. */
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
- export type { AutomationBase } from "./AutomationBase";
5
- export type { AutomationCompatible } from "./AutomationCompatible";
6
- export type { AutomationCompatibleInterface } from "./AutomationCompatibleInterface";
7
4
  export type { AggregatorInterface } from "./AggregatorInterface";
8
5
  export type { AggregatorV2V3Interface } from "./AggregatorV2V3Interface";
9
6
  export type { AggregatorV3Interface } from "./AggregatorV3Interface";
@@ -11,7 +8,6 @@ export type { AccessControlUpgradeable } from "./AccessControlUpgradeable";
11
8
  export type { IAccessControlUpgradeable } from "./IAccessControlUpgradeable";
12
9
  export type { IERC5267Upgradeable } from "./IERC5267Upgradeable";
13
10
  export type { Initializable } from "./Initializable";
14
- export type { ReentrancyGuardUpgradeable } from "./ReentrancyGuardUpgradeable";
15
11
  export type { ContextUpgradeable } from "./ContextUpgradeable";
16
12
  export type { EIP712Upgradeable } from "./EIP712Upgradeable";
17
13
  export type { ERC165Upgradeable } from "./ERC165Upgradeable";
@@ -20,16 +16,15 @@ export type { IERC1822Proxiable } from "./IERC1822Proxiable";
20
16
  export type { IERC1271 } from "./IERC1271";
21
17
  export type { IERC1967 } from "./IERC1967";
22
18
  export type { IERC5267 } from "./IERC5267";
23
- export type { BeaconProxy } from "./BeaconProxy";
24
19
  export type { IBeacon } from "./IBeacon";
25
20
  export type { ERC1967Upgrade } from "./ERC1967Upgrade";
26
21
  export type { Proxy } from "./Proxy";
27
22
  export type { UUPSUpgradeable } from "./UUPSUpgradeable";
28
23
  export type { Pausable } from "./Pausable";
29
24
  export type { ERC20 } from "./ERC20";
30
- export type { IERC20Permit } from "./IERC20Permit";
31
25
  export type { ERC20Permit } from "./ERC20Permit";
32
26
  export type { IERC20Metadata } from "./IERC20Metadata";
27
+ export type { IERC20Permit } from "./IERC20Permit";
33
28
  export type { IERC20 } from "./IERC20";
34
29
  export type { IERC721 } from "./IERC721";
35
30
  export type { IERC721Receiver } from "./IERC721Receiver";
@@ -80,6 +75,7 @@ export type { PendleAuraWethRocketEthSYV2 } from "./PendleAuraWethRocketEthSYV2"
80
75
  export type { PendleAuraWethStafiEthSY } from "./PendleAuraWethStafiEthSY";
81
76
  export type { PendleAuraWethWstethSYV2 } from "./PendleAuraWethWstethSYV2";
82
77
  export type { PendleAuraWstethAnkreth } from "./PendleAuraWstethAnkreth";
78
+ export type { PendleUniETHSY } from "./PendleUniETHSY";
83
79
  export type { PendleQiTokenHelper } from "./PendleQiTokenHelper";
84
80
  export type { PendleQiTokenSY } from "./PendleQiTokenSY";
85
81
  export type { CamelotRewardHelper } from "./CamelotRewardHelper";
@@ -116,6 +112,7 @@ export type { PendleArbitrumStakedEthSY } from "./PendleArbitrumStakedEthSY";
116
112
  export type { PendleBridgedLSDSY } from "./PendleBridgedLSDSY";
117
113
  export type { PendleERC20SY } from "./PendleERC20SY";
118
114
  export type { PendleERC4626SY } from "./PendleERC4626SY";
115
+ export type { PendleERC4626SYUpg } from "./PendleERC4626SYUpg";
119
116
  export type { PendleEUSDSY } from "./PendleEUSDSY";
120
117
  export type { PendleGDaiSY } from "./PendleGDaiSY";
121
118
  export type { PendleL2LRTSY } from "./PendleL2LRTSY";
@@ -124,6 +121,8 @@ export type { PendleSfrxEthSY } from "./PendleSfrxEthSY";
124
121
  export type { PendleStargateLPSY } from "./PendleStargateLPSY";
125
122
  export type { PendleWbEthSY } from "./PendleWbEthSY";
126
123
  export type { PendleWstEthSY } from "./PendleWstEthSY";
124
+ export type { PendlePufStETHSY } from "./PendlePufStETHSY";
125
+ export type { PendlePufWETHSY } from "./PendlePufWETHSY";
127
126
  export type { PendleEzETHSY } from "./PendleEzETHSY";
128
127
  export type { PendleSiloWithIncentiveSY } from "./PendleSiloWithIncentiveSY";
129
128
  export type { PendleETHXSY } from "./PendleETHXSY";
@@ -162,6 +161,7 @@ export type { IPComposableStablePreview } from "./IPComposableStablePreview";
162
161
  export type { IRateProvider } from "./IRateProvider";
163
162
  export type { IVault } from "./IVault";
164
163
  export type { IVersion } from "./IVersion";
164
+ export type { IBedrockStaking } from "./IBedrockStaking";
165
165
  export type { IWBETH } from "./IWBETH";
166
166
  export type { ICamelotFactory } from "./ICamelotFactory";
167
167
  export type { ICamelotNFTFactory } from "./ICamelotNFTFactory";
@@ -260,6 +260,7 @@ export type { IPYieldTokenV2 } from "./IPYieldTokenV2";
260
260
  export type { IQiAvax } from "./IQiAvax";
261
261
  export type { IQiErc20 } from "./IQiErc20";
262
262
  export type { IQiToken } from "./IQiToken";
263
+ export type { IRedstonePriceFeed } from "./IRedstonePriceFeed";
263
264
  export type { IRewardManager } from "./IRewardManager";
264
265
  export type { IStandardizedYield } from "./IStandardizedYield";
265
266
  export type { IStargateLP } from "./IStargateLP";
@@ -337,6 +338,9 @@ export type { PendlePtOracle } from "./PendlePtOracle";
337
338
  export type { PendleRedStoneRateOracleAdapter } from "./PendleRedStoneRateOracleAdapter";
338
339
  export type { BoringLpGlpOracle } from "./BoringLpGlpOracle";
339
340
  export type { BoringPtUsdChainlinkOracle } from "./BoringPtUsdChainlinkOracle";
341
+ export type { PendleLpGlpOracle } from "./PendleLpGlpOracle";
342
+ export type { PendlePtGlpOracle } from "./PendlePtGlpOracle";
343
+ export type { PendlePtUsdChainlinkOracle } from "./PendlePtUsdChainlinkOracle";
340
344
  export type { ActionAddRemoveLiqV3 } from "./ActionAddRemoveLiqV3";
341
345
  export type { ActionCallbackV3 } from "./ActionCallbackV3";
342
346
  export type { ActionMiscV3 } from "./ActionMiscV3";
@@ -356,9 +360,6 @@ export type { PendleSwapBase } from "./PendleSwapBase";
356
360
  export type { PendleSwapL1 } from "./PendleSwapL1";
357
361
  export type { PendleSwapL2 } from "./PendleSwapL2";
358
362
 
359
- export { AutomationBase__factory } from "./factories/AutomationBase__factory";
360
- export { AutomationCompatible__factory } from "./factories/AutomationCompatible__factory";
361
- export { AutomationCompatibleInterface__factory } from "./factories/AutomationCompatibleInterface__factory";
362
363
  export { AggregatorInterface__factory } from "./factories/AggregatorInterface__factory";
363
364
  export { AggregatorV2V3Interface__factory } from "./factories/AggregatorV2V3Interface__factory";
364
365
  export { AggregatorV3Interface__factory } from "./factories/AggregatorV3Interface__factory";
@@ -366,7 +367,6 @@ export { AccessControlUpgradeable__factory } from "./factories/AccessControlUpgr
366
367
  export { IAccessControlUpgradeable__factory } from "./factories/IAccessControlUpgradeable__factory";
367
368
  export { IERC5267Upgradeable__factory } from "./factories/IERC5267Upgradeable__factory";
368
369
  export { Initializable__factory } from "./factories/Initializable__factory";
369
- export { ReentrancyGuardUpgradeable__factory } from "./factories/ReentrancyGuardUpgradeable__factory";
370
370
  export { ContextUpgradeable__factory } from "./factories/ContextUpgradeable__factory";
371
371
  export { EIP712Upgradeable__factory } from "./factories/EIP712Upgradeable__factory";
372
372
  export { ERC165Upgradeable__factory } from "./factories/ERC165Upgradeable__factory";
@@ -375,16 +375,15 @@ export { IERC1822Proxiable__factory } from "./factories/IERC1822Proxiable__facto
375
375
  export { IERC1271__factory } from "./factories/IERC1271__factory";
376
376
  export { IERC1967__factory } from "./factories/IERC1967__factory";
377
377
  export { IERC5267__factory } from "./factories/IERC5267__factory";
378
- export { BeaconProxy__factory } from "./factories/BeaconProxy__factory";
379
378
  export { IBeacon__factory } from "./factories/IBeacon__factory";
380
379
  export { ERC1967Upgrade__factory } from "./factories/ERC1967Upgrade__factory";
381
380
  export { Proxy__factory } from "./factories/Proxy__factory";
382
381
  export { UUPSUpgradeable__factory } from "./factories/UUPSUpgradeable__factory";
383
382
  export { Pausable__factory } from "./factories/Pausable__factory";
384
383
  export { ERC20__factory } from "./factories/ERC20__factory";
385
- export { IERC20Permit__factory } from "./factories/IERC20Permit__factory";
386
384
  export { ERC20Permit__factory } from "./factories/ERC20Permit__factory";
387
385
  export { IERC20Metadata__factory } from "./factories/IERC20Metadata__factory";
386
+ export { IERC20Permit__factory } from "./factories/IERC20Permit__factory";
388
387
  export { IERC20__factory } from "./factories/IERC20__factory";
389
388
  export { IERC721__factory } from "./factories/IERC721__factory";
390
389
  export { IERC721Receiver__factory } from "./factories/IERC721Receiver__factory";
@@ -435,6 +434,7 @@ export { PendleAuraWethRocketEthSYV2__factory } from "./factories/PendleAuraWeth
435
434
  export { PendleAuraWethStafiEthSY__factory } from "./factories/PendleAuraWethStafiEthSY__factory";
436
435
  export { PendleAuraWethWstethSYV2__factory } from "./factories/PendleAuraWethWstethSYV2__factory";
437
436
  export { PendleAuraWstethAnkreth__factory } from "./factories/PendleAuraWstethAnkreth__factory";
437
+ export { PendleUniETHSY__factory } from "./factories/PendleUniETHSY__factory";
438
438
  export { PendleQiTokenHelper__factory } from "./factories/PendleQiTokenHelper__factory";
439
439
  export { PendleQiTokenSY__factory } from "./factories/PendleQiTokenSY__factory";
440
440
  export { CamelotRewardHelper__factory } from "./factories/CamelotRewardHelper__factory";
@@ -471,6 +471,7 @@ export { PendleArbitrumStakedEthSY__factory } from "./factories/PendleArbitrumSt
471
471
  export { PendleBridgedLSDSY__factory } from "./factories/PendleBridgedLSDSY__factory";
472
472
  export { PendleERC20SY__factory } from "./factories/PendleERC20SY__factory";
473
473
  export { PendleERC4626SY__factory } from "./factories/PendleERC4626SY__factory";
474
+ export { PendleERC4626SYUpg__factory } from "./factories/PendleERC4626SYUpg__factory";
474
475
  export { PendleEUSDSY__factory } from "./factories/PendleEUSDSY__factory";
475
476
  export { PendleGDaiSY__factory } from "./factories/PendleGDaiSY__factory";
476
477
  export { PendleL2LRTSY__factory } from "./factories/PendleL2LRTSY__factory";
@@ -479,6 +480,8 @@ export { PendleSfrxEthSY__factory } from "./factories/PendleSfrxEthSY__factory";
479
480
  export { PendleStargateLPSY__factory } from "./factories/PendleStargateLPSY__factory";
480
481
  export { PendleWbEthSY__factory } from "./factories/PendleWbEthSY__factory";
481
482
  export { PendleWstEthSY__factory } from "./factories/PendleWstEthSY__factory";
483
+ export { PendlePufStETHSY__factory } from "./factories/PendlePufStETHSY__factory";
484
+ export { PendlePufWETHSY__factory } from "./factories/PendlePufWETHSY__factory";
482
485
  export { PendleEzETHSY__factory } from "./factories/PendleEzETHSY__factory";
483
486
  export { PendleSiloWithIncentiveSY__factory } from "./factories/PendleSiloWithIncentiveSY__factory";
484
487
  export { PendleETHXSY__factory } from "./factories/PendleETHXSY__factory";
@@ -517,6 +520,7 @@ export { IPComposableStablePreview__factory } from "./factories/IPComposableStab
517
520
  export { IRateProvider__factory } from "./factories/IRateProvider__factory";
518
521
  export { IVault__factory } from "./factories/IVault__factory";
519
522
  export { IVersion__factory } from "./factories/IVersion__factory";
523
+ export { IBedrockStaking__factory } from "./factories/IBedrockStaking__factory";
520
524
  export { IWBETH__factory } from "./factories/IWBETH__factory";
521
525
  export { ICamelotFactory__factory } from "./factories/ICamelotFactory__factory";
522
526
  export { ICamelotNFTFactory__factory } from "./factories/ICamelotNFTFactory__factory";
@@ -615,6 +619,7 @@ export { IPYieldTokenV2__factory } from "./factories/IPYieldTokenV2__factory";
615
619
  export { IQiAvax__factory } from "./factories/IQiAvax__factory";
616
620
  export { IQiErc20__factory } from "./factories/IQiErc20__factory";
617
621
  export { IQiToken__factory } from "./factories/IQiToken__factory";
622
+ export { IRedstonePriceFeed__factory } from "./factories/IRedstonePriceFeed__factory";
618
623
  export { IRewardManager__factory } from "./factories/IRewardManager__factory";
619
624
  export { IStandardizedYield__factory } from "./factories/IStandardizedYield__factory";
620
625
  export { IStargateLP__factory } from "./factories/IStargateLP__factory";
@@ -692,6 +697,9 @@ export { PendlePtOracle__factory } from "./factories/PendlePtOracle__factory";
692
697
  export { PendleRedStoneRateOracleAdapter__factory } from "./factories/PendleRedStoneRateOracleAdapter__factory";
693
698
  export { BoringLpGlpOracle__factory } from "./factories/BoringLpGlpOracle__factory";
694
699
  export { BoringPtUsdChainlinkOracle__factory } from "./factories/BoringPtUsdChainlinkOracle__factory";
700
+ export { PendleLpGlpOracle__factory } from "./factories/PendleLpGlpOracle__factory";
701
+ export { PendlePtGlpOracle__factory } from "./factories/PendlePtGlpOracle__factory";
702
+ export { PendlePtUsdChainlinkOracle__factory } from "./factories/PendlePtUsdChainlinkOracle__factory";
695
703
  export { ActionAddRemoveLiqV3__factory } from "./factories/ActionAddRemoveLiqV3__factory";
696
704
  export { ActionCallbackV3__factory } from "./factories/ActionCallbackV3__factory";
697
705
  export { ActionMiscV3__factory } from "./factories/ActionMiscV3__factory";
@@ -1,4 +0,0 @@
1
- {
2
- "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/e134fe0ddfec05075d1dc758c511b33f.json"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/e134fe0ddfec05075d1dc758c511b33f.json"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/5bca2425ec3bd0d599f1e9aa0e414aa4.json"
4
- }
@@ -1,29 +0,0 @@
1
- import ethCoreJSON from './1-core.json';
2
-
3
- export interface PendleCore {
4
- PENDLE: string;
5
- yieldContractFactory: string;
6
- marketFactory: string;
7
- bulkSellerFactory: string;
8
- bulkSellerOffchain: string;
9
- router: string;
10
- routerStatic: string;
11
- vePendle: string;
12
- gaugeController: string;
13
- }
14
-
15
- export interface PendleCoreMainchain extends PendleCore {
16
- senderEndpoint: string;
17
- votingController: string;
18
- feeDistributor: string;
19
- }
20
-
21
- export interface PendleCoreSidechain extends PendleCore {
22
- receiverEndpoint: string;
23
- }
24
-
25
- const ethCore: PendleCoreMainchain = ethCoreJSON;
26
-
27
- export const pendleCore = {
28
- ethereum: ethCore,
29
- };
@@ -1,4 +0,0 @@
1
- export * from './core';
2
- export * from './markets';
3
- export * from './misc';
4
- export * from '../typechain-types';
@@ -1,3 +0,0 @@
1
- import { MarketDeployment } from './types';
2
- import marketApeJune292022JSON from '../1-markets/APE-JUNE-29.json';
3
- export const apeJune292022: MarketDeployment = marketApeJune292022JSON;
@@ -1,3 +0,0 @@
1
- import { MarketDeployment } from './types';
2
- import marketBalancerRethDec282023JSON from '../1-markets/BALANCER-LP-AURA-RETH-WETH-28DEC.json';
3
- export const balancerRethDec282023: MarketDeployment = marketBalancerRethDec282023JSON;
@@ -1,3 +0,0 @@
1
- import { MarketDeployment } from './types';
2
- import marketBalancerWstEthJun272024JSON from '../1-markets/BALANCER-LP-AURA-WSTETH-WETH-JUN272024.json';
3
- export const balancerWstEthJun272024: MarketDeployment = marketBalancerWstEthJun272024JSON;
@@ -1,3 +0,0 @@
1
- import { MarketDeployment } from './types';
2
- import marketCurveFraxUsdcMarch302023JSON from '../1-markets/FRAXUSDC-CURVELP-MARCH30.json';
3
- export const curveFraxUsdcMarch302023: MarketDeployment = marketCurveFraxUsdcMarch302023JSON;
@@ -1,17 +0,0 @@
1
- import { apeJune292022 } from './ape-june-29-2023';
2
- import { balancerRethDec282023 } from './balancer-reth-dec-28-2023';
3
- import { balancerWstEthJun272024 } from './balancer-wsteth-jun-27-2024';
4
- import { curveFraxUsdcMarch302023 } from './curve-fraxusdc-march-30-2023';
5
- import { looksMarch302023 } from './looks-march-30-2023';
6
- import { stEthJune292023 } from './steth-june-29-2023';
7
- import { stEthMarch302023 } from './steth-march-30-2023';
8
-
9
- export const markets = {
10
- apeJune292022,
11
- balancerRethDec282023,
12
- balancerWstEthJun272024,
13
- curveFraxUsdcMarch302023,
14
- looksMarch302023,
15
- stEthJune292023,
16
- stEthMarch302023,
17
- };
@@ -1,3 +0,0 @@
1
- import { MarketDeployment } from './types';
2
- import marketLooksMarch302023JSON from '../1-markets/LOOKS-STAKING-MARCH30.json';
3
- export const looksMarch302023: MarketDeployment = marketLooksMarch302023JSON;
@@ -1,3 +0,0 @@
1
- import { MarketDeployment } from './types';
2
- import marketStEthJune292023JSON from '../1-markets/STETH-JUNE29.json';
3
- export const stEthJune292023: MarketDeployment = marketStEthJune292023JSON;
@@ -1,3 +0,0 @@
1
- import { MarketDeployment } from './types';
2
- import marketStEthMarch302023JSON from '../1-markets/STETH-MARCH30.json';
3
- export const stEthMarch302023: MarketDeployment = marketStEthMarch302023JSON;
@@ -1,9 +0,0 @@
1
- export interface MarketDeployment {
2
- name: string;
3
- SY: string;
4
- YT: string;
5
- PT: string;
6
- market: string;
7
- expiry: number;
8
- bulkSeller?: string;
9
- }
@@ -1,23 +0,0 @@
1
- import { BigNumber as BN, utils } from 'ethers';
2
-
3
- export const MISC_CONSTS = {
4
- RONE: BN.from(2).pow(40),
5
- ONE_E_12: BN.from(10).pow(12),
6
- ONE_E_18: BN.from(10).pow(18),
7
- INF: BN.from(2).pow(256).sub(1),
8
- ZERO_BYTES: utils.formatBytes32String(''),
9
- ZERO_ADDRESS: '0x0000000000000000000000000000000000000000',
10
- DUMMY_ADDRESS: '0xDEADbeEfEEeEEEeEEEeEEeeeeeEeEEeeeeEEEEeE',
11
- ONE_HOUR: BN.from(3600),
12
- ONE_DAY: BN.from(86400),
13
- ONE_WEEK: BN.from(86400 * 7),
14
- FIFTEEN_DAY: BN.from(86400 * 15),
15
- ONE_MONTH: BN.from(2592000),
16
- THREE_MONTH: BN.from(2592000 * 3),
17
- FIVE_MONTH: BN.from(2592000 * 5),
18
- SIX_MONTH: BN.from(2592000 * 6),
19
- ONE_QUARTER: BN.from(7884000),
20
- ONE_YEAR: BN.from(31536000),
21
- END_OF_2023: BN.from(1703721600),
22
- JUNE_OF_2022: BN.from(1656547200),
23
- };