@pendle/core-v2 4.2.0 → 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 (622) 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/Ethena/PendleUSDESY.sol/PendleUSDESY.json +3 -3
  100. package/build/artifacts/contracts/core/StandardizedYield/implementations/EtherFi/PendleWEEthSY.sol/PendleWEEthSY.dbg.json +1 -1
  101. package/build/artifacts/contracts/core/StandardizedYield/implementations/Flux/FluxTokenLib.sol/FluxTokenLib.dbg.json +1 -1
  102. package/build/artifacts/contracts/core/StandardizedYield/implementations/Flux/PendleFluxLendingSY.sol/PendleFluxLendingSY.dbg.json +1 -1
  103. package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/GLPPreviewHelper.sol/GLPPreviewHelper.dbg.json +1 -1
  104. package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/GMTokenPricingHelper.sol/GMTokenPricingHelper.dbg.json +1 -1
  105. package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/GMTokenPricingHelper.sol/IGMXV2DataStore.dbg.json +1 -1
  106. package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/GMTokenPricingHelper.sol/IGMXV2Oracle.dbg.json +1 -1
  107. package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/GMTokenPricingHelper.sol/IGMXV2Reader.dbg.json +1 -1
  108. package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/PendleGMV2TokenSY.sol/PendleGMV2TokenSY.dbg.json +1 -1
  109. package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/PendleGlpSY.sol/PendleGlpSY.dbg.json +1 -1
  110. package/build/artifacts/contracts/core/StandardizedYield/implementations/HMX/HLPPricingHelper.sol/HLPPricingHelper.dbg.json +1 -1
  111. package/build/artifacts/contracts/core/StandardizedYield/implementations/HMX/PendleHlpSY.sol/PendleHlpSY.dbg.json +1 -1
  112. package/build/artifacts/contracts/core/StandardizedYield/implementations/KelpDAO/PendleRsETHSY.sol/PendleRsETHSY.dbg.json +1 -1
  113. package/build/artifacts/contracts/core/StandardizedYield/implementations/KelpDAO/PendleRsETHSY.sol/PendleRsETHSY.json +2 -2
  114. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/KyberMathHelper.sol/KyberMathHelper.dbg.json +1 -1
  115. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/KyberNftManagerBaseUpg.sol/KyberNftManagerBaseUpg.dbg.json +1 -1
  116. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/PendleKyberElasticSYUpg.sol/PendleKyberElasticSYUpg.dbg.json +1 -1
  117. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/PendleKyberElasticSYUpg.sol/PendleKyberElasticSYUpg.json +2 -2
  118. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/FullMath.sol/FullMath.dbg.json +1 -1
  119. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/LiqDeltaMath.sol/LiqDeltaMath.dbg.json +1 -1
  120. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/LiquidityMath.sol/LiquidityMath.dbg.json +1 -1
  121. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/MathConstants.sol/MathConstants.dbg.json +1 -1
  122. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/QtyDeltaMath.sol/QtyDeltaMath.dbg.json +1 -1
  123. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/QuadMath.sol/QuadMath.dbg.json +1 -1
  124. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/ReinvestmentMath.sol/ReinvestmentMath.dbg.json +1 -1
  125. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/SafeCast.sol/SafeCast.dbg.json +1 -1
  126. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/SwapMath.sol/SwapMath.dbg.json +1 -1
  127. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/TickMath.sol/TickMath.dbg.json +1 -1
  128. package/build/artifacts/contracts/core/StandardizedYield/implementations/MUX/MlpPricingHelper.sol/MlpPricingHelper.dbg.json +1 -1
  129. package/build/artifacts/contracts/core/StandardizedYield/implementations/MUX/PendleMlpSY.sol/PendleMlpSY.dbg.json +1 -1
  130. package/build/artifacts/contracts/core/StandardizedYield/implementations/MantleStakedEth/PendleMantleStakedEthSY.sol/PendleMantleStakedEthSY.dbg.json +1 -1
  131. package/build/artifacts/contracts/core/StandardizedYield/implementations/MantleStakedEth/PendleOracleForSyProxy.sol/PendleOracleForSyProxy.dbg.json +1 -1
  132. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleArbitrumStakedEthSY.sol/PendleArbitrumStakedEthSY.dbg.json +1 -1
  133. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleBridgedLSDSY.sol/PendleBridgedLSDSY.dbg.json +1 -1
  134. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleERC20SY.sol/PendleERC20SY.dbg.json +1 -1
  135. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleERC20SY.sol/PendleERC20SY.json +3 -3
  136. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleERC4626SY.sol/PendleERC4626SY.dbg.json +1 -1
  137. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleERC4626SY.sol/PendleERC4626SY.json +2 -2
  138. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleERC4626UpgSY.sol/PendleERC4626SYUpg.dbg.json +4 -0
  139. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleERC4626UpgSY.sol/PendleERC4626SYUpg.json +1000 -0
  140. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleEUSDSY.sol/PendleEUSDSY.dbg.json +1 -1
  141. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleGdaiSY.sol/PendleGDaiSY.dbg.json +1 -1
  142. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleL2LRTSY.sol/PendleL2LRTSY.dbg.json +1 -1
  143. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleLooksStakingSY.sol/PendleLooksStakingSY.dbg.json +1 -1
  144. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleSfrxEthSY.sol/PendleSfrxEthSY.dbg.json +1 -1
  145. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleStargateLPSY.sol/PendleStargateLPSY.dbg.json +1 -1
  146. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleWbEthSY.sol/PendleWbEthSY.dbg.json +1 -1
  147. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleWstEthSY.sol/PendleWstEthSY.dbg.json +1 -1
  148. package/build/artifacts/contracts/core/StandardizedYield/implementations/Puffer/PendlePufStETHSY.sol/PendlePufStETHSY.dbg.json +4 -0
  149. package/build/artifacts/contracts/core/StandardizedYield/implementations/Puffer/PendlePufStETHSY.sol/PendlePufStETHSY.json +1014 -0
  150. package/build/artifacts/contracts/core/StandardizedYield/implementations/Puffer/PendlePufWETHSY.sol/PendlePufWETHSY.dbg.json +4 -0
  151. package/build/artifacts/contracts/core/StandardizedYield/implementations/Puffer/PendlePufWETHSY.sol/PendlePufWETHSY.json +1014 -0
  152. package/build/artifacts/contracts/core/StandardizedYield/implementations/Renzo/PendleEzETHSY.sol/PendleEzETHSY.dbg.json +1 -1
  153. package/build/artifacts/contracts/core/StandardizedYield/implementations/Silo/PendleSiloWithIncentiveSY.sol/PendleSiloWithIncentiveSY.dbg.json +1 -1
  154. package/build/artifacts/contracts/core/StandardizedYield/implementations/Stader/PendleETHXSY.sol/PendleETHXSY.dbg.json +1 -1
  155. package/build/artifacts/contracts/core/StandardizedYield/implementations/Swell/PendleRswETHSY.sol/PendleRswETHSY.dbg.json +1 -1
  156. package/build/artifacts/contracts/core/StandardizedYield/implementations/Swell/PendleSwETH.sol/SwETHSY.dbg.json +1 -1
  157. package/build/artifacts/contracts/core/StandardizedYield/implementations/Thena/PendleThenaSY.sol/PendleThenaSY.dbg.json +1 -1
  158. package/build/artifacts/contracts/core/StandardizedYield/implementations/Thena/ThenaLpHelper.sol/ThenaLpHelper.dbg.json +1 -1
  159. package/build/artifacts/contracts/core/StandardizedYield/implementations/Thena/ThenaMath.sol/ThenaMath.dbg.json +1 -1
  160. package/build/artifacts/contracts/core/StandardizedYield/implementations/Thena/ThenaPreview.sol/IThenaSY.dbg.json +1 -1
  161. package/build/artifacts/contracts/core/StandardizedYield/implementations/Thena/ThenaPreview.sol/ThenaPreview.dbg.json +1 -1
  162. package/build/artifacts/contracts/core/YieldContracts/InterestManagerYT.sol/InterestManagerYT.dbg.json +1 -1
  163. package/build/artifacts/contracts/core/YieldContracts/PendlePrincipalToken.sol/PendlePrincipalToken.dbg.json +1 -1
  164. package/build/artifacts/contracts/core/YieldContracts/PendleYieldContractFactory.sol/PendleYieldContractFactory.dbg.json +1 -1
  165. package/build/artifacts/contracts/core/YieldContracts/PendleYieldToken.sol/PendleYieldToken.dbg.json +1 -1
  166. package/build/artifacts/contracts/core/YieldContractsV2/InterestManagerYTV2.sol/InterestManagerYTV2.dbg.json +1 -1
  167. package/build/artifacts/contracts/core/YieldContractsV2/PendlePrincipalTokenV2.sol/PendlePrincipalTokenV2.dbg.json +1 -1
  168. package/build/artifacts/contracts/core/YieldContractsV2/PendleYieldContractFactoryV2.sol/PendleYieldContractFactoryV2.dbg.json +1 -1
  169. package/build/artifacts/contracts/core/YieldContractsV2/PendleYieldTokenV2.sol/PendleYieldTokenV2.dbg.json +1 -1
  170. package/build/artifacts/contracts/core/erc20/PendleERC20.sol/PendleERC20.dbg.json +1 -1
  171. package/build/artifacts/contracts/core/erc20/PendleERC20Permit.sol/PendleERC20Permit.dbg.json +1 -1
  172. package/build/artifacts/contracts/core/erc20/PendleERC20PermitUpg.sol/PendleERC20PermitUpg.dbg.json +1 -1
  173. package/build/artifacts/contracts/core/erc20/PendleERC20Upg.sol/PendleERC20Upg.dbg.json +1 -1
  174. package/build/artifacts/contracts/core/libraries/ArrayLib.sol/ArrayLib.dbg.json +1 -1
  175. package/build/artifacts/contracts/core/libraries/BaseSplitCodeFactory.sol/BaseSplitCodeFactory.dbg.json +1 -1
  176. package/build/artifacts/contracts/core/libraries/BaseSplitCodeFactory.sol/CodeDeployer.dbg.json +1 -1
  177. package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeable.sol/BoringOwnableUpgradeable.dbg.json +1 -1
  178. package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeable.sol/BoringOwnableUpgradeableData.dbg.json +1 -1
  179. package/build/artifacts/contracts/core/libraries/Errors.sol/Errors.dbg.json +1 -1
  180. package/build/artifacts/contracts/core/libraries/ExpiryUtilsLib.sol/ExpiryUtils.dbg.json +1 -1
  181. package/build/artifacts/contracts/core/libraries/MiniHelpers.sol/MiniHelpers.dbg.json +1 -1
  182. package/build/artifacts/contracts/core/libraries/StringLib.sol/StringLib.dbg.json +1 -1
  183. package/build/artifacts/contracts/core/libraries/TokenHelper.sol/TokenHelper.dbg.json +1 -1
  184. package/build/artifacts/contracts/core/libraries/math/LogExpMath.sol/LogExpMath.dbg.json +1 -1
  185. package/build/artifacts/contracts/core/libraries/math/PMath.sol/PMath.dbg.json +1 -1
  186. package/build/artifacts/contracts/interfaces/AaveV3/IAaveV3AToken.sol/IAaveV3AToken.dbg.json +1 -1
  187. package/build/artifacts/contracts/interfaces/AaveV3/IAaveV3Pool.sol/IAaveV3Pool.dbg.json +1 -1
  188. package/build/artifacts/contracts/interfaces/Ankr/IAnkrBNB.sol/IAnkrBNB.dbg.json +1 -1
  189. package/build/artifacts/contracts/interfaces/Ankr/IAnkrLiquidStaking.sol/IAnkrLiquidStaking.dbg.json +1 -1
  190. package/build/artifacts/contracts/interfaces/Balancer/IAsset.sol/IAsset.dbg.json +1 -1
  191. package/build/artifacts/contracts/interfaces/Balancer/IBalancerFees.sol/IBalancerFees.dbg.json +1 -1
  192. package/build/artifacts/contracts/interfaces/Balancer/IBalancerStablePreview.sol/IBalancerStablePreview.dbg.json +1 -1
  193. package/build/artifacts/contracts/interfaces/Balancer/IBasePool.sol/IBasePool.dbg.json +1 -1
  194. package/build/artifacts/contracts/interfaces/Balancer/IComposableStable.sol/IComposableStable.dbg.json +1 -1
  195. package/build/artifacts/contracts/interfaces/Balancer/IERC4626LinearPool.sol/IERC4626LinearPool.dbg.json +1 -1
  196. package/build/artifacts/contracts/interfaces/Balancer/IGauge.sol/IGauge.dbg.json +1 -1
  197. package/build/artifacts/contracts/interfaces/Balancer/ILiquidityGaugeFactory.sol/ILiquidityGaugeFactory.dbg.json +1 -1
  198. package/build/artifacts/contracts/interfaces/Balancer/IMetaStablePool.sol/IMetaStablePool.dbg.json +1 -1
  199. package/build/artifacts/contracts/interfaces/Balancer/IPComposableStablePreview.sol/IPComposableStablePreview.dbg.json +1 -1
  200. package/build/artifacts/contracts/interfaces/Balancer/IRateProvider.sol/IRateProvider.dbg.json +1 -1
  201. package/build/artifacts/contracts/interfaces/Balancer/IVault.sol/IVault.dbg.json +1 -1
  202. package/build/artifacts/contracts/interfaces/Balancer/IVersion.sol/IVersion.dbg.json +1 -1
  203. package/build/artifacts/contracts/interfaces/Bedrock/IBedrockStaking.sol/IBedrockStaking.dbg.json +4 -0
  204. package/build/artifacts/contracts/interfaces/Bedrock/IBedrockStaking.sol/IBedrockStaking.json +61 -0
  205. package/build/artifacts/contracts/interfaces/BinanceEth/IWBETH.sol/IWBETH.dbg.json +1 -1
  206. package/build/artifacts/contracts/interfaces/Camelot/ICamelotFactory.sol/ICamelotFactory.dbg.json +1 -1
  207. package/build/artifacts/contracts/interfaces/Camelot/ICamelotNFTFactory.sol/ICamelotNFTFactory.dbg.json +1 -1
  208. package/build/artifacts/contracts/interfaces/Camelot/ICamelotNFTHandler.sol/ICamelotNFTHandler.dbg.json +1 -1
  209. package/build/artifacts/contracts/interfaces/Camelot/ICamelotNFTPool.sol/ICamelotNFTPool.dbg.json +1 -1
  210. package/build/artifacts/contracts/interfaces/Camelot/ICamelotNitroPool.sol/ICamelotNitroPool.dbg.json +1 -1
  211. package/build/artifacts/contracts/interfaces/Camelot/ICamelotNitroPoolFactory.sol/ICamelotNitroPoolFactory.dbg.json +1 -1
  212. package/build/artifacts/contracts/interfaces/Camelot/ICamelotPair.sol/ICamelotPair.dbg.json +1 -1
  213. package/build/artifacts/contracts/interfaces/Camelot/ICamelotRouter.sol/ICamelotRouter.dbg.json +1 -1
  214. package/build/artifacts/contracts/interfaces/Camelot/ICamelotYieldBooster.sol/ICamelotYieldBooster.dbg.json +1 -1
  215. package/build/artifacts/contracts/interfaces/Camelot/IXGrail.sol/IXGrail.dbg.json +1 -1
  216. package/build/artifacts/contracts/interfaces/ConvexCurve/IBooster.sol/IBooster.dbg.json +1 -1
  217. package/build/artifacts/contracts/interfaces/ConvexCurve/ICrvDepositor.sol/ICrvDepositor.dbg.json +1 -1
  218. package/build/artifacts/contracts/interfaces/ConvexCurve/ICvxCrv.sol/ICvxCrv.dbg.json +1 -1
  219. package/build/artifacts/contracts/interfaces/ConvexCurve/IRewards.sol/IRewards.dbg.json +1 -1
  220. package/build/artifacts/contracts/interfaces/Curve/ICrvPool.sol/ICrvPool.dbg.json +1 -1
  221. package/build/artifacts/contracts/interfaces/Curve/ITriCrvPool.sol/ITriCrvPool.dbg.json +1 -1
  222. package/build/artifacts/contracts/interfaces/EtherFi/IEtherFiLiquidityPool.sol/IEtherFiLiquidityPool.dbg.json +1 -1
  223. package/build/artifacts/contracts/interfaces/EtherFi/IEtherFiWEEth.sol/IEtherFiWEEth.dbg.json +1 -1
  224. package/build/artifacts/contracts/interfaces/Flux/IFluxErc20.sol/IFluxErc20.dbg.json +1 -1
  225. package/build/artifacts/contracts/interfaces/Flux/IFluxInterestRateModel.sol/IFluxInterestRateModel.dbg.json +1 -1
  226. package/build/artifacts/contracts/interfaces/Frax/IFrxEthMinter.sol/IFrxEthMinter.dbg.json +1 -1
  227. package/build/artifacts/contracts/interfaces/GMX/IGMXPriceHelper.sol/IGMXPriceHelper.dbg.json +1 -1
  228. package/build/artifacts/contracts/interfaces/GMX/IGMXVault.sol/IGMXVault.dbg.json +1 -1
  229. package/build/artifacts/contracts/interfaces/GMX/IGlpManager.sol/IGlpManager.dbg.json +1 -1
  230. package/build/artifacts/contracts/interfaces/GMX/IRewardRouterV2.sol/IRewardRouterV2.dbg.json +1 -1
  231. package/build/artifacts/contracts/interfaces/GMX/IVaultPriceFeed.sol/IVaultPriceFeed.dbg.json +1 -1
  232. package/build/artifacts/contracts/interfaces/HMX/IHLPStaking.sol/IHLPStaking.dbg.json +1 -1
  233. package/build/artifacts/contracts/interfaces/HMX/IHMXCalculator.sol/IHMXCalculator.dbg.json +1 -1
  234. package/build/artifacts/contracts/interfaces/HMX/IHMXCompounder.sol/IHMXCompounder.dbg.json +1 -1
  235. package/build/artifacts/contracts/interfaces/HMX/IHMXStaking.sol/IHMXStaking.dbg.json +1 -1
  236. package/build/artifacts/contracts/interfaces/HMX/IHMXVester.sol/IHMXVester.dbg.json +1 -1
  237. package/build/artifacts/contracts/interfaces/IAddressProvider.sol/IAddressProvider.dbg.json +1 -1
  238. package/build/artifacts/contracts/interfaces/IApeStaking.sol/IApeStaking.dbg.json +1 -1
  239. package/build/artifacts/contracts/interfaces/IBenQiComptroller.sol/IBenQiComptroller.dbg.json +1 -1
  240. package/build/artifacts/contracts/interfaces/IBenQiInterestRateModel.sol/IBenQiInterestRateModel.dbg.json +1 -1
  241. package/build/artifacts/contracts/interfaces/IDailLikePermit.sol/IDaiLikePermit.dbg.json +1 -1
  242. package/build/artifacts/contracts/interfaces/IDiamondCut.sol/IDiamondCut.dbg.json +1 -1
  243. package/build/artifacts/contracts/interfaces/IDiamondLoupe.sol/IDiamondLoupe.dbg.json +1 -1
  244. package/build/artifacts/contracts/interfaces/IERC4626.sol/IERC4626.dbg.json +1 -1
  245. package/build/artifacts/contracts/interfaces/ILayerZeroEndpoint.sol/ILayerZeroEndpoint.dbg.json +1 -1
  246. package/build/artifacts/contracts/interfaces/ILayerZeroReceiver.sol/ILayerZeroReceiver.dbg.json +1 -1
  247. package/build/artifacts/contracts/interfaces/ILooksFeeSharing.sol/ILooksFeeSharing.dbg.json +1 -1
  248. package/build/artifacts/contracts/interfaces/ILooksStaking.sol/ILooksStaking.dbg.json +1 -1
  249. package/build/artifacts/contracts/interfaces/IPActionAddRemoveLiqV3.sol/IPActionAddRemoveLiqV3.dbg.json +1 -1
  250. package/build/artifacts/contracts/interfaces/IPActionCallbackV3.sol/IPActionCallbackV3.dbg.json +1 -1
  251. package/build/artifacts/contracts/interfaces/IPActionInfoStatic.sol/IPActionInfoStatic.dbg.json +1 -1
  252. package/build/artifacts/contracts/interfaces/IPActionMarketAuxStatic.sol/IPActionMarketAuxStatic.dbg.json +1 -1
  253. package/build/artifacts/contracts/interfaces/IPActionMarketCoreStatic.sol/IPActionMarketCoreStatic.dbg.json +1 -1
  254. package/build/artifacts/contracts/interfaces/IPActionMintRedeemStatic.sol/IPActionMintRedeemStatic.dbg.json +1 -1
  255. package/build/artifacts/contracts/interfaces/IPActionMiscV3.sol/IPActionMiscV3.dbg.json +1 -1
  256. package/build/artifacts/contracts/interfaces/IPActionStorageStatic.sol/IPActionStorageStatic.dbg.json +1 -1
  257. package/build/artifacts/contracts/interfaces/IPActionSwapPTV3.sol/IPActionSwapPTV3.dbg.json +1 -1
  258. package/build/artifacts/contracts/interfaces/IPActionSwapYTV3.sol/IPActionSwapYTV3.dbg.json +1 -1
  259. package/build/artifacts/contracts/interfaces/IPActionVePendleStatic.sol/IPActionVePendleStatic.dbg.json +1 -1
  260. package/build/artifacts/contracts/interfaces/IPAllActionV3.sol/IPAllActionV3.dbg.json +1 -1
  261. package/build/artifacts/contracts/interfaces/IPBulkSeller.sol/IPBulkSeller.dbg.json +1 -1
  262. package/build/artifacts/contracts/interfaces/IPBulkSellerFactory.sol/IPBulkSellerFactory.dbg.json +1 -1
  263. package/build/artifacts/contracts/interfaces/IPBulkSellerSYCallback.sol/IPBulkSellerCallback.dbg.json +1 -1
  264. package/build/artifacts/contracts/interfaces/IPExchangeRateOracle.sol/IPExchangeRateOracle.dbg.json +1 -1
  265. package/build/artifacts/contracts/interfaces/IPExternalRewardDistributor.sol/IPExternalRewardDistributor.dbg.json +1 -1
  266. package/build/artifacts/contracts/interfaces/IPFeeDistributor.sol/IPFeeDistributor.dbg.json +1 -1
  267. package/build/artifacts/contracts/interfaces/IPFeeDistributorV2.sol/IPFeeDistributorV2.dbg.json +1 -1
  268. package/build/artifacts/contracts/interfaces/IPGauge.sol/IPGauge.dbg.json +1 -1
  269. package/build/artifacts/contracts/interfaces/IPGaugeController.sol/IPGaugeController.dbg.json +1 -1
  270. package/build/artifacts/contracts/interfaces/IPGaugeControllerMainchain.sol/IPGaugeControllerMainchain.dbg.json +1 -1
  271. package/build/artifacts/contracts/interfaces/IPInterestManagerYT.sol/IPInterestManagerYT.dbg.json +1 -1
  272. package/build/artifacts/contracts/interfaces/IPInterestManagerYTV2.sol/IPInterestManagerYTV2.dbg.json +1 -1
  273. package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitOrderType.dbg.json +1 -1
  274. package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouter.dbg.json +1 -1
  275. package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouterCallback.dbg.json +1 -1
  276. package/build/artifacts/contracts/interfaces/IPLinearDistributor.sol/IPLinearDistributor.dbg.json +1 -1
  277. package/build/artifacts/contracts/interfaces/IPMarket.sol/IPMarket.dbg.json +1 -1
  278. package/build/artifacts/contracts/interfaces/IPMarketFactory.sol/IPMarketFactory.dbg.json +1 -1
  279. package/build/artifacts/contracts/interfaces/IPMarketFactoryV2.sol/IPMarketFactoryV2.dbg.json +1 -1
  280. package/build/artifacts/contracts/interfaces/IPMarketFactoryV3.sol/IPMarketFactoryV3.dbg.json +1 -1
  281. package/build/artifacts/contracts/interfaces/IPMarketSwapCallback.sol/IPMarketSwapCallback.dbg.json +1 -1
  282. package/build/artifacts/contracts/interfaces/IPMarketV3.sol/IPMarketV3.dbg.json +1 -1
  283. package/build/artifacts/contracts/interfaces/IPMerkleDistributor.sol/IPMerkleDistributor.dbg.json +1 -1
  284. package/build/artifacts/contracts/interfaces/IPMiniDiamond.sol/IPMiniDiamond.dbg.json +1 -1
  285. package/build/artifacts/contracts/interfaces/IPMsgReceiverApp.sol/IPMsgReceiverApp.dbg.json +1 -1
  286. package/build/artifacts/contracts/interfaces/IPMsgSendEndpoint.sol/IPMsgSendEndpoint.dbg.json +1 -1
  287. package/build/artifacts/contracts/interfaces/IPOffchainStorage.sol/IPOffchainStorage.dbg.json +1 -1
  288. package/build/artifacts/contracts/interfaces/IPOracleForSy.sol/IPOracleForSy.dbg.json +1 -1
  289. package/build/artifacts/contracts/interfaces/IPPriceFeed.sol/IPPriceFeed.dbg.json +1 -1
  290. package/build/artifacts/contracts/interfaces/IPPrincipalToken.sol/IPPrincipalToken.dbg.json +1 -1
  291. package/build/artifacts/contracts/interfaces/IPPtOracle.sol/IPPtOracle.dbg.json +1 -1
  292. package/build/artifacts/contracts/interfaces/IPRouterHelper.sol/IPRouterHelper.dbg.json +1 -1
  293. package/build/artifacts/contracts/interfaces/IPRouterStatic.sol/IPRouterStatic.dbg.json +1 -1
  294. package/build/artifacts/contracts/interfaces/IPVeToken.sol/IPVeToken.dbg.json +1 -1
  295. package/build/artifacts/contracts/interfaces/IPVotingController.sol/IPVotingController.dbg.json +1 -1
  296. package/build/artifacts/contracts/interfaces/IPVotingEscrowMainchain.sol/IPVotingEscrowMainchain.dbg.json +1 -1
  297. package/build/artifacts/contracts/interfaces/IPYieldContractFactory.sol/IPYieldContractFactory.dbg.json +1 -1
  298. package/build/artifacts/contracts/interfaces/IPYieldToken.sol/IPYieldToken.dbg.json +1 -1
  299. package/build/artifacts/contracts/interfaces/IPYieldTokenV2.sol/IPYieldTokenV2.dbg.json +1 -1
  300. package/build/artifacts/contracts/interfaces/IPendlePreviewHelper.sol/IPendlePreviewHelper.dbg.json +1 -1
  301. package/build/artifacts/contracts/interfaces/IQiAvax.sol/IQiAvax.dbg.json +1 -1
  302. package/build/artifacts/contracts/interfaces/IQiErc20.sol/IQiErc20.dbg.json +1 -1
  303. package/build/artifacts/contracts/interfaces/IQiToken.sol/IQiToken.dbg.json +1 -1
  304. package/build/artifacts/contracts/interfaces/IRedstonePriceFeed.sol/IRedstonePriceFeed.dbg.json +4 -0
  305. package/build/artifacts/contracts/interfaces/IRedstonePriceFeed.sol/IRedstonePriceFeed.json +148 -0
  306. package/build/artifacts/contracts/interfaces/IRewardManager.sol/IRewardManager.dbg.json +1 -1
  307. package/build/artifacts/contracts/interfaces/IStETH.sol/IStETH.dbg.json +1 -1
  308. package/build/artifacts/contracts/interfaces/IStandardizedYield.sol/IStandardizedYield.dbg.json +1 -1
  309. package/build/artifacts/contracts/interfaces/IStargateLP.sol/IStargateLP.dbg.json +1 -1
  310. package/build/artifacts/contracts/interfaces/IStargateRouter.sol/IStargateRouter.dbg.json +1 -1
  311. package/build/artifacts/contracts/interfaces/IStargateStaking.sol/IStargateStaking.dbg.json +1 -1
  312. package/build/artifacts/contracts/interfaces/IWETH.sol/IWETH.dbg.json +1 -1
  313. package/build/artifacts/contracts/interfaces/IWstETH.sol/IWstETH.dbg.json +1 -1
  314. package/build/artifacts/contracts/interfaces/KelpDAO/IKelpDepositPool.sol/IKelpDepositPool.dbg.json +1 -1
  315. package/build/artifacts/contracts/interfaces/KelpDAO/IKelpLRTConfig.sol/IKelpLRTConfig.dbg.json +1 -1
  316. package/build/artifacts/contracts/interfaces/Kyber/IKyberElasticFactory.sol/IKyberElasticFactory.dbg.json +1 -1
  317. package/build/artifacts/contracts/interfaces/Kyber/IKyberElasticPool.sol/IKyberElasticPool.dbg.json +1 -1
  318. package/build/artifacts/contracts/interfaces/Kyber/IKyberElasticRouter.sol/IKyberElasticRouter.dbg.json +1 -1
  319. package/build/artifacts/contracts/interfaces/Kyber/IKyberLiquidityMining.sol/IKyberLiquidityMining.dbg.json +1 -1
  320. package/build/artifacts/contracts/interfaces/Kyber/IKyberMathHelper.sol/IKyberMathHelper.dbg.json +1 -1
  321. package/build/artifacts/contracts/interfaces/Kyber/IKyberPositionManager.sol/IKyberPositionManager.dbg.json +1 -1
  322. package/build/artifacts/contracts/interfaces/Lybra/IEUSD.sol/IEUSD.dbg.json +1 -1
  323. package/build/artifacts/contracts/interfaces/MUX/IMUXRewardRouter.sol/IMUXRewardRouter.dbg.json +1 -1
  324. package/build/artifacts/contracts/interfaces/Renzo/IRenzoOracle.sol/IRenzoOracle.dbg.json +1 -1
  325. package/build/artifacts/contracts/interfaces/Renzo/IRenzoRestakeManager.sol/IRenzoRestakeManager.dbg.json +1 -1
  326. package/build/artifacts/contracts/interfaces/Silo/ISilo.sol/ISilo.dbg.json +1 -1
  327. package/build/artifacts/contracts/interfaces/Silo/ISiloIncentiveController.sol/ISiloIncentiveController.dbg.json +1 -1
  328. package/build/artifacts/contracts/interfaces/Silo/ISiloLens.sol/ISiloLens.dbg.json +1 -1
  329. package/build/artifacts/contracts/interfaces/Stader/IStaderStakeManager.sol/IStaderStakeManager.dbg.json +1 -1
  330. package/build/artifacts/contracts/interfaces/Swell/IRswETH.sol/IRswETH.dbg.json +1 -1
  331. package/build/artifacts/contracts/interfaces/Swell/ISwETH.sol/ISwETH.dbg.json +1 -1
  332. package/build/artifacts/contracts/interfaces/Thena/IThenaFactory.sol/IThenaFactory.dbg.json +1 -1
  333. package/build/artifacts/contracts/interfaces/Thena/IThenaGaugeV2.sol/IThenaGaugeV2.dbg.json +1 -1
  334. package/build/artifacts/contracts/interfaces/Thena/IThenaPair.sol/IThenaPair.dbg.json +1 -1
  335. package/build/artifacts/contracts/interfaces/Thena/IThenaRouter.sol/IThenaRouter.dbg.json +1 -1
  336. package/build/artifacts/contracts/limit/LimitMathCore.sol/LimitMathCore.dbg.json +1 -1
  337. package/build/artifacts/contracts/limit/LimitRouterBase.sol/LimitRouterBase.dbg.json +1 -1
  338. package/build/artifacts/contracts/limit/helpers/NonceManager.sol/NonceManager.dbg.json +1 -1
  339. package/build/artifacts/contracts/offchain-helpers/AddressProvider.sol/AddressProvider.dbg.json +1 -1
  340. package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/AutomateReady.dbg.json +1 -1
  341. package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/IAutomate.dbg.json +1 -1
  342. package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/IOpsProxyFactory.dbg.json +1 -1
  343. package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/ITaskTreasuryUpgradable.dbg.json +1 -1
  344. package/build/artifacts/contracts/offchain-helpers/BaseSplitCodeFactoryContract.sol/BaseSplitCodeFactoryContract.dbg.json +1 -1
  345. package/build/artifacts/contracts/offchain-helpers/Broadcaster.sol/Broadcaster.dbg.json +1 -1
  346. package/build/artifacts/contracts/offchain-helpers/BytesLib.sol/BytesLib.dbg.json +1 -1
  347. package/build/artifacts/contracts/offchain-helpers/EmptyUUPS.sol/EmptyUUPS.dbg.json +1 -1
  348. package/build/artifacts/contracts/offchain-helpers/LegacyNFTHelper.sol/LegacyNFTHelper.dbg.json +1 -1
  349. package/build/artifacts/contracts/offchain-helpers/LegacyNFTHelper.sol/StarNFTV1.dbg.json +1 -1
  350. package/build/artifacts/contracts/offchain-helpers/LimitBackendHelper.sol/LimitBackendHelper.dbg.json +1 -1
  351. package/build/artifacts/contracts/offchain-helpers/MarketExchangeRateLib.sol/MarketExchangeRateLib.dbg.json +1 -1
  352. package/build/artifacts/contracts/offchain-helpers/Multicall2.sol/Multicall2.dbg.json +1 -1
  353. package/build/artifacts/contracts/offchain-helpers/PendleExchangeRateOracle.sol/PendleExchangeRateOracle.dbg.json +1 -1
  354. package/build/artifacts/contracts/offchain-helpers/PendleMulticallV1.sol/PendleMulticallV1.dbg.json +1 -1
  355. package/build/artifacts/contracts/offchain-helpers/PendleMulticallV2.sol/PendleMulticallV2.dbg.json +1 -1
  356. package/build/artifacts/contracts/offchain-helpers/PendleOffchainStorage.sol/PendleOffchainStorage.dbg.json +1 -1
  357. package/build/artifacts/contracts/offchain-helpers/SimulateHelper.sol/SimulateHelper.dbg.json +1 -1
  358. package/build/artifacts/contracts/offchain-helpers/errors/SDKErrorsDirectory.sol/SDKErrorsDirectory.dbg.json +1 -1
  359. package/build/artifacts/contracts/offchain-helpers/router-static/PendleRouterStatic.sol/PendleRouterStatic.dbg.json +1 -1
  360. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionInfoStatic.sol/ActionInfoStatic.dbg.json +1 -1
  361. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol/ActionMarketAuxStatic.dbg.json +1 -1
  362. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketCoreStatic.sol/ActionMarketCoreStatic.dbg.json +1 -1
  363. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMintRedeemStatic.sol/ActionMintRedeemStatic.dbg.json +1 -1
  364. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionStorageStatic.sol/ActionStorageStatic.dbg.json +1 -1
  365. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionVePendleStatic.sol/ActionVePendleStatic.dbg.json +1 -1
  366. package/build/artifacts/contracts/offchain-helpers/router-static/base/StorageLayout.sol/StorageLayout.dbg.json +1 -1
  367. package/build/artifacts/contracts/oracles/PendleLpOracleLib.sol/PendleLpOracleLib.dbg.json +1 -1
  368. package/build/artifacts/contracts/oracles/PendlePtOracle.sol/PendlePtOracle.dbg.json +1 -1
  369. package/build/artifacts/contracts/oracles/PendlePtOracleLib.sol/PendlePtOracleLib.dbg.json +1 -1
  370. package/build/artifacts/contracts/oracles/PendleRedStoneRateOracleAdapter.sol/PendleRedStoneRateOracleAdapter.dbg.json +1 -1
  371. package/build/artifacts/contracts/oracles/PendleRedStoneRateOracleAdapter.sol/PendleRedStoneRateOracleAdapter.json +15 -2
  372. package/build/artifacts/contracts/oracles/samples/BoringLpGlpOracle.sol/BoringLpGlpOracle.dbg.json +1 -1
  373. package/build/artifacts/contracts/oracles/samples/BoringLpSeller.sol/BoringLpSeller.dbg.json +1 -1
  374. package/build/artifacts/contracts/oracles/samples/BoringPtSeller.sol/BoringPtSeller.dbg.json +1 -1
  375. package/build/artifacts/contracts/oracles/samples/BoringPtUsdChainlinkOracle.sol/BoringPtUsdChainlinkOracle.dbg.json +1 -1
  376. package/build/artifacts/contracts/router/PendleRouterHelper.sol/PendleRouterHelper.dbg.json +1 -1
  377. package/build/artifacts/contracts/router/PendleRouterHelper.sol/RouterV2InterfaceForRouterHelper.dbg.json +1 -1
  378. package/build/artifacts/contracts/router/base/ActionBase.sol/ActionBase.dbg.json +1 -1
  379. package/build/artifacts/contracts/router/base/CallbackHelper.sol/CallbackHelper.dbg.json +1 -1
  380. package/build/artifacts/contracts/router/base/MarketApproxLib.sol/MarketApproxPtInLib.dbg.json +1 -1
  381. package/build/artifacts/contracts/router/base/MarketApproxLib.sol/MarketApproxPtOutLib.dbg.json +1 -1
  382. package/build/artifacts/contracts/router/swap-aggregator/IPSwapAggregator.sol/IPSwapAggregator.dbg.json +1 -1
  383. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/PendleSwapBase.dbg.json +1 -1
  384. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/PendleSwapL1.dbg.json +1 -1
  385. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/PendleSwapL1.json +2 -2
  386. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/PendleSwapL2.dbg.json +1 -1
  387. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/PendleSwapL2.json +2 -2
  388. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/interfaces/IAggregationExecutor.sol/IAggregationExecutor.dbg.json +1 -1
  389. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/interfaces/IAggregationExecutorOptimistic.sol/IAggregationExecutorOptimistic.dbg.json +1 -1
  390. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/interfaces/IExecutorHelper.sol/IExecutorHelper.dbg.json +1 -1
  391. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/interfaces/IExecutorHelper.sol/IExecutorHelper.json +240 -0
  392. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/interfaces/IExecutorHelperL2.sol/IExecutorHelperL2.dbg.json +1 -1
  393. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/interfaces/IExecutorHelperL2.sol/IExecutorHelperL2.json +108 -0
  394. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/interfaces/IMetaAggregationRouterV2.sol/IMetaAggregationRouterV2.dbg.json +1 -1
  395. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l1-contracts/InputScalingHelper.sol/InputScalingHelper.dbg.json +1 -1
  396. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l1-contracts/InputScalingHelper.sol/InputScalingHelper.json +2 -2
  397. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l1-contracts/ScalingDataLib.sol/ScalingDataLib.dbg.json +1 -1
  398. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l1-contracts/ScalingDataLib.sol/ScalingDataLib.json +2 -2
  399. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/BytesHelper.sol/BytesHelper.dbg.json +1 -1
  400. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/CalldataReader.sol/CalldataReader.dbg.json +1 -1
  401. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/CalldataWriter.sol/CalldataWriter.dbg.json +1 -1
  402. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/CalldataWriter.sol/CalldataWriter.json +2 -2
  403. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/Common.sol/Common.dbg.json +1 -1
  404. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/DexScaler.sol/DexScaler.dbg.json +1 -1
  405. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/DexScaler.sol/DexScaler.json +2 -2
  406. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/ExecutorReader.sol/ExecutorReader.dbg.json +1 -1
  407. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/InputScalingHelperL2.sol/InputScalingHelperL2.dbg.json +1 -1
  408. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/InputScalingHelperL2.sol/InputScalingHelperL2.json +2 -2
  409. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/ScalingDataL2Lib.sol/ScalingDataL2Lib.dbg.json +1 -1
  410. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/ScalingDataL2Lib.sol/ScalingDataL2Lib.json +2 -2
  411. package/build/artifacts/contracts/router/swap-aggregator/oneinch/I1inchAggregationRouterV5.sol/I1inchAggregationRouterV5.dbg.json +1 -1
  412. package/build/artifacts/contracts/router/swap-aggregator/oneinch/OneInchAggregationRouterHelper.sol/OneInchAggregationRouterHelper.dbg.json +1 -1
  413. package/contracts/core/Market/{PendleMarket.sol → v1/PendleMarket.sol} +6 -6
  414. package/contracts/core/Market/{PendleMarketFactory.sol → v1/PendleMarketFactory.sol} +6 -6
  415. package/contracts/core/Market/{PendleExternalRewardDistributor.sol → v2/PendleExternalRewardDistributor.sol} +7 -7
  416. package/contracts/core/StandardizedYield/SYBaseUpg.sol +1 -0
  417. package/contracts/core/StandardizedYield/StEthNativeLib.sol +15 -0
  418. package/contracts/core/StandardizedYield/implementations/BedRock/PendleUniETHSY.sol +86 -0
  419. package/contracts/core/StandardizedYield/implementations/Ethena/PendleSUSDESY.sol +59 -1
  420. package/contracts/core/StandardizedYield/implementations/KelpDAO/PendleRsETHSY.sol +1 -1
  421. package/contracts/core/StandardizedYield/implementations/PendleERC20SY.sol +1 -1
  422. package/contracts/core/StandardizedYield/implementations/PendleERC4626SY.sol +1 -1
  423. package/contracts/core/StandardizedYield/implementations/PendleERC4626UpgSY.sol +85 -0
  424. package/contracts/core/StandardizedYield/implementations/Puffer/PendlePufStETHSY.sol +90 -0
  425. package/contracts/core/StandardizedYield/implementations/Puffer/PendlePufWETHSY.sol +86 -0
  426. package/contracts/interfaces/Bedrock/IBedrockStaking.sol +10 -0
  427. package/contracts/interfaces/IRedstonePriceFeed.sol +15 -0
  428. package/contracts/oracles/PendleRedStoneRateOracleAdapter.sol +5 -3
  429. package/contracts/router/swap-aggregator/kyberswap/interfaces/IExecutorHelper.sol +62 -0
  430. package/contracts/router/swap-aggregator/kyberswap/interfaces/IExecutorHelperL2.sol +27 -0
  431. package/contracts/router/swap-aggregator/kyberswap/l1-contracts/InputScalingHelper.sol +20 -0
  432. package/contracts/router/swap-aggregator/kyberswap/l1-contracts/ScalingDataLib.sol +74 -0
  433. package/contracts/router/swap-aggregator/kyberswap/l2-contracts/DexScaler.sol +14 -0
  434. package/contracts/router/swap-aggregator/kyberswap/l2-contracts/InputScalingHelperL2.sol +10 -1
  435. package/contracts/router/swap-aggregator/kyberswap/l2-contracts/ScalingDataL2Lib.sol +8 -0
  436. package/deployments/1-core.json +1 -1
  437. package/deployments/1-markets/PUFETH-JUNE2024.json +11 -0
  438. package/deployments/1-markets/SUSDE-APR2024.json +11 -0
  439. package/deployments/1-markets/UNIETH-JUNE2024.json +11 -0
  440. package/deployments/1-markets/USDE-APR2024-NEW.json +11 -0
  441. package/deployments/10-core.json +1 -1
  442. package/deployments/42161-core.json +1 -1
  443. package/deployments/42161-markets/SILO-PTEETH-ETH-DEC2024.json +11 -0
  444. package/deployments/56-core.json +1 -1
  445. package/deployments/merkle-distribution/2024-02-29.json +12125 -0
  446. package/package.json +1 -1
  447. package/typechain-types/ActionInfoStaticLe1.ts +310 -0
  448. package/typechain-types/ActionMarketAuxStaticLe1.ts +503 -0
  449. package/typechain-types/ActionMarketCoreStaticLe1.ts +1951 -0
  450. package/typechain-types/ActionMintRedeemStaticLe1.ts +527 -0
  451. package/typechain-types/ActionStorageStaticLe1.ts +405 -0
  452. package/typechain-types/{IPMorphoVaultSY.ts → ActionVePendleStaticLe1.ts} +36 -38
  453. package/typechain-types/IExecutorHelper.ts +390 -0
  454. package/typechain-types/IExecutorHelperL2.ts +130 -0
  455. package/typechain-types/ILimitOrderCallee.ts +179 -0
  456. package/typechain-types/IPActionInfoStaticLe1.ts +310 -0
  457. package/typechain-types/IPActionMarketAuxStaticLe1.ts +503 -0
  458. package/typechain-types/IPActionMarketCoreStaticLe1.ts +1951 -0
  459. package/typechain-types/IPActionMintRedeemStaticLe1.ts +527 -0
  460. package/typechain-types/{ChainlinkRelayerAutomation.ts → IPActionStorageStaticLe1.ts} +125 -102
  461. package/typechain-types/{IEigenpieStaking.ts → IPActionVePendleStaticLe1.ts} +36 -43
  462. package/typechain-types/{AutomationCompatible.ts → IPMiniDiamondLe1.ts} +48 -41
  463. package/typechain-types/IPOrderMixin.ts +349 -0
  464. package/typechain-types/IPRouterStaticLe1.ts +3462 -0
  465. package/typechain-types/PendleERC20SY.ts +3 -1
  466. package/typechain-types/{PendleStUSDESY.ts → PendleERC4626SYUpg.ts} +5 -5
  467. package/typechain-types/PendleOrderMixin.ts +888 -0
  468. package/typechain-types/{PendleMorphoVaultSY.ts → PendlePufStETHSY.ts} +56 -68
  469. package/typechain-types/{PendleApxETHSY.ts → PendlePufWETHSY.ts} +64 -58
  470. package/typechain-types/PendleRedStoneRateOracleAdapter.ts +19 -0
  471. package/typechain-types/{AutomationBase.ts → PendleRouterStaticLe1.ts} +5 -5
  472. package/typechain-types/PendleSUSDESY.ts +62 -0
  473. package/typechain-types/PendleUSDESY.ts +3 -1
  474. package/typechain-types/factories/ActionInfoStaticLe1__factory.ts +360 -0
  475. package/typechain-types/factories/ActionMarketAuxStaticLe1__factory.ts +466 -0
  476. package/typechain-types/factories/ActionMarketCoreStaticLe1__factory.ts +1454 -0
  477. package/typechain-types/factories/ActionMintRedeemStaticLe1__factory.ts +405 -0
  478. package/typechain-types/factories/ActionStorageStaticLe1__factory.ts +285 -0
  479. package/typechain-types/factories/ActionVePendleStaticLe1__factory.ts +155 -0
  480. package/typechain-types/factories/AuraWethVethSYUpg__factory.ts +1 -1
  481. package/typechain-types/factories/ChainlinkRelayerGelato__factory.ts +1 -1
  482. package/typechain-types/factories/IExecutorHelperL2__factory.ts +108 -0
  483. package/typechain-types/factories/IExecutorHelper__factory.ts +240 -0
  484. package/typechain-types/factories/ILimitOrderCallee__factory.ts +92 -0
  485. package/typechain-types/factories/IPActionInfoStaticLe1__factory.ts +326 -0
  486. package/typechain-types/factories/IPActionMarketAuxStaticLe1__factory.ts +364 -0
  487. package/typechain-types/factories/IPActionMarketCoreStaticLe1__factory.ts +1279 -0
  488. package/typechain-types/factories/IPActionMintRedeemStaticLe1__factory.ts +330 -0
  489. package/typechain-types/factories/IPActionStorageStaticLe1__factory.ts +203 -0
  490. package/typechain-types/factories/IPActionVePendleStaticLe1__factory.ts +59 -0
  491. package/typechain-types/factories/IPMiniDiamondLe1__factory.ts +70 -0
  492. package/typechain-types/factories/IPOrderMixin__factory.ts +450 -0
  493. package/typechain-types/factories/IPRouterStaticLe1__factory.ts +2451 -0
  494. package/typechain-types/factories/PendleAuraWethVethSY__factory.ts +1 -1
  495. package/typechain-types/factories/PendleERC20SY__factory.ts +2 -2
  496. package/typechain-types/factories/PendleERC4626SYUpg__factory.ts +1058 -0
  497. package/typechain-types/factories/PendleERC4626SY__factory.ts +1 -1
  498. package/typechain-types/factories/PendleExternalRewardDistributor__factory.ts +1 -1
  499. package/typechain-types/factories/PendleKyberElasticSYUpg__factory.ts +1 -1
  500. package/typechain-types/factories/PendleMarketFactory__factory.ts +1 -1
  501. package/typechain-types/factories/PendleMarket__factory.ts +1 -1
  502. package/typechain-types/factories/PendleOrderMixin__factory.ts +794 -0
  503. package/typechain-types/factories/PendlePufStETHSY__factory.ts +1069 -0
  504. package/typechain-types/factories/PendlePufWETHSY__factory.ts +1069 -0
  505. package/typechain-types/factories/PendleRedStoneRateOracleAdapter__factory.ts +14 -1
  506. package/typechain-types/factories/PendleRouterStaticLe1__factory.ts +92 -0
  507. package/typechain-types/factories/PendleRsETHSY__factory.ts +1 -1
  508. package/typechain-types/factories/PendleSUSDESY__factory.ts +81 -4
  509. package/typechain-types/factories/PendleSwapL1__factory.ts +1 -1
  510. package/typechain-types/factories/PendleSwapL2__factory.ts +1 -1
  511. package/typechain-types/factories/PendleSwap__factory.ts +1 -1
  512. package/typechain-types/factories/PendleUSDESY__factory.ts +2 -2
  513. package/typechain-types/factories/PtAndLpToAsset__factory.ts +1 -1
  514. package/typechain-types/hardhat.d.ts +108 -54
  515. package/typechain-types/index.ts +20 -12
  516. package/build/artifacts/contracts/core/Market/PendleExternalRewardDistributor.sol/PendleExternalRewardDistributor.dbg.json +0 -4
  517. package/build/artifacts/contracts/core/Market/PendleMarket.sol/PendleMarket.dbg.json +0 -4
  518. package/build/artifacts/contracts/core/Market/PendleMarketFactory.sol/PendleMarketFactory.dbg.json +0 -4
  519. package/deployments/core.ts +0 -29
  520. package/deployments/index.ts +0 -4
  521. package/deployments/markets/ape-june-29-2023.ts +0 -3
  522. package/deployments/markets/balancer-reth-dec-28-2023.ts +0 -3
  523. package/deployments/markets/balancer-wsteth-jun-27-2024.ts +0 -3
  524. package/deployments/markets/curve-fraxusdc-march-30-2023.ts +0 -3
  525. package/deployments/markets/index.ts +0 -17
  526. package/deployments/markets/looks-march-30-2023.ts +0 -3
  527. package/deployments/markets/steth-june-29-2023.ts +0 -3
  528. package/deployments/markets/steth-march-30-2023.ts +0 -3
  529. package/deployments/markets/types.ts +0 -9
  530. package/deployments/misc.ts +0 -23
  531. package/typechain-types/AlgebraMathHelper.ts +0 -442
  532. package/typechain-types/AutomationCompatibleInterface.ts +0 -141
  533. package/typechain-types/BotDecisionHelperBase.ts +0 -508
  534. package/typechain-types/IAlgebraPool.ts +0 -171
  535. package/typechain-types/IBotDecisionHelper.ts +0 -476
  536. package/typechain-types/IEigenpieLRT.ts +0 -106
  537. package/typechain-types/IHashflow.ts +0 -159
  538. package/typechain-types/IInterestUSTP.ts +0 -156
  539. package/typechain-types/ILongYieldDecisionHelper.ts +0 -512
  540. package/typechain-types/ILongYieldTradingBot.ts +0 -703
  541. package/typechain-types/IPMorphoRewardDistributor.ts +0 -218
  542. package/typechain-types/IPPausingInterface.ts +0 -112
  543. package/typechain-types/IPVirtualGovernance.ts +0 -142
  544. package/typechain-types/IPWrappedStellaToken.ts +0 -135
  545. package/typechain-types/IPirexETH.ts +0 -202
  546. package/typechain-types/IRebasingUSTP.ts +0 -133
  547. package/typechain-types/IShortYieldDecisionHelper.ts +0 -476
  548. package/typechain-types/IShortYieldTradingBot.ts +0 -574
  549. package/typechain-types/IStellaLendingPool.ts +0 -100
  550. package/typechain-types/IStellaLendingProxy.ts +0 -144
  551. package/typechain-types/ITradingBotBase.ts +0 -373
  552. package/typechain-types/IUSTP.ts +0 -127
  553. package/typechain-types/IVectorStakedVETH.ts +0 -137
  554. package/typechain-types/KyberNftManagerBase.ts +0 -364
  555. package/typechain-types/LongYieldActionLib.ts +0 -57
  556. package/typechain-types/LongYieldDecisionHelper.ts +0 -682
  557. package/typechain-types/LongYieldTradingBot.ts +0 -2299
  558. package/typechain-types/MarketExtLib.ts +0 -81
  559. package/typechain-types/PendleEigenpieLRTSY.ts +0 -1326
  560. package/typechain-types/PendleEigenpieMstETHSY.ts +0 -1326
  561. package/typechain-types/PendleGaugeControllerSidechain2MF.ts +0 -690
  562. package/typechain-types/PendleHyperStellaETH.ts +0 -1248
  563. package/typechain-types/PendleIUSTPSY.ts +0 -1255
  564. package/typechain-types/PendleKyberElasticSY.ts +0 -1803
  565. package/typechain-types/PendleMorphoRewardDistributor.ts +0 -579
  566. package/typechain-types/PendleStellaHyperETH.ts +0 -1235
  567. package/typechain-types/PendleVectorStakedVETHSY.ts +0 -1290
  568. package/typechain-types/PendleVirtualGovernance.ts +0 -603
  569. package/typechain-types/PendleWrappedStellaToken.ts +0 -577
  570. package/typechain-types/SYBaseWithDecimals.ts +0 -1205
  571. package/typechain-types/TradingBotBase.ts +0 -1861
  572. package/typechain-types/TvlLib.ts +0 -215
  573. package/typechain-types/factories/AlgebraMathHelper__factory.ts +0 -316
  574. package/typechain-types/factories/AutomationBase__factory.ts +0 -69
  575. package/typechain-types/factories/AutomationCompatibleInterface__factory.ts +0 -67
  576. package/typechain-types/factories/AutomationCompatible__factory.ts +0 -72
  577. package/typechain-types/factories/BotDecisionHelperBase__factory.ts +0 -835
  578. package/typechain-types/factories/ChainlinkRelayerAutomation__factory.ts +0 -238
  579. package/typechain-types/factories/IAlgebraPool__factory.ts +0 -119
  580. package/typechain-types/factories/IBotDecisionHelper__factory.ts +0 -694
  581. package/typechain-types/factories/IEigenpieLRT__factory.ts +0 -49
  582. package/typechain-types/factories/IEigenpieStaking__factory.ts +0 -54
  583. package/typechain-types/factories/IHashflow__factory.ts +0 -113
  584. package/typechain-types/factories/IInterestUSTP__factory.ts +0 -75
  585. package/typechain-types/factories/ILongYieldDecisionHelper__factory.ts +0 -717
  586. package/typechain-types/factories/ILongYieldTradingBot__factory.ts +0 -764
  587. package/typechain-types/factories/IPMorphoRewardDistributor__factory.ts +0 -159
  588. package/typechain-types/factories/IPMorphoVaultSY__factory.ts +0 -49
  589. package/typechain-types/factories/IPPausingInterface__factory.ts +0 -40
  590. package/typechain-types/factories/IPVirtualGovernance__factory.ts +0 -69
  591. package/typechain-types/factories/IPWrappedStellaToken__factory.ts +0 -73
  592. package/typechain-types/factories/IPirexETH__factory.ts +0 -126
  593. package/typechain-types/factories/IRebasingUSTP__factory.ts +0 -49
  594. package/typechain-types/factories/IShortYieldDecisionHelper__factory.ts +0 -698
  595. package/typechain-types/factories/IShortYieldTradingBot__factory.ts +0 -813
  596. package/typechain-types/factories/IStellaLendingPool__factory.ts +0 -52
  597. package/typechain-types/factories/IStellaLendingProxy__factory.ts +0 -74
  598. package/typechain-types/factories/ITradingBotBase__factory.ts +0 -366
  599. package/typechain-types/factories/IUSTP__factory.ts +0 -46
  600. package/typechain-types/factories/IVectorStakedVETH__factory.ts +0 -65
  601. package/typechain-types/factories/KyberNftManagerBase__factory.ts +0 -279
  602. package/typechain-types/factories/LongYieldActionLib__factory.ts +0 -207
  603. package/typechain-types/factories/LongYieldDecisionHelper__factory.ts +0 -1481
  604. package/typechain-types/factories/LongYieldTradingBot__factory.ts +0 -2159
  605. package/typechain-types/factories/MarketExtLib__factory.ts +0 -74
  606. package/typechain-types/factories/PendleApxETHSY__factory.ts +0 -1110
  607. package/typechain-types/factories/PendleEigenpieLRTSY__factory.ts +0 -1059
  608. package/typechain-types/factories/PendleEigenpieMstETHSY__factory.ts +0 -1125
  609. package/typechain-types/factories/PendleGaugeControllerSidechain2MF__factory.ts +0 -547
  610. package/typechain-types/factories/PendleHyperStellaETH__factory.ts +0 -1060
  611. package/typechain-types/factories/PendleIUSTPSY__factory.ts +0 -1061
  612. package/typechain-types/factories/PendleKyberElasticSY__factory.ts +0 -1505
  613. package/typechain-types/factories/PendleMorphoRewardDistributor__factory.ts +0 -441
  614. package/typechain-types/factories/PendleMorphoVaultSY__factory.ts +0 -1140
  615. package/typechain-types/factories/PendleStUSDESY__factory.ts +0 -1071
  616. package/typechain-types/factories/PendleStellaHyperETH__factory.ts +0 -1034
  617. package/typechain-types/factories/PendleVectorStakedVETHSY__factory.ts +0 -1091
  618. package/typechain-types/factories/PendleVirtualGovernance__factory.ts +0 -452
  619. package/typechain-types/factories/PendleWrappedStellaToken__factory.ts +0 -522
  620. package/typechain-types/factories/SYBaseWithDecimals__factory.ts +0 -942
  621. package/typechain-types/factories/TradingBotBase__factory.ts +0 -1663
  622. package/typechain-types/factories/TvlLib__factory.ts +0 -309
@@ -0,0 +1,1279 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+
5
+ import { Contract, Signer, utils } from "ethers";
6
+ import { Provider } from "@ethersproject/providers";
7
+ import type {
8
+ IPActionMarketCoreStaticLe1,
9
+ IPActionMarketCoreStaticLe1Interface,
10
+ } from "../IPActionMarketCoreStaticLe1";
11
+
12
+ const _abi = [
13
+ {
14
+ inputs: [
15
+ {
16
+ internalType: "address",
17
+ name: "market",
18
+ type: "address",
19
+ },
20
+ {
21
+ internalType: "uint256",
22
+ name: "netSyDesired",
23
+ type: "uint256",
24
+ },
25
+ {
26
+ internalType: "uint256",
27
+ name: "netPtDesired",
28
+ type: "uint256",
29
+ },
30
+ ],
31
+ name: "addLiquidityDualSyAndPtStatic",
32
+ outputs: [
33
+ {
34
+ internalType: "uint256",
35
+ name: "netLpOut",
36
+ type: "uint256",
37
+ },
38
+ {
39
+ internalType: "uint256",
40
+ name: "netSyUsed",
41
+ type: "uint256",
42
+ },
43
+ {
44
+ internalType: "uint256",
45
+ name: "netPtUsed",
46
+ type: "uint256",
47
+ },
48
+ ],
49
+ stateMutability: "view",
50
+ type: "function",
51
+ },
52
+ {
53
+ inputs: [
54
+ {
55
+ internalType: "address",
56
+ name: "market",
57
+ type: "address",
58
+ },
59
+ {
60
+ internalType: "address",
61
+ name: "tokenIn",
62
+ type: "address",
63
+ },
64
+ {
65
+ internalType: "uint256",
66
+ name: "netTokenDesired",
67
+ type: "uint256",
68
+ },
69
+ {
70
+ internalType: "address",
71
+ name: "bulk",
72
+ type: "address",
73
+ },
74
+ {
75
+ internalType: "uint256",
76
+ name: "netPtDesired",
77
+ type: "uint256",
78
+ },
79
+ ],
80
+ name: "addLiquidityDualTokenAndPtStatic",
81
+ outputs: [
82
+ {
83
+ internalType: "uint256",
84
+ name: "netLpOut",
85
+ type: "uint256",
86
+ },
87
+ {
88
+ internalType: "uint256",
89
+ name: "netTokenUsed",
90
+ type: "uint256",
91
+ },
92
+ {
93
+ internalType: "uint256",
94
+ name: "netPtUsed",
95
+ type: "uint256",
96
+ },
97
+ {
98
+ internalType: "uint256",
99
+ name: "netSyUsed",
100
+ type: "uint256",
101
+ },
102
+ {
103
+ internalType: "uint256",
104
+ name: "netSyDesired",
105
+ type: "uint256",
106
+ },
107
+ ],
108
+ stateMutability: "view",
109
+ type: "function",
110
+ },
111
+ {
112
+ inputs: [
113
+ {
114
+ internalType: "address",
115
+ name: "market",
116
+ type: "address",
117
+ },
118
+ {
119
+ internalType: "uint256",
120
+ name: "netPtIn",
121
+ type: "uint256",
122
+ },
123
+ ],
124
+ name: "addLiquiditySinglePtStatic",
125
+ outputs: [
126
+ {
127
+ internalType: "uint256",
128
+ name: "netLpOut",
129
+ type: "uint256",
130
+ },
131
+ {
132
+ internalType: "uint256",
133
+ name: "netPtToSwap",
134
+ type: "uint256",
135
+ },
136
+ {
137
+ internalType: "uint256",
138
+ name: "netSyFee",
139
+ type: "uint256",
140
+ },
141
+ {
142
+ internalType: "uint256",
143
+ name: "priceImpact",
144
+ type: "uint256",
145
+ },
146
+ {
147
+ internalType: "uint256",
148
+ name: "exchangeRateAfter",
149
+ type: "uint256",
150
+ },
151
+ {
152
+ internalType: "uint256",
153
+ name: "netSyFromSwap",
154
+ type: "uint256",
155
+ },
156
+ ],
157
+ stateMutability: "view",
158
+ type: "function",
159
+ },
160
+ {
161
+ inputs: [
162
+ {
163
+ internalType: "address",
164
+ name: "market",
165
+ type: "address",
166
+ },
167
+ {
168
+ internalType: "uint256",
169
+ name: "netSyIn",
170
+ type: "uint256",
171
+ },
172
+ ],
173
+ name: "addLiquiditySingleSyKeepYtStatic",
174
+ outputs: [
175
+ {
176
+ internalType: "uint256",
177
+ name: "netLpOut",
178
+ type: "uint256",
179
+ },
180
+ {
181
+ internalType: "uint256",
182
+ name: "netYtOut",
183
+ type: "uint256",
184
+ },
185
+ {
186
+ internalType: "uint256",
187
+ name: "netSyToPY",
188
+ type: "uint256",
189
+ },
190
+ ],
191
+ stateMutability: "view",
192
+ type: "function",
193
+ },
194
+ {
195
+ inputs: [
196
+ {
197
+ internalType: "address",
198
+ name: "market",
199
+ type: "address",
200
+ },
201
+ {
202
+ internalType: "uint256",
203
+ name: "netSyIn",
204
+ type: "uint256",
205
+ },
206
+ ],
207
+ name: "addLiquiditySingleSyStatic",
208
+ outputs: [
209
+ {
210
+ internalType: "uint256",
211
+ name: "netLpOut",
212
+ type: "uint256",
213
+ },
214
+ {
215
+ internalType: "uint256",
216
+ name: "netPtFromSwap",
217
+ type: "uint256",
218
+ },
219
+ {
220
+ internalType: "uint256",
221
+ name: "netSyFee",
222
+ type: "uint256",
223
+ },
224
+ {
225
+ internalType: "uint256",
226
+ name: "priceImpact",
227
+ type: "uint256",
228
+ },
229
+ {
230
+ internalType: "uint256",
231
+ name: "exchangeRateAfter",
232
+ type: "uint256",
233
+ },
234
+ {
235
+ internalType: "uint256",
236
+ name: "netSyToSwap",
237
+ type: "uint256",
238
+ },
239
+ ],
240
+ stateMutability: "view",
241
+ type: "function",
242
+ },
243
+ {
244
+ inputs: [
245
+ {
246
+ internalType: "address",
247
+ name: "market",
248
+ type: "address",
249
+ },
250
+ {
251
+ internalType: "address",
252
+ name: "tokenIn",
253
+ type: "address",
254
+ },
255
+ {
256
+ internalType: "uint256",
257
+ name: "netTokenIn",
258
+ type: "uint256",
259
+ },
260
+ {
261
+ internalType: "address",
262
+ name: "bulk",
263
+ type: "address",
264
+ },
265
+ ],
266
+ name: "addLiquiditySingleTokenKeepYtStatic",
267
+ outputs: [
268
+ {
269
+ internalType: "uint256",
270
+ name: "netLpOut",
271
+ type: "uint256",
272
+ },
273
+ {
274
+ internalType: "uint256",
275
+ name: "netYtOut",
276
+ type: "uint256",
277
+ },
278
+ {
279
+ internalType: "uint256",
280
+ name: "netSyMinted",
281
+ type: "uint256",
282
+ },
283
+ {
284
+ internalType: "uint256",
285
+ name: "netSyToPY",
286
+ type: "uint256",
287
+ },
288
+ ],
289
+ stateMutability: "view",
290
+ type: "function",
291
+ },
292
+ {
293
+ inputs: [
294
+ {
295
+ internalType: "address",
296
+ name: "market",
297
+ type: "address",
298
+ },
299
+ {
300
+ internalType: "address",
301
+ name: "tokenIn",
302
+ type: "address",
303
+ },
304
+ {
305
+ internalType: "uint256",
306
+ name: "netTokenIn",
307
+ type: "uint256",
308
+ },
309
+ {
310
+ internalType: "address",
311
+ name: "bulk",
312
+ type: "address",
313
+ },
314
+ ],
315
+ name: "addLiquiditySingleTokenStatic",
316
+ outputs: [
317
+ {
318
+ internalType: "uint256",
319
+ name: "netLpOut",
320
+ type: "uint256",
321
+ },
322
+ {
323
+ internalType: "uint256",
324
+ name: "netPtFromSwap",
325
+ type: "uint256",
326
+ },
327
+ {
328
+ internalType: "uint256",
329
+ name: "netSyFee",
330
+ type: "uint256",
331
+ },
332
+ {
333
+ internalType: "uint256",
334
+ name: "priceImpact",
335
+ type: "uint256",
336
+ },
337
+ {
338
+ internalType: "uint256",
339
+ name: "exchangeRateAfter",
340
+ type: "uint256",
341
+ },
342
+ {
343
+ internalType: "uint256",
344
+ name: "netSyMinted",
345
+ type: "uint256",
346
+ },
347
+ {
348
+ internalType: "uint256",
349
+ name: "netSyToSwap",
350
+ type: "uint256",
351
+ },
352
+ ],
353
+ stateMutability: "view",
354
+ type: "function",
355
+ },
356
+ {
357
+ inputs: [
358
+ {
359
+ internalType: "address",
360
+ name: "market",
361
+ type: "address",
362
+ },
363
+ {
364
+ internalType: "uint256",
365
+ name: "netLpToRemove",
366
+ type: "uint256",
367
+ },
368
+ ],
369
+ name: "removeLiquidityDualSyAndPtStatic",
370
+ outputs: [
371
+ {
372
+ internalType: "uint256",
373
+ name: "netSyOut",
374
+ type: "uint256",
375
+ },
376
+ {
377
+ internalType: "uint256",
378
+ name: "netPtOut",
379
+ type: "uint256",
380
+ },
381
+ ],
382
+ stateMutability: "view",
383
+ type: "function",
384
+ },
385
+ {
386
+ inputs: [
387
+ {
388
+ internalType: "address",
389
+ name: "market",
390
+ type: "address",
391
+ },
392
+ {
393
+ internalType: "uint256",
394
+ name: "netLpToRemove",
395
+ type: "uint256",
396
+ },
397
+ {
398
+ internalType: "address",
399
+ name: "tokenOut",
400
+ type: "address",
401
+ },
402
+ {
403
+ internalType: "address",
404
+ name: "bulk",
405
+ type: "address",
406
+ },
407
+ ],
408
+ name: "removeLiquidityDualTokenAndPtStatic",
409
+ outputs: [
410
+ {
411
+ internalType: "uint256",
412
+ name: "netTokenOut",
413
+ type: "uint256",
414
+ },
415
+ {
416
+ internalType: "uint256",
417
+ name: "netPtOut",
418
+ type: "uint256",
419
+ },
420
+ {
421
+ internalType: "uint256",
422
+ name: "netSyToRedeem",
423
+ type: "uint256",
424
+ },
425
+ ],
426
+ stateMutability: "view",
427
+ type: "function",
428
+ },
429
+ {
430
+ inputs: [
431
+ {
432
+ internalType: "address",
433
+ name: "market",
434
+ type: "address",
435
+ },
436
+ {
437
+ internalType: "uint256",
438
+ name: "netLpToRemove",
439
+ type: "uint256",
440
+ },
441
+ ],
442
+ name: "removeLiquiditySinglePtStatic",
443
+ outputs: [
444
+ {
445
+ internalType: "uint256",
446
+ name: "netPtOut",
447
+ type: "uint256",
448
+ },
449
+ {
450
+ internalType: "uint256",
451
+ name: "netPtFromSwap",
452
+ type: "uint256",
453
+ },
454
+ {
455
+ internalType: "uint256",
456
+ name: "netSyFee",
457
+ type: "uint256",
458
+ },
459
+ {
460
+ internalType: "uint256",
461
+ name: "priceImpact",
462
+ type: "uint256",
463
+ },
464
+ {
465
+ internalType: "uint256",
466
+ name: "exchangeRateAfter",
467
+ type: "uint256",
468
+ },
469
+ {
470
+ internalType: "uint256",
471
+ name: "netSyFromBurn",
472
+ type: "uint256",
473
+ },
474
+ {
475
+ internalType: "uint256",
476
+ name: "netPtFromBurn",
477
+ type: "uint256",
478
+ },
479
+ ],
480
+ stateMutability: "view",
481
+ type: "function",
482
+ },
483
+ {
484
+ inputs: [
485
+ {
486
+ internalType: "address",
487
+ name: "market",
488
+ type: "address",
489
+ },
490
+ {
491
+ internalType: "uint256",
492
+ name: "netLpToRemove",
493
+ type: "uint256",
494
+ },
495
+ ],
496
+ name: "removeLiquiditySingleSyStatic",
497
+ outputs: [
498
+ {
499
+ internalType: "uint256",
500
+ name: "netSyOut",
501
+ type: "uint256",
502
+ },
503
+ {
504
+ internalType: "uint256",
505
+ name: "netSyFee",
506
+ type: "uint256",
507
+ },
508
+ {
509
+ internalType: "uint256",
510
+ name: "priceImpact",
511
+ type: "uint256",
512
+ },
513
+ {
514
+ internalType: "uint256",
515
+ name: "exchangeRateAfter",
516
+ type: "uint256",
517
+ },
518
+ {
519
+ internalType: "uint256",
520
+ name: "netSyFromBurn",
521
+ type: "uint256",
522
+ },
523
+ {
524
+ internalType: "uint256",
525
+ name: "netPtFromBurn",
526
+ type: "uint256",
527
+ },
528
+ {
529
+ internalType: "uint256",
530
+ name: "netSyFromSwap",
531
+ type: "uint256",
532
+ },
533
+ ],
534
+ stateMutability: "view",
535
+ type: "function",
536
+ },
537
+ {
538
+ inputs: [
539
+ {
540
+ internalType: "address",
541
+ name: "market",
542
+ type: "address",
543
+ },
544
+ {
545
+ internalType: "uint256",
546
+ name: "netLpToRemove",
547
+ type: "uint256",
548
+ },
549
+ {
550
+ internalType: "address",
551
+ name: "tokenOut",
552
+ type: "address",
553
+ },
554
+ {
555
+ internalType: "address",
556
+ name: "bulk",
557
+ type: "address",
558
+ },
559
+ ],
560
+ name: "removeLiquiditySingleTokenStatic",
561
+ outputs: [
562
+ {
563
+ internalType: "uint256",
564
+ name: "netTokenOut",
565
+ type: "uint256",
566
+ },
567
+ {
568
+ internalType: "uint256",
569
+ name: "netSyFee",
570
+ type: "uint256",
571
+ },
572
+ {
573
+ internalType: "uint256",
574
+ name: "priceImpact",
575
+ type: "uint256",
576
+ },
577
+ {
578
+ internalType: "uint256",
579
+ name: "exchangeRateAfter",
580
+ type: "uint256",
581
+ },
582
+ {
583
+ internalType: "uint256",
584
+ name: "netSyOut",
585
+ type: "uint256",
586
+ },
587
+ {
588
+ internalType: "uint256",
589
+ name: "netSyFromBurn",
590
+ type: "uint256",
591
+ },
592
+ {
593
+ internalType: "uint256",
594
+ name: "netPtFromBurn",
595
+ type: "uint256",
596
+ },
597
+ {
598
+ internalType: "uint256",
599
+ name: "netSyFromSwap",
600
+ type: "uint256",
601
+ },
602
+ ],
603
+ stateMutability: "view",
604
+ type: "function",
605
+ },
606
+ {
607
+ inputs: [
608
+ {
609
+ internalType: "address",
610
+ name: "market",
611
+ type: "address",
612
+ },
613
+ {
614
+ internalType: "uint256",
615
+ name: "exactPtIn",
616
+ type: "uint256",
617
+ },
618
+ ],
619
+ name: "swapExactPtForSyStatic",
620
+ outputs: [
621
+ {
622
+ internalType: "uint256",
623
+ name: "netSyOut",
624
+ type: "uint256",
625
+ },
626
+ {
627
+ internalType: "uint256",
628
+ name: "netSyFee",
629
+ type: "uint256",
630
+ },
631
+ {
632
+ internalType: "uint256",
633
+ name: "priceImpact",
634
+ type: "uint256",
635
+ },
636
+ {
637
+ internalType: "uint256",
638
+ name: "exchangeRateAfter",
639
+ type: "uint256",
640
+ },
641
+ ],
642
+ stateMutability: "view",
643
+ type: "function",
644
+ },
645
+ {
646
+ inputs: [
647
+ {
648
+ internalType: "address",
649
+ name: "market",
650
+ type: "address",
651
+ },
652
+ {
653
+ internalType: "uint256",
654
+ name: "exactPtIn",
655
+ type: "uint256",
656
+ },
657
+ {
658
+ internalType: "address",
659
+ name: "tokenOut",
660
+ type: "address",
661
+ },
662
+ {
663
+ internalType: "address",
664
+ name: "bulk",
665
+ type: "address",
666
+ },
667
+ ],
668
+ name: "swapExactPtForTokenStatic",
669
+ outputs: [
670
+ {
671
+ internalType: "uint256",
672
+ name: "netTokenOut",
673
+ type: "uint256",
674
+ },
675
+ {
676
+ internalType: "uint256",
677
+ name: "netSyToRedeem",
678
+ type: "uint256",
679
+ },
680
+ {
681
+ internalType: "uint256",
682
+ name: "netSyFee",
683
+ type: "uint256",
684
+ },
685
+ {
686
+ internalType: "uint256",
687
+ name: "priceImpact",
688
+ type: "uint256",
689
+ },
690
+ {
691
+ internalType: "uint256",
692
+ name: "exchangeRateAfter",
693
+ type: "uint256",
694
+ },
695
+ ],
696
+ stateMutability: "view",
697
+ type: "function",
698
+ },
699
+ {
700
+ inputs: [
701
+ {
702
+ internalType: "address",
703
+ name: "market",
704
+ type: "address",
705
+ },
706
+ {
707
+ internalType: "uint256",
708
+ name: "exactPtIn",
709
+ type: "uint256",
710
+ },
711
+ ],
712
+ name: "swapExactPtForYtStatic",
713
+ outputs: [
714
+ {
715
+ internalType: "uint256",
716
+ name: "netYtOut",
717
+ type: "uint256",
718
+ },
719
+ {
720
+ internalType: "uint256",
721
+ name: "totalPtToSwap",
722
+ type: "uint256",
723
+ },
724
+ {
725
+ internalType: "uint256",
726
+ name: "netSyFee",
727
+ type: "uint256",
728
+ },
729
+ {
730
+ internalType: "uint256",
731
+ name: "priceImpact",
732
+ type: "uint256",
733
+ },
734
+ {
735
+ internalType: "uint256",
736
+ name: "exchangeRateAfter",
737
+ type: "uint256",
738
+ },
739
+ ],
740
+ stateMutability: "view",
741
+ type: "function",
742
+ },
743
+ {
744
+ inputs: [
745
+ {
746
+ internalType: "address",
747
+ name: "market",
748
+ type: "address",
749
+ },
750
+ {
751
+ internalType: "uint256",
752
+ name: "exactSyIn",
753
+ type: "uint256",
754
+ },
755
+ ],
756
+ name: "swapExactSyForPtStatic",
757
+ outputs: [
758
+ {
759
+ internalType: "uint256",
760
+ name: "netPtOut",
761
+ type: "uint256",
762
+ },
763
+ {
764
+ internalType: "uint256",
765
+ name: "netSyFee",
766
+ type: "uint256",
767
+ },
768
+ {
769
+ internalType: "uint256",
770
+ name: "priceImpact",
771
+ type: "uint256",
772
+ },
773
+ {
774
+ internalType: "uint256",
775
+ name: "exchangeRateAfter",
776
+ type: "uint256",
777
+ },
778
+ ],
779
+ stateMutability: "view",
780
+ type: "function",
781
+ },
782
+ {
783
+ inputs: [
784
+ {
785
+ internalType: "address",
786
+ name: "market",
787
+ type: "address",
788
+ },
789
+ {
790
+ internalType: "uint256",
791
+ name: "exactSyIn",
792
+ type: "uint256",
793
+ },
794
+ ],
795
+ name: "swapExactSyForYtStatic",
796
+ outputs: [
797
+ {
798
+ internalType: "uint256",
799
+ name: "netYtOut",
800
+ type: "uint256",
801
+ },
802
+ {
803
+ internalType: "uint256",
804
+ name: "netSyFee",
805
+ type: "uint256",
806
+ },
807
+ {
808
+ internalType: "uint256",
809
+ name: "priceImpact",
810
+ type: "uint256",
811
+ },
812
+ {
813
+ internalType: "uint256",
814
+ name: "exchangeRateAfter",
815
+ type: "uint256",
816
+ },
817
+ ],
818
+ stateMutability: "view",
819
+ type: "function",
820
+ },
821
+ {
822
+ inputs: [
823
+ {
824
+ internalType: "address",
825
+ name: "market",
826
+ type: "address",
827
+ },
828
+ {
829
+ internalType: "address",
830
+ name: "tokenIn",
831
+ type: "address",
832
+ },
833
+ {
834
+ internalType: "uint256",
835
+ name: "amountTokenIn",
836
+ type: "uint256",
837
+ },
838
+ {
839
+ internalType: "address",
840
+ name: "bulk",
841
+ type: "address",
842
+ },
843
+ ],
844
+ name: "swapExactTokenForPtStatic",
845
+ outputs: [
846
+ {
847
+ internalType: "uint256",
848
+ name: "netPtOut",
849
+ type: "uint256",
850
+ },
851
+ {
852
+ internalType: "uint256",
853
+ name: "netSyMinted",
854
+ type: "uint256",
855
+ },
856
+ {
857
+ internalType: "uint256",
858
+ name: "netSyFee",
859
+ type: "uint256",
860
+ },
861
+ {
862
+ internalType: "uint256",
863
+ name: "priceImpact",
864
+ type: "uint256",
865
+ },
866
+ {
867
+ internalType: "uint256",
868
+ name: "exchangeRateAfter",
869
+ type: "uint256",
870
+ },
871
+ ],
872
+ stateMutability: "view",
873
+ type: "function",
874
+ },
875
+ {
876
+ inputs: [
877
+ {
878
+ internalType: "address",
879
+ name: "market",
880
+ type: "address",
881
+ },
882
+ {
883
+ internalType: "address",
884
+ name: "tokenIn",
885
+ type: "address",
886
+ },
887
+ {
888
+ internalType: "uint256",
889
+ name: "amountTokenIn",
890
+ type: "uint256",
891
+ },
892
+ {
893
+ internalType: "address",
894
+ name: "bulk",
895
+ type: "address",
896
+ },
897
+ ],
898
+ name: "swapExactTokenForYtStatic",
899
+ outputs: [
900
+ {
901
+ internalType: "uint256",
902
+ name: "netYtOut",
903
+ type: "uint256",
904
+ },
905
+ {
906
+ internalType: "uint256",
907
+ name: "netSyMinted",
908
+ type: "uint256",
909
+ },
910
+ {
911
+ internalType: "uint256",
912
+ name: "netSyFee",
913
+ type: "uint256",
914
+ },
915
+ {
916
+ internalType: "uint256",
917
+ name: "priceImpact",
918
+ type: "uint256",
919
+ },
920
+ {
921
+ internalType: "uint256",
922
+ name: "exchangeRateAfter",
923
+ type: "uint256",
924
+ },
925
+ ],
926
+ stateMutability: "view",
927
+ type: "function",
928
+ },
929
+ {
930
+ inputs: [
931
+ {
932
+ internalType: "address",
933
+ name: "market",
934
+ type: "address",
935
+ },
936
+ {
937
+ internalType: "uint256",
938
+ name: "exactYtIn",
939
+ type: "uint256",
940
+ },
941
+ ],
942
+ name: "swapExactYtForPtStatic",
943
+ outputs: [
944
+ {
945
+ internalType: "uint256",
946
+ name: "netPtOut",
947
+ type: "uint256",
948
+ },
949
+ {
950
+ internalType: "uint256",
951
+ name: "totalPtSwapped",
952
+ type: "uint256",
953
+ },
954
+ {
955
+ internalType: "uint256",
956
+ name: "netSyFee",
957
+ type: "uint256",
958
+ },
959
+ {
960
+ internalType: "uint256",
961
+ name: "priceImpact",
962
+ type: "uint256",
963
+ },
964
+ {
965
+ internalType: "uint256",
966
+ name: "exchangeRateAfter",
967
+ type: "uint256",
968
+ },
969
+ ],
970
+ stateMutability: "view",
971
+ type: "function",
972
+ },
973
+ {
974
+ inputs: [
975
+ {
976
+ internalType: "address",
977
+ name: "market",
978
+ type: "address",
979
+ },
980
+ {
981
+ internalType: "uint256",
982
+ name: "exactYtIn",
983
+ type: "uint256",
984
+ },
985
+ ],
986
+ name: "swapExactYtForSyStatic",
987
+ outputs: [
988
+ {
989
+ internalType: "uint256",
990
+ name: "netSyOut",
991
+ type: "uint256",
992
+ },
993
+ {
994
+ internalType: "uint256",
995
+ name: "netSyFee",
996
+ type: "uint256",
997
+ },
998
+ {
999
+ internalType: "uint256",
1000
+ name: "priceImpact",
1001
+ type: "uint256",
1002
+ },
1003
+ {
1004
+ internalType: "uint256",
1005
+ name: "exchangeRateAfter",
1006
+ type: "uint256",
1007
+ },
1008
+ {
1009
+ internalType: "uint256",
1010
+ name: "netSyOwedInt",
1011
+ type: "uint256",
1012
+ },
1013
+ {
1014
+ internalType: "uint256",
1015
+ name: "netPYToRepaySyOwedInt",
1016
+ type: "uint256",
1017
+ },
1018
+ {
1019
+ internalType: "uint256",
1020
+ name: "netPYToRedeemSyOutInt",
1021
+ type: "uint256",
1022
+ },
1023
+ ],
1024
+ stateMutability: "view",
1025
+ type: "function",
1026
+ },
1027
+ {
1028
+ inputs: [
1029
+ {
1030
+ internalType: "address",
1031
+ name: "market",
1032
+ type: "address",
1033
+ },
1034
+ {
1035
+ internalType: "uint256",
1036
+ name: "exactYtIn",
1037
+ type: "uint256",
1038
+ },
1039
+ {
1040
+ internalType: "address",
1041
+ name: "tokenOut",
1042
+ type: "address",
1043
+ },
1044
+ {
1045
+ internalType: "address",
1046
+ name: "bulk",
1047
+ type: "address",
1048
+ },
1049
+ ],
1050
+ name: "swapExactYtForTokenStatic",
1051
+ outputs: [
1052
+ {
1053
+ internalType: "uint256",
1054
+ name: "netTokenOut",
1055
+ type: "uint256",
1056
+ },
1057
+ {
1058
+ internalType: "uint256",
1059
+ name: "netSyFee",
1060
+ type: "uint256",
1061
+ },
1062
+ {
1063
+ internalType: "uint256",
1064
+ name: "priceImpact",
1065
+ type: "uint256",
1066
+ },
1067
+ {
1068
+ internalType: "uint256",
1069
+ name: "exchangeRateAfter",
1070
+ type: "uint256",
1071
+ },
1072
+ {
1073
+ internalType: "uint256",
1074
+ name: "netSyOut",
1075
+ type: "uint256",
1076
+ },
1077
+ {
1078
+ internalType: "uint256",
1079
+ name: "netSyOwedInt",
1080
+ type: "uint256",
1081
+ },
1082
+ {
1083
+ internalType: "uint256",
1084
+ name: "netPYToRepaySyOwedInt",
1085
+ type: "uint256",
1086
+ },
1087
+ {
1088
+ internalType: "uint256",
1089
+ name: "netPYToRedeemSyOutInt",
1090
+ type: "uint256",
1091
+ },
1092
+ ],
1093
+ stateMutability: "view",
1094
+ type: "function",
1095
+ },
1096
+ {
1097
+ inputs: [
1098
+ {
1099
+ internalType: "address",
1100
+ name: "market",
1101
+ type: "address",
1102
+ },
1103
+ {
1104
+ internalType: "uint256",
1105
+ name: "exactSyOut",
1106
+ type: "uint256",
1107
+ },
1108
+ ],
1109
+ name: "swapPtForExactSyStatic",
1110
+ outputs: [
1111
+ {
1112
+ internalType: "uint256",
1113
+ name: "netPtIn",
1114
+ type: "uint256",
1115
+ },
1116
+ {
1117
+ internalType: "uint256",
1118
+ name: "netSyFee",
1119
+ type: "uint256",
1120
+ },
1121
+ {
1122
+ internalType: "uint256",
1123
+ name: "priceImpact",
1124
+ type: "uint256",
1125
+ },
1126
+ {
1127
+ internalType: "uint256",
1128
+ name: "exchangeRateAfter",
1129
+ type: "uint256",
1130
+ },
1131
+ ],
1132
+ stateMutability: "view",
1133
+ type: "function",
1134
+ },
1135
+ {
1136
+ inputs: [
1137
+ {
1138
+ internalType: "address",
1139
+ name: "market",
1140
+ type: "address",
1141
+ },
1142
+ {
1143
+ internalType: "uint256",
1144
+ name: "exactPtOut",
1145
+ type: "uint256",
1146
+ },
1147
+ ],
1148
+ name: "swapSyForExactPtStatic",
1149
+ outputs: [
1150
+ {
1151
+ internalType: "uint256",
1152
+ name: "netSyIn",
1153
+ type: "uint256",
1154
+ },
1155
+ {
1156
+ internalType: "uint256",
1157
+ name: "netSyFee",
1158
+ type: "uint256",
1159
+ },
1160
+ {
1161
+ internalType: "uint256",
1162
+ name: "priceImpact",
1163
+ type: "uint256",
1164
+ },
1165
+ {
1166
+ internalType: "uint256",
1167
+ name: "exchangeRateAfter",
1168
+ type: "uint256",
1169
+ },
1170
+ ],
1171
+ stateMutability: "view",
1172
+ type: "function",
1173
+ },
1174
+ {
1175
+ inputs: [
1176
+ {
1177
+ internalType: "address",
1178
+ name: "market",
1179
+ type: "address",
1180
+ },
1181
+ {
1182
+ internalType: "uint256",
1183
+ name: "exactYtOut",
1184
+ type: "uint256",
1185
+ },
1186
+ ],
1187
+ name: "swapSyForExactYtStatic",
1188
+ outputs: [
1189
+ {
1190
+ internalType: "uint256",
1191
+ name: "netSyIn",
1192
+ type: "uint256",
1193
+ },
1194
+ {
1195
+ internalType: "uint256",
1196
+ name: "netSyFee",
1197
+ type: "uint256",
1198
+ },
1199
+ {
1200
+ internalType: "uint256",
1201
+ name: "priceImpact",
1202
+ type: "uint256",
1203
+ },
1204
+ {
1205
+ internalType: "uint256",
1206
+ name: "exchangeRateAfter",
1207
+ type: "uint256",
1208
+ },
1209
+ {
1210
+ internalType: "uint256",
1211
+ name: "netSyReceivedInt",
1212
+ type: "uint256",
1213
+ },
1214
+ {
1215
+ internalType: "uint256",
1216
+ name: "totalSyNeedInt",
1217
+ type: "uint256",
1218
+ },
1219
+ ],
1220
+ stateMutability: "view",
1221
+ type: "function",
1222
+ },
1223
+ {
1224
+ inputs: [
1225
+ {
1226
+ internalType: "address",
1227
+ name: "market",
1228
+ type: "address",
1229
+ },
1230
+ {
1231
+ internalType: "uint256",
1232
+ name: "exactSyOut",
1233
+ type: "uint256",
1234
+ },
1235
+ ],
1236
+ name: "swapYtForExactSyStatic",
1237
+ outputs: [
1238
+ {
1239
+ internalType: "uint256",
1240
+ name: "netYtIn",
1241
+ type: "uint256",
1242
+ },
1243
+ {
1244
+ internalType: "uint256",
1245
+ name: "netSyFee",
1246
+ type: "uint256",
1247
+ },
1248
+ {
1249
+ internalType: "uint256",
1250
+ name: "priceImpact",
1251
+ type: "uint256",
1252
+ },
1253
+ {
1254
+ internalType: "uint256",
1255
+ name: "exchangeRateAfter",
1256
+ type: "uint256",
1257
+ },
1258
+ ],
1259
+ stateMutability: "view",
1260
+ type: "function",
1261
+ },
1262
+ ];
1263
+
1264
+ export class IPActionMarketCoreStaticLe1__factory {
1265
+ static readonly abi = _abi;
1266
+ static createInterface(): IPActionMarketCoreStaticLe1Interface {
1267
+ return new utils.Interface(_abi) as IPActionMarketCoreStaticLe1Interface;
1268
+ }
1269
+ static connect(
1270
+ address: string,
1271
+ signerOrProvider: Signer | Provider
1272
+ ): IPActionMarketCoreStaticLe1 {
1273
+ return new Contract(
1274
+ address,
1275
+ _abi,
1276
+ signerOrProvider
1277
+ ) as IPActionMarketCoreStaticLe1;
1278
+ }
1279
+ }