@pendle/core-v2 5.8.2 → 5.8.3

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 (72) hide show
  1. package/build/artifacts/contracts/interfaces/IPActionAddRemoveLiqV3.sol/IPActionAddRemoveLiqV3.dbg.json +1 -1
  2. package/build/artifacts/contracts/interfaces/IPActionMarketAuxStatic.sol/IPActionMarketAuxStatic.dbg.json +1 -1
  3. package/build/artifacts/contracts/interfaces/IPActionMiscV3.sol/IPActionMiscV3.dbg.json +1 -1
  4. package/build/artifacts/contracts/interfaces/IPActionSimple.sol/IPActionSimple.dbg.json +1 -1
  5. package/build/artifacts/contracts/interfaces/IPActionStorageStatic.sol/IPActionStorageStatic.dbg.json +1 -1
  6. package/build/artifacts/contracts/interfaces/IPActionStorageV4.sol/IPActionStorageV4.dbg.json +1 -1
  7. package/build/artifacts/contracts/interfaces/IPActionSwapPTV3.sol/IPActionSwapPTV3.dbg.json +1 -1
  8. package/build/artifacts/contracts/interfaces/IPActionSwapYTV3.sol/IPActionSwapYTV3.dbg.json +1 -1
  9. package/build/artifacts/contracts/interfaces/IPAllActionV3.sol/IPAllActionV3.dbg.json +1 -1
  10. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionAddRemoveLiqV3Events.dbg.json +1 -1
  11. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionMiscV3Events.dbg.json +1 -1
  12. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionStorageEvents.dbg.json +1 -1
  13. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionSwapPTV3Events.dbg.json +1 -1
  14. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionSwapYTV3Events.dbg.json +1 -1
  15. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPAllEventsV3.dbg.json +1 -1
  16. package/build/artifacts/contracts/interfaces/IPCommonSYFactory.sol/IPCommonSYFactory.dbg.json +1 -1
  17. package/build/artifacts/contracts/interfaces/IPCommonSYFactory.sol/IPCommonSYFactory.json +34 -0
  18. package/build/artifacts/contracts/interfaces/IPRouterStatic.sol/IPRouterStatic.dbg.json +1 -1
  19. package/build/artifacts/contracts/offchain-helpers/deploy/PendleCommonPoolDeployHelperV2.sol/PendleCommonPoolDeployHelperV2.dbg.json +1 -1
  20. package/build/artifacts/contracts/offchain-helpers/deploy/PendleCommonPoolDeployHelperV2.sol/PendleCommonPoolDeployHelperV2.json +320 -2
  21. package/build/artifacts/contracts/offchain-helpers/deploy/PendleCommonSYFactory.sol/PendleCommonSYFactory.dbg.json +1 -1
  22. package/build/artifacts/contracts/offchain-helpers/deploy/PendleCommonSYFactory.sol/PendleCommonSYFactory.json +75 -3
  23. package/build/artifacts/contracts/offchain-helpers/deploy/PendlePoolDeployHelper.sol/PendlePoolDeployHelper.dbg.json +1 -1
  24. package/build/artifacts/contracts/offchain-helpers/deploy/PendlePoolDeployHelperV2.sol/PendlePoolDeployHelperV2.dbg.json +1 -1
  25. package/build/artifacts/contracts/offchain-helpers/router-static/PendleRouterStatic.sol/PendleRouterStatic.dbg.json +1 -1
  26. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionInfoStatic.sol/ActionInfoStatic.dbg.json +1 -1
  27. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol/ActionMarketAuxStatic.dbg.json +1 -1
  28. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketCoreStatic.sol/ActionMarketCoreStatic.dbg.json +1 -1
  29. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMintRedeemStatic.sol/ActionMintRedeemStatic.dbg.json +1 -1
  30. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionStorageStatic.sol/ActionStorageStatic.dbg.json +1 -1
  31. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionVePendleStatic.sol/ActionVePendleStatic.dbg.json +1 -1
  32. package/build/artifacts/contracts/offchain-helpers/router-static/base/MarketApproxLibV1.sol/MarketApproxPtInLibV1.dbg.json +1 -1
  33. package/build/artifacts/contracts/offchain-helpers/router-static/base/MarketApproxLibV1.sol/MarketApproxPtOutLibV1.dbg.json +1 -1
  34. package/build/artifacts/contracts/offchain-helpers/router-static/base/StorageLayout.sol/StorageLayout.dbg.json +1 -1
  35. package/build/artifacts/contracts/router/ActionStorageV4.sol/ActionStorageV4.dbg.json +1 -1
  36. package/build/artifacts/contracts/router/PendleRouterV4.sol/PendleRouterV4.dbg.json +1 -1
  37. package/build/artifacts/contracts/router/Reflector.sol/Reflector.dbg.json +1 -1
  38. package/build/artifacts/contracts/router/base/ActionBase.sol/ActionBase.dbg.json +1 -1
  39. package/build/artifacts/contracts/router/base/ActionDelegateBase.sol/ActionDelegateBase.dbg.json +1 -1
  40. package/build/artifacts/contracts/router/math/ApproxStateLib.sol/ApproxStateLib.dbg.json +1 -1
  41. package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtInLibOnchain.dbg.json +1 -1
  42. package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtOutLibOnchain.dbg.json +1 -1
  43. package/build/artifacts/contracts/router/math/MarketApproxLibV2.sol/MarketApproxPtInLibV2.dbg.json +1 -1
  44. package/build/artifacts/contracts/router/math/MarketApproxLibV2.sol/MarketApproxPtOutLibV2.dbg.json +1 -1
  45. package/build/artifacts/contracts/router/swap-aggregator/IPSwapAggregator.sol/IPSwapAggregator.dbg.json +1 -1
  46. package/build/artifacts/contracts/router/swap-aggregator/OKXScaleHelper.sol/IOKXDexRouter.dbg.json +1 -1
  47. package/build/artifacts/contracts/router/swap-aggregator/OKXScaleHelper.sol/OKXScaleHelper.dbg.json +1 -1
  48. package/build/artifacts/contracts/router/swap-aggregator/ParaswapScaleHelper.sol/IAugustusV6.dbg.json +1 -1
  49. package/build/artifacts/contracts/router/swap-aggregator/ParaswapScaleHelper.sol/ParaswapScaleHelper.dbg.json +1 -1
  50. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/IKyberScalingHelper.dbg.json +1 -1
  51. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/IOdosRouterV2.dbg.json +1 -1
  52. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/PendleSwap.dbg.json +1 -1
  53. package/contracts/interfaces/IPCommonSYFactory.sol +7 -0
  54. package/contracts/offchain-helpers/deploy/PendleCommonPoolDeployHelperV2.sol +55 -0
  55. package/contracts/offchain-helpers/deploy/PendleCommonSYFactory.sol +36 -1
  56. package/package.json +1 -1
  57. package/typechain-types/ERC1967Proxy.ts +97 -0
  58. package/typechain-types/IPCommonSYFactory.ts +49 -0
  59. package/typechain-types/ITransparentUpgradeableProxy.ts +235 -0
  60. package/typechain-types/MarketSwapNSeed.ts +222 -0
  61. package/typechain-types/PendleCommonPoolDeployHelperV2.ts +267 -0
  62. package/typechain-types/PendleCommonSYFactory.ts +96 -0
  63. package/typechain-types/TransparentUpgradeableProxy.ts +97 -0
  64. package/typechain-types/factories/ERC1967Proxy__factory.ts +145 -0
  65. package/typechain-types/factories/IPCommonSYFactory__factory.ts +34 -0
  66. package/typechain-types/factories/ITransparentUpgradeableProxy__factory.ts +145 -0
  67. package/typechain-types/factories/MarketSwapNSeed__factory.ts +287 -0
  68. package/typechain-types/factories/PendleCommonPoolDeployHelperV2__factory.ts +319 -1
  69. package/typechain-types/factories/PendleCommonSYFactory__factory.ts +81 -4
  70. package/typechain-types/factories/TransparentUpgradeableProxy__factory.ts +160 -0
  71. package/typechain-types/hardhat.d.ts +45 -0
  72. package/typechain-types/index.ts +10 -0
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/4429c89380c6efdf32578c1cde66d01a.json"
3
+ "buildInfo": "../../../build-info/4d25414379cd41283922452ea5c868ed.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/4429c89380c6efdf32578c1cde66d01a.json"
3
+ "buildInfo": "../../../build-info/4d25414379cd41283922452ea5c868ed.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/4429c89380c6efdf32578c1cde66d01a.json"
3
+ "buildInfo": "../../../build-info/4d25414379cd41283922452ea5c868ed.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/4429c89380c6efdf32578c1cde66d01a.json"
3
+ "buildInfo": "../../../build-info/4d25414379cd41283922452ea5c868ed.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/4429c89380c6efdf32578c1cde66d01a.json"
3
+ "buildInfo": "../../../build-info/4d25414379cd41283922452ea5c868ed.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/4429c89380c6efdf32578c1cde66d01a.json"
3
+ "buildInfo": "../../../build-info/4d25414379cd41283922452ea5c868ed.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/4429c89380c6efdf32578c1cde66d01a.json"
3
+ "buildInfo": "../../../build-info/4d25414379cd41283922452ea5c868ed.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/4429c89380c6efdf32578c1cde66d01a.json"
3
+ "buildInfo": "../../../build-info/4d25414379cd41283922452ea5c868ed.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/4429c89380c6efdf32578c1cde66d01a.json"
3
+ "buildInfo": "../../../build-info/4d25414379cd41283922452ea5c868ed.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/4429c89380c6efdf32578c1cde66d01a.json"
3
+ "buildInfo": "../../../build-info/4d25414379cd41283922452ea5c868ed.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/4429c89380c6efdf32578c1cde66d01a.json"
3
+ "buildInfo": "../../../build-info/4d25414379cd41283922452ea5c868ed.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/4429c89380c6efdf32578c1cde66d01a.json"
3
+ "buildInfo": "../../../build-info/4d25414379cd41283922452ea5c868ed.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/4429c89380c6efdf32578c1cde66d01a.json"
3
+ "buildInfo": "../../../build-info/4d25414379cd41283922452ea5c868ed.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/4429c89380c6efdf32578c1cde66d01a.json"
3
+ "buildInfo": "../../../build-info/4d25414379cd41283922452ea5c868ed.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/4429c89380c6efdf32578c1cde66d01a.json"
3
+ "buildInfo": "../../../build-info/4d25414379cd41283922452ea5c868ed.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/6617d382e5ae37096b284b86207f33fd.json"
3
+ "buildInfo": "../../../build-info/75c26a7c1d201beeaf66ee24bd0af65c.json"
4
4
  }
@@ -31,6 +31,40 @@
31
31
  ],
32
32
  "stateMutability": "nonpayable",
33
33
  "type": "function"
34
+ },
35
+ {
36
+ "inputs": [
37
+ {
38
+ "internalType": "bytes32",
39
+ "name": "id",
40
+ "type": "bytes32"
41
+ },
42
+ {
43
+ "internalType": "bytes",
44
+ "name": "constructorParams",
45
+ "type": "bytes"
46
+ },
47
+ {
48
+ "internalType": "bytes",
49
+ "name": "initData",
50
+ "type": "bytes"
51
+ },
52
+ {
53
+ "internalType": "address",
54
+ "name": "syOwner",
55
+ "type": "address"
56
+ }
57
+ ],
58
+ "name": "deployUpgradableSY",
59
+ "outputs": [
60
+ {
61
+ "internalType": "address",
62
+ "name": "SY",
63
+ "type": "address"
64
+ }
65
+ ],
66
+ "stateMutability": "nonpayable",
67
+ "type": "function"
34
68
  }
35
69
  ],
36
70
  "bytecode": "0x",
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/4429c89380c6efdf32578c1cde66d01a.json"
3
+ "buildInfo": "../../../build-info/4d25414379cd41283922452ea5c868ed.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/4429c89380c6efdf32578c1cde66d01a.json"
3
+ "buildInfo": "../../../../build-info/4d25414379cd41283922452ea5c868ed.json"
4
4
  }