@pendle/core-v2 4.5.0 → 4.5.1

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 (38) hide show
  1. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleERC20WithSupplyCapSY.sol/PendleERC20WithSupplyCapSY.dbg.json +1 -1
  2. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleERC20WithSupplyCapSY.sol/PendleERC20WithSupplyCapSY.json +2 -2
  3. package/build/artifacts/contracts/core/StandardizedYield/implementations/Swell/PendleSwellRswETHStakingSY.sol/PendleSwellRswETHStakingSY.dbg.json +4 -0
  4. package/build/artifacts/contracts/core/StandardizedYield/implementations/Swell/PendleSwellRswETHStakingSY.sol/PendleSwellRswETHStakingSY.json +1049 -0
  5. package/build/artifacts/contracts/core/StandardizedYield/implementations/Swell/PendleSwellStakingERC20SY.sol/PendleSwellStakingERC20SY.dbg.json +4 -0
  6. package/build/artifacts/contracts/core/StandardizedYield/implementations/Swell/PendleSwellStakingERC20SY.sol/PendleSwellStakingERC20SY.json +1039 -0
  7. package/build/artifacts/contracts/interfaces/Swell/ISwellSimpleStakingERC20.sol/ISwellSimpleStakingERC20.dbg.json +4 -0
  8. package/build/artifacts/contracts/interfaces/Swell/ISwellSimpleStakingERC20.sol/ISwellSimpleStakingERC20.json +207 -0
  9. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol/ActionMarketAuxStatic.dbg.json +1 -1
  10. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol/ActionMarketAuxStatic.json +2 -2
  11. package/contracts/core/StandardizedYield/implementations/PendleERC20WithSupplyCapSY.sol +6 -1
  12. package/contracts/core/StandardizedYield/implementations/Swell/PendleSwellRswETHStakingSY.sol +57 -0
  13. package/contracts/core/StandardizedYield/implementations/Swell/PendleSwellStakingERC20SY.sol +111 -0
  14. package/contracts/interfaces/Swell/ISwellSimpleStakingERC20.sol +66 -0
  15. package/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol +12 -4
  16. package/deployments/1-markets/EZETH-MAINNET-SEP2024.json +11 -0
  17. package/deployments/1-markets/RSWETH-SWELL-STAKING-MAINNET-JUL2024.json +11 -0
  18. package/deployments/1-markets/WEETH-MAINNET-SEP2024.json +11 -0
  19. package/deployments/42161-markets/EZETH-ARB-SEP2024.json +11 -0
  20. package/deployments/42161-markets/SILO-PTEETH-ARBITRUM-JUNE2024.json +11 -0
  21. package/deployments/42161-markets/SILO-PTEZETH-ARBITRUM-JUNE2024.json +11 -0
  22. package/deployments/42161-markets/WEETH-ARB-SEP2024.json +11 -0
  23. package/deployments/56-markets/WEETH-BSC-SEP2024.json +11 -0
  24. package/deployments/merkle-distribution/2024-04-25.json +14930 -0
  25. package/package.json +1 -1
  26. package/typechain-types/ISwellSimpleStakingERC20.ts +289 -0
  27. package/typechain-types/PendleSwellRswETHStakingSY.ts +1325 -0
  28. package/typechain-types/PendleSwellStakingERC20SY.ts +1299 -0
  29. package/typechain-types/factories/ActionMarketAuxStatic__factory.ts +1 -1
  30. package/typechain-types/factories/ISwellSimpleStakingERC20__factory.ts +226 -0
  31. package/typechain-types/factories/PendleERC20WithSupplyCapSY__factory.ts +1 -1
  32. package/typechain-types/factories/PendleSwellRswETHStakingSY__factory.ts +1106 -0
  33. package/typechain-types/factories/PendleSwellStakingERC20SY__factory.ts +1112 -0
  34. package/typechain-types/hardhat.d.ts +27 -0
  35. package/typechain-types/index.ts +6 -0
  36. /package/deployments/1-markets/{EZETH-JUNE2024.json → EZETH-APR2024.json} +0 -0
  37. /package/deployments/42161-markets/{RSETH-MAY2024.json → RSETH-JUNE2024.json} +0 -0
  38. /package/deployments/42161-markets/{WEETH-MAY2024.json → WEETH-JUNE2024.json} +0 -0
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../../../../build-info/deb664ab1d6b035087ac7912a25c355a.json"
4
+ }