@pendle/core-v2 5.5.0 → 5.6.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 (145) hide show
  1. package/build/artifacts/contracts/core/Market/v3/PendleMarketFactoryV3.sol/PendleMarketFactoryV3.dbg.json +1 -1
  2. package/build/artifacts/contracts/core/Market/v3/PendleMarketFactoryV3.sol/PendleMarketFactoryV3.json +2 -2
  3. package/build/artifacts/contracts/core/Market/v3/PendleMarketV3.sol/PendleMarketV3.dbg.json +1 -1
  4. package/build/artifacts/contracts/core/Market/v3/PendleMarketV3.sol/PendleMarketV3.json +2 -2
  5. package/build/artifacts/contracts/interfaces/IPActionAddRemoveLiqV3.sol/IPActionAddRemoveLiqV3.dbg.json +1 -1
  6. package/build/artifacts/contracts/interfaces/IPActionCallbackV3.sol/IPActionCallbackV3.dbg.json +1 -1
  7. package/build/artifacts/contracts/interfaces/IPActionMarketAuxStatic.sol/IPActionMarketAuxStatic.dbg.json +1 -1
  8. package/build/artifacts/contracts/interfaces/IPActionMiscV3.sol/IPActionMiscV3.dbg.json +1 -1
  9. package/build/artifacts/contracts/interfaces/IPActionSimple.sol/IPActionSimple.dbg.json +1 -1
  10. package/build/artifacts/contracts/interfaces/IPActionStorageStatic.sol/IPActionStorageStatic.dbg.json +1 -1
  11. package/build/artifacts/contracts/interfaces/IPActionStorageV4.sol/IPActionStorageV4.dbg.json +1 -1
  12. package/build/artifacts/contracts/interfaces/IPActionSwapPTV3.sol/IPActionSwapPTV3.dbg.json +1 -1
  13. package/build/artifacts/contracts/interfaces/IPActionSwapYTV3.sol/IPActionSwapYTV3.dbg.json +1 -1
  14. package/build/artifacts/contracts/interfaces/IPAllActionV3.sol/IPAllActionV3.dbg.json +1 -1
  15. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionAddRemoveLiqV3Events.dbg.json +1 -1
  16. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionMiscV3Events.dbg.json +1 -1
  17. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionStorageEvents.dbg.json +1 -1
  18. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionSwapPTV3Events.dbg.json +1 -1
  19. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionSwapYTV3Events.dbg.json +1 -1
  20. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPAllEventsV3.dbg.json +1 -1
  21. package/build/artifacts/contracts/interfaces/IPGovernanceProxy.sol/IPGovernanceProxy.dbg.json +1 -1
  22. package/build/artifacts/contracts/interfaces/IPGovernanceProxy.sol/IPGovernanceProxy.json +77 -0
  23. package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitOrderType.dbg.json +1 -1
  24. package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouter.dbg.json +1 -1
  25. package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouter.json +32 -0
  26. package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouterCallback.dbg.json +1 -1
  27. package/build/artifacts/contracts/interfaces/IPMarketFactoryV3.sol/IPMarketFactoryV3.dbg.json +1 -1
  28. package/build/artifacts/contracts/interfaces/IPMarketFactoryV3.sol/IPMarketFactoryV3.json +23 -0
  29. package/build/artifacts/contracts/interfaces/IPRouterStatic.sol/IPRouterStatic.dbg.json +1 -1
  30. package/build/artifacts/contracts/limit/LimitMathCore.sol/LimitMathCore.dbg.json +1 -1
  31. package/build/artifacts/contracts/limit/LimitMathCore.sol/LimitMathCore.json +2 -2
  32. package/build/artifacts/contracts/limit/LimitRouterBase.sol/LimitRouterBase.dbg.json +1 -1
  33. package/build/artifacts/contracts/limit/LimitRouterBase.sol/LimitRouterBase.json +32 -0
  34. package/build/artifacts/contracts/limit/PendleLimitRouter.sol/PendleLimitRouter.dbg.json +1 -1
  35. package/build/artifacts/contracts/limit/PendleLimitRouter.sol/PendleLimitRouter.json +34 -2
  36. package/build/artifacts/contracts/offchain-helpers/LimitBackendHelper.sol/LimitBackendHelper.dbg.json +1 -1
  37. package/build/artifacts/contracts/offchain-helpers/LimitBackendHelper.sol/LimitBackendHelper.json +2 -2
  38. package/build/artifacts/contracts/offchain-helpers/PendleGovernanceProxy.sol/PendleGovernanceProxy.dbg.json +1 -1
  39. package/build/artifacts/contracts/offchain-helpers/PendleGovernanceProxy.sol/PendleGovernanceProxy.json +98 -3
  40. package/build/artifacts/contracts/offchain-helpers/PendlePoolDeployHelper.sol/PendlePoolDeployHelper.dbg.json +1 -1
  41. package/build/artifacts/contracts/offchain-helpers/PendlePoolDeployHelper.sol/PendlePoolDeployHelper.json +2 -2
  42. package/build/artifacts/contracts/offchain-helpers/router-static/PendleRouterStatic.sol/PendleRouterStatic.dbg.json +1 -1
  43. package/build/artifacts/contracts/offchain-helpers/router-static/PendleRouterStatic.sol/PendleRouterStatic.json +2 -2
  44. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionInfoStatic.sol/ActionInfoStatic.dbg.json +1 -1
  45. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionInfoStatic.sol/ActionInfoStatic.json +2 -2
  46. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol/ActionMarketAuxStatic.dbg.json +1 -1
  47. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol/ActionMarketAuxStatic.json +2 -2
  48. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketCoreStatic.sol/ActionMarketCoreStatic.dbg.json +1 -1
  49. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketCoreStatic.sol/ActionMarketCoreStatic.json +2 -2
  50. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMintRedeemStatic.sol/ActionMintRedeemStatic.dbg.json +1 -1
  51. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMintRedeemStatic.sol/ActionMintRedeemStatic.json +2 -2
  52. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionStorageStatic.sol/ActionStorageStatic.dbg.json +1 -1
  53. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionStorageStatic.sol/ActionStorageStatic.json +2 -2
  54. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionVePendleStatic.sol/ActionVePendleStatic.dbg.json +1 -1
  55. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionVePendleStatic.sol/ActionVePendleStatic.json +2 -2
  56. package/build/artifacts/contracts/offchain-helpers/router-static/base/MarketApproxLibV1.sol/MarketApproxPtInLibV1.dbg.json +1 -1
  57. package/build/artifacts/contracts/offchain-helpers/router-static/base/MarketApproxLibV1.sol/MarketApproxPtInLibV1.json +2 -2
  58. package/build/artifacts/contracts/offchain-helpers/router-static/base/MarketApproxLibV1.sol/MarketApproxPtOutLibV1.dbg.json +1 -1
  59. package/build/artifacts/contracts/offchain-helpers/router-static/base/MarketApproxLibV1.sol/MarketApproxPtOutLibV1.json +2 -2
  60. package/build/artifacts/contracts/offchain-helpers/router-static/base/StorageLayout.sol/StorageLayout.dbg.json +1 -1
  61. package/build/artifacts/contracts/router/ActionAddRemoveLiqV3.sol/ActionAddRemoveLiqV3.dbg.json +1 -1
  62. package/build/artifacts/contracts/router/ActionAddRemoveLiqV3.sol/ActionAddRemoveLiqV3.json +2 -2
  63. package/build/artifacts/contracts/router/ActionCallbackV3.sol/ActionCallbackV3.dbg.json +1 -1
  64. package/build/artifacts/contracts/router/ActionCallbackV3.sol/ActionCallbackV3.json +2 -2
  65. package/build/artifacts/contracts/router/ActionMiscV3.sol/ActionMiscV3.dbg.json +1 -1
  66. package/build/artifacts/contracts/router/ActionMiscV3.sol/ActionMiscV3.json +2 -2
  67. package/build/artifacts/contracts/router/ActionSimple.sol/ActionSimple.dbg.json +1 -1
  68. package/build/artifacts/contracts/router/ActionSimple.sol/ActionSimple.json +2 -2
  69. package/build/artifacts/contracts/router/ActionStorageV4.sol/ActionStorageV4.dbg.json +1 -1
  70. package/build/artifacts/contracts/router/ActionStorageV4.sol/ActionStorageV4.json +2 -2
  71. package/build/artifacts/contracts/router/ActionSwapPTV3.sol/ActionSwapPTV3.dbg.json +1 -1
  72. package/build/artifacts/contracts/router/ActionSwapPTV3.sol/ActionSwapPTV3.json +2 -2
  73. package/build/artifacts/contracts/router/ActionSwapYTV3.sol/ActionSwapYTV3.dbg.json +1 -1
  74. package/build/artifacts/contracts/router/ActionSwapYTV3.sol/ActionSwapYTV3.json +2 -2
  75. package/build/artifacts/contracts/router/PendleRouterV4.sol/PendleRouterV4.dbg.json +1 -1
  76. package/build/artifacts/contracts/router/PendleRouterV4.sol/PendleRouterV4.json +2 -2
  77. package/build/artifacts/contracts/router/Reflector.sol/Reflector.dbg.json +1 -1
  78. package/build/artifacts/contracts/router/Reflector.sol/Reflector.json +2 -2
  79. package/build/artifacts/contracts/router/base/ActionBase.sol/ActionBase.dbg.json +1 -1
  80. package/build/artifacts/contracts/router/base/ActionDelegateBase.sol/ActionDelegateBase.dbg.json +1 -1
  81. package/build/artifacts/contracts/router/base/ActionDelegateBase.sol/ActionDelegateBase.json +2 -2
  82. package/build/artifacts/contracts/router/math/ApproxStateLib.sol/ApproxStateLib.dbg.json +1 -1
  83. package/build/artifacts/contracts/router/math/ApproxStateLib.sol/ApproxStateLib.json +2 -2
  84. package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtInLibOnchain.dbg.json +1 -1
  85. package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtInLibOnchain.json +2 -2
  86. package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtOutLibOnchain.dbg.json +1 -1
  87. package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtOutLibOnchain.json +2 -2
  88. package/build/artifacts/contracts/router/math/MarketApproxLibV2.sol/MarketApproxPtInLibV2.dbg.json +1 -1
  89. package/build/artifacts/contracts/router/math/MarketApproxLibV2.sol/MarketApproxPtInLibV2.json +2 -2
  90. package/build/artifacts/contracts/router/math/MarketApproxLibV2.sol/MarketApproxPtOutLibV2.dbg.json +1 -1
  91. package/build/artifacts/contracts/router/math/MarketApproxLibV2.sol/MarketApproxPtOutLibV2.json +2 -2
  92. package/contracts/interfaces/IPGovernanceProxy.sol +10 -0
  93. package/contracts/interfaces/IPLimitRouter.sol +5 -0
  94. package/contracts/interfaces/IPMarketFactoryV3.sol +2 -0
  95. package/contracts/limit/LimitRouterBase.sol +6 -10
  96. package/contracts/offchain-helpers/PendleGovernanceProxy.sol +41 -10
  97. package/deployments/1-core.json +2 -1
  98. package/deployments/10-core.json +2 -1
  99. package/deployments/42161-core.json +2 -1
  100. package/deployments/5000-core.json +2 -1
  101. package/deployments/56-core.json +2 -1
  102. package/deployments/8453-core.json +2 -1
  103. package/deployments/merkle-distribution/2024-12-31-snapshot.json +65767 -0
  104. package/deployments/merkle-distribution/2025-01-30.json +28060 -0
  105. package/package.json +1 -1
  106. package/typechain-types/ActionCallbackV3.ts +164 -0
  107. package/typechain-types/IPActionCallbackV3.ts +164 -0
  108. package/typechain-types/IPGovernanceProxy.ts +236 -0
  109. package/typechain-types/IPLimitRouter.ts +633 -0
  110. package/typechain-types/IPLimitRouterCallback.ts +120 -0
  111. package/typechain-types/IPMarketFactoryV3.ts +321 -0
  112. package/typechain-types/LimitBackendHelper.ts +287 -0
  113. package/typechain-types/LimitRouterBase.ts +1138 -0
  114. package/typechain-types/PendleGovernanceProxy.ts +128 -0
  115. package/typechain-types/PendleLimitRouter.ts +1138 -0
  116. package/typechain-types/PendleMarketFactoryV3.ts +719 -0
  117. package/typechain-types/PendleMarketV3.ts +1195 -0
  118. package/typechain-types/factories/ActionAddRemoveLiqV3__factory.ts +1 -1
  119. package/typechain-types/factories/ActionCallbackV3__factory.ts +121 -0
  120. package/typechain-types/factories/ActionInfoStatic__factory.ts +1 -1
  121. package/typechain-types/factories/ActionMarketAuxStatic__factory.ts +1 -1
  122. package/typechain-types/factories/ActionMarketCoreStatic__factory.ts +1 -1
  123. package/typechain-types/factories/ActionMintRedeemStatic__factory.ts +1 -1
  124. package/typechain-types/factories/ActionMiscV3__factory.ts +1 -1
  125. package/typechain-types/factories/ActionSimple__factory.ts +1 -1
  126. package/typechain-types/factories/ActionStorageStatic__factory.ts +1 -1
  127. package/typechain-types/factories/ActionStorageV4__factory.ts +1 -1
  128. package/typechain-types/factories/ActionSwapPTV3__factory.ts +1 -1
  129. package/typechain-types/factories/ActionSwapYTV3__factory.ts +1 -1
  130. package/typechain-types/factories/ActionVePendleStatic__factory.ts +1 -1
  131. package/typechain-types/factories/IPActionCallbackV3__factory.ts +83 -0
  132. package/typechain-types/factories/IPGovernanceProxy__factory.ts +152 -0
  133. package/typechain-types/factories/IPLimitRouterCallback__factory.ts +64 -0
  134. package/typechain-types/factories/IPLimitRouter__factory.ts +748 -0
  135. package/typechain-types/factories/IPMarketFactoryV3__factory.ts +217 -0
  136. package/typechain-types/factories/LimitBackendHelper__factory.ts +232 -0
  137. package/typechain-types/factories/LimitRouterBase__factory.ts +1069 -0
  138. package/typechain-types/factories/PendleGovernanceProxy__factory.ts +97 -2
  139. package/typechain-types/factories/PendleLimitRouter__factory.ts +1139 -0
  140. package/typechain-types/factories/PendleMarketFactoryV3__factory.ts +714 -0
  141. package/typechain-types/factories/PendleMarketV3__factory.ts +1211 -0
  142. package/typechain-types/factories/PendlePoolDeployHelper__factory.ts +1 -1
  143. package/typechain-types/factories/PendleRouterStatic__factory.ts +1 -1
  144. package/typechain-types/factories/PendleRouterV4__factory.ts +1 -1
  145. package/typechain-types/factories/Reflector__factory.ts +1 -1
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/7fa579b181813c7af64ef3c7fee573ab.json"
3
+ "buildInfo": "../../../build-info/72388dcca8fd03931a3656e184e016ec.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/7fa579b181813c7af64ef3c7fee573ab.json"
3
+ "buildInfo": "../../../build-info/72388dcca8fd03931a3656e184e016ec.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/7fa579b181813c7af64ef3c7fee573ab.json"
3
+ "buildInfo": "../../../build-info/72388dcca8fd03931a3656e184e016ec.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/7fa579b181813c7af64ef3c7fee573ab.json"
3
+ "buildInfo": "../../../build-info/72388dcca8fd03931a3656e184e016ec.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/7fa579b181813c7af64ef3c7fee573ab.json"
3
+ "buildInfo": "../../../build-info/72388dcca8fd03931a3656e184e016ec.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/7fa579b181813c7af64ef3c7fee573ab.json"
3
+ "buildInfo": "../../../build-info/72388dcca8fd03931a3656e184e016ec.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/7fa579b181813c7af64ef3c7fee573ab.json"
3
+ "buildInfo": "../../../build-info/72388dcca8fd03931a3656e184e016ec.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/7fa579b181813c7af64ef3c7fee573ab.json"
3
+ "buildInfo": "../../../build-info/72388dcca8fd03931a3656e184e016ec.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/7fa579b181813c7af64ef3c7fee573ab.json"
3
+ "buildInfo": "../../../build-info/72388dcca8fd03931a3656e184e016ec.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/7fa579b181813c7af64ef3c7fee573ab.json"
3
+ "buildInfo": "../../../build-info/72388dcca8fd03931a3656e184e016ec.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/7fa579b181813c7af64ef3c7fee573ab.json"
3
+ "buildInfo": "../../../build-info/72388dcca8fd03931a3656e184e016ec.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/831f7fddf76836220cc3e08e1bd9831b.json"
3
+ "buildInfo": "../../../build-info/72388dcca8fd03931a3656e184e016ec.json"
4
4
  }
@@ -3,6 +3,64 @@
3
3
  "contractName": "IPGovernanceProxy",
4
4
  "sourceName": "contracts/interfaces/IPGovernanceProxy.sol",
5
5
  "abi": [
6
+ {
7
+ "anonymous": false,
8
+ "inputs": [
9
+ {
10
+ "indexed": false,
11
+ "internalType": "bytes4[]",
12
+ "name": "selectors",
13
+ "type": "bytes4[]"
14
+ },
15
+ {
16
+ "indexed": true,
17
+ "internalType": "bytes32",
18
+ "name": "role",
19
+ "type": "bytes32"
20
+ }
21
+ ],
22
+ "name": "SetAllowedSelectors",
23
+ "type": "event"
24
+ },
25
+ {
26
+ "inputs": [],
27
+ "name": "ALICE",
28
+ "outputs": [
29
+ {
30
+ "internalType": "bytes32",
31
+ "name": "",
32
+ "type": "bytes32"
33
+ }
34
+ ],
35
+ "stateMutability": "view",
36
+ "type": "function"
37
+ },
38
+ {
39
+ "inputs": [],
40
+ "name": "BOB",
41
+ "outputs": [
42
+ {
43
+ "internalType": "bytes32",
44
+ "name": "",
45
+ "type": "bytes32"
46
+ }
47
+ ],
48
+ "stateMutability": "view",
49
+ "type": "function"
50
+ },
51
+ {
52
+ "inputs": [],
53
+ "name": "CHARLIE",
54
+ "outputs": [
55
+ {
56
+ "internalType": "bytes32",
57
+ "name": "",
58
+ "type": "bytes32"
59
+ }
60
+ ],
61
+ "stateMutability": "view",
62
+ "type": "function"
63
+ },
6
64
  {
7
65
  "inputs": [
8
66
  {
@@ -39,6 +97,25 @@
39
97
  "stateMutability": "payable",
40
98
  "type": "function"
41
99
  },
100
+ {
101
+ "inputs": [
102
+ {
103
+ "internalType": "bytes4",
104
+ "name": "selector",
105
+ "type": "bytes4"
106
+ }
107
+ ],
108
+ "name": "allowedSelectors",
109
+ "outputs": [
110
+ {
111
+ "internalType": "bytes32",
112
+ "name": "",
113
+ "type": "bytes32"
114
+ }
115
+ ],
116
+ "stateMutability": "view",
117
+ "type": "function"
118
+ },
42
119
  {
43
120
  "inputs": [
44
121
  {
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/831f7fddf76836220cc3e08e1bd9831b.json"
3
+ "buildInfo": "../../../build-info/72388dcca8fd03931a3656e184e016ec.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/831f7fddf76836220cc3e08e1bd9831b.json"
3
+ "buildInfo": "../../../build-info/72388dcca8fd03931a3656e184e016ec.json"
4
4
  }
@@ -3,6 +3,25 @@
3
3
  "contractName": "IPLimitRouter",
4
4
  "sourceName": "contracts/interfaces/IPLimitRouter.sol",
5
5
  "abi": [
6
+ {
7
+ "anonymous": false,
8
+ "inputs": [
9
+ {
10
+ "indexed": false,
11
+ "internalType": "address[]",
12
+ "name": "YTs",
13
+ "type": "address[]"
14
+ },
15
+ {
16
+ "indexed": false,
17
+ "internalType": "uint256[]",
18
+ "name": "lnFeeRateRoots",
19
+ "type": "uint256[]"
20
+ }
21
+ ],
22
+ "name": "LnFeeRateRootsSet",
23
+ "type": "event"
24
+ },
6
25
  {
7
26
  "anonymous": false,
8
27
  "inputs": [
@@ -157,6 +176,19 @@
157
176
  "stateMutability": "view",
158
177
  "type": "function"
159
178
  },
179
+ {
180
+ "inputs": [],
181
+ "name": "WNATIVE",
182
+ "outputs": [
183
+ {
184
+ "internalType": "address",
185
+ "name": "",
186
+ "type": "address"
187
+ }
188
+ ],
189
+ "stateMutability": "view",
190
+ "type": "function"
191
+ },
160
192
  {
161
193
  "inputs": [
162
194
  {
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/831f7fddf76836220cc3e08e1bd9831b.json"
3
+ "buildInfo": "../../../build-info/72388dcca8fd03931a3656e184e016ec.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/831f7fddf76836220cc3e08e1bd9831b.json"
3
+ "buildInfo": "../../../build-info/72388dcca8fd03931a3656e184e016ec.json"
4
4
  }
@@ -170,6 +170,29 @@
170
170
  ],
171
171
  "stateMutability": "view",
172
172
  "type": "function"
173
+ },
174
+ {
175
+ "inputs": [
176
+ {
177
+ "internalType": "address",
178
+ "name": "router",
179
+ "type": "address"
180
+ },
181
+ {
182
+ "internalType": "address",
183
+ "name": "market",
184
+ "type": "address"
185
+ },
186
+ {
187
+ "internalType": "uint80",
188
+ "name": "newFee",
189
+ "type": "uint80"
190
+ }
191
+ ],
192
+ "name": "setOverriddenFee",
193
+ "outputs": [],
194
+ "stateMutability": "nonpayable",
195
+ "type": "function"
173
196
  }
174
197
  ],
175
198
  "bytecode": "0x",
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/7fa579b181813c7af64ef3c7fee573ab.json"
3
+ "buildInfo": "../../../build-info/72388dcca8fd03931a3656e184e016ec.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/831f7fddf76836220cc3e08e1bd9831b.json"
3
+ "buildInfo": "../../../build-info/72388dcca8fd03931a3656e184e016ec.json"
4
4
  }
@@ -3,8 +3,8 @@
3
3
  "contractName": "LimitMathCore",
4
4
  "sourceName": "contracts/limit/LimitMathCore.sol",
5
5
  "abi": [],
6
- "bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212207908477058fa4e6a38cd7e2618261764a1e4a13633a918546670679e37d6e3da64736f6c63430008170033",
7
- "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212207908477058fa4e6a38cd7e2618261764a1e4a13633a918546670679e37d6e3da64736f6c63430008170033",
6
+ "bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122066650468367980bd94371b63069fead21d4d796e726702109b3a4b206722939964736f6c63430008170033",
7
+ "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122066650468367980bd94371b63069fead21d4d796e726702109b3a4b206722939964736f6c63430008170033",
8
8
  "linkReferences": {},
9
9
  "deployedLinkReferences": {}
10
10
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/831f7fddf76836220cc3e08e1bd9831b.json"
3
+ "buildInfo": "../../../build-info/72388dcca8fd03931a3656e184e016ec.json"
4
4
  }
@@ -22,6 +22,25 @@
22
22
  "name": "Initialized",
23
23
  "type": "event"
24
24
  },
25
+ {
26
+ "anonymous": false,
27
+ "inputs": [
28
+ {
29
+ "indexed": false,
30
+ "internalType": "address[]",
31
+ "name": "YTs",
32
+ "type": "address[]"
33
+ },
34
+ {
35
+ "indexed": false,
36
+ "internalType": "uint256[]",
37
+ "name": "lnFeeRateRoots",
38
+ "type": "uint256[]"
39
+ }
40
+ ],
41
+ "name": "LnFeeRateRootsSet",
42
+ "type": "event"
43
+ },
25
44
  {
26
45
  "anonymous": false,
27
46
  "inputs": [
@@ -220,6 +239,19 @@
220
239
  "stateMutability": "view",
221
240
  "type": "function"
222
241
  },
242
+ {
243
+ "inputs": [],
244
+ "name": "WNATIVE",
245
+ "outputs": [
246
+ {
247
+ "internalType": "address",
248
+ "name": "",
249
+ "type": "address"
250
+ }
251
+ ],
252
+ "stateMutability": "view",
253
+ "type": "function"
254
+ },
223
255
  {
224
256
  "inputs": [
225
257
  {
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/975ad765b34ea32cb42f96a3ff4b8d13.json"
3
+ "buildInfo": "../../../build-info/df2107a82f9f6e0e8a76ef73f513e6f2.json"
4
4
  }