@pendle/core-v2 4.0.6 → 4.1.0

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 (116) hide show
  1. package/build/artifacts/contracts/core/StandardizedYield/implementations/AaveV3/PendleAaveV3SY.sol/PendleAaveV3SY.dbg.json +1 -1
  2. package/build/artifacts/contracts/core/StandardizedYield/implementations/AaveV3/PendleAaveV3SY.sol/PendleAaveV3SY.json +2 -2
  3. package/build/artifacts/contracts/core/StandardizedYield/implementations/EtherFi/PendleWEEthSY.sol/PendleWEEthSY.dbg.json +1 -1
  4. package/build/artifacts/contracts/core/StandardizedYield/implementations/EtherFi/PendleWEEthSY.sol/PendleWEEthSY.json +2 -2
  5. package/build/artifacts/contracts/core/StandardizedYield/implementations/KelpDAO/PendleRsETHSY.sol/PendleRsETHSY.dbg.json +1 -1
  6. package/build/artifacts/contracts/core/StandardizedYield/implementations/KelpDAO/PendleRsETHSY.sol/PendleRsETHSY.json +20 -2
  7. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleL2LRTSY.sol/PendleL2LRTSY.dbg.json +4 -0
  8. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleL2LRTSY.sol/PendleL2LRTSY.json +1054 -0
  9. package/build/artifacts/contracts/core/StandardizedYield/implementations/Renzo/PendleEzETHSY.sol/PendleEzETHSY.dbg.json +4 -0
  10. package/build/artifacts/contracts/core/StandardizedYield/implementations/Renzo/PendleEzETHSY.sol/PendleEzETHSY.json +1141 -0
  11. package/build/artifacts/contracts/core/StandardizedYield/implementations/Swell/PendleRswETHSY.sol/PendleRswETHSY.dbg.json +4 -0
  12. package/build/artifacts/contracts/core/StandardizedYield/implementations/Swell/PendleRswETHSY.sol/PendleRswETHSY.json +1044 -0
  13. package/build/artifacts/contracts/core/StandardizedYield/implementations/Swell/PendleSwETH.sol/SwETHSY.dbg.json +1 -1
  14. package/build/artifacts/contracts/core/StandardizedYield/implementations/Swell/PendleSwETH.sol/SwETHSY.json +2 -2
  15. package/build/artifacts/contracts/interfaces/IPActionMarketCoreStatic.sol/IPActionMarketCoreStatic.dbg.json +1 -1
  16. package/build/artifacts/contracts/interfaces/IPActionMarketCoreStatic.sol/IPActionMarketCoreStatic.json +0 -45
  17. package/build/artifacts/contracts/interfaces/IPActionMintRedeemStatic.sol/IPActionMintRedeemStatic.dbg.json +1 -1
  18. package/build/artifacts/contracts/interfaces/IPActionMintRedeemStatic.sol/IPActionMintRedeemStatic.json +0 -69
  19. package/build/artifacts/contracts/interfaces/IPActionStorageStatic.sol/IPActionStorageStatic.dbg.json +1 -1
  20. package/build/artifacts/contracts/interfaces/IPActionStorageStatic.sol/IPActionStorageStatic.json +0 -26
  21. package/build/artifacts/contracts/interfaces/IPRouterStatic.sol/IPRouterStatic.dbg.json +1 -1
  22. package/build/artifacts/contracts/interfaces/IPRouterStatic.sol/IPRouterStatic.json +0 -140
  23. package/build/artifacts/contracts/interfaces/Renzo/IRenzoOracle.sol/IRenzoOracle.dbg.json +4 -0
  24. package/build/artifacts/contracts/interfaces/Renzo/IRenzoOracle.sol/IRenzoOracle.json +64 -0
  25. package/build/artifacts/contracts/interfaces/Renzo/IRenzoRestakeManager.sol/IRenzoRestakeManager.dbg.json +4 -0
  26. package/build/artifacts/contracts/interfaces/Renzo/IRenzoRestakeManager.sol/IRenzoRestakeManager.json +102 -0
  27. package/build/artifacts/contracts/interfaces/Swell/IRswETH.sol/IRswETH.dbg.json +4 -0
  28. package/build/artifacts/contracts/interfaces/Swell/IRswETH.sol/IRswETH.json +44 -0
  29. package/build/artifacts/contracts/interfaces/Swell/ISwETH.sol/ISwETH.dbg.json +4 -0
  30. package/build/artifacts/contracts/interfaces/{ISwETH.sol → Swell/ISwETH.sol}/ISwETH.json +8 -8
  31. package/build/artifacts/contracts/offchain-helpers/router-static/PendleRouterStatic.sol/PendleRouterStatic.dbg.json +4 -0
  32. package/build/artifacts/contracts/offchain-helpers/router-static/PendleRouterStatic.sol/PendleRouterStatic.json +30 -0
  33. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionInfoStatic.sol/ActionInfoStatic.dbg.json +4 -0
  34. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionInfoStatic.sol/ActionInfoStatic.json +307 -0
  35. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol/ActionMarketAuxStatic.dbg.json +4 -0
  36. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol/ActionMarketAuxStatic.json +409 -0
  37. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketCoreStatic.sol/ActionMarketCoreStatic.dbg.json +4 -0
  38. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketCoreStatic.sol/ActionMarketCoreStatic.json +1352 -0
  39. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMintRedeemStatic.sol/ActionMintRedeemStatic.dbg.json +4 -0
  40. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMintRedeemStatic.sol/ActionMintRedeemStatic.json +247 -0
  41. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionStorageStatic.sol/ActionStorageStatic.dbg.json +4 -0
  42. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionStorageStatic.sol/ActionStorageStatic.json +202 -0
  43. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionVePendleStatic.sol/ActionVePendleStatic.dbg.json +4 -0
  44. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionVePendleStatic.sol/ActionVePendleStatic.json +93 -0
  45. package/build/artifacts/contracts/offchain-helpers/router-static/base/StorageLayout.sol/StorageLayout.dbg.json +4 -0
  46. package/build/artifacts/contracts/offchain-helpers/router-static/base/StorageLayout.sol/StorageLayout.json +10 -0
  47. package/build/artifacts/contracts/oracles/PendleRedStoneRateOracle.sol/PendleRedStoneRateOracle.dbg.json +4 -0
  48. package/build/artifacts/contracts/oracles/PendleRedStoneRateOracle.sol/PendleRedStoneRateOracle.json +66 -0
  49. package/contracts/core/StandardizedYield/implementations/AaveV3/PendleAaveV3SY.sol +1 -1
  50. package/contracts/core/StandardizedYield/implementations/EtherFi/PendleWEEthSY.sol +1 -1
  51. package/contracts/core/StandardizedYield/implementations/KelpDAO/PendleRsETHSY.sol +18 -9
  52. package/contracts/core/StandardizedYield/implementations/PendleL2LRTSY.sol +93 -0
  53. package/contracts/core/StandardizedYield/implementations/Renzo/PendleEzETHSY.sol +139 -0
  54. package/contracts/core/StandardizedYield/implementations/Swell/PendleRswETHSY.sol +101 -0
  55. package/contracts/core/StandardizedYield/implementations/Swell/PendleSwETH.sol +1 -1
  56. package/contracts/interfaces/IPActionMarketCoreStatic.sol +8 -17
  57. package/contracts/interfaces/IPActionMintRedeemStatic.sol +4 -16
  58. package/contracts/interfaces/IPActionStorageStatic.sol +0 -4
  59. package/contracts/interfaces/Renzo/IRenzoOracle.sol +8 -0
  60. package/contracts/interfaces/Renzo/IRenzoRestakeManager.sol +14 -0
  61. package/contracts/interfaces/Swell/IRswETH.sol +10 -0
  62. package/contracts/interfaces/{ISwETH.sol → Swell/ISwETH.sol} +2 -2
  63. package/contracts/offchain-helpers/router-static/PendleRouterStatic.sol +19 -0
  64. package/contracts/offchain-helpers/router-static/base/ActionInfoStatic.sol +109 -0
  65. package/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol +182 -0
  66. package/contracts/offchain-helpers/router-static/base/ActionMarketCoreStatic.sol +672 -0
  67. package/contracts/offchain-helpers/router-static/base/ActionMintRedeemStatic.sol +116 -0
  68. package/contracts/offchain-helpers/router-static/base/ActionStorageStatic.sol +64 -0
  69. package/contracts/offchain-helpers/router-static/base/ActionVePendleStatic.sol +55 -0
  70. package/contracts/offchain-helpers/router-static/base/StorageLayout.sol +20 -0
  71. package/contracts/oracles/PendleRedStoneRateOracle.sol +23 -0
  72. package/deployments/1-markets/EZETH-JUNE2024.json +11 -0
  73. package/deployments/1-markets/RSETH-KELP-JUNE2024.json +11 -0
  74. package/deployments/42161-markets/RSETH-APR2024-ARBITRUM.json +11 -0
  75. package/deployments/42161-markets/WEETH-APR2024.json +11 -0
  76. package/deployments/merkle-distribution/2024-01-25.json +9615 -0
  77. package/package.json +1 -1
  78. package/typechain-types/IPActionMarketCoreStatic.ts +18 -63
  79. package/typechain-types/IPActionMintRedeemStatic.ts +10 -102
  80. package/typechain-types/IPActionStorageStatic.ts +0 -55
  81. package/typechain-types/IPRouterStatic.ts +28 -220
  82. package/typechain-types/IRenzoOracle.ts +152 -0
  83. package/typechain-types/IRenzoRestakeManager.ts +219 -0
  84. package/typechain-types/IRswETH.ts +138 -0
  85. package/typechain-types/ISwETH.ts +24 -9
  86. package/typechain-types/PendleEzETHSY.ts +1471 -0
  87. package/typechain-types/PendleL2LRTSY.ts +1323 -0
  88. package/typechain-types/PendleRedStoneRateOracle.ts +113 -0
  89. package/typechain-types/PendleRsETHSY.ts +21 -0
  90. package/typechain-types/PendleRswETHSY.ts +1294 -0
  91. package/typechain-types/factories/ActionInfoStatic__factory.ts +1 -1
  92. package/typechain-types/factories/ActionMarketAuxStatic__factory.ts +1 -1
  93. package/typechain-types/factories/ActionMarketCoreStatic__factory.ts +1 -1
  94. package/typechain-types/factories/ActionMintRedeemStatic__factory.ts +1 -1
  95. package/typechain-types/factories/ActionStorageStatic__factory.ts +1 -1
  96. package/typechain-types/factories/ActionVePendleStatic__factory.ts +1 -1
  97. package/typechain-types/factories/IPActionMarketCoreStatic__factory.ts +0 -45
  98. package/typechain-types/factories/IPActionMintRedeemStatic__factory.ts +0 -69
  99. package/typechain-types/factories/IPActionStorageStatic__factory.ts +0 -26
  100. package/typechain-types/factories/IPRouterStatic__factory.ts +0 -140
  101. package/typechain-types/factories/IRenzoOracle__factory.ts +76 -0
  102. package/typechain-types/factories/IRenzoRestakeManager__factory.ts +121 -0
  103. package/typechain-types/factories/IRswETH__factory.ts +56 -0
  104. package/typechain-types/factories/ISwETH__factory.ts +7 -7
  105. package/typechain-types/factories/PendleAaveV3SY__factory.ts +1 -1
  106. package/typechain-types/factories/PendleEzETHSY__factory.ts +1218 -0
  107. package/typechain-types/factories/PendleL2LRTSY__factory.ts +1139 -0
  108. package/typechain-types/factories/PendleRedStoneRateOracle__factory.ts +142 -0
  109. package/typechain-types/factories/PendleRouterStatic__factory.ts +1 -1
  110. package/typechain-types/factories/PendleRsETHSY__factory.ts +23 -1
  111. package/typechain-types/factories/PendleRswETHSY__factory.ts +1117 -0
  112. package/typechain-types/factories/PendleWEEthSY__factory.ts +1 -1
  113. package/typechain-types/factories/SwETHSY__factory.ts +1 -1
  114. package/typechain-types/hardhat.d.ts +135 -0
  115. package/typechain-types/index.ts +28 -0
  116. package/build/artifacts/contracts/interfaces/ISwETH.sol/ISwETH.dbg.json +0 -4
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../../../../build-info/598f397b86a29d55eb276578dafc1ff5.json"
4
+ }