@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
@@ -1,942 +0,0 @@
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
- SYBaseWithDecimals,
9
- SYBaseWithDecimalsInterface,
10
- } from "../SYBaseWithDecimals";
11
-
12
- const _abi = [
13
- {
14
- inputs: [
15
- {
16
- internalType: "uint256",
17
- name: "actualSharesOut",
18
- type: "uint256",
19
- },
20
- {
21
- internalType: "uint256",
22
- name: "requiredSharesOut",
23
- type: "uint256",
24
- },
25
- ],
26
- name: "SYInsufficientSharesOut",
27
- type: "error",
28
- },
29
- {
30
- inputs: [
31
- {
32
- internalType: "uint256",
33
- name: "actualTokenOut",
34
- type: "uint256",
35
- },
36
- {
37
- internalType: "uint256",
38
- name: "requiredTokenOut",
39
- type: "uint256",
40
- },
41
- ],
42
- name: "SYInsufficientTokenOut",
43
- type: "error",
44
- },
45
- {
46
- inputs: [
47
- {
48
- internalType: "address",
49
- name: "token",
50
- type: "address",
51
- },
52
- ],
53
- name: "SYInvalidTokenIn",
54
- type: "error",
55
- },
56
- {
57
- inputs: [
58
- {
59
- internalType: "address",
60
- name: "token",
61
- type: "address",
62
- },
63
- ],
64
- name: "SYInvalidTokenOut",
65
- type: "error",
66
- },
67
- {
68
- inputs: [],
69
- name: "SYZeroDeposit",
70
- type: "error",
71
- },
72
- {
73
- inputs: [],
74
- name: "SYZeroRedeem",
75
- type: "error",
76
- },
77
- {
78
- anonymous: false,
79
- inputs: [
80
- {
81
- indexed: true,
82
- internalType: "address",
83
- name: "owner",
84
- type: "address",
85
- },
86
- {
87
- indexed: true,
88
- internalType: "address",
89
- name: "spender",
90
- type: "address",
91
- },
92
- {
93
- indexed: false,
94
- internalType: "uint256",
95
- name: "value",
96
- type: "uint256",
97
- },
98
- ],
99
- name: "Approval",
100
- type: "event",
101
- },
102
- {
103
- anonymous: false,
104
- inputs: [
105
- {
106
- indexed: true,
107
- internalType: "address",
108
- name: "user",
109
- type: "address",
110
- },
111
- {
112
- indexed: false,
113
- internalType: "address[]",
114
- name: "rewardTokens",
115
- type: "address[]",
116
- },
117
- {
118
- indexed: false,
119
- internalType: "uint256[]",
120
- name: "rewardAmounts",
121
- type: "uint256[]",
122
- },
123
- ],
124
- name: "ClaimRewards",
125
- type: "event",
126
- },
127
- {
128
- anonymous: false,
129
- inputs: [
130
- {
131
- indexed: true,
132
- internalType: "address",
133
- name: "caller",
134
- type: "address",
135
- },
136
- {
137
- indexed: true,
138
- internalType: "address",
139
- name: "receiver",
140
- type: "address",
141
- },
142
- {
143
- indexed: true,
144
- internalType: "address",
145
- name: "tokenIn",
146
- type: "address",
147
- },
148
- {
149
- indexed: false,
150
- internalType: "uint256",
151
- name: "amountDeposited",
152
- type: "uint256",
153
- },
154
- {
155
- indexed: false,
156
- internalType: "uint256",
157
- name: "amountSyOut",
158
- type: "uint256",
159
- },
160
- ],
161
- name: "Deposit",
162
- type: "event",
163
- },
164
- {
165
- anonymous: false,
166
- inputs: [
167
- {
168
- indexed: false,
169
- internalType: "uint8",
170
- name: "version",
171
- type: "uint8",
172
- },
173
- ],
174
- name: "Initialized",
175
- type: "event",
176
- },
177
- {
178
- anonymous: false,
179
- inputs: [
180
- {
181
- indexed: true,
182
- internalType: "address",
183
- name: "previousOwner",
184
- type: "address",
185
- },
186
- {
187
- indexed: true,
188
- internalType: "address",
189
- name: "newOwner",
190
- type: "address",
191
- },
192
- ],
193
- name: "OwnershipTransferred",
194
- type: "event",
195
- },
196
- {
197
- anonymous: false,
198
- inputs: [
199
- {
200
- indexed: false,
201
- internalType: "address",
202
- name: "account",
203
- type: "address",
204
- },
205
- ],
206
- name: "Paused",
207
- type: "event",
208
- },
209
- {
210
- anonymous: false,
211
- inputs: [
212
- {
213
- indexed: true,
214
- internalType: "address",
215
- name: "caller",
216
- type: "address",
217
- },
218
- {
219
- indexed: true,
220
- internalType: "address",
221
- name: "receiver",
222
- type: "address",
223
- },
224
- {
225
- indexed: true,
226
- internalType: "address",
227
- name: "tokenOut",
228
- type: "address",
229
- },
230
- {
231
- indexed: false,
232
- internalType: "uint256",
233
- name: "amountSyToRedeem",
234
- type: "uint256",
235
- },
236
- {
237
- indexed: false,
238
- internalType: "uint256",
239
- name: "amountTokenOut",
240
- type: "uint256",
241
- },
242
- ],
243
- name: "Redeem",
244
- type: "event",
245
- },
246
- {
247
- anonymous: false,
248
- inputs: [
249
- {
250
- indexed: true,
251
- internalType: "address",
252
- name: "from",
253
- type: "address",
254
- },
255
- {
256
- indexed: true,
257
- internalType: "address",
258
- name: "to",
259
- type: "address",
260
- },
261
- {
262
- indexed: false,
263
- internalType: "uint256",
264
- name: "value",
265
- type: "uint256",
266
- },
267
- ],
268
- name: "Transfer",
269
- type: "event",
270
- },
271
- {
272
- anonymous: false,
273
- inputs: [
274
- {
275
- indexed: false,
276
- internalType: "address",
277
- name: "account",
278
- type: "address",
279
- },
280
- ],
281
- name: "Unpaused",
282
- type: "event",
283
- },
284
- {
285
- inputs: [],
286
- name: "DOMAIN_SEPARATOR",
287
- outputs: [
288
- {
289
- internalType: "bytes32",
290
- name: "",
291
- type: "bytes32",
292
- },
293
- ],
294
- stateMutability: "view",
295
- type: "function",
296
- },
297
- {
298
- inputs: [
299
- {
300
- internalType: "address",
301
- name: "",
302
- type: "address",
303
- },
304
- ],
305
- name: "accruedRewards",
306
- outputs: [
307
- {
308
- internalType: "uint256[]",
309
- name: "rewardAmounts",
310
- type: "uint256[]",
311
- },
312
- ],
313
- stateMutability: "view",
314
- type: "function",
315
- },
316
- {
317
- inputs: [
318
- {
319
- internalType: "address",
320
- name: "owner",
321
- type: "address",
322
- },
323
- {
324
- internalType: "address",
325
- name: "spender",
326
- type: "address",
327
- },
328
- ],
329
- name: "allowance",
330
- outputs: [
331
- {
332
- internalType: "uint256",
333
- name: "",
334
- type: "uint256",
335
- },
336
- ],
337
- stateMutability: "view",
338
- type: "function",
339
- },
340
- {
341
- inputs: [
342
- {
343
- internalType: "address",
344
- name: "spender",
345
- type: "address",
346
- },
347
- {
348
- internalType: "uint256",
349
- name: "amount",
350
- type: "uint256",
351
- },
352
- ],
353
- name: "approve",
354
- outputs: [
355
- {
356
- internalType: "bool",
357
- name: "",
358
- type: "bool",
359
- },
360
- ],
361
- stateMutability: "nonpayable",
362
- type: "function",
363
- },
364
- {
365
- inputs: [],
366
- name: "assetInfo",
367
- outputs: [
368
- {
369
- internalType: "enum IStandardizedYield.AssetType",
370
- name: "assetType",
371
- type: "uint8",
372
- },
373
- {
374
- internalType: "address",
375
- name: "assetAddress",
376
- type: "address",
377
- },
378
- {
379
- internalType: "uint8",
380
- name: "assetDecimals",
381
- type: "uint8",
382
- },
383
- ],
384
- stateMutability: "view",
385
- type: "function",
386
- },
387
- {
388
- inputs: [
389
- {
390
- internalType: "address",
391
- name: "account",
392
- type: "address",
393
- },
394
- ],
395
- name: "balanceOf",
396
- outputs: [
397
- {
398
- internalType: "uint256",
399
- name: "",
400
- type: "uint256",
401
- },
402
- ],
403
- stateMutability: "view",
404
- type: "function",
405
- },
406
- {
407
- inputs: [],
408
- name: "claimOwnership",
409
- outputs: [],
410
- stateMutability: "nonpayable",
411
- type: "function",
412
- },
413
- {
414
- inputs: [
415
- {
416
- internalType: "address",
417
- name: "",
418
- type: "address",
419
- },
420
- ],
421
- name: "claimRewards",
422
- outputs: [
423
- {
424
- internalType: "uint256[]",
425
- name: "rewardAmounts",
426
- type: "uint256[]",
427
- },
428
- ],
429
- stateMutability: "nonpayable",
430
- type: "function",
431
- },
432
- {
433
- inputs: [],
434
- name: "decimals",
435
- outputs: [
436
- {
437
- internalType: "uint8",
438
- name: "",
439
- type: "uint8",
440
- },
441
- ],
442
- stateMutability: "view",
443
- type: "function",
444
- },
445
- {
446
- inputs: [
447
- {
448
- internalType: "address",
449
- name: "receiver",
450
- type: "address",
451
- },
452
- {
453
- internalType: "address",
454
- name: "tokenIn",
455
- type: "address",
456
- },
457
- {
458
- internalType: "uint256",
459
- name: "amountTokenToDeposit",
460
- type: "uint256",
461
- },
462
- {
463
- internalType: "uint256",
464
- name: "minSharesOut",
465
- type: "uint256",
466
- },
467
- ],
468
- name: "deposit",
469
- outputs: [
470
- {
471
- internalType: "uint256",
472
- name: "amountSharesOut",
473
- type: "uint256",
474
- },
475
- ],
476
- stateMutability: "payable",
477
- type: "function",
478
- },
479
- {
480
- inputs: [],
481
- name: "exchangeRate",
482
- outputs: [
483
- {
484
- internalType: "uint256",
485
- name: "res",
486
- type: "uint256",
487
- },
488
- ],
489
- stateMutability: "view",
490
- type: "function",
491
- },
492
- {
493
- inputs: [],
494
- name: "getRewardTokens",
495
- outputs: [
496
- {
497
- internalType: "address[]",
498
- name: "rewardTokens",
499
- type: "address[]",
500
- },
501
- ],
502
- stateMutability: "view",
503
- type: "function",
504
- },
505
- {
506
- inputs: [],
507
- name: "getTokensIn",
508
- outputs: [
509
- {
510
- internalType: "address[]",
511
- name: "res",
512
- type: "address[]",
513
- },
514
- ],
515
- stateMutability: "view",
516
- type: "function",
517
- },
518
- {
519
- inputs: [],
520
- name: "getTokensOut",
521
- outputs: [
522
- {
523
- internalType: "address[]",
524
- name: "res",
525
- type: "address[]",
526
- },
527
- ],
528
- stateMutability: "view",
529
- type: "function",
530
- },
531
- {
532
- inputs: [
533
- {
534
- internalType: "address",
535
- name: "token",
536
- type: "address",
537
- },
538
- ],
539
- name: "isValidTokenIn",
540
- outputs: [
541
- {
542
- internalType: "bool",
543
- name: "",
544
- type: "bool",
545
- },
546
- ],
547
- stateMutability: "view",
548
- type: "function",
549
- },
550
- {
551
- inputs: [
552
- {
553
- internalType: "address",
554
- name: "token",
555
- type: "address",
556
- },
557
- ],
558
- name: "isValidTokenOut",
559
- outputs: [
560
- {
561
- internalType: "bool",
562
- name: "",
563
- type: "bool",
564
- },
565
- ],
566
- stateMutability: "view",
567
- type: "function",
568
- },
569
- {
570
- inputs: [],
571
- name: "name",
572
- outputs: [
573
- {
574
- internalType: "string",
575
- name: "",
576
- type: "string",
577
- },
578
- ],
579
- stateMutability: "view",
580
- type: "function",
581
- },
582
- {
583
- inputs: [
584
- {
585
- internalType: "address",
586
- name: "owner",
587
- type: "address",
588
- },
589
- ],
590
- name: "nonces",
591
- outputs: [
592
- {
593
- internalType: "uint256",
594
- name: "",
595
- type: "uint256",
596
- },
597
- ],
598
- stateMutability: "view",
599
- type: "function",
600
- },
601
- {
602
- inputs: [],
603
- name: "owner",
604
- outputs: [
605
- {
606
- internalType: "address",
607
- name: "",
608
- type: "address",
609
- },
610
- ],
611
- stateMutability: "view",
612
- type: "function",
613
- },
614
- {
615
- inputs: [],
616
- name: "pause",
617
- outputs: [],
618
- stateMutability: "nonpayable",
619
- type: "function",
620
- },
621
- {
622
- inputs: [],
623
- name: "paused",
624
- outputs: [
625
- {
626
- internalType: "bool",
627
- name: "",
628
- type: "bool",
629
- },
630
- ],
631
- stateMutability: "view",
632
- type: "function",
633
- },
634
- {
635
- inputs: [],
636
- name: "pendingOwner",
637
- outputs: [
638
- {
639
- internalType: "address",
640
- name: "",
641
- type: "address",
642
- },
643
- ],
644
- stateMutability: "view",
645
- type: "function",
646
- },
647
- {
648
- inputs: [
649
- {
650
- internalType: "address",
651
- name: "owner",
652
- type: "address",
653
- },
654
- {
655
- internalType: "address",
656
- name: "spender",
657
- type: "address",
658
- },
659
- {
660
- internalType: "uint256",
661
- name: "value",
662
- type: "uint256",
663
- },
664
- {
665
- internalType: "uint256",
666
- name: "deadline",
667
- type: "uint256",
668
- },
669
- {
670
- internalType: "uint8",
671
- name: "v",
672
- type: "uint8",
673
- },
674
- {
675
- internalType: "bytes32",
676
- name: "r",
677
- type: "bytes32",
678
- },
679
- {
680
- internalType: "bytes32",
681
- name: "s",
682
- type: "bytes32",
683
- },
684
- ],
685
- name: "permit",
686
- outputs: [],
687
- stateMutability: "nonpayable",
688
- type: "function",
689
- },
690
- {
691
- inputs: [
692
- {
693
- internalType: "address",
694
- name: "tokenIn",
695
- type: "address",
696
- },
697
- {
698
- internalType: "uint256",
699
- name: "amountTokenToDeposit",
700
- type: "uint256",
701
- },
702
- ],
703
- name: "previewDeposit",
704
- outputs: [
705
- {
706
- internalType: "uint256",
707
- name: "amountSharesOut",
708
- type: "uint256",
709
- },
710
- ],
711
- stateMutability: "view",
712
- type: "function",
713
- },
714
- {
715
- inputs: [
716
- {
717
- internalType: "address",
718
- name: "tokenOut",
719
- type: "address",
720
- },
721
- {
722
- internalType: "uint256",
723
- name: "amountSharesToRedeem",
724
- type: "uint256",
725
- },
726
- ],
727
- name: "previewRedeem",
728
- outputs: [
729
- {
730
- internalType: "uint256",
731
- name: "amountTokenOut",
732
- type: "uint256",
733
- },
734
- ],
735
- stateMutability: "view",
736
- type: "function",
737
- },
738
- {
739
- inputs: [
740
- {
741
- internalType: "address",
742
- name: "receiver",
743
- type: "address",
744
- },
745
- {
746
- internalType: "uint256",
747
- name: "amountSharesToRedeem",
748
- type: "uint256",
749
- },
750
- {
751
- internalType: "address",
752
- name: "tokenOut",
753
- type: "address",
754
- },
755
- {
756
- internalType: "uint256",
757
- name: "minTokenOut",
758
- type: "uint256",
759
- },
760
- {
761
- internalType: "bool",
762
- name: "burnFromInternalBalance",
763
- type: "bool",
764
- },
765
- ],
766
- name: "redeem",
767
- outputs: [
768
- {
769
- internalType: "uint256",
770
- name: "amountTokenOut",
771
- type: "uint256",
772
- },
773
- ],
774
- stateMutability: "nonpayable",
775
- type: "function",
776
- },
777
- {
778
- inputs: [],
779
- name: "rewardIndexesCurrent",
780
- outputs: [
781
- {
782
- internalType: "uint256[]",
783
- name: "indexes",
784
- type: "uint256[]",
785
- },
786
- ],
787
- stateMutability: "nonpayable",
788
- type: "function",
789
- },
790
- {
791
- inputs: [],
792
- name: "rewardIndexesStored",
793
- outputs: [
794
- {
795
- internalType: "uint256[]",
796
- name: "indexes",
797
- type: "uint256[]",
798
- },
799
- ],
800
- stateMutability: "view",
801
- type: "function",
802
- },
803
- {
804
- inputs: [],
805
- name: "symbol",
806
- outputs: [
807
- {
808
- internalType: "string",
809
- name: "",
810
- type: "string",
811
- },
812
- ],
813
- stateMutability: "view",
814
- type: "function",
815
- },
816
- {
817
- inputs: [],
818
- name: "totalSupply",
819
- outputs: [
820
- {
821
- internalType: "uint256",
822
- name: "",
823
- type: "uint256",
824
- },
825
- ],
826
- stateMutability: "view",
827
- type: "function",
828
- },
829
- {
830
- inputs: [
831
- {
832
- internalType: "address",
833
- name: "to",
834
- type: "address",
835
- },
836
- {
837
- internalType: "uint256",
838
- name: "amount",
839
- type: "uint256",
840
- },
841
- ],
842
- name: "transfer",
843
- outputs: [
844
- {
845
- internalType: "bool",
846
- name: "",
847
- type: "bool",
848
- },
849
- ],
850
- stateMutability: "nonpayable",
851
- type: "function",
852
- },
853
- {
854
- inputs: [
855
- {
856
- internalType: "address",
857
- name: "from",
858
- type: "address",
859
- },
860
- {
861
- internalType: "address",
862
- name: "to",
863
- type: "address",
864
- },
865
- {
866
- internalType: "uint256",
867
- name: "amount",
868
- type: "uint256",
869
- },
870
- ],
871
- name: "transferFrom",
872
- outputs: [
873
- {
874
- internalType: "bool",
875
- name: "",
876
- type: "bool",
877
- },
878
- ],
879
- stateMutability: "nonpayable",
880
- type: "function",
881
- },
882
- {
883
- inputs: [
884
- {
885
- internalType: "address",
886
- name: "newOwner",
887
- type: "address",
888
- },
889
- {
890
- internalType: "bool",
891
- name: "direct",
892
- type: "bool",
893
- },
894
- {
895
- internalType: "bool",
896
- name: "renounce",
897
- type: "bool",
898
- },
899
- ],
900
- name: "transferOwnership",
901
- outputs: [],
902
- stateMutability: "nonpayable",
903
- type: "function",
904
- },
905
- {
906
- inputs: [],
907
- name: "unpause",
908
- outputs: [],
909
- stateMutability: "nonpayable",
910
- type: "function",
911
- },
912
- {
913
- inputs: [],
914
- name: "yieldToken",
915
- outputs: [
916
- {
917
- internalType: "address",
918
- name: "",
919
- type: "address",
920
- },
921
- ],
922
- stateMutability: "view",
923
- type: "function",
924
- },
925
- {
926
- stateMutability: "payable",
927
- type: "receive",
928
- },
929
- ];
930
-
931
- export class SYBaseWithDecimals__factory {
932
- static readonly abi = _abi;
933
- static createInterface(): SYBaseWithDecimalsInterface {
934
- return new utils.Interface(_abi) as SYBaseWithDecimalsInterface;
935
- }
936
- static connect(
937
- address: string,
938
- signerOrProvider: Signer | Provider
939
- ): SYBaseWithDecimals {
940
- return new Contract(address, _abi, signerOrProvider) as SYBaseWithDecimals;
941
- }
942
- }