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