@pendle/core-v2 5.11.1-alpha → 5.11.2-alpha

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 (683) hide show
  1. package/deployments/1-core.json +2 -2
  2. package/deployments/999-core.json +11 -11
  3. package/package.json +2 -2
  4. package/typechain-types/AccessControlUpgradeable.ts +369 -0
  5. package/typechain-types/AddressCast.ts +57 -0
  6. package/typechain-types/AggregatorInterface.ts +233 -0
  7. package/typechain-types/AggregatorV2V3Interface.ts +385 -0
  8. package/typechain-types/AggregatorV3Interface.ts +221 -0
  9. package/typechain-types/AutomateReady.ts +102 -0
  10. package/typechain-types/BasePendleBridgedPrincipalToken.ts +1689 -0
  11. package/typechain-types/ContextUpgradeable.ts +68 -0
  12. package/typechain-types/EIP712Upgradeable.ts +144 -0
  13. package/typechain-types/ERC165Upgradeable.ts +113 -0
  14. package/typechain-types/ERC1967Upgrade.ts +97 -0
  15. package/typechain-types/ERC20.ts +417 -0
  16. package/typechain-types/Errors.ts +57 -0
  17. package/typechain-types/FixedPricePTAMM.ts +616 -0
  18. package/typechain-types/IAccessControlUpgradeable.ts +305 -0
  19. package/typechain-types/IAddressProvider.ts +123 -0
  20. package/typechain-types/IAutomate.ts +203 -0
  21. package/typechain-types/IBeacon.ts +87 -0
  22. package/typechain-types/IERC1271.ts +107 -0
  23. package/typechain-types/IERC165.ts +102 -0
  24. package/typechain-types/IERC165Upgradeable.ts +102 -0
  25. package/typechain-types/IERC1822Proxiable.ts +87 -0
  26. package/typechain-types/IERC1967.ts +97 -0
  27. package/typechain-types/IERC20.ts +300 -0
  28. package/typechain-types/IERC20Metadata.ts +339 -0
  29. package/typechain-types/IERC20Permit.ts +175 -0
  30. package/typechain-types/IERC5267Upgradeable.ts +135 -0
  31. package/typechain-types/ILayerZeroEndpoint.ts +256 -0
  32. package/typechain-types/ILayerZeroEndpointV2.ts +2323 -0
  33. package/typechain-types/ILayerZeroReceiver.ts +204 -0
  34. package/typechain-types/IMessageLib.ts +284 -0
  35. package/typechain-types/IMessageLibManager.ts +998 -0
  36. package/typechain-types/IMessagingChannel.ts +539 -0
  37. package/typechain-types/IMessagingComposer.ts +331 -0
  38. package/typechain-types/IMessagingContext.ts +112 -0
  39. package/typechain-types/IOAppCore.ts +223 -0
  40. package/typechain-types/IOAppMsgInspector.ts +104 -0
  41. package/typechain-types/IOAppOptionsType3.ts +178 -0
  42. package/typechain-types/IOAppPreCrimeSimulator.ts +253 -0
  43. package/typechain-types/IOAppReceiver.ts +248 -0
  44. package/typechain-types/IOFT.ts +413 -0
  45. package/typechain-types/IOpsProxyFactory.ts +93 -0
  46. package/typechain-types/IPActionInfoStatic.ts +310 -0
  47. package/typechain-types/IPActionMintRedeemStatic.ts +435 -0
  48. package/typechain-types/IPBridgedPrincipalToken.ts +948 -0
  49. package/typechain-types/IPChainlinkOracleEssential.ts +130 -0
  50. package/typechain-types/IPChainlinkOracleWithQuote.ts +404 -0
  51. package/typechain-types/IPExchangeRateOracle.ts +87 -0
  52. package/typechain-types/IPFeeDistributor.ts +191 -0
  53. package/typechain-types/IPFeeDistributorV2.ts +287 -0
  54. package/typechain-types/IPFixedPricePTAMM.ts +460 -0
  55. package/typechain-types/IPFixedPricePTAMMSwapCallback.ts +116 -0
  56. package/typechain-types/IPGauge.ts +132 -0
  57. package/typechain-types/IPGaugeController.ts +275 -0
  58. package/typechain-types/IPGaugeControllerMainchain.ts +319 -0
  59. package/typechain-types/IPInterestManagerYT.ts +131 -0
  60. package/typechain-types/IPInterestManagerYTV2.ts +117 -0
  61. package/typechain-types/IPMarketFactory.ts +234 -0
  62. package/typechain-types/IPMarketSwapCallback.ts +115 -0
  63. package/typechain-types/IPMerkleDistributor.ts +235 -0
  64. package/typechain-types/IPMiniDiamond.ts +147 -0
  65. package/typechain-types/IPMsgReceiverApp.ts +104 -0
  66. package/typechain-types/IPMsgSendEndpoint.ts +166 -0
  67. package/typechain-types/IPOffchainStorage.ts +146 -0
  68. package/typechain-types/IPPTOFTAdapterFactory.ts +163 -0
  69. package/typechain-types/IPPYLpOracle.ts +400 -0
  70. package/typechain-types/IPPriceFeed.ts +81 -0
  71. package/typechain-types/IPPrincipalToken.ts +501 -0
  72. package/typechain-types/IPReflector.ts +95 -0
  73. package/typechain-types/IPTokenWithSupplyCap.ts +110 -0
  74. package/typechain-types/IPVeToken.ts +201 -0
  75. package/typechain-types/IPYieldContractFactory.ts +370 -0
  76. package/typechain-types/{PendleMarket.ts → IPYieldToken.ts} +315 -605
  77. package/typechain-types/IPYieldTokenV2.ts +901 -0
  78. package/typechain-types/IPossibleSupplyCapInterface.ts +142 -0
  79. package/typechain-types/IPreCrime.ts +225 -0
  80. package/typechain-types/IRedstonePriceFeed.ts +259 -0
  81. package/typechain-types/IRewardManager.ts +108 -0
  82. package/typechain-types/ISendLib.ts +515 -0
  83. package/typechain-types/IStandardizedYield.ts +895 -0
  84. package/typechain-types/ITaskTreasuryUpgradable.ts +160 -0
  85. package/typechain-types/IWETH.ts +380 -0
  86. package/typechain-types/IWstETH.ts +162 -0
  87. package/typechain-types/Initializable.ts +68 -0
  88. package/typechain-types/LegacyNFTHelper.ts +87 -0
  89. package/typechain-types/Multicall2.ts +437 -0
  90. package/typechain-types/NonceManager.ts +209 -0
  91. package/typechain-types/OApp.ts +492 -0
  92. package/typechain-types/OAppCore.ts +314 -0
  93. package/typechain-types/OAppOptionsType3.ts +310 -0
  94. package/typechain-types/OAppPreCrimeSimulator.ts +400 -0
  95. package/typechain-types/OAppReceiver.ts +492 -0
  96. package/typechain-types/OAppSender.ts +314 -0
  97. package/typechain-types/OFT.ts +1675 -0
  98. package/typechain-types/OFTAdapter.ts +1331 -0
  99. package/typechain-types/OFTAdapterImpl.ts +1331 -0
  100. package/typechain-types/OFTCore.ts +1331 -0
  101. package/typechain-types/OracleLib.ts +124 -0
  102. package/typechain-types/{BoringOwnableUpgradeable__deprecated.ts → Ownable.ts} +23 -62
  103. package/typechain-types/PTExpiry.ts +81 -0
  104. package/typechain-types/PendleBridgedPrincipalToken_18Decimals.ts +1689 -0
  105. package/typechain-types/PendleBridgedPrincipalToken_6Decimals.ts +1689 -0
  106. package/typechain-types/PendleBridgedPrincipalToken_8Decimals.ts +1689 -0
  107. package/typechain-types/PendleERC20.ts +339 -0
  108. package/typechain-types/PendleMulticallV1.ts +162 -0
  109. package/typechain-types/PendleMulticallV2.ts +241 -0
  110. package/typechain-types/PendleOffchainStorage.ts +666 -0
  111. package/typechain-types/PendlePTOFTAdapterFactory.ts +294 -0
  112. package/typechain-types/PendlePrincipalToken.ts +510 -0
  113. package/typechain-types/PendleSparkLinearDiscountOracle.ts +213 -0
  114. package/typechain-types/PendleWstETHPriceFeed.ts +148 -0
  115. package/typechain-types/Proxy.ts +57 -0
  116. package/typechain-types/SimulateHelper.ts +153 -0
  117. package/typechain-types/StarNFTV1.ts +880 -0
  118. package/typechain-types/SupplyCapReader.ts +105 -0
  119. package/typechain-types/UUPSUpgradeable.ts +197 -0
  120. package/typechain-types/factories/AccessControlUpgradeable__factory.ts +247 -0
  121. package/typechain-types/factories/AddressCast__factory.ts +71 -0
  122. package/typechain-types/factories/AggregatorInterface__factory.ts +153 -0
  123. package/typechain-types/factories/AggregatorV2V3Interface__factory.ts +268 -0
  124. package/typechain-types/factories/AggregatorV3Interface__factory.ts +141 -0
  125. package/typechain-types/factories/AutomateReady__factory.ts +49 -0
  126. package/typechain-types/factories/BasePendleBridgedPrincipalToken__factory.ts +1548 -0
  127. package/typechain-types/factories/BoringOwnableUpgradeableData__factory.ts +1 -1
  128. package/typechain-types/factories/BoringPYUsdChainlinkAssetOracle__factory.ts +1 -1
  129. package/typechain-types/factories/BoringPYUsdChainlinkSYOracle__factory.ts +1 -1
  130. package/typechain-types/factories/ContextUpgradeable__factory.ts +39 -0
  131. package/typechain-types/factories/EIP712Upgradeable__factory.ts +88 -0
  132. package/typechain-types/factories/ERC165Upgradeable__factory.ts +58 -0
  133. package/typechain-types/factories/ERC1967Upgrade__factory.ts +71 -0
  134. package/typechain-types/factories/ERC20__factory.ts +348 -0
  135. package/typechain-types/factories/Errors__factory.ts +1483 -0
  136. package/typechain-types/factories/FixedPricePTAMM__factory.ts +519 -0
  137. package/typechain-types/factories/IAccessControlUpgradeable__factory.ts +202 -0
  138. package/typechain-types/factories/IAddressProvider__factory.ts +63 -0
  139. package/typechain-types/factories/IAutomate__factory.ts +126 -0
  140. package/typechain-types/factories/IBeacon__factory.ts +36 -0
  141. package/typechain-types/factories/IERC1271__factory.ts +47 -0
  142. package/typechain-types/factories/IERC165Upgradeable__factory.ts +45 -0
  143. package/typechain-types/factories/IERC165__factory.ts +42 -0
  144. package/typechain-types/factories/IERC1822Proxiable__factory.ts +39 -0
  145. package/typechain-types/factories/IERC1967__factory.ts +68 -0
  146. package/typechain-types/factories/IERC20Metadata__factory.ts +248 -0
  147. package/typechain-types/factories/IERC20Permit__factory.ts +98 -0
  148. package/typechain-types/factories/IERC20__factory.ts +203 -0
  149. package/typechain-types/factories/IERC5267Upgradeable__factory.ts +75 -0
  150. package/typechain-types/factories/ILayerZeroEndpointV2__factory.ts +1918 -0
  151. package/typechain-types/factories/ILayerZeroEndpoint__factory.ts +134 -0
  152. package/typechain-types/factories/ILayerZeroReceiver__factory.ts +136 -0
  153. package/typechain-types/factories/IMessageLibManager__factory.ts +661 -0
  154. package/typechain-types/factories/IMessageLib__factory.ts +161 -0
  155. package/typechain-types/factories/IMessagingChannel__factory.ts +388 -0
  156. package/typechain-types/factories/IMessagingComposer__factory.ts +261 -0
  157. package/typechain-types/factories/IMessagingContext__factory.ts +57 -0
  158. package/typechain-types/factories/IOAppCore__factory.ts +160 -0
  159. package/typechain-types/factories/IOAppMsgInspector__factory.ts +66 -0
  160. package/typechain-types/factories/IOAppOptionsType3__factory.ts +126 -0
  161. package/typechain-types/factories/IOAppPreCrimeSimulator__factory.ts +194 -0
  162. package/typechain-types/factories/IOAppReceiver__factory.ts +179 -0
  163. package/typechain-types/factories/IOFT__factory.ts +465 -0
  164. package/typechain-types/factories/IOpsProxyFactory__factory.ts +50 -0
  165. package/typechain-types/factories/IPActionInfoStatic__factory.ts +322 -0
  166. package/typechain-types/factories/IPActionMintRedeemStatic__factory.ts +261 -0
  167. package/typechain-types/factories/IPBridgedPrincipalToken__factory.ts +947 -0
  168. package/typechain-types/factories/IPChainlinkOracleEssential__factory.ts +76 -0
  169. package/typechain-types/factories/IPChainlinkOracleWithQuote__factory.ts +281 -0
  170. package/typechain-types/factories/IPExchangeRateOracle__factory.ts +43 -0
  171. package/typechain-types/factories/IPFeeDistributorV2__factory.ts +184 -0
  172. package/typechain-types/factories/IPFeeDistributor__factory.ts +138 -0
  173. package/typechain-types/factories/IPFixedPricePTAMMSwapCallback__factory.ts +53 -0
  174. package/typechain-types/factories/IPFixedPricePTAMM__factory.ts +317 -0
  175. package/typechain-types/factories/IPGaugeControllerMainchain__factory.ts +202 -0
  176. package/typechain-types/factories/IPGaugeController__factory.ts +175 -0
  177. package/typechain-types/factories/IPGauge__factory.ts +74 -0
  178. package/typechain-types/factories/IPInterestManagerYTV2__factory.ts +59 -0
  179. package/typechain-types/factories/IPInterestManagerYT__factory.ts +63 -0
  180. package/typechain-types/factories/IPMarketFactory__factory.ts +168 -0
  181. package/typechain-types/factories/IPMarketSwapCallback__factory.ts +53 -0
  182. package/typechain-types/factories/IPMerkleDistributor__factory.ts +165 -0
  183. package/typechain-types/factories/IPMiniDiamond__factory.ts +67 -0
  184. package/typechain-types/factories/IPMsgReceiverApp__factory.ts +39 -0
  185. package/typechain-types/factories/IPMsgSendEndpoint__factory.ts +88 -0
  186. package/typechain-types/factories/IPOffchainStorage__factory.ts +82 -0
  187. package/typechain-types/factories/{BoringOwnableUpgradeable__deprecated__factory.ts → IPPTOFTAdapterFactory__factory.ts} +33 -53
  188. package/typechain-types/factories/IPPYLpOracle__factory.ts +227 -0
  189. package/typechain-types/factories/IPPriceFeed__factory.ts +36 -0
  190. package/typechain-types/factories/IPPrincipalToken__factory.ts +362 -0
  191. package/typechain-types/factories/IPReflector__factory.ts +42 -0
  192. package/typechain-types/factories/IPTokenWithSupplyCap__factory.ts +56 -0
  193. package/typechain-types/factories/IPVeToken__factory.ts +116 -0
  194. package/typechain-types/factories/IPYieldContractFactory__factory.ts +285 -0
  195. package/typechain-types/factories/IPYieldTokenV2__factory.ts +694 -0
  196. package/typechain-types/factories/IPYieldToken__factory.ts +693 -0
  197. package/typechain-types/factories/IPossibleSupplyCapInterface__factory.ts +82 -0
  198. package/typechain-types/factories/IPreCrime__factory.ts +200 -0
  199. package/typechain-types/factories/IRedstonePriceFeed__factory.ts +163 -0
  200. package/typechain-types/factories/IRewardManager__factory.ts +55 -0
  201. package/typechain-types/factories/ISendLib__factory.ts +376 -0
  202. package/typechain-types/factories/IStandardizedYield__factory.ts +658 -0
  203. package/typechain-types/factories/ITaskTreasuryUpgradable__factory.ts +76 -0
  204. package/typechain-types/factories/IWETH__factory.ts +261 -0
  205. package/typechain-types/factories/IWstETH__factory.ts +87 -0
  206. package/typechain-types/factories/Initializable__factory.ts +36 -0
  207. package/typechain-types/factories/LegacyNFTHelper__factory.ts +83 -0
  208. package/typechain-types/factories/Multicall2__factory.ts +372 -0
  209. package/typechain-types/factories/NonceManager__factory.ts +149 -0
  210. package/typechain-types/factories/OAppCore__factory.ts +212 -0
  211. package/typechain-types/factories/OAppOptionsType3__factory.ts +202 -0
  212. package/typechain-types/factories/OAppPreCrimeSimulator__factory.ts +296 -0
  213. package/typechain-types/factories/OAppReceiver__factory.ts +379 -0
  214. package/typechain-types/factories/OAppSender__factory.ts +228 -0
  215. package/typechain-types/factories/OApp__factory.ts +392 -0
  216. package/typechain-types/factories/OFTAdapterImpl__factory.ts +1334 -0
  217. package/typechain-types/factories/OFTAdapter__factory.ts +1256 -0
  218. package/typechain-types/factories/OFTCore__factory.ts +1256 -0
  219. package/typechain-types/factories/OFT__factory.ts +1523 -0
  220. package/typechain-types/factories/OracleLib__factory.ts +150 -0
  221. package/typechain-types/factories/Ownable__factory.ts +75 -0
  222. package/typechain-types/factories/PTExpiry__factory.ts +36 -0
  223. package/typechain-types/factories/PendleBridgedPrincipalToken_18Decimals__factory.ts +1652 -0
  224. package/typechain-types/factories/PendleBridgedPrincipalToken_6Decimals__factory.ts +1650 -0
  225. package/typechain-types/factories/PendleBridgedPrincipalToken_8Decimals__factory.ts +1650 -0
  226. package/typechain-types/factories/PendleChainlinkOracleFactory__factory.ts +1 -1
  227. package/typechain-types/factories/PendleChainlinkOracleWithQuote__factory.ts +1 -1
  228. package/typechain-types/factories/PendleChainlinkOracle__factory.ts +1 -1
  229. package/typechain-types/factories/PendleERC20__factory.ts +327 -0
  230. package/typechain-types/factories/PendleMulticallV1__factory.ts +142 -0
  231. package/typechain-types/factories/PendleMulticallV2__factory.ts +212 -0
  232. package/typechain-types/factories/PendleOffchainStorage__factory.ts +492 -0
  233. package/typechain-types/factories/PendlePTOFTAdapterFactory__factory.ts +253 -0
  234. package/typechain-types/factories/PendlePrincipalToken__factory.ts +489 -0
  235. package/typechain-types/factories/PendleRedStoneRateOracleAdapter__factory.ts +1 -1
  236. package/typechain-types/factories/PendleSparkLinearDiscountOracle__factory.ts +209 -0
  237. package/typechain-types/factories/PendleWstETHPriceFeed__factory.ts +133 -0
  238. package/typechain-types/factories/Proxy__factory.ts +28 -0
  239. package/typechain-types/factories/SimulateHelper__factory.ts +137 -0
  240. package/typechain-types/factories/StarNFTV1__factory.ts +584 -0
  241. package/typechain-types/factories/SupplyCapReader__factory.ts +88 -0
  242. package/typechain-types/factories/UUPSUpgradeable__factory.ts +115 -0
  243. package/typechain-types/hardhat.d.ts +351 -0
  244. package/typechain-types/index.ts +78 -2
  245. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiveEndpointUpg.sol/PendleMsgReceiveEndpointUpg.dbg.json +0 -4
  246. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiveEndpointUpg.sol/PendleMsgReceiveEndpointUpg.json +0 -378
  247. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiverAppUpg.sol/PendleMsgReceiverAppUpg.dbg.json +0 -4
  248. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiverAppUpg.sol/PendleMsgReceiverAppUpg.json +0 -48
  249. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgSendEndpointUpg.sol/PendleMsgSendEndpointUpg.dbg.json +0 -4
  250. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgSendEndpointUpg.sol/PendleMsgSendEndpointUpg.json +0 -396
  251. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgSenderAppUpg.sol/PendleMsgSenderAppUpg.dbg.json +0 -4
  252. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgSenderAppUpg.sol/PendleMsgSenderAppUpg.json +0 -174
  253. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/libraries/ExcessivelySafeCall.sol/ExcessivelySafeCall.dbg.json +0 -4
  254. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/libraries/ExcessivelySafeCall.sol/ExcessivelySafeCall.json +0 -10
  255. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/libraries/LayerZeroHelper.sol/LayerZeroHelper.dbg.json +0 -4
  256. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/libraries/LayerZeroHelper.sol/LayerZeroHelper.json +0 -10
  257. package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerBaseUpg.sol/PendleGaugeControllerBaseUpg.dbg.json +0 -4
  258. package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerBaseUpg.sol/PendleGaugeControllerBaseUpg.json +0 -438
  259. package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerMainchainUpg.sol/PendleGaugeControllerMainchainUpg.dbg.json +0 -4
  260. package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerMainchainUpg.sol/PendleGaugeControllerMainchainUpg.json +0 -539
  261. package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerSidechainUpg.sol/PendleGaugeControllerSidechainUpg.dbg.json +0 -4
  262. package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerSidechainUpg.sol/PendleGaugeControllerSidechainUpg.json +0 -529
  263. package/build/artifacts/contracts/LiquidityMining/PendleMerkleDistributor.sol/PendleMerkleDistributor.dbg.json +0 -4
  264. package/build/artifacts/contracts/LiquidityMining/PendleMerkleDistributor.sol/PendleMerkleDistributor.json +0 -432
  265. package/build/artifacts/contracts/LiquidityMining/PendleMultiTokenMerkleDistributor.sol/PendleMultiTokenMerkleDistributor.dbg.json +0 -4
  266. package/build/artifacts/contracts/LiquidityMining/PendleMultiTokenMerkleDistributor.sol/PendleMultiTokenMerkleDistributor.json +0 -468
  267. package/build/artifacts/contracts/LiquidityMining/VotingController/PendleVotingControllerUpg.sol/PendleVotingControllerUpg.dbg.json +0 -4
  268. package/build/artifacts/contracts/LiquidityMining/VotingController/PendleVotingControllerUpg.sol/PendleVotingControllerUpg.json +0 -1204
  269. package/build/artifacts/contracts/LiquidityMining/VotingController/VotingControllerStorageUpg.sol/VotingControllerStorageUpg.dbg.json +0 -4
  270. package/build/artifacts/contracts/LiquidityMining/VotingController/VotingControllerStorageUpg.sol/VotingControllerStorageUpg.json +0 -681
  271. package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleMainchain.sol/VotingEscrowPendleMainchain.dbg.json +0 -4
  272. package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleMainchain.sol/VotingEscrowPendleMainchain.json +0 -776
  273. package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleSidechain.sol/VotingEscrowPendleSidechain.dbg.json +0 -4
  274. package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleSidechain.sol/VotingEscrowPendleSidechain.json +0 -390
  275. package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowTokenBase.sol/VotingEscrowTokenBase.dbg.json +0 -4
  276. package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowTokenBase.sol/VotingEscrowTokenBase.json +0 -143
  277. package/build/artifacts/contracts/LiquidityMining/libraries/VeBalanceLib.sol/VeBalanceLib.dbg.json +0 -4
  278. package/build/artifacts/contracts/LiquidityMining/libraries/VeBalanceLib.sol/VeBalanceLib.json +0 -10
  279. package/build/artifacts/contracts/LiquidityMining/libraries/VeHistoryLib.sol/CheckpointHelper.dbg.json +0 -4
  280. package/build/artifacts/contracts/LiquidityMining/libraries/VeHistoryLib.sol/CheckpointHelper.json +0 -10
  281. package/build/artifacts/contracts/LiquidityMining/libraries/VeHistoryLib.sol/Checkpoints.dbg.json +0 -4
  282. package/build/artifacts/contracts/LiquidityMining/libraries/VeHistoryLib.sol/Checkpoints.json +0 -10
  283. package/build/artifacts/contracts/LiquidityMining/libraries/WeekMath.sol/WeekMath.dbg.json +0 -4
  284. package/build/artifacts/contracts/LiquidityMining/libraries/WeekMath.sol/WeekMath.json +0 -10
  285. package/build/artifacts/contracts/core/Market/MarketMathCore.sol/MarketMathCore.dbg.json +0 -4
  286. package/build/artifacts/contracts/core/Market/MarketMathCore.sol/MarketMathCore.json +0 -10
  287. package/build/artifacts/contracts/core/Market/OracleLib.sol/OracleLib.dbg.json +0 -4
  288. package/build/artifacts/contracts/core/Market/OracleLib.sol/OracleLib.json +0 -100
  289. package/build/artifacts/contracts/core/Market/PendleGauge.sol/PendleGauge.dbg.json +0 -4
  290. package/build/artifacts/contracts/core/Market/PendleGauge.sol/PendleGauge.json +0 -128
  291. package/build/artifacts/contracts/core/Market/v3/PendleMarketFactoryV3.sol/PendleMarketFactoryV3.dbg.json +0 -4
  292. package/build/artifacts/contracts/core/Market/v3/PendleMarketFactoryV3.sol/PendleMarketFactoryV3.json +0 -610
  293. package/build/artifacts/contracts/core/Market/v3/PendleMarketV3.sol/PendleMarketV3.dbg.json +0 -4
  294. package/build/artifacts/contracts/core/Market/v3/PendleMarketV3.sol/PendleMarketV3.json +0 -1131
  295. package/build/artifacts/contracts/core/RewardManager/RewardManager.sol/RewardManager.dbg.json +0 -4
  296. package/build/artifacts/contracts/core/RewardManager/RewardManager.sol/RewardManager.json +0 -77
  297. package/build/artifacts/contracts/core/RewardManager/RewardManagerAbstract.sol/RewardManagerAbstract.dbg.json +0 -4
  298. package/build/artifacts/contracts/core/RewardManager/RewardManagerAbstract.sol/RewardManagerAbstract.json +0 -40
  299. package/build/artifacts/contracts/core/StandardizedYield/PYIndex.sol/PYIndexLib.dbg.json +0 -4
  300. package/build/artifacts/contracts/core/StandardizedYield/PYIndex.sol/PYIndexLib.json +0 -10
  301. package/build/artifacts/contracts/core/StandardizedYield/SYUtils.sol/SYUtils.dbg.json +0 -4
  302. package/build/artifacts/contracts/core/StandardizedYield/SYUtils.sol/SYUtils.json +0 -10
  303. package/build/artifacts/contracts/core/YieldContracts/InterestManagerYT.sol/InterestManagerYT.dbg.json +0 -4
  304. package/build/artifacts/contracts/core/YieldContracts/InterestManagerYT.sol/InterestManagerYT.json +0 -48
  305. package/build/artifacts/contracts/core/YieldContracts/PendlePrincipalToken.sol/PendlePrincipalToken.dbg.json +0 -4
  306. package/build/artifacts/contracts/core/YieldContracts/PendlePrincipalToken.sol/PendlePrincipalToken.json +0 -401
  307. package/build/artifacts/contracts/core/YieldContracts/PendleYieldContractFactory.sol/PendleYieldContractFactory.dbg.json +0 -4
  308. package/build/artifacts/contracts/core/YieldContracts/PendleYieldContractFactory.sol/PendleYieldContractFactory.json +0 -590
  309. package/build/artifacts/contracts/core/YieldContracts/PendleYieldToken.sol/PendleYieldToken.dbg.json +0 -4
  310. package/build/artifacts/contracts/core/YieldContracts/PendleYieldToken.sol/PendleYieldToken.json +0 -886
  311. package/build/artifacts/contracts/core/erc20/PendleERC20.sol/PendleERC20.dbg.json +0 -4
  312. package/build/artifacts/contracts/core/erc20/PendleERC20.sol/PendleERC20.json +0 -254
  313. package/build/artifacts/contracts/core/erc20/PendleERC20Permit.sol/PendleERC20Permit.dbg.json +0 -4
  314. package/build/artifacts/contracts/core/erc20/PendleERC20Permit.sol/PendleERC20Permit.json +0 -394
  315. package/build/artifacts/contracts/core/erc20/PendleERC20PermitUpg.sol/PendleERC20PermitUpg.dbg.json +0 -4
  316. package/build/artifacts/contracts/core/erc20/PendleERC20PermitUpg.sol/PendleERC20PermitUpg.json +0 -370
  317. package/build/artifacts/contracts/core/erc20/PendleERC20Upg.sol/PendleERC20Upg.dbg.json +0 -4
  318. package/build/artifacts/contracts/core/erc20/PendleERC20Upg.sol/PendleERC20Upg.json +0 -246
  319. package/build/artifacts/contracts/core/libraries/ArrayLib.sol/ArrayLib.dbg.json +0 -4
  320. package/build/artifacts/contracts/core/libraries/ArrayLib.sol/ArrayLib.json +0 -10
  321. package/build/artifacts/contracts/core/libraries/BaseSplitCodeFactory.sol/BaseSplitCodeFactory.dbg.json +0 -4
  322. package/build/artifacts/contracts/core/libraries/BaseSplitCodeFactory.sol/BaseSplitCodeFactory.json +0 -10
  323. package/build/artifacts/contracts/core/libraries/BaseSplitCodeFactory.sol/CodeDeployer.dbg.json +0 -4
  324. package/build/artifacts/contracts/core/libraries/BaseSplitCodeFactory.sol/CodeDeployer.json +0 -10
  325. package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeableV2.sol/BoringOwnableUpgradeableData.dbg.json +0 -4
  326. package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeableV2.sol/BoringOwnableUpgradeableData.json +0 -37
  327. package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeableV2.sol/BoringOwnableUpgradeableV2.dbg.json +0 -4
  328. package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeableV2.sol/BoringOwnableUpgradeableV2.json +0 -99
  329. package/build/artifacts/contracts/core/libraries/Errors.sol/Errors.dbg.json +0 -4
  330. package/build/artifacts/contracts/core/libraries/Errors.sol/Errors.json +0 -1436
  331. package/build/artifacts/contracts/core/libraries/ExpiryUtilsLib.sol/ExpiryUtils.dbg.json +0 -4
  332. package/build/artifacts/contracts/core/libraries/ExpiryUtilsLib.sol/ExpiryUtils.json +0 -10
  333. package/build/artifacts/contracts/core/libraries/MiniHelpers.sol/MiniHelpers.dbg.json +0 -4
  334. package/build/artifacts/contracts/core/libraries/MiniHelpers.sol/MiniHelpers.json +0 -10
  335. package/build/artifacts/contracts/core/libraries/StringLib.sol/StringLib.dbg.json +0 -4
  336. package/build/artifacts/contracts/core/libraries/StringLib.sol/StringLib.json +0 -10
  337. package/build/artifacts/contracts/core/libraries/TokenHelper.sol/TokenHelper.dbg.json +0 -4
  338. package/build/artifacts/contracts/core/libraries/TokenHelper.sol/TokenHelper.json +0 -10
  339. package/build/artifacts/contracts/core/libraries/math/LogExpMath.sol/LogExpMath.dbg.json +0 -4
  340. package/build/artifacts/contracts/core/libraries/math/LogExpMath.sol/LogExpMath.json +0 -10
  341. package/build/artifacts/contracts/core/libraries/math/PMath.sol/PMath.dbg.json +0 -4
  342. package/build/artifacts/contracts/core/libraries/math/PMath.sol/PMath.json +0 -10
  343. package/build/artifacts/contracts/deprecated/VeDistributor/PendleFeeDistributor.sol/PendleFeeDistributor.dbg.json +0 -4
  344. package/build/artifacts/contracts/deprecated/VeDistributor/PendleFeeDistributor.sol/PendleFeeDistributor.json +0 -598
  345. package/build/artifacts/contracts/deprecated/VeDistributor/PendleFeeDistributorV2.sol/PendleFeeDistributorV2.dbg.json +0 -4
  346. package/build/artifacts/contracts/deprecated/VeDistributor/PendleFeeDistributorV2.sol/PendleFeeDistributorV2.json +0 -498
  347. package/build/artifacts/contracts/interfaces/IAddressProvider.sol/IAddressProvider.dbg.json +0 -4
  348. package/build/artifacts/contracts/interfaces/IAddressProvider.sol/IAddressProvider.json +0 -48
  349. package/build/artifacts/contracts/interfaces/ILayerZeroEndpoint.sol/ILayerZeroEndpoint.dbg.json +0 -4
  350. package/build/artifacts/contracts/interfaces/ILayerZeroEndpoint.sol/ILayerZeroEndpoint.json +0 -119
  351. package/build/artifacts/contracts/interfaces/ILayerZeroReceiver.sol/ILayerZeroReceiver.dbg.json +0 -4
  352. package/build/artifacts/contracts/interfaces/ILayerZeroReceiver.sol/ILayerZeroReceiver.json +0 -39
  353. package/build/artifacts/contracts/interfaces/IOwnable.sol/IOwnable.dbg.json +0 -4
  354. package/build/artifacts/contracts/interfaces/IOwnable.sol/IOwnable.json +0 -34
  355. package/build/artifacts/contracts/interfaces/IPActionAddRemoveLiqV3.sol/IPActionAddRemoveLiqV3.dbg.json +0 -4
  356. package/build/artifacts/contracts/interfaces/IPActionAddRemoveLiqV3.sol/IPActionAddRemoveLiqV3.json +0 -3402
  357. package/build/artifacts/contracts/interfaces/IPActionCallbackV3.sol/IPActionCallbackV3.dbg.json +0 -4
  358. package/build/artifacts/contracts/interfaces/IPActionCallbackV3.sol/IPActionCallbackV3.json +0 -68
  359. package/build/artifacts/contracts/interfaces/IPActionInfoStatic.sol/IPActionInfoStatic.dbg.json +0 -4
  360. package/build/artifacts/contracts/interfaces/IPActionInfoStatic.sol/IPActionInfoStatic.json +0 -307
  361. package/build/artifacts/contracts/interfaces/IPActionMarketAuxStatic.sol/IPActionMarketAuxStatic.dbg.json +0 -4
  362. package/build/artifacts/contracts/interfaces/IPActionMarketAuxStatic.sol/IPActionMarketAuxStatic.json +0 -603
  363. package/build/artifacts/contracts/interfaces/IPActionMarketCoreStatic.sol/IPActionMarketCoreStatic.dbg.json +0 -4
  364. package/build/artifacts/contracts/interfaces/IPActionMarketCoreStatic.sol/IPActionMarketCoreStatic.json +0 -1281
  365. package/build/artifacts/contracts/interfaces/IPActionMintRedeemStatic.sol/IPActionMintRedeemStatic.dbg.json +0 -4
  366. package/build/artifacts/contracts/interfaces/IPActionMintRedeemStatic.sol/IPActionMintRedeemStatic.json +0 -242
  367. package/build/artifacts/contracts/interfaces/IPActionMiscV3.sol/IPActionMiscV3.dbg.json +0 -4
  368. package/build/artifacts/contracts/interfaces/IPActionMiscV3.sol/IPActionMiscV3.json +0 -2990
  369. package/build/artifacts/contracts/interfaces/IPActionSimple.sol/IPActionSimple.dbg.json +0 -4
  370. package/build/artifacts/contracts/interfaces/IPActionSimple.sol/IPActionSimple.json +0 -1825
  371. package/build/artifacts/contracts/interfaces/IPActionStorageStatic.sol/IPActionStorageStatic.dbg.json +0 -4
  372. package/build/artifacts/contracts/interfaces/IPActionStorageStatic.sol/IPActionStorageStatic.json +0 -1479
  373. package/build/artifacts/contracts/interfaces/IPActionStorageV4.sol/IPActionStorageV4.dbg.json +0 -4
  374. package/build/artifacts/contracts/interfaces/IPActionStorageV4.sol/IPActionStorageV4.json +0 -1451
  375. package/build/artifacts/contracts/interfaces/IPActionSwapPTV3.sol/IPActionSwapPTV3.dbg.json +0 -4
  376. package/build/artifacts/contracts/interfaces/IPActionSwapPTV3.sol/IPActionSwapPTV3.json +0 -2439
  377. package/build/artifacts/contracts/interfaces/IPActionSwapYTV3.sol/IPActionSwapYTV3.dbg.json +0 -4
  378. package/build/artifacts/contracts/interfaces/IPActionSwapYTV3.sol/IPActionSwapYTV3.json +0 -2439
  379. package/build/artifacts/contracts/interfaces/IPActionVePendleStatic.sol/IPActionVePendleStatic.dbg.json +0 -4
  380. package/build/artifacts/contracts/interfaces/IPActionVePendleStatic.sol/IPActionVePendleStatic.json +0 -40
  381. package/build/artifacts/contracts/interfaces/IPAllActionV3.sol/IPAllActionV3.dbg.json +0 -4
  382. package/build/artifacts/contracts/interfaces/IPAllActionV3.sol/IPAllActionV3.json +0 -7848
  383. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionAddRemoveLiqV3Events.dbg.json +0 -4
  384. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionAddRemoveLiqV3Events.json +0 -563
  385. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionMiscV3Events.dbg.json +0 -4
  386. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionMiscV3Events.json +0 -589
  387. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionStorageEvents.dbg.json +0 -4
  388. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionStorageEvents.json +0 -49
  389. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionSwapPTV3Events.dbg.json +0 -4
  390. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionSwapPTV3Events.json +0 -97
  391. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionSwapYTV3Events.dbg.json +0 -4
  392. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionSwapYTV3Events.json +0 -97
  393. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPAllEventsV3.dbg.json +0 -4
  394. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPAllEventsV3.json +0 -1351
  395. package/build/artifacts/contracts/interfaces/IPChainlinkOracle.sol/IPChainlinkOracle.dbg.json +0 -4
  396. package/build/artifacts/contracts/interfaces/IPChainlinkOracle.sol/IPChainlinkOracle.json +0 -122
  397. package/build/artifacts/contracts/interfaces/IPChainlinkOracleFactory.sol/IPChainlinkOracleFactory.dbg.json +0 -4
  398. package/build/artifacts/contracts/interfaces/IPChainlinkOracleFactory.sol/IPChainlinkOracleFactory.json +0 -91
  399. package/build/artifacts/contracts/interfaces/IPChainlinkOracleWithQuote.sol/IPChainlinkOracleWithQuote.dbg.json +0 -4
  400. package/build/artifacts/contracts/interfaces/IPChainlinkOracleWithQuote.sol/IPChainlinkOracleWithQuote.json +0 -262
  401. package/build/artifacts/contracts/interfaces/IPCommonPoolDeployHelperV2.sol/IPCommonPoolDeployHelperV2.dbg.json +0 -4
  402. package/build/artifacts/contracts/interfaces/IPCommonPoolDeployHelperV2.sol/IPCommonPoolDeployHelperV2.json +0 -426
  403. package/build/artifacts/contracts/interfaces/IPCommonSYFactory.sol/IPCommonSYFactory.dbg.json +0 -4
  404. package/build/artifacts/contracts/interfaces/IPCommonSYFactory.sol/IPCommonSYFactory.json +0 -74
  405. package/build/artifacts/contracts/interfaces/IPExchangeRateOracle.sol/IPExchangeRateOracle.dbg.json +0 -4
  406. package/build/artifacts/contracts/interfaces/IPExchangeRateOracle.sol/IPExchangeRateOracle.json +0 -24
  407. package/build/artifacts/contracts/interfaces/IPFeeDistributor.sol/IPFeeDistributor.dbg.json +0 -4
  408. package/build/artifacts/contracts/interfaces/IPFeeDistributor.sol/IPFeeDistributor.json +0 -123
  409. package/build/artifacts/contracts/interfaces/IPFeeDistributorV2.sol/IPFeeDistributorV2.dbg.json +0 -4
  410. package/build/artifacts/contracts/interfaces/IPFeeDistributorV2.sol/IPFeeDistributorV2.json +0 -169
  411. package/build/artifacts/contracts/interfaces/IPGauge.sol/IPGauge.dbg.json +0 -4
  412. package/build/artifacts/contracts/interfaces/IPGauge.sol/IPGauge.json +0 -62
  413. package/build/artifacts/contracts/interfaces/IPGaugeController.sol/IPGaugeController.dbg.json +0 -4
  414. package/build/artifacts/contracts/interfaces/IPGaugeController.sol/IPGaugeController.json +0 -160
  415. package/build/artifacts/contracts/interfaces/IPGaugeControllerMainchain.sol/IPGaugeControllerMainchain.dbg.json +0 -4
  416. package/build/artifacts/contracts/interfaces/IPGaugeControllerMainchain.sol/IPGaugeControllerMainchain.json +0 -183
  417. package/build/artifacts/contracts/interfaces/IPGovernanceProxy.sol/IPGovernanceProxy.dbg.json +0 -4
  418. package/build/artifacts/contracts/interfaces/IPGovernanceProxy.sol/IPGovernanceProxy.json +0 -137
  419. package/build/artifacts/contracts/interfaces/IPInterestManagerYT.sol/IPInterestManagerYT.dbg.json +0 -4
  420. package/build/artifacts/contracts/interfaces/IPInterestManagerYT.sol/IPInterestManagerYT.json +0 -48
  421. package/build/artifacts/contracts/interfaces/IPInterestManagerYTV2.sol/IPInterestManagerYTV2.dbg.json +0 -4
  422. package/build/artifacts/contracts/interfaces/IPInterestManagerYTV2.sol/IPInterestManagerYTV2.json +0 -40
  423. package/build/artifacts/contracts/interfaces/IPLPWrapperFactory.sol/IPLPWrapperFactory.dbg.json +0 -4
  424. package/build/artifacts/contracts/interfaces/IPLPWrapperFactory.sol/IPLPWrapperFactory.json +0 -56
  425. package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitOrderType.dbg.json +0 -4
  426. package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitOrderType.json +0 -10
  427. package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouter.dbg.json +0 -4
  428. package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouter.json +0 -736
  429. package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouterCallback.dbg.json +0 -4
  430. package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouterCallback.json +0 -45
  431. package/build/artifacts/contracts/interfaces/IPMarket.sol/IPMarket.dbg.json +0 -4
  432. package/build/artifacts/contracts/interfaces/IPMarket.sol/IPMarket.json +0 -820
  433. package/build/artifacts/contracts/interfaces/IPMarketFactory.sol/IPMarketFactory.dbg.json +0 -4
  434. package/build/artifacts/contracts/interfaces/IPMarketFactory.sol/IPMarketFactory.json +0 -153
  435. package/build/artifacts/contracts/interfaces/IPMarketFactoryV3.sol/IPMarketFactoryV3.dbg.json +0 -4
  436. package/build/artifacts/contracts/interfaces/IPMarketFactoryV3.sol/IPMarketFactoryV3.json +0 -202
  437. package/build/artifacts/contracts/interfaces/IPMarketSwapCallback.sol/IPMarketSwapCallback.dbg.json +0 -4
  438. package/build/artifacts/contracts/interfaces/IPMarketSwapCallback.sol/IPMarketSwapCallback.json +0 -34
  439. package/build/artifacts/contracts/interfaces/IPMarketV3.sol/IPMarketV3.dbg.json +0 -4
  440. package/build/artifacts/contracts/interfaces/IPMarketV3.sol/IPMarketV3.json +0 -833
  441. package/build/artifacts/contracts/interfaces/IPMerkleDistributor.sol/IPMerkleDistributor.dbg.json +0 -4
  442. package/build/artifacts/contracts/interfaces/IPMerkleDistributor.sol/IPMerkleDistributor.json +0 -150
  443. package/build/artifacts/contracts/interfaces/IPMiniDiamond.sol/IPMiniDiamond.dbg.json +0 -4
  444. package/build/artifacts/contracts/interfaces/IPMiniDiamond.sol/IPMiniDiamond.json +0 -55
  445. package/build/artifacts/contracts/interfaces/IPMsgReceiverApp.sol/IPMsgReceiverApp.dbg.json +0 -4
  446. package/build/artifacts/contracts/interfaces/IPMsgReceiverApp.sol/IPMsgReceiverApp.json +0 -24
  447. package/build/artifacts/contracts/interfaces/IPMsgSendEndpoint.sol/IPMsgSendEndpoint.dbg.json +0 -4
  448. package/build/artifacts/contracts/interfaces/IPMsgSendEndpoint.sol/IPMsgSendEndpoint.json +0 -73
  449. package/build/artifacts/contracts/interfaces/IPMultiTokenMerkleDistributor.sol/IPMultiTokenMerkleDistributor.dbg.json +0 -4
  450. package/build/artifacts/contracts/interfaces/IPMultiTokenMerkleDistributor.sol/IPMultiTokenMerkleDistributor.json +0 -251
  451. package/build/artifacts/contracts/interfaces/IPOffchainStorage.sol/IPOffchainStorage.dbg.json +0 -4
  452. package/build/artifacts/contracts/interfaces/IPOffchainStorage.sol/IPOffchainStorage.json +0 -67
  453. package/build/artifacts/contracts/interfaces/IPOracleForSy.sol/IPOracleForSy.dbg.json +0 -4
  454. package/build/artifacts/contracts/interfaces/IPOracleForSy.sol/IPOracleForSy.json +0 -24
  455. package/build/artifacts/contracts/interfaces/IPPYLpOracle.sol/IPPYLpOracle.dbg.json +0 -4
  456. package/build/artifacts/contracts/interfaces/IPPYLpOracle.sol/IPPYLpOracle.json +0 -215
  457. package/build/artifacts/contracts/interfaces/IPPausingInterface.sol/IPPausingInterface.dbg.json +0 -4
  458. package/build/artifacts/contracts/interfaces/IPPausingInterface.sol/IPPausingInterface.json +0 -38
  459. package/build/artifacts/contracts/interfaces/IPPoolDeployHelperV2.sol/IPPoolDeployHelperV2.dbg.json +0 -4
  460. package/build/artifacts/contracts/interfaces/IPPoolDeployHelperV2.sol/IPPoolDeployHelperV2.json +0 -162
  461. package/build/artifacts/contracts/interfaces/IPPriceFeed.sol/IPPriceFeed.dbg.json +0 -4
  462. package/build/artifacts/contracts/interfaces/IPPriceFeed.sol/IPPriceFeed.json +0 -24
  463. package/build/artifacts/contracts/interfaces/IPPrincipalToken.sol/IPPrincipalToken.dbg.json +0 -4
  464. package/build/artifacts/contracts/interfaces/IPPrincipalToken.sol/IPPrincipalToken.json +0 -347
  465. package/build/artifacts/contracts/interfaces/IPReflector.sol/IPReflector.dbg.json +0 -4
  466. package/build/artifacts/contracts/interfaces/IPReflector.sol/IPReflector.json +0 -30
  467. package/build/artifacts/contracts/interfaces/IPRouterStatic.sol/IPRouterStatic.dbg.json +0 -4
  468. package/build/artifacts/contracts/interfaces/IPRouterStatic.sol/IPRouterStatic.json +0 -3941
  469. package/build/artifacts/contracts/interfaces/IPTokenWithSupplyCap.sol/IPTokenWithSupplyCap.dbg.json +0 -4
  470. package/build/artifacts/contracts/interfaces/IPTokenWithSupplyCap.sol/IPTokenWithSupplyCap.json +0 -37
  471. package/build/artifacts/contracts/interfaces/IPVeToken.sol/IPVeToken.dbg.json +0 -4
  472. package/build/artifacts/contracts/interfaces/IPVeToken.sol/IPVeToken.json +0 -104
  473. package/build/artifacts/contracts/interfaces/IPVotingController.sol/IPVotingController.dbg.json +0 -4
  474. package/build/artifacts/contracts/interfaces/IPVotingController.sol/IPVotingController.json +0 -348
  475. package/build/artifacts/contracts/interfaces/IPVotingEscrowMainchain.sol/IPVotingEscrowMainchain.dbg.json +0 -4
  476. package/build/artifacts/contracts/interfaces/IPVotingEscrowMainchain.sol/IPVotingEscrowMainchain.json +0 -321
  477. package/build/artifacts/contracts/interfaces/IPYieldContractFactory.sol/IPYieldContractFactory.dbg.json +0 -4
  478. package/build/artifacts/contracts/interfaces/IPYieldContractFactory.sol/IPYieldContractFactory.json +0 -266
  479. package/build/artifacts/contracts/interfaces/IPYieldToken.sol/IPYieldToken.dbg.json +0 -4
  480. package/build/artifacts/contracts/interfaces/IPYieldToken.sol/IPYieldToken.json +0 -681
  481. package/build/artifacts/contracts/interfaces/IPYieldTokenV2.sol/IPYieldTokenV2.dbg.json +0 -4
  482. package/build/artifacts/contracts/interfaces/IPYieldTokenV2.sol/IPYieldTokenV2.json +0 -679
  483. package/build/artifacts/contracts/interfaces/IRedstonePriceFeed.sol/IRedstonePriceFeed.dbg.json +0 -4
  484. package/build/artifacts/contracts/interfaces/IRedstonePriceFeed.sol/IRedstonePriceFeed.json +0 -148
  485. package/build/artifacts/contracts/interfaces/IRewardManager.sol/IRewardManager.dbg.json +0 -4
  486. package/build/artifacts/contracts/interfaces/IRewardManager.sol/IRewardManager.json +0 -40
  487. package/build/artifacts/contracts/interfaces/IStandardizedYield.sol/IStandardizedYield.dbg.json +0 -4
  488. package/build/artifacts/contracts/interfaces/IStandardizedYield.sol/IStandardizedYield.json +0 -643
  489. package/build/artifacts/contracts/interfaces/IWETH.sol/IWETH.dbg.json +0 -4
  490. package/build/artifacts/contracts/interfaces/IWETH.sol/IWETH.json +0 -252
  491. package/build/artifacts/contracts/interfaces/IWstETH.sol/IWstETH.dbg.json +0 -4
  492. package/build/artifacts/contracts/interfaces/IWstETH.sol/IWstETH.json +0 -75
  493. package/build/artifacts/contracts/limit/LimitMathCore.sol/LimitMathCore.dbg.json +0 -4
  494. package/build/artifacts/contracts/limit/LimitMathCore.sol/LimitMathCore.json +0 -10
  495. package/build/artifacts/contracts/limit/LimitRouterBase.sol/LimitRouterBase.dbg.json +0 -4
  496. package/build/artifacts/contracts/limit/LimitRouterBase.sol/LimitRouterBase.json +0 -1059
  497. package/build/artifacts/contracts/limit/PendleLimitRouter.sol/PendleLimitRouter.dbg.json +0 -4
  498. package/build/artifacts/contracts/limit/PendleLimitRouter.sol/PendleLimitRouter.json +0 -1086
  499. package/build/artifacts/contracts/limit/helpers/NonceManager.sol/NonceManager.dbg.json +0 -4
  500. package/build/artifacts/contracts/limit/helpers/NonceManager.sol/NonceManager.json +0 -99
  501. package/build/artifacts/contracts/offchain-helpers/AddressProvider.sol/AddressProvider.dbg.json +0 -4
  502. package/build/artifacts/contracts/offchain-helpers/AddressProvider.sol/AddressProvider.json +0 -149
  503. package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/AutomateReady.dbg.json +0 -4
  504. package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/AutomateReady.json +0 -37
  505. package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/IAutomate.dbg.json +0 -4
  506. package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/IAutomate.json +0 -114
  507. package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/IOpsProxyFactory.dbg.json +0 -4
  508. package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/IOpsProxyFactory.json +0 -35
  509. package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/ITaskTreasuryUpgradable.dbg.json +0 -4
  510. package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/ITaskTreasuryUpgradable.json +0 -57
  511. package/build/artifacts/contracts/offchain-helpers/BalanceReader.sol/BalanceReader.dbg.json +0 -4
  512. package/build/artifacts/contracts/offchain-helpers/BalanceReader.sol/BalanceReader.json +0 -303
  513. package/build/artifacts/contracts/offchain-helpers/BaseSplitCodeFactoryContract.sol/BaseSplitCodeFactoryContract.dbg.json +0 -4
  514. package/build/artifacts/contracts/offchain-helpers/BaseSplitCodeFactoryContract.sol/BaseSplitCodeFactoryContract.json +0 -180
  515. package/build/artifacts/contracts/offchain-helpers/Broadcaster.sol/Broadcaster.dbg.json +0 -4
  516. package/build/artifacts/contracts/offchain-helpers/Broadcaster.sol/Broadcaster.json +0 -262
  517. package/build/artifacts/contracts/offchain-helpers/BytesLib.sol/BytesLib.dbg.json +0 -4
  518. package/build/artifacts/contracts/offchain-helpers/BytesLib.sol/BytesLib.json +0 -10
  519. package/build/artifacts/contracts/offchain-helpers/EmptyUUPS.sol/EmptyUUPS.dbg.json +0 -4
  520. package/build/artifacts/contracts/offchain-helpers/EmptyUUPS.sol/EmptyUUPS.json +0 -206
  521. package/build/artifacts/contracts/offchain-helpers/ExpiredLpPtRedeemer.sol/ExpiredLpPtRedeemer.dbg.json +0 -4
  522. package/build/artifacts/contracts/offchain-helpers/ExpiredLpPtRedeemer.sol/ExpiredLpPtRedeemer.json +0 -300
  523. package/build/artifacts/contracts/offchain-helpers/LegacyNFTHelper.sol/LegacyNFTHelper.dbg.json +0 -4
  524. package/build/artifacts/contracts/offchain-helpers/LegacyNFTHelper.sol/LegacyNFTHelper.json +0 -30
  525. package/build/artifacts/contracts/offchain-helpers/LegacyNFTHelper.sol/StarNFTV1.dbg.json +0 -4
  526. package/build/artifacts/contracts/offchain-helpers/LegacyNFTHelper.sol/StarNFTV1.json +0 -572
  527. package/build/artifacts/contracts/offchain-helpers/LimitBackendHelper.sol/LimitBackendHelper.dbg.json +0 -4
  528. package/build/artifacts/contracts/offchain-helpers/LimitBackendHelper.sol/LimitBackendHelper.json +0 -174
  529. package/build/artifacts/contracts/offchain-helpers/Multicall2.sol/Multicall2.dbg.json +0 -4
  530. package/build/artifacts/contracts/offchain-helpers/Multicall2.sol/Multicall2.json +0 -322
  531. package/build/artifacts/contracts/offchain-helpers/PendleExchangeRateOracle.sol/PendleExchangeRateOracle.dbg.json +0 -4
  532. package/build/artifacts/contracts/offchain-helpers/PendleExchangeRateOracle.sol/PendleExchangeRateOracle.json +0 -307
  533. package/build/artifacts/contracts/offchain-helpers/PendleGovernanceProxy.sol/PendleGovernanceProxy.dbg.json +0 -4
  534. package/build/artifacts/contracts/offchain-helpers/PendleGovernanceProxy.sol/PendleGovernanceProxy.json +0 -496
  535. package/build/artifacts/contracts/offchain-helpers/PendleLPWrapper.sol/PendleLPWrapper.dbg.json +0 -4
  536. package/build/artifacts/contracts/offchain-helpers/PendleLPWrapper.sol/PendleLPWrapper.json +0 -345
  537. package/build/artifacts/contracts/offchain-helpers/PendleLPWrapperFactory.sol/PendleLPWrapperFactory.dbg.json +0 -4
  538. package/build/artifacts/contracts/offchain-helpers/PendleLPWrapperFactory.sol/PendleLPWrapperFactory.json +0 -237
  539. package/build/artifacts/contracts/offchain-helpers/PendleMulticallOwnerV1.sol/PendleMulticallOwnerV1.dbg.json +0 -4
  540. package/build/artifacts/contracts/offchain-helpers/PendleMulticallOwnerV1.sol/PendleMulticallOwnerV1.json +0 -153
  541. package/build/artifacts/contracts/offchain-helpers/PendleMulticallV1.sol/PendleMulticallV1.dbg.json +0 -4
  542. package/build/artifacts/contracts/offchain-helpers/PendleMulticallV1.sol/PendleMulticallV1.json +0 -89
  543. package/build/artifacts/contracts/offchain-helpers/PendleMulticallV2.sol/PendleMulticallV2.dbg.json +0 -4
  544. package/build/artifacts/contracts/offchain-helpers/PendleMulticallV2.sol/PendleMulticallV2.json +0 -159
  545. package/build/artifacts/contracts/offchain-helpers/PendleOffchainStorage.sol/PendleOffchainStorage.dbg.json +0 -4
  546. package/build/artifacts/contracts/offchain-helpers/PendleOffchainStorage.sol/PendleOffchainStorage.json +0 -435
  547. package/build/artifacts/contracts/offchain-helpers/PendleWstETHPriceFeed.sol/PendleWstETHPriceFeed.dbg.json +0 -4
  548. package/build/artifacts/contracts/offchain-helpers/PendleWstETHPriceFeed.sol/PendleWstETHPriceFeed.json +0 -76
  549. package/build/artifacts/contracts/offchain-helpers/SimulateHelper.sol/SimulateHelper.dbg.json +0 -4
  550. package/build/artifacts/contracts/offchain-helpers/SimulateHelper.sol/SimulateHelper.json +0 -84
  551. package/build/artifacts/contracts/offchain-helpers/SupplyCapReader.sol/IPossibleSupplyCapInterface.dbg.json +0 -4
  552. package/build/artifacts/contracts/offchain-helpers/SupplyCapReader.sol/IPossibleSupplyCapInterface.json +0 -63
  553. package/build/artifacts/contracts/offchain-helpers/SupplyCapReader.sol/SupplyCapReader.dbg.json +0 -4
  554. package/build/artifacts/contracts/offchain-helpers/SupplyCapReader.sol/SupplyCapReader.json +0 -35
  555. package/build/artifacts/contracts/offchain-helpers/deploy/PendleCommonPoolDeployHelperV2.sol/PendleCommonPoolDeployHelperV2.dbg.json +0 -4
  556. package/build/artifacts/contracts/offchain-helpers/deploy/PendleCommonPoolDeployHelperV2.sol/PendleCommonPoolDeployHelperV2.json +0 -975
  557. package/build/artifacts/contracts/offchain-helpers/deploy/PendleCommonSYFactory.sol/PendleCommonSYFactory.dbg.json +0 -4
  558. package/build/artifacts/contracts/offchain-helpers/deploy/PendleCommonSYFactory.sol/PendleCommonSYFactory.json +0 -420
  559. package/build/artifacts/contracts/offchain-helpers/deploy/PendlePoolDeployHelper.sol/PendlePoolDeployHelper.dbg.json +0 -4
  560. package/build/artifacts/contracts/offchain-helpers/deploy/PendlePoolDeployHelper.sol/PendlePoolDeployHelper.json +0 -272
  561. package/build/artifacts/contracts/offchain-helpers/deploy/PendlePoolDeployHelperV2.sol/PendlePoolDeployHelperV2.dbg.json +0 -4
  562. package/build/artifacts/contracts/offchain-helpers/deploy/PendlePoolDeployHelperV2.sol/PendlePoolDeployHelperV2.json +0 -235
  563. package/build/artifacts/contracts/offchain-helpers/deploy/lib/MarketDeployLib.sol/MarketDeployLib.dbg.json +0 -4
  564. package/build/artifacts/contracts/offchain-helpers/deploy/lib/MarketDeployLib.sol/MarketDeployLib.json +0 -10
  565. package/build/artifacts/contracts/offchain-helpers/errors/SDKErrorsDirectory.sol/SDKErrorsDirectory.dbg.json +0 -4
  566. package/build/artifacts/contracts/offchain-helpers/errors/SDKErrorsDirectory.sol/SDKErrorsDirectory.json +0 -4030
  567. package/build/artifacts/contracts/offchain-helpers/router-static/PendleRouterStatic.sol/PendleRouterStatic.dbg.json +0 -4
  568. package/build/artifacts/contracts/offchain-helpers/router-static/PendleRouterStatic.sol/PendleRouterStatic.json +0 -35
  569. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionInfoStatic.sol/ActionInfoStatic.dbg.json +0 -4
  570. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionInfoStatic.sol/ActionInfoStatic.json +0 -307
  571. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol/ActionMarketAuxStatic.dbg.json +0 -4
  572. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol/ActionMarketAuxStatic.json +0 -723
  573. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketCoreStatic.sol/ActionMarketCoreStatic.dbg.json +0 -4
  574. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketCoreStatic.sol/ActionMarketCoreStatic.json +0 -1392
  575. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMintRedeemStatic.sol/ActionMintRedeemStatic.dbg.json +0 -4
  576. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMintRedeemStatic.sol/ActionMintRedeemStatic.json +0 -247
  577. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionStorageStatic.sol/ActionStorageStatic.dbg.json +0 -4
  578. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionStorageStatic.sol/ActionStorageStatic.json +0 -1523
  579. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionVePendleStatic.sol/ActionVePendleStatic.dbg.json +0 -4
  580. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionVePendleStatic.sol/ActionVePendleStatic.json +0 -93
  581. package/build/artifacts/contracts/offchain-helpers/router-static/base/MarketApproxLibV1.sol/MarketApproxPtInLibV1.dbg.json +0 -4
  582. package/build/artifacts/contracts/offchain-helpers/router-static/base/MarketApproxLibV1.sol/MarketApproxPtInLibV1.json +0 -10
  583. package/build/artifacts/contracts/offchain-helpers/router-static/base/MarketApproxLibV1.sol/MarketApproxPtOutLibV1.dbg.json +0 -4
  584. package/build/artifacts/contracts/offchain-helpers/router-static/base/MarketApproxLibV1.sol/MarketApproxPtOutLibV1.json +0 -10
  585. package/build/artifacts/contracts/offchain-helpers/router-static/base/StorageLayout.sol/StorageLayout.dbg.json +0 -4
  586. package/build/artifacts/contracts/offchain-helpers/router-static/base/StorageLayout.sol/StorageLayout.json +0 -10
  587. package/build/artifacts/contracts/oracles/PtYtLpOracle/PendleLpOracleLib.sol/PendleLpOracleLib.dbg.json +0 -4
  588. package/build/artifacts/contracts/oracles/PtYtLpOracle/PendleLpOracleLib.sol/PendleLpOracleLib.json +0 -10
  589. package/build/artifacts/contracts/oracles/PtYtLpOracle/PendlePYLpOracle.sol/PendlePYLpOracle.dbg.json +0 -4
  590. package/build/artifacts/contracts/oracles/PtYtLpOracle/PendlePYLpOracle.sol/PendlePYLpOracle.json +0 -427
  591. package/build/artifacts/contracts/oracles/PtYtLpOracle/PendlePYOracleLib.sol/PendlePYOracleLib.dbg.json +0 -4
  592. package/build/artifacts/contracts/oracles/PtYtLpOracle/PendlePYOracleLib.sol/PendlePYOracleLib.json +0 -10
  593. package/build/artifacts/contracts/oracles/PtYtLpOracle/chainlink/PendleChainlinkOracle.sol/PendleChainlinkOracle.dbg.json +0 -4
  594. package/build/artifacts/contracts/oracles/PtYtLpOracle/chainlink/PendleChainlinkOracle.sol/PendleChainlinkOracle.json +0 -274
  595. package/build/artifacts/contracts/oracles/PtYtLpOracle/chainlink/PendleChainlinkOracleFactory.sol/PendleChainlinkOracleFactory.dbg.json +0 -4
  596. package/build/artifacts/contracts/oracles/PtYtLpOracle/chainlink/PendleChainlinkOracleFactory.sol/PendleChainlinkOracleFactory.json +0 -343
  597. package/build/artifacts/contracts/oracles/PtYtLpOracle/chainlink/PendleChainlinkOracleWithQuote.sol/PendleChainlinkOracleWithQuote.dbg.json +0 -4
  598. package/build/artifacts/contracts/oracles/PtYtLpOracle/chainlink/PendleChainlinkOracleWithQuote.sol/PendleChainlinkOracleWithQuote.json +0 -305
  599. package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringLpSeller.sol/BoringLpSeller.dbg.json +0 -4
  600. package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringLpSeller.sol/BoringLpSeller.json +0 -10
  601. package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringPYUsdChainlinkAssetOracle.sol/BoringPYUsdChainlinkAssetOracle.dbg.json +0 -4
  602. package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringPYUsdChainlinkAssetOracle.sol/BoringPYUsdChainlinkAssetOracle.json +0 -183
  603. package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringPYUsdChainlinkSYOracle.sol/BoringPYUsdChainlinkSYOracle.dbg.json +0 -4
  604. package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringPYUsdChainlinkSYOracle.sol/BoringPYUsdChainlinkSYOracle.json +0 -183
  605. package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringPtSeller.sol/BoringPtSeller.dbg.json +0 -4
  606. package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringPtSeller.sol/BoringPtSeller.json +0 -10
  607. package/build/artifacts/contracts/oracles/internal/PendleBoringOneracle.sol/PendleBoringOneracle.dbg.json +0 -4
  608. package/build/artifacts/contracts/oracles/internal/PendleBoringOneracle.sol/PendleBoringOneracle.json +0 -24
  609. package/build/artifacts/contracts/oracles/internal/PendleBoringSolvBTCOneracle.sol/PendleBoringSolvBTCOneracle.dbg.json +0 -4
  610. package/build/artifacts/contracts/oracles/internal/PendleBoringSolvBTCOneracle.sol/PendleBoringSolvBTCOneracle.json +0 -24
  611. package/build/artifacts/contracts/oracles/internal/PendleRedStoneRateOracleAdapter.sol/PendleRedStoneRateOracleAdapter.dbg.json +0 -4
  612. package/build/artifacts/contracts/oracles/internal/PendleRedStoneRateOracleAdapter.sol/PendleRedStoneRateOracleAdapter.json +0 -79
  613. package/build/artifacts/contracts/oracles/internal/PendleSparkLinearDiscountOracle.sol/PTExpiry.dbg.json +0 -4
  614. package/build/artifacts/contracts/oracles/internal/PendleSparkLinearDiscountOracle.sol/PTExpiry.json +0 -24
  615. package/build/artifacts/contracts/oracles/internal/PendleSparkLinearDiscountOracle.sol/PendleSparkLinearDiscountOracle.dbg.json +0 -4
  616. package/build/artifacts/contracts/oracles/internal/PendleSparkLinearDiscountOracle.sol/PendleSparkLinearDiscountOracle.json +0 -131
  617. package/build/artifacts/contracts/oracles/internal/PendleSparkLinearDiscountOracleFactory.sol/PendleSparkLinearDiscountOracleFactory.dbg.json +0 -4
  618. package/build/artifacts/contracts/oracles/internal/PendleSparkLinearDiscountOracleFactory.sol/PendleSparkLinearDiscountOracleFactory.json +0 -84
  619. package/build/artifacts/contracts/router/ActionAddRemoveLiqV3.sol/ActionAddRemoveLiqV3.dbg.json +0 -4
  620. package/build/artifacts/contracts/router/ActionAddRemoveLiqV3.sol/ActionAddRemoveLiqV3.json +0 -3476
  621. package/build/artifacts/contracts/router/ActionCallbackV3.sol/ActionCallbackV3.dbg.json +0 -4
  622. package/build/artifacts/contracts/router/ActionCallbackV3.sol/ActionCallbackV3.json +0 -68
  623. package/build/artifacts/contracts/router/ActionMiscV3.sol/ActionMiscV3.dbg.json +0 -4
  624. package/build/artifacts/contracts/router/ActionMiscV3.sol/ActionMiscV3.json +0 -3006
  625. package/build/artifacts/contracts/router/ActionSimple.sol/ActionSimple.dbg.json +0 -4
  626. package/build/artifacts/contracts/router/ActionSimple.sol/ActionSimple.json +0 -1889
  627. package/build/artifacts/contracts/router/ActionStorageV4.sol/ActionStorageV4.dbg.json +0 -4
  628. package/build/artifacts/contracts/router/ActionStorageV4.sol/ActionStorageV4.json +0 -1451
  629. package/build/artifacts/contracts/router/ActionSwapPTV3.sol/ActionSwapPTV3.dbg.json +0 -4
  630. package/build/artifacts/contracts/router/ActionSwapPTV3.sol/ActionSwapPTV3.json +0 -2503
  631. package/build/artifacts/contracts/router/ActionSwapYTV3.sol/ActionSwapYTV3.dbg.json +0 -4
  632. package/build/artifacts/contracts/router/ActionSwapYTV3.sol/ActionSwapYTV3.json +0 -2503
  633. package/build/artifacts/contracts/router/PendleRouterV4.sol/PendleRouterV4.dbg.json +0 -4
  634. package/build/artifacts/contracts/router/PendleRouterV4.sol/PendleRouterV4.json +0 -35
  635. package/build/artifacts/contracts/router/Reflector.sol/Reflector.dbg.json +0 -4
  636. package/build/artifacts/contracts/router/Reflector.sol/Reflector.json +0 -34
  637. package/build/artifacts/contracts/router/RouterStorage.sol/RouterStorage.dbg.json +0 -4
  638. package/build/artifacts/contracts/router/RouterStorage.sol/RouterStorage.json +0 -10
  639. package/build/artifacts/contracts/router/base/ActionBase.sol/ActionBase.dbg.json +0 -4
  640. package/build/artifacts/contracts/router/base/ActionBase.sol/ActionBase.json +0 -10
  641. package/build/artifacts/contracts/router/base/ActionDelegateBase.sol/ActionDelegateBase.dbg.json +0 -4
  642. package/build/artifacts/contracts/router/base/ActionDelegateBase.sol/ActionDelegateBase.json +0 -10
  643. package/build/artifacts/contracts/router/base/CallbackHelper.sol/CallbackHelper.dbg.json +0 -4
  644. package/build/artifacts/contracts/router/base/CallbackHelper.sol/CallbackHelper.json +0 -10
  645. package/build/artifacts/contracts/router/math/ApproxStateLib.sol/ApproxStateLib.dbg.json +0 -4
  646. package/build/artifacts/contracts/router/math/ApproxStateLib.sol/ApproxStateLib.json +0 -10
  647. package/build/artifacts/contracts/router/math/MarketApproxEstimateLib.sol/MarketApproxEstimateLib.dbg.json +0 -4
  648. package/build/artifacts/contracts/router/math/MarketApproxEstimateLib.sol/MarketApproxEstimateLib.json +0 -10
  649. package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtInLibOnchain.dbg.json +0 -4
  650. package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtInLibOnchain.json +0 -10
  651. package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtOutLibOnchain.dbg.json +0 -4
  652. package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtOutLibOnchain.json +0 -10
  653. package/build/artifacts/contracts/router/math/MarketApproxLibV2.sol/MarketApproxPtInLibV2.dbg.json +0 -4
  654. package/build/artifacts/contracts/router/math/MarketApproxLibV2.sol/MarketApproxPtInLibV2.json +0 -10
  655. package/build/artifacts/contracts/router/math/MarketApproxLibV2.sol/MarketApproxPtOutLibV2.dbg.json +0 -4
  656. package/build/artifacts/contracts/router/math/MarketApproxLibV2.sol/MarketApproxPtOutLibV2.json +0 -10
  657. package/build/artifacts/contracts/router/swap-aggregator/IPSwapAggregator.sol/IPSwapAggregator.dbg.json +0 -4
  658. package/build/artifacts/contracts/router/swap-aggregator/IPSwapAggregator.sol/IPSwapAggregator.json +0 -81
  659. package/build/artifacts/contracts/router/swap-aggregator/OKXScaleHelper.sol/IOKXDexRouter.dbg.json +0 -4
  660. package/build/artifacts/contracts/router/swap-aggregator/OKXScaleHelper.sol/IOKXDexRouter.json +0 -407
  661. package/build/artifacts/contracts/router/swap-aggregator/OKXScaleHelper.sol/OKXScaleHelper.dbg.json +0 -4
  662. package/build/artifacts/contracts/router/swap-aggregator/OKXScaleHelper.sol/OKXScaleHelper.json +0 -10
  663. package/build/artifacts/contracts/router/swap-aggregator/ParaswapScaleHelper.sol/IAugustusV6.dbg.json +0 -4
  664. package/build/artifacts/contracts/router/swap-aggregator/ParaswapScaleHelper.sol/IAugustusV6.json +0 -577
  665. package/build/artifacts/contracts/router/swap-aggregator/ParaswapScaleHelper.sol/ParaswapScaleHelper.dbg.json +0 -4
  666. package/build/artifacts/contracts/router/swap-aggregator/ParaswapScaleHelper.sol/ParaswapScaleHelper.json +0 -10
  667. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/IKyberScalingHelper.dbg.json +0 -4
  668. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/IKyberScalingHelper.json +0 -40
  669. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/IOdosRouterV2.dbg.json +0 -4
  670. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/IOdosRouterV2.json +0 -82
  671. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/PendleSwap.dbg.json +0 -4
  672. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/PendleSwap.json +0 -280
  673. package/typechain-types/I1inchAggregationRouterV6.ts +0 -337
  674. package/typechain-types/IGenericSwapExactAmountIn.ts +0 -161
  675. package/typechain-types/IPendleCommonPoolDeployHelperV2.ts +0 -391
  676. package/typechain-types/MarketSwapNSeed.ts +0 -222
  677. package/typechain-types/PendleMarketFactory.ts +0 -906
  678. package/typechain-types/factories/I1inchAggregationRouterV6__factory.ts +0 -233
  679. package/typechain-types/factories/IGenericSwapExactAmountIn__factory.ts +0 -100
  680. package/typechain-types/factories/IPendleCommonPoolDeployHelperV2__factory.ts +0 -447
  681. package/typechain-types/factories/MarketSwapNSeed__factory.ts +0 -287
  682. package/typechain-types/factories/PendleMarketFactory__factory.ts +0 -748
  683. package/typechain-types/factories/PendleMarket__factory.ts +0 -1212
@@ -0,0 +1,1483 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ import { Signer, utils, Contract, ContractFactory, Overrides } from "ethers";
5
+ import { Provider, TransactionRequest } from "@ethersproject/providers";
6
+ import type { Errors, ErrorsInterface } from "../Errors";
7
+
8
+ const _abi = [
9
+ {
10
+ inputs: [
11
+ {
12
+ internalType: "uint256",
13
+ name: "approxGuessMin",
14
+ type: "uint256",
15
+ },
16
+ {
17
+ internalType: "uint256",
18
+ name: "approxGuessMax",
19
+ type: "uint256",
20
+ },
21
+ {
22
+ internalType: "uint256",
23
+ name: "minGuessMin",
24
+ type: "uint256",
25
+ },
26
+ {
27
+ internalType: "uint256",
28
+ name: "maxGuessMax",
29
+ type: "uint256",
30
+ },
31
+ ],
32
+ name: "ApproxBinarySearchInputInvalid",
33
+ type: "error",
34
+ },
35
+ {
36
+ inputs: [],
37
+ name: "ApproxDstExecutionGasNotSet",
38
+ type: "error",
39
+ },
40
+ {
41
+ inputs: [],
42
+ name: "ApproxFail",
43
+ type: "error",
44
+ },
45
+ {
46
+ inputs: [
47
+ {
48
+ internalType: "uint256",
49
+ name: "guessMin",
50
+ type: "uint256",
51
+ },
52
+ {
53
+ internalType: "uint256",
54
+ name: "guessMax",
55
+ type: "uint256",
56
+ },
57
+ {
58
+ internalType: "uint256",
59
+ name: "eps",
60
+ type: "uint256",
61
+ },
62
+ ],
63
+ name: "ApproxParamsInvalid",
64
+ type: "error",
65
+ },
66
+ {
67
+ inputs: [],
68
+ name: "ApxETHNotEnoughBuffer",
69
+ type: "error",
70
+ },
71
+ {
72
+ inputs: [],
73
+ name: "ArrayEmpty",
74
+ type: "error",
75
+ },
76
+ {
77
+ inputs: [],
78
+ name: "ArrayLengthMismatch",
79
+ type: "error",
80
+ },
81
+ {
82
+ inputs: [],
83
+ name: "ArrayOutOfBounds",
84
+ type: "error",
85
+ },
86
+ {
87
+ inputs: [
88
+ {
89
+ internalType: "uint256",
90
+ name: "epoch",
91
+ type: "uint256",
92
+ },
93
+ {
94
+ internalType: "uint256",
95
+ name: "startTime",
96
+ type: "uint256",
97
+ },
98
+ ],
99
+ name: "BDInvalidEpoch",
100
+ type: "error",
101
+ },
102
+ {
103
+ inputs: [
104
+ {
105
+ internalType: "uint256",
106
+ name: "actualRate",
107
+ type: "uint256",
108
+ },
109
+ {
110
+ internalType: "uint256",
111
+ name: "currentRate",
112
+ type: "uint256",
113
+ },
114
+ {
115
+ internalType: "uint256",
116
+ name: "eps",
117
+ type: "uint256",
118
+ },
119
+ ],
120
+ name: "BulkBadRateSyToToken",
121
+ type: "error",
122
+ },
123
+ {
124
+ inputs: [
125
+ {
126
+ internalType: "uint256",
127
+ name: "actualRate",
128
+ type: "uint256",
129
+ },
130
+ {
131
+ internalType: "uint256",
132
+ name: "currentRate",
133
+ type: "uint256",
134
+ },
135
+ {
136
+ internalType: "uint256",
137
+ name: "eps",
138
+ type: "uint256",
139
+ },
140
+ ],
141
+ name: "BulkBadRateTokenToSy",
142
+ type: "error",
143
+ },
144
+ {
145
+ inputs: [
146
+ {
147
+ internalType: "uint256",
148
+ name: "actualSyOut",
149
+ type: "uint256",
150
+ },
151
+ {
152
+ internalType: "uint256",
153
+ name: "requiredSyOut",
154
+ type: "uint256",
155
+ },
156
+ ],
157
+ name: "BulkInSufficientSyOut",
158
+ type: "error",
159
+ },
160
+ {
161
+ inputs: [
162
+ {
163
+ internalType: "uint256",
164
+ name: "actualTokenOut",
165
+ type: "uint256",
166
+ },
167
+ {
168
+ internalType: "uint256",
169
+ name: "requiredTokenOut",
170
+ type: "uint256",
171
+ },
172
+ ],
173
+ name: "BulkInSufficientTokenOut",
174
+ type: "error",
175
+ },
176
+ {
177
+ inputs: [
178
+ {
179
+ internalType: "uint256",
180
+ name: "currentAmount",
181
+ type: "uint256",
182
+ },
183
+ {
184
+ internalType: "uint256",
185
+ name: "requiredAmount",
186
+ type: "uint256",
187
+ },
188
+ ],
189
+ name: "BulkInsufficientSyForTrade",
190
+ type: "error",
191
+ },
192
+ {
193
+ inputs: [
194
+ {
195
+ internalType: "uint256",
196
+ name: "actualBalance",
197
+ type: "uint256",
198
+ },
199
+ {
200
+ internalType: "uint256",
201
+ name: "requiredBalance",
202
+ type: "uint256",
203
+ },
204
+ ],
205
+ name: "BulkInsufficientSyReceived",
206
+ type: "error",
207
+ },
208
+ {
209
+ inputs: [
210
+ {
211
+ internalType: "uint256",
212
+ name: "currentAmount",
213
+ type: "uint256",
214
+ },
215
+ {
216
+ internalType: "uint256",
217
+ name: "requiredAmount",
218
+ type: "uint256",
219
+ },
220
+ ],
221
+ name: "BulkInsufficientTokenForTrade",
222
+ type: "error",
223
+ },
224
+ {
225
+ inputs: [],
226
+ name: "BulkNotAdmin",
227
+ type: "error",
228
+ },
229
+ {
230
+ inputs: [],
231
+ name: "BulkNotMaintainer",
232
+ type: "error",
233
+ },
234
+ {
235
+ inputs: [
236
+ {
237
+ internalType: "address",
238
+ name: "token",
239
+ type: "address",
240
+ },
241
+ {
242
+ internalType: "address",
243
+ name: "SY",
244
+ type: "address",
245
+ },
246
+ {
247
+ internalType: "address",
248
+ name: "bulk",
249
+ type: "address",
250
+ },
251
+ ],
252
+ name: "BulkSellerAlreadyExisted",
253
+ type: "error",
254
+ },
255
+ {
256
+ inputs: [
257
+ {
258
+ internalType: "address",
259
+ name: "token",
260
+ type: "address",
261
+ },
262
+ {
263
+ internalType: "address",
264
+ name: "SY",
265
+ type: "address",
266
+ },
267
+ ],
268
+ name: "BulkSellerInvalidToken",
269
+ type: "error",
270
+ },
271
+ {
272
+ inputs: [
273
+ {
274
+ internalType: "uint256",
275
+ name: "chainId",
276
+ type: "uint256",
277
+ },
278
+ ],
279
+ name: "ChainNotSupported",
280
+ type: "error",
281
+ },
282
+ {
283
+ inputs: [
284
+ {
285
+ internalType: "uint256",
286
+ name: "expiry",
287
+ type: "uint256",
288
+ },
289
+ ],
290
+ name: "ExpiryInThePast",
291
+ type: "error",
292
+ },
293
+ {
294
+ inputs: [],
295
+ name: "FDEpochLengthMismatch",
296
+ type: "error",
297
+ },
298
+ {
299
+ inputs: [
300
+ {
301
+ internalType: "uint256",
302
+ name: "lastFunded",
303
+ type: "uint256",
304
+ },
305
+ {
306
+ internalType: "uint256",
307
+ name: "currentWTime",
308
+ type: "uint256",
309
+ },
310
+ ],
311
+ name: "FDFutureFunding",
312
+ type: "error",
313
+ },
314
+ {
315
+ inputs: [
316
+ {
317
+ internalType: "uint256",
318
+ name: "oldFinishedEpoch",
319
+ type: "uint256",
320
+ },
321
+ {
322
+ internalType: "uint256",
323
+ name: "newFinishedEpoch",
324
+ type: "uint256",
325
+ },
326
+ ],
327
+ name: "FDInvalidNewFinishedEpoch",
328
+ type: "error",
329
+ },
330
+ {
331
+ inputs: [
332
+ {
333
+ internalType: "address",
334
+ name: "pool",
335
+ type: "address",
336
+ },
337
+ ],
338
+ name: "FDInvalidPool",
339
+ type: "error",
340
+ },
341
+ {
342
+ inputs: [
343
+ {
344
+ internalType: "uint256",
345
+ name: "startEpoch",
346
+ type: "uint256",
347
+ },
348
+ ],
349
+ name: "FDInvalidStartEpoch",
350
+ type: "error",
351
+ },
352
+ {
353
+ inputs: [
354
+ {
355
+ internalType: "uint256",
356
+ name: "lastFunded",
357
+ type: "uint256",
358
+ },
359
+ {
360
+ internalType: "uint256",
361
+ name: "wTime",
362
+ type: "uint256",
363
+ },
364
+ ],
365
+ name: "FDInvalidWTimeFund",
366
+ type: "error",
367
+ },
368
+ {
369
+ inputs: [
370
+ {
371
+ internalType: "address",
372
+ name: "pool",
373
+ type: "address",
374
+ },
375
+ ],
376
+ name: "FDPoolAlreadyExists",
377
+ type: "error",
378
+ },
379
+ {
380
+ inputs: [
381
+ {
382
+ internalType: "uint256",
383
+ name: "actualTotalAmount",
384
+ type: "uint256",
385
+ },
386
+ {
387
+ internalType: "uint256",
388
+ name: "expectedTotalAmount",
389
+ type: "uint256",
390
+ },
391
+ ],
392
+ name: "FDTotalAmountFundedNotMatch",
393
+ type: "error",
394
+ },
395
+ {
396
+ inputs: [],
397
+ name: "FailedToSendEther",
398
+ type: "error",
399
+ },
400
+ {
401
+ inputs: [
402
+ {
403
+ internalType: "address",
404
+ name: "caller",
405
+ type: "address",
406
+ },
407
+ ],
408
+ name: "GCNotPendleMarket",
409
+ type: "error",
410
+ },
411
+ {
412
+ inputs: [
413
+ {
414
+ internalType: "address",
415
+ name: "caller",
416
+ type: "address",
417
+ },
418
+ ],
419
+ name: "GCNotVotingController",
420
+ type: "error",
421
+ },
422
+ {
423
+ inputs: [
424
+ {
425
+ internalType: "uint256",
426
+ name: "currentFee",
427
+ type: "uint256",
428
+ },
429
+ {
430
+ internalType: "uint256",
431
+ name: "requiredFee",
432
+ type: "uint256",
433
+ },
434
+ ],
435
+ name: "InsufficientFeeToSendMsg",
436
+ type: "error",
437
+ },
438
+ {
439
+ inputs: [],
440
+ name: "InvalidMerkleProof",
441
+ type: "error",
442
+ },
443
+ {
444
+ inputs: [],
445
+ name: "InvalidRetryData",
446
+ type: "error",
447
+ },
448
+ {
449
+ inputs: [
450
+ {
451
+ internalType: "uint256",
452
+ name: "wTime",
453
+ type: "uint256",
454
+ },
455
+ ],
456
+ name: "InvalidWTime",
457
+ type: "error",
458
+ },
459
+ {
460
+ inputs: [
461
+ {
462
+ internalType: "address",
463
+ name: "addr",
464
+ type: "address",
465
+ },
466
+ ],
467
+ name: "MFNotPendleMarket",
468
+ type: "error",
469
+ },
470
+ {
471
+ inputs: [
472
+ {
473
+ internalType: "int256",
474
+ name: "exchangeRate",
475
+ type: "int256",
476
+ },
477
+ ],
478
+ name: "MarketExchangeRateBelowOne",
479
+ type: "error",
480
+ },
481
+ {
482
+ inputs: [],
483
+ name: "MarketExpired",
484
+ type: "error",
485
+ },
486
+ {
487
+ inputs: [],
488
+ name: "MarketFactoryExpiredPt",
489
+ type: "error",
490
+ },
491
+ {
492
+ inputs: [
493
+ {
494
+ internalType: "int256",
495
+ name: "initialAnchor",
496
+ type: "int256",
497
+ },
498
+ {
499
+ internalType: "int256",
500
+ name: "minInitialAnchor",
501
+ type: "int256",
502
+ },
503
+ ],
504
+ name: "MarketFactoryInitialAnchorTooLow",
505
+ type: "error",
506
+ },
507
+ {
508
+ inputs: [],
509
+ name: "MarketFactoryInvalidPt",
510
+ type: "error",
511
+ },
512
+ {
513
+ inputs: [
514
+ {
515
+ internalType: "uint80",
516
+ name: "lnFeeRateRoot",
517
+ type: "uint80",
518
+ },
519
+ {
520
+ internalType: "uint256",
521
+ name: "maxLnFeeRateRoot",
522
+ type: "uint256",
523
+ },
524
+ ],
525
+ name: "MarketFactoryLnFeeRateRootTooHigh",
526
+ type: "error",
527
+ },
528
+ {
529
+ inputs: [],
530
+ name: "MarketFactoryMarketExists",
531
+ type: "error",
532
+ },
533
+ {
534
+ inputs: [
535
+ {
536
+ internalType: "uint80",
537
+ name: "overriddenFee",
538
+ type: "uint80",
539
+ },
540
+ {
541
+ internalType: "uint256",
542
+ name: "marketLnFeeRateRoot",
543
+ type: "uint256",
544
+ },
545
+ ],
546
+ name: "MarketFactoryOverriddenFeeTooHigh",
547
+ type: "error",
548
+ },
549
+ {
550
+ inputs: [
551
+ {
552
+ internalType: "uint8",
553
+ name: "reserveFeePercent",
554
+ type: "uint8",
555
+ },
556
+ {
557
+ internalType: "uint8",
558
+ name: "maxReserveFeePercent",
559
+ type: "uint8",
560
+ },
561
+ ],
562
+ name: "MarketFactoryReserveFeePercentTooHigh",
563
+ type: "error",
564
+ },
565
+ {
566
+ inputs: [],
567
+ name: "MarketFactoryZeroTreasury",
568
+ type: "error",
569
+ },
570
+ {
571
+ inputs: [
572
+ {
573
+ internalType: "int256",
574
+ name: "currentAmount",
575
+ type: "int256",
576
+ },
577
+ {
578
+ internalType: "int256",
579
+ name: "requiredAmount",
580
+ type: "int256",
581
+ },
582
+ ],
583
+ name: "MarketInsufficientPtForTrade",
584
+ type: "error",
585
+ },
586
+ {
587
+ inputs: [
588
+ {
589
+ internalType: "uint256",
590
+ name: "actualBalance",
591
+ type: "uint256",
592
+ },
593
+ {
594
+ internalType: "uint256",
595
+ name: "requiredBalance",
596
+ type: "uint256",
597
+ },
598
+ ],
599
+ name: "MarketInsufficientPtReceived",
600
+ type: "error",
601
+ },
602
+ {
603
+ inputs: [
604
+ {
605
+ internalType: "uint256",
606
+ name: "actualBalance",
607
+ type: "uint256",
608
+ },
609
+ {
610
+ internalType: "uint256",
611
+ name: "requiredBalance",
612
+ type: "uint256",
613
+ },
614
+ ],
615
+ name: "MarketInsufficientSyReceived",
616
+ type: "error",
617
+ },
618
+ {
619
+ inputs: [],
620
+ name: "MarketProportionMustNotEqualOne",
621
+ type: "error",
622
+ },
623
+ {
624
+ inputs: [
625
+ {
626
+ internalType: "int256",
627
+ name: "proportion",
628
+ type: "int256",
629
+ },
630
+ {
631
+ internalType: "int256",
632
+ name: "maxProportion",
633
+ type: "int256",
634
+ },
635
+ ],
636
+ name: "MarketProportionTooHigh",
637
+ type: "error",
638
+ },
639
+ {
640
+ inputs: [
641
+ {
642
+ internalType: "int256",
643
+ name: "rateScalar",
644
+ type: "int256",
645
+ },
646
+ ],
647
+ name: "MarketRateScalarBelowZero",
648
+ type: "error",
649
+ },
650
+ {
651
+ inputs: [
652
+ {
653
+ internalType: "int256",
654
+ name: "scalarRoot",
655
+ type: "int256",
656
+ },
657
+ ],
658
+ name: "MarketScalarRootBelowZero",
659
+ type: "error",
660
+ },
661
+ {
662
+ inputs: [],
663
+ name: "MarketZeroAmountsInput",
664
+ type: "error",
665
+ },
666
+ {
667
+ inputs: [],
668
+ name: "MarketZeroAmountsOutput",
669
+ type: "error",
670
+ },
671
+ {
672
+ inputs: [],
673
+ name: "MarketZeroLnImpliedRate",
674
+ type: "error",
675
+ },
676
+ {
677
+ inputs: [
678
+ {
679
+ internalType: "int256",
680
+ name: "totalPt",
681
+ type: "int256",
682
+ },
683
+ {
684
+ internalType: "int256",
685
+ name: "totalAsset",
686
+ type: "int256",
687
+ },
688
+ ],
689
+ name: "MarketZeroTotalPtOrTotalAsset",
690
+ type: "error",
691
+ },
692
+ {
693
+ inputs: [
694
+ {
695
+ internalType: "address",
696
+ name: "sender",
697
+ type: "address",
698
+ },
699
+ ],
700
+ name: "MsgNotFromReceiveEndpoint",
701
+ type: "error",
702
+ },
703
+ {
704
+ inputs: [
705
+ {
706
+ internalType: "uint16",
707
+ name: "srcChainId",
708
+ type: "uint16",
709
+ },
710
+ {
711
+ internalType: "bytes",
712
+ name: "path",
713
+ type: "bytes",
714
+ },
715
+ ],
716
+ name: "MsgNotFromSendEndpoint",
717
+ type: "error",
718
+ },
719
+ {
720
+ inputs: [
721
+ {
722
+ internalType: "uint16",
723
+ name: "srcChainId",
724
+ type: "uint16",
725
+ },
726
+ {
727
+ internalType: "bytes",
728
+ name: "path",
729
+ type: "bytes",
730
+ },
731
+ ],
732
+ name: "NotFromTrustedRemote",
733
+ type: "error",
734
+ },
735
+ {
736
+ inputs: [],
737
+ name: "OnlyLayerZeroEndpoint",
738
+ type: "error",
739
+ },
740
+ {
741
+ inputs: [],
742
+ name: "OnlyWhitelisted",
743
+ type: "error",
744
+ },
745
+ {
746
+ inputs: [],
747
+ name: "OnlyYCFactory",
748
+ type: "error",
749
+ },
750
+ {
751
+ inputs: [],
752
+ name: "OnlyYT",
753
+ type: "error",
754
+ },
755
+ {
756
+ inputs: [
757
+ {
758
+ internalType: "uint32",
759
+ name: "target",
760
+ type: "uint32",
761
+ },
762
+ {
763
+ internalType: "uint32",
764
+ name: "oldest",
765
+ type: "uint32",
766
+ },
767
+ ],
768
+ name: "OracleTargetTooOld",
769
+ type: "error",
770
+ },
771
+ {
772
+ inputs: [],
773
+ name: "OracleUninitialized",
774
+ type: "error",
775
+ },
776
+ {
777
+ inputs: [],
778
+ name: "OracleZeroCardinality",
779
+ type: "error",
780
+ },
781
+ {
782
+ inputs: [
783
+ {
784
+ internalType: "address",
785
+ name: "caller",
786
+ type: "address",
787
+ },
788
+ ],
789
+ name: "RouterCallbackNotPendleMarket",
790
+ type: "error",
791
+ },
792
+ {
793
+ inputs: [
794
+ {
795
+ internalType: "uint256",
796
+ name: "actualLpOut",
797
+ type: "uint256",
798
+ },
799
+ {
800
+ internalType: "uint256",
801
+ name: "requiredLpOut",
802
+ type: "uint256",
803
+ },
804
+ ],
805
+ name: "RouterInsufficientLpOut",
806
+ type: "error",
807
+ },
808
+ {
809
+ inputs: [
810
+ {
811
+ internalType: "uint256",
812
+ name: "actualPYOut",
813
+ type: "uint256",
814
+ },
815
+ {
816
+ internalType: "uint256",
817
+ name: "requiredPYOut",
818
+ type: "uint256",
819
+ },
820
+ ],
821
+ name: "RouterInsufficientPYOut",
822
+ type: "error",
823
+ },
824
+ {
825
+ inputs: [
826
+ {
827
+ internalType: "uint256",
828
+ name: "actualPtOut",
829
+ type: "uint256",
830
+ },
831
+ {
832
+ internalType: "uint256",
833
+ name: "requiredPtOut",
834
+ type: "uint256",
835
+ },
836
+ ],
837
+ name: "RouterInsufficientPtOut",
838
+ type: "error",
839
+ },
840
+ {
841
+ inputs: [
842
+ {
843
+ internalType: "uint256",
844
+ name: "actualPtRepay",
845
+ type: "uint256",
846
+ },
847
+ {
848
+ internalType: "uint256",
849
+ name: "requiredPtRepay",
850
+ type: "uint256",
851
+ },
852
+ ],
853
+ name: "RouterInsufficientPtRepay",
854
+ type: "error",
855
+ },
856
+ {
857
+ inputs: [
858
+ {
859
+ internalType: "uint256",
860
+ name: "actualSyOut",
861
+ type: "uint256",
862
+ },
863
+ {
864
+ internalType: "uint256",
865
+ name: "requiredSyOut",
866
+ type: "uint256",
867
+ },
868
+ ],
869
+ name: "RouterInsufficientSyOut",
870
+ type: "error",
871
+ },
872
+ {
873
+ inputs: [
874
+ {
875
+ internalType: "uint256",
876
+ name: "actualSyRepay",
877
+ type: "uint256",
878
+ },
879
+ {
880
+ internalType: "uint256",
881
+ name: "requiredSyRepay",
882
+ type: "uint256",
883
+ },
884
+ ],
885
+ name: "RouterInsufficientSyRepay",
886
+ type: "error",
887
+ },
888
+ {
889
+ inputs: [
890
+ {
891
+ internalType: "uint256",
892
+ name: "actualTokenOut",
893
+ type: "uint256",
894
+ },
895
+ {
896
+ internalType: "uint256",
897
+ name: "requiredTokenOut",
898
+ type: "uint256",
899
+ },
900
+ ],
901
+ name: "RouterInsufficientTokenOut",
902
+ type: "error",
903
+ },
904
+ {
905
+ inputs: [
906
+ {
907
+ internalType: "uint256",
908
+ name: "actualYtOut",
909
+ type: "uint256",
910
+ },
911
+ {
912
+ internalType: "uint256",
913
+ name: "requiredYtOut",
914
+ type: "uint256",
915
+ },
916
+ ],
917
+ name: "RouterInsufficientYtOut",
918
+ type: "error",
919
+ },
920
+ {
921
+ inputs: [
922
+ {
923
+ internalType: "bytes4",
924
+ name: "selector",
925
+ type: "bytes4",
926
+ },
927
+ ],
928
+ name: "RouterInvalidAction",
929
+ type: "error",
930
+ },
931
+ {
932
+ inputs: [
933
+ {
934
+ internalType: "address",
935
+ name: "facet",
936
+ type: "address",
937
+ },
938
+ ],
939
+ name: "RouterInvalidFacet",
940
+ type: "error",
941
+ },
942
+ {
943
+ inputs: [],
944
+ name: "RouterKyberSwapDataZero",
945
+ type: "error",
946
+ },
947
+ {
948
+ inputs: [
949
+ {
950
+ internalType: "uint256",
951
+ name: "netSyDesired",
952
+ type: "uint256",
953
+ },
954
+ {
955
+ internalType: "uint256",
956
+ name: "netSyUsed",
957
+ type: "uint256",
958
+ },
959
+ ],
960
+ name: "RouterNotAllSyUsed",
961
+ type: "error",
962
+ },
963
+ {
964
+ inputs: [],
965
+ name: "RouterTimeRangeZero",
966
+ type: "error",
967
+ },
968
+ {
969
+ inputs: [
970
+ {
971
+ internalType: "address",
972
+ name: "tokenIn",
973
+ type: "address",
974
+ },
975
+ {
976
+ internalType: "uint256",
977
+ name: "amountExpected",
978
+ type: "uint256",
979
+ },
980
+ {
981
+ internalType: "uint256",
982
+ name: "amountActual",
983
+ type: "uint256",
984
+ },
985
+ ],
986
+ name: "SAInsufficientTokenIn",
987
+ type: "error",
988
+ },
989
+ {
990
+ inputs: [
991
+ {
992
+ internalType: "uint256",
993
+ name: "amountDeposited",
994
+ type: "uint256",
995
+ },
996
+ ],
997
+ name: "SYApeDepositAmountTooSmall",
998
+ type: "error",
999
+ },
1000
+ {
1001
+ inputs: [],
1002
+ name: "SYBalancerInvalidPid",
1003
+ type: "error",
1004
+ },
1005
+ {
1006
+ inputs: [],
1007
+ name: "SYBalancerReentrancy",
1008
+ type: "error",
1009
+ },
1010
+ {
1011
+ inputs: [],
1012
+ name: "SYCurve3crvPoolNotFound",
1013
+ type: "error",
1014
+ },
1015
+ {
1016
+ inputs: [],
1017
+ name: "SYCurveInvalidPid",
1018
+ type: "error",
1019
+ },
1020
+ {
1021
+ inputs: [
1022
+ {
1023
+ internalType: "uint256",
1024
+ name: "actualSharesOut",
1025
+ type: "uint256",
1026
+ },
1027
+ {
1028
+ internalType: "uint256",
1029
+ name: "requiredSharesOut",
1030
+ type: "uint256",
1031
+ },
1032
+ ],
1033
+ name: "SYInsufficientSharesOut",
1034
+ type: "error",
1035
+ },
1036
+ {
1037
+ inputs: [
1038
+ {
1039
+ internalType: "uint256",
1040
+ name: "actualTokenOut",
1041
+ type: "uint256",
1042
+ },
1043
+ {
1044
+ internalType: "uint256",
1045
+ name: "requiredTokenOut",
1046
+ type: "uint256",
1047
+ },
1048
+ ],
1049
+ name: "SYInsufficientTokenOut",
1050
+ type: "error",
1051
+ },
1052
+ {
1053
+ inputs: [
1054
+ {
1055
+ internalType: "address",
1056
+ name: "token",
1057
+ type: "address",
1058
+ },
1059
+ ],
1060
+ name: "SYInvalidRewardToken",
1061
+ type: "error",
1062
+ },
1063
+ {
1064
+ inputs: [
1065
+ {
1066
+ internalType: "address",
1067
+ name: "token",
1068
+ type: "address",
1069
+ },
1070
+ ],
1071
+ name: "SYInvalidTokenIn",
1072
+ type: "error",
1073
+ },
1074
+ {
1075
+ inputs: [
1076
+ {
1077
+ internalType: "address",
1078
+ name: "token",
1079
+ type: "address",
1080
+ },
1081
+ ],
1082
+ name: "SYInvalidTokenOut",
1083
+ type: "error",
1084
+ },
1085
+ {
1086
+ inputs: [
1087
+ {
1088
+ internalType: "uint256",
1089
+ name: "borrowRate",
1090
+ type: "uint256",
1091
+ },
1092
+ {
1093
+ internalType: "uint256",
1094
+ name: "borrowRateMax",
1095
+ type: "uint256",
1096
+ },
1097
+ ],
1098
+ name: "SYQiTokenBorrowRateTooHigh",
1099
+ type: "error",
1100
+ },
1101
+ {
1102
+ inputs: [
1103
+ {
1104
+ internalType: "uint256",
1105
+ name: "errCode",
1106
+ type: "uint256",
1107
+ },
1108
+ ],
1109
+ name: "SYQiTokenMintFailed",
1110
+ type: "error",
1111
+ },
1112
+ {
1113
+ inputs: [
1114
+ {
1115
+ internalType: "uint256",
1116
+ name: "errCode",
1117
+ type: "uint256",
1118
+ },
1119
+ ],
1120
+ name: "SYQiTokenRedeemFailed",
1121
+ type: "error",
1122
+ },
1123
+ {
1124
+ inputs: [
1125
+ {
1126
+ internalType: "uint256",
1127
+ name: "rewardAccruedType0",
1128
+ type: "uint256",
1129
+ },
1130
+ {
1131
+ internalType: "uint256",
1132
+ name: "rewardAccruedType1",
1133
+ type: "uint256",
1134
+ },
1135
+ ],
1136
+ name: "SYQiTokenRedeemRewardsFailed",
1137
+ type: "error",
1138
+ },
1139
+ {
1140
+ inputs: [
1141
+ {
1142
+ internalType: "uint256",
1143
+ name: "amountLpDesired",
1144
+ type: "uint256",
1145
+ },
1146
+ {
1147
+ internalType: "uint256",
1148
+ name: "amountLpRedeemable",
1149
+ type: "uint256",
1150
+ },
1151
+ ],
1152
+ name: "SYStargateRedeemCapExceeded",
1153
+ type: "error",
1154
+ },
1155
+ {
1156
+ inputs: [],
1157
+ name: "SYZeroDeposit",
1158
+ type: "error",
1159
+ },
1160
+ {
1161
+ inputs: [],
1162
+ name: "SYZeroRedeem",
1163
+ type: "error",
1164
+ },
1165
+ {
1166
+ inputs: [
1167
+ {
1168
+ internalType: "bool",
1169
+ name: "success",
1170
+ type: "bool",
1171
+ },
1172
+ {
1173
+ internalType: "bytes",
1174
+ name: "res",
1175
+ type: "bytes",
1176
+ },
1177
+ ],
1178
+ name: "SimulationResults",
1179
+ type: "error",
1180
+ },
1181
+ {
1182
+ inputs: [
1183
+ {
1184
+ internalType: "uint256",
1185
+ name: "aggregatorType",
1186
+ type: "uint256",
1187
+ },
1188
+ {
1189
+ internalType: "bytes4",
1190
+ name: "selector",
1191
+ type: "bytes4",
1192
+ },
1193
+ ],
1194
+ name: "UnsupportedSelector",
1195
+ type: "error",
1196
+ },
1197
+ {
1198
+ inputs: [
1199
+ {
1200
+ internalType: "uint256",
1201
+ name: "wTime",
1202
+ type: "uint256",
1203
+ },
1204
+ ],
1205
+ name: "VCEpochNotFinalized",
1206
+ type: "error",
1207
+ },
1208
+ {
1209
+ inputs: [
1210
+ {
1211
+ internalType: "uint256",
1212
+ name: "totalWeight",
1213
+ type: "uint256",
1214
+ },
1215
+ {
1216
+ internalType: "uint256",
1217
+ name: "maxWeight",
1218
+ type: "uint256",
1219
+ },
1220
+ ],
1221
+ name: "VCExceededMaxWeight",
1222
+ type: "error",
1223
+ },
1224
+ {
1225
+ inputs: [
1226
+ {
1227
+ internalType: "address",
1228
+ name: "pool",
1229
+ type: "address",
1230
+ },
1231
+ ],
1232
+ name: "VCInactivePool",
1233
+ type: "error",
1234
+ },
1235
+ {
1236
+ inputs: [
1237
+ {
1238
+ internalType: "address",
1239
+ name: "pool",
1240
+ type: "address",
1241
+ },
1242
+ ],
1243
+ name: "VCPoolAlreadyActive",
1244
+ type: "error",
1245
+ },
1246
+ {
1247
+ inputs: [
1248
+ {
1249
+ internalType: "address",
1250
+ name: "pool",
1251
+ type: "address",
1252
+ },
1253
+ ],
1254
+ name: "VCPoolAlreadyAddAndRemoved",
1255
+ type: "error",
1256
+ },
1257
+ {
1258
+ inputs: [
1259
+ {
1260
+ internalType: "address",
1261
+ name: "user",
1262
+ type: "address",
1263
+ },
1264
+ ],
1265
+ name: "VCZeroVePendle",
1266
+ type: "error",
1267
+ },
1268
+ {
1269
+ inputs: [],
1270
+ name: "VEExceededMaxLockTime",
1271
+ type: "error",
1272
+ },
1273
+ {
1274
+ inputs: [],
1275
+ name: "VEInsufficientLockTime",
1276
+ type: "error",
1277
+ },
1278
+ {
1279
+ inputs: [
1280
+ {
1281
+ internalType: "uint256",
1282
+ name: "newExpiry",
1283
+ type: "uint256",
1284
+ },
1285
+ ],
1286
+ name: "VEInvalidNewExpiry",
1287
+ type: "error",
1288
+ },
1289
+ {
1290
+ inputs: [],
1291
+ name: "VENotAllowedReduceExpiry",
1292
+ type: "error",
1293
+ },
1294
+ {
1295
+ inputs: [],
1296
+ name: "VEPositionNotExpired",
1297
+ type: "error",
1298
+ },
1299
+ {
1300
+ inputs: [
1301
+ {
1302
+ internalType: "uint256",
1303
+ name: "msgTime",
1304
+ type: "uint256",
1305
+ },
1306
+ ],
1307
+ name: "VEReceiveOldSupply",
1308
+ type: "error",
1309
+ },
1310
+ {
1311
+ inputs: [],
1312
+ name: "VEZeroAmountLocked",
1313
+ type: "error",
1314
+ },
1315
+ {
1316
+ inputs: [],
1317
+ name: "VEZeroPosition",
1318
+ type: "error",
1319
+ },
1320
+ {
1321
+ inputs: [
1322
+ {
1323
+ internalType: "uint128",
1324
+ name: "bias",
1325
+ type: "uint128",
1326
+ },
1327
+ {
1328
+ internalType: "uint128",
1329
+ name: "slope",
1330
+ type: "uint128",
1331
+ },
1332
+ ],
1333
+ name: "VEZeroSlope",
1334
+ type: "error",
1335
+ },
1336
+ {
1337
+ inputs: [],
1338
+ name: "YCExpired",
1339
+ type: "error",
1340
+ },
1341
+ {
1342
+ inputs: [
1343
+ {
1344
+ internalType: "uint256",
1345
+ name: "interestFeeRate",
1346
+ type: "uint256",
1347
+ },
1348
+ {
1349
+ internalType: "uint256",
1350
+ name: "maxInterestFeeRate",
1351
+ type: "uint256",
1352
+ },
1353
+ ],
1354
+ name: "YCFactoryInterestFeeRateTooHigh",
1355
+ type: "error",
1356
+ },
1357
+ {
1358
+ inputs: [],
1359
+ name: "YCFactoryInvalidExpiry",
1360
+ type: "error",
1361
+ },
1362
+ {
1363
+ inputs: [
1364
+ {
1365
+ internalType: "uint256",
1366
+ name: "newRewardFeeRate",
1367
+ type: "uint256",
1368
+ },
1369
+ {
1370
+ internalType: "uint256",
1371
+ name: "maxRewardFeeRate",
1372
+ type: "uint256",
1373
+ },
1374
+ ],
1375
+ name: "YCFactoryRewardFeeRateTooHigh",
1376
+ type: "error",
1377
+ },
1378
+ {
1379
+ inputs: [],
1380
+ name: "YCFactoryYieldContractExisted",
1381
+ type: "error",
1382
+ },
1383
+ {
1384
+ inputs: [],
1385
+ name: "YCFactoryZeroExpiryDivisor",
1386
+ type: "error",
1387
+ },
1388
+ {
1389
+ inputs: [],
1390
+ name: "YCFactoryZeroTreasury",
1391
+ type: "error",
1392
+ },
1393
+ {
1394
+ inputs: [],
1395
+ name: "YCNoFloatingSy",
1396
+ type: "error",
1397
+ },
1398
+ {
1399
+ inputs: [],
1400
+ name: "YCNotExpired",
1401
+ type: "error",
1402
+ },
1403
+ {
1404
+ inputs: [],
1405
+ name: "YCNothingToRedeem",
1406
+ type: "error",
1407
+ },
1408
+ {
1409
+ inputs: [],
1410
+ name: "YCPostExpiryDataNotSet",
1411
+ type: "error",
1412
+ },
1413
+ {
1414
+ inputs: [
1415
+ {
1416
+ internalType: "uint256",
1417
+ name: "actualSy",
1418
+ type: "uint256",
1419
+ },
1420
+ {
1421
+ internalType: "uint256",
1422
+ name: "requiredSy",
1423
+ type: "uint256",
1424
+ },
1425
+ ],
1426
+ name: "YieldContractInsufficientSy",
1427
+ type: "error",
1428
+ },
1429
+ {
1430
+ inputs: [],
1431
+ name: "ZeroAddress",
1432
+ type: "error",
1433
+ },
1434
+ ];
1435
+
1436
+ const _bytecode =
1437
+ "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220a3fb56716bcf88cd085f941484d136ad27ffe37600a81131ab8acbcf73e26bc364736f6c63430008170033";
1438
+
1439
+ type ErrorsConstructorParams =
1440
+ | [signer?: Signer]
1441
+ | ConstructorParameters<typeof ContractFactory>;
1442
+
1443
+ const isSuperArgs = (
1444
+ xs: ErrorsConstructorParams
1445
+ ): xs is ConstructorParameters<typeof ContractFactory> => xs.length > 1;
1446
+
1447
+ export class Errors__factory extends ContractFactory {
1448
+ constructor(...args: ErrorsConstructorParams) {
1449
+ if (isSuperArgs(args)) {
1450
+ super(...args);
1451
+ } else {
1452
+ super(_abi, _bytecode, args[0]);
1453
+ }
1454
+ this.contractName = "Errors";
1455
+ }
1456
+
1457
+ deploy(
1458
+ overrides?: Overrides & { from?: string | Promise<string> }
1459
+ ): Promise<Errors> {
1460
+ return super.deploy(overrides || {}) as Promise<Errors>;
1461
+ }
1462
+ getDeployTransaction(
1463
+ overrides?: Overrides & { from?: string | Promise<string> }
1464
+ ): TransactionRequest {
1465
+ return super.getDeployTransaction(overrides || {});
1466
+ }
1467
+ attach(address: string): Errors {
1468
+ return super.attach(address) as Errors;
1469
+ }
1470
+ connect(signer: Signer): Errors__factory {
1471
+ return super.connect(signer) as Errors__factory;
1472
+ }
1473
+ static readonly contractName: "Errors";
1474
+ public readonly contractName: "Errors";
1475
+ static readonly bytecode = _bytecode;
1476
+ static readonly abi = _abi;
1477
+ static createInterface(): ErrorsInterface {
1478
+ return new utils.Interface(_abi) as ErrorsInterface;
1479
+ }
1480
+ static connect(address: string, signerOrProvider: Signer | Provider): Errors {
1481
+ return new Contract(address, _abi, signerOrProvider) as Errors;
1482
+ }
1483
+ }