@underscore-finance/sdk 1.0.11 → 1.1.2

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 (310) hide show
  1. package/dist/contracts/AaveV3.d.ts +603 -279
  2. package/dist/contracts/AaveV3.d.ts.map +1 -1
  3. package/dist/contracts/AaveV3.js +718 -331
  4. package/dist/contracts/AeroClassic.d.ts +4 -17
  5. package/dist/contracts/AeroClassic.d.ts.map +1 -1
  6. package/dist/contracts/AeroClassic.js +5 -24
  7. package/dist/contracts/AeroSlipstream.d.ts +4 -17
  8. package/dist/contracts/AeroSlipstream.d.ts.map +1 -1
  9. package/dist/contracts/AeroSlipstream.js +5 -24
  10. package/dist/contracts/Appraiser.d.ts +4 -0
  11. package/dist/contracts/Appraiser.d.ts.map +1 -1
  12. package/dist/contracts/Appraiser.js +5 -1
  13. package/dist/contracts/CompoundV3.d.ts +556 -246
  14. package/dist/contracts/CompoundV3.d.ts.map +1 -1
  15. package/dist/contracts/CompoundV3.js +695 -327
  16. package/dist/contracts/Curve.d.ts +4 -17
  17. package/dist/contracts/Curve.d.ts.map +1 -1
  18. package/dist/contracts/Curve.js +5 -24
  19. package/dist/contracts/Euler.d.ts +581 -253
  20. package/dist/contracts/Euler.d.ts.map +1 -1
  21. package/dist/contracts/Euler.js +714 -324
  22. package/dist/contracts/Fluid.d.ts +644 -302
  23. package/dist/contracts/Fluid.d.ts.map +1 -1
  24. package/dist/contracts/Fluid.js +743 -334
  25. package/dist/contracts/{Agent_v1.d.ts → FortyAcres.d.ts} +1516 -1699
  26. package/dist/contracts/FortyAcres.d.ts.map +1 -0
  27. package/dist/contracts/{AgentTemplate.js → FortyAcres.js} +1681 -1946
  28. package/dist/contracts/LegoBook.d.ts +7 -0
  29. package/dist/contracts/LegoBook.d.ts.map +1 -1
  30. package/dist/contracts/LegoBook.js +9 -1
  31. package/dist/contracts/LegoTools.d.ts +4 -0
  32. package/dist/contracts/LegoTools.d.ts.map +1 -1
  33. package/dist/contracts/LegoTools.js +5 -1
  34. package/dist/contracts/Moonwell.d.ts +582 -254
  35. package/dist/contracts/Moonwell.d.ts.map +1 -1
  36. package/dist/contracts/Moonwell.js +705 -315
  37. package/dist/contracts/Morpho.d.ts +580 -252
  38. package/dist/contracts/Morpho.d.ts.map +1 -1
  39. package/dist/contracts/Morpho.js +723 -333
  40. package/dist/contracts/RipeLego.d.ts +719 -363
  41. package/dist/contracts/RipeLego.d.ts.map +1 -1
  42. package/dist/contracts/RipeLego.js +839 -413
  43. package/dist/contracts/SignatureHelperV1.d.ts +229 -229
  44. package/dist/contracts/SignatureHelperV1.js +333 -333
  45. package/dist/contracts/SwitchboardCharlie.d.ts +1470 -0
  46. package/dist/contracts/SwitchboardCharlie.d.ts.map +1 -0
  47. package/dist/contracts/{v0_3_OracleRegistry.js → SwitchboardCharlie.js} +954 -691
  48. package/dist/contracts/{v0_1_Agent.d.ts → UnderscoreLego.d.ts} +1469 -1663
  49. package/dist/contracts/UnderscoreLego.d.ts.map +1 -0
  50. package/dist/contracts/{Agent_v1.js → UnderscoreLego.js} +1601 -1882
  51. package/dist/contracts/UndyBtc.d.ts +1487 -0
  52. package/dist/contracts/UndyBtc.d.ts.map +1 -0
  53. package/dist/contracts/{LegoUniswapV3.js → UndyBtc.js} +991 -754
  54. package/dist/contracts/UndyEth.d.ts +1487 -0
  55. package/dist/contracts/UndyEth.d.ts.map +1 -0
  56. package/dist/contracts/{v0_3_LegoUniswapV3.js → UndyEth.js} +991 -754
  57. package/dist/contracts/UndyRewardsLego.d.ts +3 -0
  58. package/dist/contracts/UndyRewardsLego.d.ts.map +1 -1
  59. package/dist/contracts/UndyRewardsLego.js +5 -1
  60. package/dist/contracts/UndyUsd.d.ts +1487 -0
  61. package/dist/contracts/UndyUsd.d.ts.map +1 -0
  62. package/dist/contracts/{LegoAeroSlipstream.js → UndyUsd.js} +1009 -725
  63. package/dist/contracts/UniswapV2.d.ts +4 -17
  64. package/dist/contracts/UniswapV2.d.ts.map +1 -1
  65. package/dist/contracts/UniswapV2.js +5 -24
  66. package/dist/contracts/UniswapV3.d.ts +4 -17
  67. package/dist/contracts/UniswapV3.d.ts.map +1 -1
  68. package/dist/contracts/UniswapV3.js +5 -24
  69. package/dist/contracts/VaultRegistry.d.ts +2265 -0
  70. package/dist/contracts/VaultRegistry.d.ts.map +1 -0
  71. package/dist/contracts/VaultRegistry.js +2848 -0
  72. package/dist/contracts/index.d.ts +7 -0
  73. package/dist/contracts/index.d.ts.map +1 -1
  74. package/dist/contracts/index.js +7 -0
  75. package/dist/contracts/sdk.d.ts +14 -0
  76. package/dist/contracts/sdk.d.ts.map +1 -1
  77. package/dist/contracts/sdk.js +14 -0
  78. package/dist/getContracts.d.ts +1 -0
  79. package/dist/getContracts.d.ts.map +1 -1
  80. package/dist/getContracts.js +1 -0
  81. package/package.json +1 -1
  82. package/dist/contracts/AddyRegistry.d.ts +0 -1109
  83. package/dist/contracts/AddyRegistry.d.ts.map +0 -1
  84. package/dist/contracts/AddyRegistry.js +0 -1392
  85. package/dist/contracts/AddyRegistry_v1.d.ts +0 -473
  86. package/dist/contracts/AddyRegistry_v1.d.ts.map +0 -1
  87. package/dist/contracts/AddyRegistry_v1.js +0 -594
  88. package/dist/contracts/AddyRegistry_v2.d.ts +0 -1050
  89. package/dist/contracts/AddyRegistry_v2.d.ts.map +0 -1
  90. package/dist/contracts/AddyRegistry_v2.js +0 -1313
  91. package/dist/contracts/AgentFactory.d.ts +0 -1665
  92. package/dist/contracts/AgentFactory.d.ts.map +0 -1
  93. package/dist/contracts/AgentFactory.js +0 -2078
  94. package/dist/contracts/AgentFactory_v1.d.ts +0 -1054
  95. package/dist/contracts/AgentFactory_v1.d.ts.map +0 -1
  96. package/dist/contracts/AgentFactory_v1.js +0 -1336
  97. package/dist/contracts/AgentFactory_v2.d.ts +0 -1275
  98. package/dist/contracts/AgentFactory_v2.d.ts.map +0 -1
  99. package/dist/contracts/AgentFactory_v2.js +0 -1609
  100. package/dist/contracts/AgentTemplate.d.ts +0 -2629
  101. package/dist/contracts/AgentTemplate.d.ts.map +0 -1
  102. package/dist/contracts/Agent_v1.d.ts.map +0 -1
  103. package/dist/contracts/Agent_v2.d.ts +0 -2709
  104. package/dist/contracts/Agent_v2.d.ts.map +0 -1
  105. package/dist/contracts/Agent_v2.js +0 -3458
  106. package/dist/contracts/ChainlinkFeeds.d.ts +0 -706
  107. package/dist/contracts/ChainlinkFeeds.d.ts.map +0 -1
  108. package/dist/contracts/ChainlinkFeeds.js +0 -900
  109. package/dist/contracts/LegoAaveV3.d.ts +0 -1033
  110. package/dist/contracts/LegoAaveV3.d.ts.map +0 -1
  111. package/dist/contracts/LegoAaveV3.js +0 -1330
  112. package/dist/contracts/LegoAeroClassic.d.ts +0 -1204
  113. package/dist/contracts/LegoAeroClassic.d.ts.map +0 -1
  114. package/dist/contracts/LegoAeroClassic.js +0 -1546
  115. package/dist/contracts/LegoAeroSlipstream.d.ts +0 -1300
  116. package/dist/contracts/LegoAeroSlipstream.d.ts.map +0 -1
  117. package/dist/contracts/LegoCommon.d.ts +0 -164
  118. package/dist/contracts/LegoCommon.d.ts.map +0 -1
  119. package/dist/contracts/LegoCommon.js +0 -202
  120. package/dist/contracts/LegoCompoundV3.d.ts +0 -1060
  121. package/dist/contracts/LegoCompoundV3.d.ts.map +0 -1
  122. package/dist/contracts/LegoCompoundV3.js +0 -1365
  123. package/dist/contracts/LegoCredit.d.ts +0 -140
  124. package/dist/contracts/LegoCredit.d.ts.map +0 -1
  125. package/dist/contracts/LegoCredit.js +0 -179
  126. package/dist/contracts/LegoCurve.d.ts +0 -1189
  127. package/dist/contracts/LegoCurve.d.ts.map +0 -1
  128. package/dist/contracts/LegoCurve.js +0 -1519
  129. package/dist/contracts/LegoDex.d.ts +0 -587
  130. package/dist/contracts/LegoDex.d.ts.map +0 -1
  131. package/dist/contracts/LegoDex.js +0 -774
  132. package/dist/contracts/LegoEuler.d.ts +0 -1074
  133. package/dist/contracts/LegoEuler.d.ts.map +0 -1
  134. package/dist/contracts/LegoEuler.js +0 -1383
  135. package/dist/contracts/LegoFluid.d.ts +0 -1025
  136. package/dist/contracts/LegoFluid.d.ts.map +0 -1
  137. package/dist/contracts/LegoFluid.js +0 -1320
  138. package/dist/contracts/LegoHelper.d.ts +0 -1563
  139. package/dist/contracts/LegoHelper.d.ts.map +0 -1
  140. package/dist/contracts/LegoHelper.js +0 -1947
  141. package/dist/contracts/LegoMoonwell.d.ts +0 -1042
  142. package/dist/contracts/LegoMoonwell.d.ts.map +0 -1
  143. package/dist/contracts/LegoMoonwell.js +0 -1342
  144. package/dist/contracts/LegoMorpho.d.ts +0 -1074
  145. package/dist/contracts/LegoMorpho.d.ts.map +0 -1
  146. package/dist/contracts/LegoMorpho.js +0 -1383
  147. package/dist/contracts/LegoRegistry.d.ts +0 -1079
  148. package/dist/contracts/LegoRegistry.d.ts.map +0 -1
  149. package/dist/contracts/LegoRegistry.js +0 -1368
  150. package/dist/contracts/LegoSky.d.ts +0 -923
  151. package/dist/contracts/LegoSky.d.ts.map +0 -1
  152. package/dist/contracts/LegoSky.js +0 -1180
  153. package/dist/contracts/LegoUniswapV0_2.d.ts +0 -1204
  154. package/dist/contracts/LegoUniswapV0_2.d.ts.map +0 -1
  155. package/dist/contracts/LegoUniswapV0_2.js +0 -1546
  156. package/dist/contracts/LegoUniswapV2.d.ts +0 -1204
  157. package/dist/contracts/LegoUniswapV2.d.ts.map +0 -1
  158. package/dist/contracts/LegoUniswapV2.js +0 -1546
  159. package/dist/contracts/LegoUniswapV3.d.ts +0 -1338
  160. package/dist/contracts/LegoUniswapV3.d.ts.map +0 -1
  161. package/dist/contracts/LegoYield.d.ts +0 -390
  162. package/dist/contracts/LegoYield.d.ts.map +0 -1
  163. package/dist/contracts/LegoYield.js +0 -511
  164. package/dist/contracts/OracleParser.d.ts +0 -207
  165. package/dist/contracts/OracleParser.d.ts.map +0 -1
  166. package/dist/contracts/OracleParser.js +0 -264
  167. package/dist/contracts/OracleRegistry.d.ts +0 -1221
  168. package/dist/contracts/OracleRegistry.d.ts.map +0 -1
  169. package/dist/contracts/OracleRegistry.js +0 -1562
  170. package/dist/contracts/PriceSheets.d.ts +0 -1127
  171. package/dist/contracts/PriceSheets.d.ts.map +0 -1
  172. package/dist/contracts/PriceSheets.js +0 -1383
  173. package/dist/contracts/PythFeeds.d.ts +0 -640
  174. package/dist/contracts/PythFeeds.d.ts.map +0 -1
  175. package/dist/contracts/PythFeeds.js +0 -813
  176. package/dist/contracts/StorkFeeds.d.ts +0 -640
  177. package/dist/contracts/StorkFeeds.d.ts.map +0 -1
  178. package/dist/contracts/StorkFeeds.js +0 -813
  179. package/dist/contracts/UserWalletConfig_v1.d.ts +0 -1400
  180. package/dist/contracts/UserWalletConfig_v1.d.ts.map +0 -1
  181. package/dist/contracts/UserWalletConfig_v1.js +0 -1676
  182. package/dist/contracts/UserWalletConfig_v2.d.ts +0 -1468
  183. package/dist/contracts/UserWalletConfig_v2.d.ts.map +0 -1
  184. package/dist/contracts/UserWalletConfig_v2.js +0 -1764
  185. package/dist/contracts/UserWallet_v1.d.ts +0 -1980
  186. package/dist/contracts/UserWallet_v1.d.ts.map +0 -1
  187. package/dist/contracts/UserWallet_v1.js +0 -2581
  188. package/dist/contracts/UserWallet_v2.d.ts +0 -1958
  189. package/dist/contracts/UserWallet_v2.d.ts.map +0 -1
  190. package/dist/contracts/UserWallet_v2.js +0 -2553
  191. package/dist/contracts/WalletConfig.d.ts +0 -1398
  192. package/dist/contracts/WalletConfig.d.ts.map +0 -1
  193. package/dist/contracts/WalletConfig.js +0 -1674
  194. package/dist/contracts/WalletFunds.d.ts +0 -1978
  195. package/dist/contracts/WalletFunds.d.ts.map +0 -1
  196. package/dist/contracts/WalletFunds.js +0 -2579
  197. package/dist/contracts/v0_1_AddyRegistry.d.ts +0 -473
  198. package/dist/contracts/v0_1_AddyRegistry.d.ts.map +0 -1
  199. package/dist/contracts/v0_1_AddyRegistry.js +0 -594
  200. package/dist/contracts/v0_1_Agent.d.ts.map +0 -1
  201. package/dist/contracts/v0_1_Agent.js +0 -3372
  202. package/dist/contracts/v0_1_AgentFactory.d.ts +0 -1054
  203. package/dist/contracts/v0_1_AgentFactory.d.ts.map +0 -1
  204. package/dist/contracts/v0_1_AgentFactory.js +0 -1336
  205. package/dist/contracts/v0_1_UserWallet.d.ts +0 -1980
  206. package/dist/contracts/v0_1_UserWallet.d.ts.map +0 -1
  207. package/dist/contracts/v0_1_UserWallet.js +0 -2581
  208. package/dist/contracts/v0_1_UserWalletConfig.d.ts +0 -1400
  209. package/dist/contracts/v0_1_UserWalletConfig.d.ts.map +0 -1
  210. package/dist/contracts/v0_1_UserWalletConfig.js +0 -1676
  211. package/dist/contracts/v0_2_AddyRegistry.d.ts +0 -1050
  212. package/dist/contracts/v0_2_AddyRegistry.d.ts.map +0 -1
  213. package/dist/contracts/v0_2_AddyRegistry.js +0 -1313
  214. package/dist/contracts/v0_2_Agent.d.ts +0 -2709
  215. package/dist/contracts/v0_2_Agent.d.ts.map +0 -1
  216. package/dist/contracts/v0_2_Agent.js +0 -3458
  217. package/dist/contracts/v0_2_AgentFactory.d.ts +0 -1275
  218. package/dist/contracts/v0_2_AgentFactory.d.ts.map +0 -1
  219. package/dist/contracts/v0_2_AgentFactory.js +0 -1609
  220. package/dist/contracts/v0_2_UserWallet.d.ts +0 -1958
  221. package/dist/contracts/v0_2_UserWallet.d.ts.map +0 -1
  222. package/dist/contracts/v0_2_UserWallet.js +0 -2553
  223. package/dist/contracts/v0_2_UserWalletConfig.d.ts +0 -1468
  224. package/dist/contracts/v0_2_UserWalletConfig.d.ts.map +0 -1
  225. package/dist/contracts/v0_2_UserWalletConfig.js +0 -1764
  226. package/dist/contracts/v0_3_AddyRegistry.d.ts +0 -1109
  227. package/dist/contracts/v0_3_AddyRegistry.d.ts.map +0 -1
  228. package/dist/contracts/v0_3_AddyRegistry.js +0 -1392
  229. package/dist/contracts/v0_3_Agent.d.ts +0 -2709
  230. package/dist/contracts/v0_3_Agent.d.ts.map +0 -1
  231. package/dist/contracts/v0_3_Agent.js +0 -3458
  232. package/dist/contracts/v0_3_AgentFactory.d.ts +0 -1665
  233. package/dist/contracts/v0_3_AgentFactory.d.ts.map +0 -1
  234. package/dist/contracts/v0_3_AgentFactory.js +0 -2078
  235. package/dist/contracts/v0_3_ChainlinkFeeds.d.ts +0 -706
  236. package/dist/contracts/v0_3_ChainlinkFeeds.d.ts.map +0 -1
  237. package/dist/contracts/v0_3_ChainlinkFeeds.js +0 -900
  238. package/dist/contracts/v0_3_LegoAaveV3.d.ts +0 -1033
  239. package/dist/contracts/v0_3_LegoAaveV3.d.ts.map +0 -1
  240. package/dist/contracts/v0_3_LegoAaveV3.js +0 -1330
  241. package/dist/contracts/v0_3_LegoAeroClassic.d.ts +0 -1204
  242. package/dist/contracts/v0_3_LegoAeroClassic.d.ts.map +0 -1
  243. package/dist/contracts/v0_3_LegoAeroClassic.js +0 -1546
  244. package/dist/contracts/v0_3_LegoAeroSlipstream.d.ts +0 -1300
  245. package/dist/contracts/v0_3_LegoAeroSlipstream.d.ts.map +0 -1
  246. package/dist/contracts/v0_3_LegoAeroSlipstream.js +0 -1671
  247. package/dist/contracts/v0_3_LegoCommon.d.ts +0 -164
  248. package/dist/contracts/v0_3_LegoCommon.d.ts.map +0 -1
  249. package/dist/contracts/v0_3_LegoCommon.js +0 -202
  250. package/dist/contracts/v0_3_LegoCompoundV3.d.ts +0 -1060
  251. package/dist/contracts/v0_3_LegoCompoundV3.d.ts.map +0 -1
  252. package/dist/contracts/v0_3_LegoCompoundV3.js +0 -1365
  253. package/dist/contracts/v0_3_LegoCredit.d.ts +0 -140
  254. package/dist/contracts/v0_3_LegoCredit.d.ts.map +0 -1
  255. package/dist/contracts/v0_3_LegoCredit.js +0 -179
  256. package/dist/contracts/v0_3_LegoCurve.d.ts +0 -1189
  257. package/dist/contracts/v0_3_LegoCurve.d.ts.map +0 -1
  258. package/dist/contracts/v0_3_LegoCurve.js +0 -1519
  259. package/dist/contracts/v0_3_LegoDex.d.ts +0 -587
  260. package/dist/contracts/v0_3_LegoDex.d.ts.map +0 -1
  261. package/dist/contracts/v0_3_LegoDex.js +0 -774
  262. package/dist/contracts/v0_3_LegoEuler.d.ts +0 -1074
  263. package/dist/contracts/v0_3_LegoEuler.d.ts.map +0 -1
  264. package/dist/contracts/v0_3_LegoEuler.js +0 -1383
  265. package/dist/contracts/v0_3_LegoFluid.d.ts +0 -1025
  266. package/dist/contracts/v0_3_LegoFluid.d.ts.map +0 -1
  267. package/dist/contracts/v0_3_LegoFluid.js +0 -1320
  268. package/dist/contracts/v0_3_LegoHelper.d.ts +0 -1563
  269. package/dist/contracts/v0_3_LegoHelper.d.ts.map +0 -1
  270. package/dist/contracts/v0_3_LegoHelper.js +0 -1947
  271. package/dist/contracts/v0_3_LegoMoonwell.d.ts +0 -1042
  272. package/dist/contracts/v0_3_LegoMoonwell.d.ts.map +0 -1
  273. package/dist/contracts/v0_3_LegoMoonwell.js +0 -1342
  274. package/dist/contracts/v0_3_LegoMorpho.d.ts +0 -1074
  275. package/dist/contracts/v0_3_LegoMorpho.d.ts.map +0 -1
  276. package/dist/contracts/v0_3_LegoMorpho.js +0 -1383
  277. package/dist/contracts/v0_3_LegoRegistry.d.ts +0 -1079
  278. package/dist/contracts/v0_3_LegoRegistry.d.ts.map +0 -1
  279. package/dist/contracts/v0_3_LegoRegistry.js +0 -1368
  280. package/dist/contracts/v0_3_LegoSky.d.ts +0 -923
  281. package/dist/contracts/v0_3_LegoSky.d.ts.map +0 -1
  282. package/dist/contracts/v0_3_LegoSky.js +0 -1180
  283. package/dist/contracts/v0_3_LegoUniswapV3.d.ts +0 -1338
  284. package/dist/contracts/v0_3_LegoUniswapV3.d.ts.map +0 -1
  285. package/dist/contracts/v0_3_LegoYield.d.ts +0 -390
  286. package/dist/contracts/v0_3_LegoYield.d.ts.map +0 -1
  287. package/dist/contracts/v0_3_LegoYield.js +0 -511
  288. package/dist/contracts/v0_3_OracleParser.d.ts +0 -207
  289. package/dist/contracts/v0_3_OracleParser.d.ts.map +0 -1
  290. package/dist/contracts/v0_3_OracleParser.js +0 -264
  291. package/dist/contracts/v0_3_OracleRegistry.d.ts +0 -1221
  292. package/dist/contracts/v0_3_OracleRegistry.d.ts.map +0 -1
  293. package/dist/contracts/v0_3_PriceSheets.d.ts +0 -1127
  294. package/dist/contracts/v0_3_PriceSheets.d.ts.map +0 -1
  295. package/dist/contracts/v0_3_PriceSheets.js +0 -1383
  296. package/dist/contracts/v0_3_PythFeeds.d.ts +0 -640
  297. package/dist/contracts/v0_3_PythFeeds.d.ts.map +0 -1
  298. package/dist/contracts/v0_3_PythFeeds.js +0 -813
  299. package/dist/contracts/v0_3_StorkFeeds.d.ts +0 -640
  300. package/dist/contracts/v0_3_StorkFeeds.d.ts.map +0 -1
  301. package/dist/contracts/v0_3_StorkFeeds.js +0 -813
  302. package/dist/contracts/v0_3_UserWallet.d.ts +0 -1975
  303. package/dist/contracts/v0_3_UserWallet.d.ts.map +0 -1
  304. package/dist/contracts/v0_3_UserWallet.js +0 -2577
  305. package/dist/contracts/v0_3_UserWalletConfig.d.ts +0 -1852
  306. package/dist/contracts/v0_3_UserWalletConfig.d.ts.map +0 -1
  307. package/dist/contracts/v0_3_UserWalletConfig.js +0 -2263
  308. package/dist/getLegacyContracts.d.ts +0 -69
  309. package/dist/getLegacyContracts.d.ts.map +0 -1
  310. package/dist/getLegacyContracts.js +0 -55
@@ -5,6 +5,9 @@
5
5
  import { singleQuery } from '@dappql/async';
6
6
  export const abi = [
7
7
  {
8
+ stateMutability: 'view',
9
+ type: 'function',
10
+ name: 'getTransferFundsHash',
8
11
  inputs: [
9
12
  {
10
13
  name: '_agentWrapper',
@@ -19,7 +22,6 @@ export const abi = [
19
22
  type: 'address',
20
23
  },
21
24
  ],
22
- name: 'getTransferFundsHash',
23
25
  outputs: [
24
26
  {
25
27
  name: '',
@@ -34,10 +36,11 @@ export const abi = [
34
36
  type: 'uint256',
35
37
  },
36
38
  ],
37
- stateMutability: 'view',
38
- type: 'function',
39
39
  },
40
40
  {
41
+ stateMutability: 'view',
42
+ type: 'function',
43
+ name: 'getTransferFundsHash',
41
44
  inputs: [
42
45
  {
43
46
  name: '_agentWrapper',
@@ -56,7 +59,6 @@ export const abi = [
56
59
  type: 'address',
57
60
  },
58
61
  ],
59
- name: 'getTransferFundsHash',
60
62
  outputs: [
61
63
  {
62
64
  name: '',
@@ -71,10 +73,11 @@ export const abi = [
71
73
  type: 'uint256',
72
74
  },
73
75
  ],
74
- stateMutability: 'view',
75
- type: 'function',
76
76
  },
77
77
  {
78
+ stateMutability: 'view',
79
+ type: 'function',
80
+ name: 'getTransferFundsHash',
78
81
  inputs: [
79
82
  {
80
83
  name: '_agentWrapper',
@@ -97,7 +100,6 @@ export const abi = [
97
100
  type: 'uint256',
98
101
  },
99
102
  ],
100
- name: 'getTransferFundsHash',
101
103
  outputs: [
102
104
  {
103
105
  name: '',
@@ -112,10 +114,11 @@ export const abi = [
112
114
  type: 'uint256',
113
115
  },
114
116
  ],
115
- stateMutability: 'view',
116
- type: 'function',
117
117
  },
118
118
  {
119
+ stateMutability: 'view',
120
+ type: 'function',
121
+ name: 'getTransferFundsHash',
119
122
  inputs: [
120
123
  {
121
124
  name: '_agentWrapper',
@@ -142,7 +145,6 @@ export const abi = [
142
145
  type: 'uint256',
143
146
  },
144
147
  ],
145
- name: 'getTransferFundsHash',
146
148
  outputs: [
147
149
  {
148
150
  name: '',
@@ -157,10 +159,11 @@ export const abi = [
157
159
  type: 'uint256',
158
160
  },
159
161
  ],
160
- stateMutability: 'view',
161
- type: 'function',
162
162
  },
163
163
  {
164
+ stateMutability: 'view',
165
+ type: 'function',
166
+ name: 'getTransferFundsHash',
164
167
  inputs: [
165
168
  {
166
169
  name: '_agentWrapper',
@@ -191,7 +194,6 @@ export const abi = [
191
194
  type: 'uint256',
192
195
  },
193
196
  ],
194
- name: 'getTransferFundsHash',
195
197
  outputs: [
196
198
  {
197
199
  name: '',
@@ -206,10 +208,11 @@ export const abi = [
206
208
  type: 'uint256',
207
209
  },
208
210
  ],
209
- stateMutability: 'view',
210
- type: 'function',
211
211
  },
212
212
  {
213
+ stateMutability: 'view',
214
+ type: 'function',
215
+ name: 'getDepositForYieldHash',
213
216
  inputs: [
214
217
  {
215
218
  name: '_agentWrapper',
@@ -228,7 +231,6 @@ export const abi = [
228
231
  type: 'address',
229
232
  },
230
233
  ],
231
- name: 'getDepositForYieldHash',
232
234
  outputs: [
233
235
  {
234
236
  name: '',
@@ -243,10 +245,11 @@ export const abi = [
243
245
  type: 'uint256',
244
246
  },
245
247
  ],
246
- stateMutability: 'view',
247
- type: 'function',
248
248
  },
249
249
  {
250
+ stateMutability: 'view',
251
+ type: 'function',
252
+ name: 'getDepositForYieldHash',
250
253
  inputs: [
251
254
  {
252
255
  name: '_agentWrapper',
@@ -269,7 +272,6 @@ export const abi = [
269
272
  type: 'address',
270
273
  },
271
274
  ],
272
- name: 'getDepositForYieldHash',
273
275
  outputs: [
274
276
  {
275
277
  name: '',
@@ -284,10 +286,11 @@ export const abi = [
284
286
  type: 'uint256',
285
287
  },
286
288
  ],
287
- stateMutability: 'view',
288
- type: 'function',
289
289
  },
290
290
  {
291
+ stateMutability: 'view',
292
+ type: 'function',
293
+ name: 'getDepositForYieldHash',
291
294
  inputs: [
292
295
  {
293
296
  name: '_agentWrapper',
@@ -314,7 +317,6 @@ export const abi = [
314
317
  type: 'uint256',
315
318
  },
316
319
  ],
317
- name: 'getDepositForYieldHash',
318
320
  outputs: [
319
321
  {
320
322
  name: '',
@@ -329,10 +331,11 @@ export const abi = [
329
331
  type: 'uint256',
330
332
  },
331
333
  ],
332
- stateMutability: 'view',
333
- type: 'function',
334
334
  },
335
335
  {
336
+ stateMutability: 'view',
337
+ type: 'function',
338
+ name: 'getDepositForYieldHash',
336
339
  inputs: [
337
340
  {
338
341
  name: '_agentWrapper',
@@ -363,7 +366,6 @@ export const abi = [
363
366
  type: 'bytes32',
364
367
  },
365
368
  ],
366
- name: 'getDepositForYieldHash',
367
369
  outputs: [
368
370
  {
369
371
  name: '',
@@ -378,10 +380,11 @@ export const abi = [
378
380
  type: 'uint256',
379
381
  },
380
382
  ],
381
- stateMutability: 'view',
382
- type: 'function',
383
383
  },
384
384
  {
385
+ stateMutability: 'view',
386
+ type: 'function',
387
+ name: 'getDepositForYieldHash',
385
388
  inputs: [
386
389
  {
387
390
  name: '_agentWrapper',
@@ -416,7 +419,6 @@ export const abi = [
416
419
  type: 'uint256',
417
420
  },
418
421
  ],
419
- name: 'getDepositForYieldHash',
420
422
  outputs: [
421
423
  {
422
424
  name: '',
@@ -431,10 +433,11 @@ export const abi = [
431
433
  type: 'uint256',
432
434
  },
433
435
  ],
434
- stateMutability: 'view',
435
- type: 'function',
436
436
  },
437
437
  {
438
+ stateMutability: 'view',
439
+ type: 'function',
440
+ name: 'getDepositForYieldHash',
438
441
  inputs: [
439
442
  {
440
443
  name: '_agentWrapper',
@@ -473,7 +476,6 @@ export const abi = [
473
476
  type: 'uint256',
474
477
  },
475
478
  ],
476
- name: 'getDepositForYieldHash',
477
479
  outputs: [
478
480
  {
479
481
  name: '',
@@ -488,10 +490,11 @@ export const abi = [
488
490
  type: 'uint256',
489
491
  },
490
492
  ],
491
- stateMutability: 'view',
492
- type: 'function',
493
493
  },
494
494
  {
495
+ stateMutability: 'view',
496
+ type: 'function',
497
+ name: 'getWithdrawFromYieldHash',
495
498
  inputs: [
496
499
  {
497
500
  name: '_agentWrapper',
@@ -510,7 +513,6 @@ export const abi = [
510
513
  type: 'address',
511
514
  },
512
515
  ],
513
- name: 'getWithdrawFromYieldHash',
514
516
  outputs: [
515
517
  {
516
518
  name: '',
@@ -525,10 +527,11 @@ export const abi = [
525
527
  type: 'uint256',
526
528
  },
527
529
  ],
528
- stateMutability: 'view',
529
- type: 'function',
530
530
  },
531
531
  {
532
+ stateMutability: 'view',
533
+ type: 'function',
534
+ name: 'getWithdrawFromYieldHash',
532
535
  inputs: [
533
536
  {
534
537
  name: '_agentWrapper',
@@ -551,7 +554,6 @@ export const abi = [
551
554
  type: 'uint256',
552
555
  },
553
556
  ],
554
- name: 'getWithdrawFromYieldHash',
555
557
  outputs: [
556
558
  {
557
559
  name: '',
@@ -566,10 +568,11 @@ export const abi = [
566
568
  type: 'uint256',
567
569
  },
568
570
  ],
569
- stateMutability: 'view',
570
- type: 'function',
571
571
  },
572
572
  {
573
+ stateMutability: 'view',
574
+ type: 'function',
575
+ name: 'getWithdrawFromYieldHash',
573
576
  inputs: [
574
577
  {
575
578
  name: '_agentWrapper',
@@ -596,7 +599,6 @@ export const abi = [
596
599
  type: 'bytes32',
597
600
  },
598
601
  ],
599
- name: 'getWithdrawFromYieldHash',
600
602
  outputs: [
601
603
  {
602
604
  name: '',
@@ -611,10 +613,11 @@ export const abi = [
611
613
  type: 'uint256',
612
614
  },
613
615
  ],
614
- stateMutability: 'view',
615
- type: 'function',
616
616
  },
617
617
  {
618
+ stateMutability: 'view',
619
+ type: 'function',
620
+ name: 'getWithdrawFromYieldHash',
618
621
  inputs: [
619
622
  {
620
623
  name: '_agentWrapper',
@@ -645,7 +648,6 @@ export const abi = [
645
648
  type: 'uint256',
646
649
  },
647
650
  ],
648
- name: 'getWithdrawFromYieldHash',
649
651
  outputs: [
650
652
  {
651
653
  name: '',
@@ -660,10 +662,11 @@ export const abi = [
660
662
  type: 'uint256',
661
663
  },
662
664
  ],
663
- stateMutability: 'view',
664
- type: 'function',
665
665
  },
666
666
  {
667
+ stateMutability: 'view',
668
+ type: 'function',
669
+ name: 'getWithdrawFromYieldHash',
667
670
  inputs: [
668
671
  {
669
672
  name: '_agentWrapper',
@@ -698,7 +701,6 @@ export const abi = [
698
701
  type: 'uint256',
699
702
  },
700
703
  ],
701
- name: 'getWithdrawFromYieldHash',
702
704
  outputs: [
703
705
  {
704
706
  name: '',
@@ -713,10 +715,11 @@ export const abi = [
713
715
  type: 'uint256',
714
716
  },
715
717
  ],
716
- stateMutability: 'view',
717
- type: 'function',
718
718
  },
719
719
  {
720
+ stateMutability: 'view',
721
+ type: 'function',
722
+ name: 'getRebalanceYieldPositionHash',
720
723
  inputs: [
721
724
  {
722
725
  name: '_agentWrapper',
@@ -739,7 +742,6 @@ export const abi = [
739
742
  type: 'uint256',
740
743
  },
741
744
  ],
742
- name: 'getRebalanceYieldPositionHash',
743
745
  outputs: [
744
746
  {
745
747
  name: '',
@@ -754,10 +756,11 @@ export const abi = [
754
756
  type: 'uint256',
755
757
  },
756
758
  ],
757
- stateMutability: 'view',
758
- type: 'function',
759
759
  },
760
760
  {
761
+ stateMutability: 'view',
762
+ type: 'function',
763
+ name: 'getRebalanceYieldPositionHash',
761
764
  inputs: [
762
765
  {
763
766
  name: '_agentWrapper',
@@ -784,7 +787,6 @@ export const abi = [
784
787
  type: 'address',
785
788
  },
786
789
  ],
787
- name: 'getRebalanceYieldPositionHash',
788
790
  outputs: [
789
791
  {
790
792
  name: '',
@@ -799,10 +801,11 @@ export const abi = [
799
801
  type: 'uint256',
800
802
  },
801
803
  ],
802
- stateMutability: 'view',
803
- type: 'function',
804
804
  },
805
805
  {
806
+ stateMutability: 'view',
807
+ type: 'function',
808
+ name: 'getRebalanceYieldPositionHash',
806
809
  inputs: [
807
810
  {
808
811
  name: '_agentWrapper',
@@ -833,7 +836,6 @@ export const abi = [
833
836
  type: 'uint256',
834
837
  },
835
838
  ],
836
- name: 'getRebalanceYieldPositionHash',
837
839
  outputs: [
838
840
  {
839
841
  name: '',
@@ -848,10 +850,11 @@ export const abi = [
848
850
  type: 'uint256',
849
851
  },
850
852
  ],
851
- stateMutability: 'view',
852
- type: 'function',
853
853
  },
854
854
  {
855
+ stateMutability: 'view',
856
+ type: 'function',
857
+ name: 'getRebalanceYieldPositionHash',
855
858
  inputs: [
856
859
  {
857
860
  name: '_agentWrapper',
@@ -886,7 +889,6 @@ export const abi = [
886
889
  type: 'bytes32',
887
890
  },
888
891
  ],
889
- name: 'getRebalanceYieldPositionHash',
890
892
  outputs: [
891
893
  {
892
894
  name: '',
@@ -901,10 +903,11 @@ export const abi = [
901
903
  type: 'uint256',
902
904
  },
903
905
  ],
904
- stateMutability: 'view',
905
- type: 'function',
906
906
  },
907
907
  {
908
+ stateMutability: 'view',
909
+ type: 'function',
910
+ name: 'getRebalanceYieldPositionHash',
908
911
  inputs: [
909
912
  {
910
913
  name: '_agentWrapper',
@@ -943,7 +946,6 @@ export const abi = [
943
946
  type: 'uint256',
944
947
  },
945
948
  ],
946
- name: 'getRebalanceYieldPositionHash',
947
949
  outputs: [
948
950
  {
949
951
  name: '',
@@ -958,10 +960,11 @@ export const abi = [
958
960
  type: 'uint256',
959
961
  },
960
962
  ],
961
- stateMutability: 'view',
962
- type: 'function',
963
963
  },
964
964
  {
965
+ stateMutability: 'view',
966
+ type: 'function',
967
+ name: 'getRebalanceYieldPositionHash',
965
968
  inputs: [
966
969
  {
967
970
  name: '_agentWrapper',
@@ -1004,7 +1007,6 @@ export const abi = [
1004
1007
  type: 'uint256',
1005
1008
  },
1006
1009
  ],
1007
- name: 'getRebalanceYieldPositionHash',
1008
1010
  outputs: [
1009
1011
  {
1010
1012
  name: '',
@@ -1019,10 +1021,11 @@ export const abi = [
1019
1021
  type: 'uint256',
1020
1022
  },
1021
1023
  ],
1022
- stateMutability: 'view',
1023
- type: 'function',
1024
1024
  },
1025
1025
  {
1026
+ stateMutability: 'view',
1027
+ type: 'function',
1028
+ name: 'getSwapTokensHash',
1026
1029
  inputs: [
1027
1030
  {
1028
1031
  name: '_agentWrapper',
@@ -1033,6 +1036,8 @@ export const abi = [
1033
1036
  type: 'address',
1034
1037
  },
1035
1038
  {
1039
+ name: '_swapInstructions',
1040
+ type: 'tuple[]',
1036
1041
  components: [
1037
1042
  {
1038
1043
  name: 'legoId',
@@ -1055,11 +1060,8 @@ export const abi = [
1055
1060
  type: 'address[]',
1056
1061
  },
1057
1062
  ],
1058
- name: '_swapInstructions',
1059
- type: 'tuple[]',
1060
1063
  },
1061
1064
  ],
1062
- name: 'getSwapTokensHash',
1063
1065
  outputs: [
1064
1066
  {
1065
1067
  name: '',
@@ -1074,10 +1076,11 @@ export const abi = [
1074
1076
  type: 'uint256',
1075
1077
  },
1076
1078
  ],
1077
- stateMutability: 'view',
1078
- type: 'function',
1079
1079
  },
1080
1080
  {
1081
+ stateMutability: 'view',
1082
+ type: 'function',
1083
+ name: 'getSwapTokensHash',
1081
1084
  inputs: [
1082
1085
  {
1083
1086
  name: '_agentWrapper',
@@ -1088,6 +1091,8 @@ export const abi = [
1088
1091
  type: 'address',
1089
1092
  },
1090
1093
  {
1094
+ name: '_swapInstructions',
1095
+ type: 'tuple[]',
1091
1096
  components: [
1092
1097
  {
1093
1098
  name: 'legoId',
@@ -1110,15 +1115,12 @@ export const abi = [
1110
1115
  type: 'address[]',
1111
1116
  },
1112
1117
  ],
1113
- name: '_swapInstructions',
1114
- type: 'tuple[]',
1115
1118
  },
1116
1119
  {
1117
1120
  name: '_nonce',
1118
1121
  type: 'uint256',
1119
1122
  },
1120
1123
  ],
1121
- name: 'getSwapTokensHash',
1122
1124
  outputs: [
1123
1125
  {
1124
1126
  name: '',
@@ -1133,10 +1135,11 @@ export const abi = [
1133
1135
  type: 'uint256',
1134
1136
  },
1135
1137
  ],
1136
- stateMutability: 'view',
1137
- type: 'function',
1138
1138
  },
1139
1139
  {
1140
+ stateMutability: 'view',
1141
+ type: 'function',
1142
+ name: 'getSwapTokensHash',
1140
1143
  inputs: [
1141
1144
  {
1142
1145
  name: '_agentWrapper',
@@ -1147,6 +1150,8 @@ export const abi = [
1147
1150
  type: 'address',
1148
1151
  },
1149
1152
  {
1153
+ name: '_swapInstructions',
1154
+ type: 'tuple[]',
1150
1155
  components: [
1151
1156
  {
1152
1157
  name: 'legoId',
@@ -1169,8 +1174,6 @@ export const abi = [
1169
1174
  type: 'address[]',
1170
1175
  },
1171
1176
  ],
1172
- name: '_swapInstructions',
1173
- type: 'tuple[]',
1174
1177
  },
1175
1178
  {
1176
1179
  name: '_nonce',
@@ -1181,7 +1184,6 @@ export const abi = [
1181
1184
  type: 'uint256',
1182
1185
  },
1183
1186
  ],
1184
- name: 'getSwapTokensHash',
1185
1187
  outputs: [
1186
1188
  {
1187
1189
  name: '',
@@ -1196,10 +1198,11 @@ export const abi = [
1196
1198
  type: 'uint256',
1197
1199
  },
1198
1200
  ],
1199
- stateMutability: 'view',
1200
- type: 'function',
1201
1201
  },
1202
1202
  {
1203
+ stateMutability: 'view',
1204
+ type: 'function',
1205
+ name: 'getMintOrRedeemAssetHash',
1203
1206
  inputs: [
1204
1207
  {
1205
1208
  name: '_agentWrapper',
@@ -1222,7 +1225,6 @@ export const abi = [
1222
1225
  type: 'address',
1223
1226
  },
1224
1227
  ],
1225
- name: 'getMintOrRedeemAssetHash',
1226
1228
  outputs: [
1227
1229
  {
1228
1230
  name: '',
@@ -1237,10 +1239,11 @@ export const abi = [
1237
1239
  type: 'uint256',
1238
1240
  },
1239
1241
  ],
1240
- stateMutability: 'view',
1241
- type: 'function',
1242
1242
  },
1243
1243
  {
1244
+ stateMutability: 'view',
1245
+ type: 'function',
1246
+ name: 'getMintOrRedeemAssetHash',
1244
1247
  inputs: [
1245
1248
  {
1246
1249
  name: '_agentWrapper',
@@ -1267,7 +1270,6 @@ export const abi = [
1267
1270
  type: 'uint256',
1268
1271
  },
1269
1272
  ],
1270
- name: 'getMintOrRedeemAssetHash',
1271
1273
  outputs: [
1272
1274
  {
1273
1275
  name: '',
@@ -1282,10 +1284,11 @@ export const abi = [
1282
1284
  type: 'uint256',
1283
1285
  },
1284
1286
  ],
1285
- stateMutability: 'view',
1286
- type: 'function',
1287
1287
  },
1288
1288
  {
1289
+ stateMutability: 'view',
1290
+ type: 'function',
1291
+ name: 'getMintOrRedeemAssetHash',
1289
1292
  inputs: [
1290
1293
  {
1291
1294
  name: '_agentWrapper',
@@ -1316,7 +1319,6 @@ export const abi = [
1316
1319
  type: 'uint256',
1317
1320
  },
1318
1321
  ],
1319
- name: 'getMintOrRedeemAssetHash',
1320
1322
  outputs: [
1321
1323
  {
1322
1324
  name: '',
@@ -1331,10 +1333,11 @@ export const abi = [
1331
1333
  type: 'uint256',
1332
1334
  },
1333
1335
  ],
1334
- stateMutability: 'view',
1335
- type: 'function',
1336
1336
  },
1337
1337
  {
1338
+ stateMutability: 'view',
1339
+ type: 'function',
1340
+ name: 'getMintOrRedeemAssetHash',
1338
1341
  inputs: [
1339
1342
  {
1340
1343
  name: '_agentWrapper',
@@ -1369,7 +1372,6 @@ export const abi = [
1369
1372
  type: 'bytes32',
1370
1373
  },
1371
1374
  ],
1372
- name: 'getMintOrRedeemAssetHash',
1373
1375
  outputs: [
1374
1376
  {
1375
1377
  name: '',
@@ -1384,10 +1386,11 @@ export const abi = [
1384
1386
  type: 'uint256',
1385
1387
  },
1386
1388
  ],
1387
- stateMutability: 'view',
1388
- type: 'function',
1389
1389
  },
1390
1390
  {
1391
+ stateMutability: 'view',
1392
+ type: 'function',
1393
+ name: 'getMintOrRedeemAssetHash',
1391
1394
  inputs: [
1392
1395
  {
1393
1396
  name: '_agentWrapper',
@@ -1426,7 +1429,6 @@ export const abi = [
1426
1429
  type: 'uint256',
1427
1430
  },
1428
1431
  ],
1429
- name: 'getMintOrRedeemAssetHash',
1430
1432
  outputs: [
1431
1433
  {
1432
1434
  name: '',
@@ -1441,10 +1443,11 @@ export const abi = [
1441
1443
  type: 'uint256',
1442
1444
  },
1443
1445
  ],
1444
- stateMutability: 'view',
1445
- type: 'function',
1446
1446
  },
1447
1447
  {
1448
+ stateMutability: 'view',
1449
+ type: 'function',
1450
+ name: 'getMintOrRedeemAssetHash',
1448
1451
  inputs: [
1449
1452
  {
1450
1453
  name: '_agentWrapper',
@@ -1487,7 +1490,6 @@ export const abi = [
1487
1490
  type: 'uint256',
1488
1491
  },
1489
1492
  ],
1490
- name: 'getMintOrRedeemAssetHash',
1491
1493
  outputs: [
1492
1494
  {
1493
1495
  name: '',
@@ -1502,10 +1504,11 @@ export const abi = [
1502
1504
  type: 'uint256',
1503
1505
  },
1504
1506
  ],
1505
- stateMutability: 'view',
1506
- type: 'function',
1507
1507
  },
1508
1508
  {
1509
+ stateMutability: 'view',
1510
+ type: 'function',
1511
+ name: 'getConfirmMintOrRedeemAssetHash',
1509
1512
  inputs: [
1510
1513
  {
1511
1514
  name: '_agentWrapper',
@@ -1528,7 +1531,6 @@ export const abi = [
1528
1531
  type: 'address',
1529
1532
  },
1530
1533
  ],
1531
- name: 'getConfirmMintOrRedeemAssetHash',
1532
1534
  outputs: [
1533
1535
  {
1534
1536
  name: '',
@@ -1543,10 +1545,11 @@ export const abi = [
1543
1545
  type: 'uint256',
1544
1546
  },
1545
1547
  ],
1546
- stateMutability: 'view',
1547
- type: 'function',
1548
1548
  },
1549
1549
  {
1550
+ stateMutability: 'view',
1551
+ type: 'function',
1552
+ name: 'getConfirmMintOrRedeemAssetHash',
1550
1553
  inputs: [
1551
1554
  {
1552
1555
  name: '_agentWrapper',
@@ -1573,7 +1576,6 @@ export const abi = [
1573
1576
  type: 'bytes32',
1574
1577
  },
1575
1578
  ],
1576
- name: 'getConfirmMintOrRedeemAssetHash',
1577
1579
  outputs: [
1578
1580
  {
1579
1581
  name: '',
@@ -1588,10 +1590,11 @@ export const abi = [
1588
1590
  type: 'uint256',
1589
1591
  },
1590
1592
  ],
1591
- stateMutability: 'view',
1592
- type: 'function',
1593
1593
  },
1594
1594
  {
1595
+ stateMutability: 'view',
1596
+ type: 'function',
1597
+ name: 'getConfirmMintOrRedeemAssetHash',
1595
1598
  inputs: [
1596
1599
  {
1597
1600
  name: '_agentWrapper',
@@ -1622,7 +1625,6 @@ export const abi = [
1622
1625
  type: 'uint256',
1623
1626
  },
1624
1627
  ],
1625
- name: 'getConfirmMintOrRedeemAssetHash',
1626
1628
  outputs: [
1627
1629
  {
1628
1630
  name: '',
@@ -1637,10 +1639,11 @@ export const abi = [
1637
1639
  type: 'uint256',
1638
1640
  },
1639
1641
  ],
1640
- stateMutability: 'view',
1641
- type: 'function',
1642
1642
  },
1643
1643
  {
1644
+ stateMutability: 'view',
1645
+ type: 'function',
1646
+ name: 'getConfirmMintOrRedeemAssetHash',
1644
1647
  inputs: [
1645
1648
  {
1646
1649
  name: '_agentWrapper',
@@ -1675,7 +1678,6 @@ export const abi = [
1675
1678
  type: 'uint256',
1676
1679
  },
1677
1680
  ],
1678
- name: 'getConfirmMintOrRedeemAssetHash',
1679
1681
  outputs: [
1680
1682
  {
1681
1683
  name: '',
@@ -1690,10 +1692,11 @@ export const abi = [
1690
1692
  type: 'uint256',
1691
1693
  },
1692
1694
  ],
1693
- stateMutability: 'view',
1694
- type: 'function',
1695
1695
  },
1696
1696
  {
1697
+ stateMutability: 'view',
1698
+ type: 'function',
1699
+ name: 'getAddCollateralHash',
1697
1700
  inputs: [
1698
1701
  {
1699
1702
  name: '_agentWrapper',
@@ -1712,7 +1715,6 @@ export const abi = [
1712
1715
  type: 'address',
1713
1716
  },
1714
1717
  ],
1715
- name: 'getAddCollateralHash',
1716
1718
  outputs: [
1717
1719
  {
1718
1720
  name: '',
@@ -1727,10 +1729,11 @@ export const abi = [
1727
1729
  type: 'uint256',
1728
1730
  },
1729
1731
  ],
1730
- stateMutability: 'view',
1731
- type: 'function',
1732
1732
  },
1733
1733
  {
1734
+ stateMutability: 'view',
1735
+ type: 'function',
1736
+ name: 'getAddCollateralHash',
1734
1737
  inputs: [
1735
1738
  {
1736
1739
  name: '_agentWrapper',
@@ -1753,7 +1756,6 @@ export const abi = [
1753
1756
  type: 'uint256',
1754
1757
  },
1755
1758
  ],
1756
- name: 'getAddCollateralHash',
1757
1759
  outputs: [
1758
1760
  {
1759
1761
  name: '',
@@ -1768,10 +1770,11 @@ export const abi = [
1768
1770
  type: 'uint256',
1769
1771
  },
1770
1772
  ],
1771
- stateMutability: 'view',
1772
- type: 'function',
1773
1773
  },
1774
1774
  {
1775
+ stateMutability: 'view',
1776
+ type: 'function',
1777
+ name: 'getAddCollateralHash',
1775
1778
  inputs: [
1776
1779
  {
1777
1780
  name: '_agentWrapper',
@@ -1798,7 +1801,6 @@ export const abi = [
1798
1801
  type: 'bytes32',
1799
1802
  },
1800
1803
  ],
1801
- name: 'getAddCollateralHash',
1802
1804
  outputs: [
1803
1805
  {
1804
1806
  name: '',
@@ -1813,10 +1815,11 @@ export const abi = [
1813
1815
  type: 'uint256',
1814
1816
  },
1815
1817
  ],
1816
- stateMutability: 'view',
1817
- type: 'function',
1818
1818
  },
1819
1819
  {
1820
+ stateMutability: 'view',
1821
+ type: 'function',
1822
+ name: 'getAddCollateralHash',
1820
1823
  inputs: [
1821
1824
  {
1822
1825
  name: '_agentWrapper',
@@ -1847,7 +1850,6 @@ export const abi = [
1847
1850
  type: 'uint256',
1848
1851
  },
1849
1852
  ],
1850
- name: 'getAddCollateralHash',
1851
1853
  outputs: [
1852
1854
  {
1853
1855
  name: '',
@@ -1862,10 +1864,11 @@ export const abi = [
1862
1864
  type: 'uint256',
1863
1865
  },
1864
1866
  ],
1865
- stateMutability: 'view',
1866
- type: 'function',
1867
1867
  },
1868
1868
  {
1869
+ stateMutability: 'view',
1870
+ type: 'function',
1871
+ name: 'getAddCollateralHash',
1869
1872
  inputs: [
1870
1873
  {
1871
1874
  name: '_agentWrapper',
@@ -1900,7 +1903,6 @@ export const abi = [
1900
1903
  type: 'uint256',
1901
1904
  },
1902
1905
  ],
1903
- name: 'getAddCollateralHash',
1904
1906
  outputs: [
1905
1907
  {
1906
1908
  name: '',
@@ -1915,10 +1917,11 @@ export const abi = [
1915
1917
  type: 'uint256',
1916
1918
  },
1917
1919
  ],
1918
- stateMutability: 'view',
1919
- type: 'function',
1920
1920
  },
1921
1921
  {
1922
+ stateMutability: 'view',
1923
+ type: 'function',
1924
+ name: 'getRemoveCollateralHash',
1922
1925
  inputs: [
1923
1926
  {
1924
1927
  name: '_agentWrapper',
@@ -1937,7 +1940,6 @@ export const abi = [
1937
1940
  type: 'address',
1938
1941
  },
1939
1942
  ],
1940
- name: 'getRemoveCollateralHash',
1941
1943
  outputs: [
1942
1944
  {
1943
1945
  name: '',
@@ -1952,10 +1954,11 @@ export const abi = [
1952
1954
  type: 'uint256',
1953
1955
  },
1954
1956
  ],
1955
- stateMutability: 'view',
1956
- type: 'function',
1957
1957
  },
1958
1958
  {
1959
+ stateMutability: 'view',
1960
+ type: 'function',
1961
+ name: 'getRemoveCollateralHash',
1959
1962
  inputs: [
1960
1963
  {
1961
1964
  name: '_agentWrapper',
@@ -1978,7 +1981,6 @@ export const abi = [
1978
1981
  type: 'uint256',
1979
1982
  },
1980
1983
  ],
1981
- name: 'getRemoveCollateralHash',
1982
1984
  outputs: [
1983
1985
  {
1984
1986
  name: '',
@@ -1993,10 +1995,11 @@ export const abi = [
1993
1995
  type: 'uint256',
1994
1996
  },
1995
1997
  ],
1996
- stateMutability: 'view',
1997
- type: 'function',
1998
1998
  },
1999
1999
  {
2000
+ stateMutability: 'view',
2001
+ type: 'function',
2002
+ name: 'getRemoveCollateralHash',
2000
2003
  inputs: [
2001
2004
  {
2002
2005
  name: '_agentWrapper',
@@ -2023,7 +2026,6 @@ export const abi = [
2023
2026
  type: 'bytes32',
2024
2027
  },
2025
2028
  ],
2026
- name: 'getRemoveCollateralHash',
2027
2029
  outputs: [
2028
2030
  {
2029
2031
  name: '',
@@ -2038,10 +2040,11 @@ export const abi = [
2038
2040
  type: 'uint256',
2039
2041
  },
2040
2042
  ],
2041
- stateMutability: 'view',
2042
- type: 'function',
2043
2043
  },
2044
2044
  {
2045
+ stateMutability: 'view',
2046
+ type: 'function',
2047
+ name: 'getRemoveCollateralHash',
2045
2048
  inputs: [
2046
2049
  {
2047
2050
  name: '_agentWrapper',
@@ -2072,7 +2075,6 @@ export const abi = [
2072
2075
  type: 'uint256',
2073
2076
  },
2074
2077
  ],
2075
- name: 'getRemoveCollateralHash',
2076
2078
  outputs: [
2077
2079
  {
2078
2080
  name: '',
@@ -2087,10 +2089,11 @@ export const abi = [
2087
2089
  type: 'uint256',
2088
2090
  },
2089
2091
  ],
2090
- stateMutability: 'view',
2091
- type: 'function',
2092
2092
  },
2093
2093
  {
2094
+ stateMutability: 'view',
2095
+ type: 'function',
2096
+ name: 'getRemoveCollateralHash',
2094
2097
  inputs: [
2095
2098
  {
2096
2099
  name: '_agentWrapper',
@@ -2125,7 +2128,6 @@ export const abi = [
2125
2128
  type: 'uint256',
2126
2129
  },
2127
2130
  ],
2128
- name: 'getRemoveCollateralHash',
2129
2131
  outputs: [
2130
2132
  {
2131
2133
  name: '',
@@ -2140,10 +2142,11 @@ export const abi = [
2140
2142
  type: 'uint256',
2141
2143
  },
2142
2144
  ],
2143
- stateMutability: 'view',
2144
- type: 'function',
2145
2145
  },
2146
2146
  {
2147
+ stateMutability: 'view',
2148
+ type: 'function',
2149
+ name: 'getBorrowHash',
2147
2150
  inputs: [
2148
2151
  {
2149
2152
  name: '_agentWrapper',
@@ -2162,7 +2165,6 @@ export const abi = [
2162
2165
  type: 'address',
2163
2166
  },
2164
2167
  ],
2165
- name: 'getBorrowHash',
2166
2168
  outputs: [
2167
2169
  {
2168
2170
  name: '',
@@ -2177,10 +2179,11 @@ export const abi = [
2177
2179
  type: 'uint256',
2178
2180
  },
2179
2181
  ],
2180
- stateMutability: 'view',
2181
- type: 'function',
2182
2182
  },
2183
2183
  {
2184
+ stateMutability: 'view',
2185
+ type: 'function',
2186
+ name: 'getBorrowHash',
2184
2187
  inputs: [
2185
2188
  {
2186
2189
  name: '_agentWrapper',
@@ -2203,7 +2206,6 @@ export const abi = [
2203
2206
  type: 'uint256',
2204
2207
  },
2205
2208
  ],
2206
- name: 'getBorrowHash',
2207
2209
  outputs: [
2208
2210
  {
2209
2211
  name: '',
@@ -2218,10 +2220,11 @@ export const abi = [
2218
2220
  type: 'uint256',
2219
2221
  },
2220
2222
  ],
2221
- stateMutability: 'view',
2222
- type: 'function',
2223
2223
  },
2224
2224
  {
2225
+ stateMutability: 'view',
2226
+ type: 'function',
2227
+ name: 'getBorrowHash',
2225
2228
  inputs: [
2226
2229
  {
2227
2230
  name: '_agentWrapper',
@@ -2248,7 +2251,6 @@ export const abi = [
2248
2251
  type: 'bytes32',
2249
2252
  },
2250
2253
  ],
2251
- name: 'getBorrowHash',
2252
2254
  outputs: [
2253
2255
  {
2254
2256
  name: '',
@@ -2263,10 +2265,11 @@ export const abi = [
2263
2265
  type: 'uint256',
2264
2266
  },
2265
2267
  ],
2266
- stateMutability: 'view',
2267
- type: 'function',
2268
2268
  },
2269
2269
  {
2270
+ stateMutability: 'view',
2271
+ type: 'function',
2272
+ name: 'getBorrowHash',
2270
2273
  inputs: [
2271
2274
  {
2272
2275
  name: '_agentWrapper',
@@ -2297,7 +2300,6 @@ export const abi = [
2297
2300
  type: 'uint256',
2298
2301
  },
2299
2302
  ],
2300
- name: 'getBorrowHash',
2301
2303
  outputs: [
2302
2304
  {
2303
2305
  name: '',
@@ -2312,10 +2314,11 @@ export const abi = [
2312
2314
  type: 'uint256',
2313
2315
  },
2314
2316
  ],
2315
- stateMutability: 'view',
2316
- type: 'function',
2317
2317
  },
2318
2318
  {
2319
+ stateMutability: 'view',
2320
+ type: 'function',
2321
+ name: 'getBorrowHash',
2319
2322
  inputs: [
2320
2323
  {
2321
2324
  name: '_agentWrapper',
@@ -2350,7 +2353,6 @@ export const abi = [
2350
2353
  type: 'uint256',
2351
2354
  },
2352
2355
  ],
2353
- name: 'getBorrowHash',
2354
2356
  outputs: [
2355
2357
  {
2356
2358
  name: '',
@@ -2365,10 +2367,11 @@ export const abi = [
2365
2367
  type: 'uint256',
2366
2368
  },
2367
2369
  ],
2368
- stateMutability: 'view',
2369
- type: 'function',
2370
2370
  },
2371
2371
  {
2372
+ stateMutability: 'view',
2373
+ type: 'function',
2374
+ name: 'getRepayDebtHash',
2372
2375
  inputs: [
2373
2376
  {
2374
2377
  name: '_agentWrapper',
@@ -2387,7 +2390,6 @@ export const abi = [
2387
2390
  type: 'address',
2388
2391
  },
2389
2392
  ],
2390
- name: 'getRepayDebtHash',
2391
2393
  outputs: [
2392
2394
  {
2393
2395
  name: '',
@@ -2402,10 +2404,11 @@ export const abi = [
2402
2404
  type: 'uint256',
2403
2405
  },
2404
2406
  ],
2405
- stateMutability: 'view',
2406
- type: 'function',
2407
2407
  },
2408
2408
  {
2409
+ stateMutability: 'view',
2410
+ type: 'function',
2411
+ name: 'getRepayDebtHash',
2409
2412
  inputs: [
2410
2413
  {
2411
2414
  name: '_agentWrapper',
@@ -2428,7 +2431,6 @@ export const abi = [
2428
2431
  type: 'uint256',
2429
2432
  },
2430
2433
  ],
2431
- name: 'getRepayDebtHash',
2432
2434
  outputs: [
2433
2435
  {
2434
2436
  name: '',
@@ -2443,10 +2445,11 @@ export const abi = [
2443
2445
  type: 'uint256',
2444
2446
  },
2445
2447
  ],
2446
- stateMutability: 'view',
2447
- type: 'function',
2448
2448
  },
2449
2449
  {
2450
+ stateMutability: 'view',
2451
+ type: 'function',
2452
+ name: 'getRepayDebtHash',
2450
2453
  inputs: [
2451
2454
  {
2452
2455
  name: '_agentWrapper',
@@ -2473,7 +2476,6 @@ export const abi = [
2473
2476
  type: 'bytes32',
2474
2477
  },
2475
2478
  ],
2476
- name: 'getRepayDebtHash',
2477
2479
  outputs: [
2478
2480
  {
2479
2481
  name: '',
@@ -2488,10 +2490,11 @@ export const abi = [
2488
2490
  type: 'uint256',
2489
2491
  },
2490
2492
  ],
2491
- stateMutability: 'view',
2492
- type: 'function',
2493
2493
  },
2494
2494
  {
2495
+ stateMutability: 'view',
2496
+ type: 'function',
2497
+ name: 'getRepayDebtHash',
2495
2498
  inputs: [
2496
2499
  {
2497
2500
  name: '_agentWrapper',
@@ -2522,7 +2525,6 @@ export const abi = [
2522
2525
  type: 'uint256',
2523
2526
  },
2524
2527
  ],
2525
- name: 'getRepayDebtHash',
2526
2528
  outputs: [
2527
2529
  {
2528
2530
  name: '',
@@ -2537,10 +2539,11 @@ export const abi = [
2537
2539
  type: 'uint256',
2538
2540
  },
2539
2541
  ],
2540
- stateMutability: 'view',
2541
- type: 'function',
2542
2542
  },
2543
2543
  {
2544
+ stateMutability: 'view',
2545
+ type: 'function',
2546
+ name: 'getRepayDebtHash',
2544
2547
  inputs: [
2545
2548
  {
2546
2549
  name: '_agentWrapper',
@@ -2575,7 +2578,6 @@ export const abi = [
2575
2578
  type: 'uint256',
2576
2579
  },
2577
2580
  ],
2578
- name: 'getRepayDebtHash',
2579
2581
  outputs: [
2580
2582
  {
2581
2583
  name: '',
@@ -2590,10 +2592,11 @@ export const abi = [
2590
2592
  type: 'uint256',
2591
2593
  },
2592
2594
  ],
2593
- stateMutability: 'view',
2594
- type: 'function',
2595
2595
  },
2596
2596
  {
2597
+ stateMutability: 'view',
2598
+ type: 'function',
2599
+ name: 'getClaimRewardsHash',
2597
2600
  inputs: [
2598
2601
  {
2599
2602
  name: '_agentWrapper',
@@ -2608,7 +2611,6 @@ export const abi = [
2608
2611
  type: 'uint256',
2609
2612
  },
2610
2613
  ],
2611
- name: 'getClaimRewardsHash',
2612
2614
  outputs: [
2613
2615
  {
2614
2616
  name: '',
@@ -2623,10 +2625,11 @@ export const abi = [
2623
2625
  type: 'uint256',
2624
2626
  },
2625
2627
  ],
2626
- stateMutability: 'view',
2627
- type: 'function',
2628
2628
  },
2629
2629
  {
2630
+ stateMutability: 'view',
2631
+ type: 'function',
2632
+ name: 'getClaimRewardsHash',
2630
2633
  inputs: [
2631
2634
  {
2632
2635
  name: '_agentWrapper',
@@ -2645,7 +2648,6 @@ export const abi = [
2645
2648
  type: 'address',
2646
2649
  },
2647
2650
  ],
2648
- name: 'getClaimRewardsHash',
2649
2651
  outputs: [
2650
2652
  {
2651
2653
  name: '',
@@ -2660,10 +2662,11 @@ export const abi = [
2660
2662
  type: 'uint256',
2661
2663
  },
2662
2664
  ],
2663
- stateMutability: 'view',
2664
- type: 'function',
2665
2665
  },
2666
2666
  {
2667
+ stateMutability: 'view',
2668
+ type: 'function',
2669
+ name: 'getClaimRewardsHash',
2667
2670
  inputs: [
2668
2671
  {
2669
2672
  name: '_agentWrapper',
@@ -2686,7 +2689,6 @@ export const abi = [
2686
2689
  type: 'uint256',
2687
2690
  },
2688
2691
  ],
2689
- name: 'getClaimRewardsHash',
2690
2692
  outputs: [
2691
2693
  {
2692
2694
  name: '',
@@ -2701,10 +2703,11 @@ export const abi = [
2701
2703
  type: 'uint256',
2702
2704
  },
2703
2705
  ],
2704
- stateMutability: 'view',
2705
- type: 'function',
2706
2706
  },
2707
2707
  {
2708
+ stateMutability: 'view',
2709
+ type: 'function',
2710
+ name: 'getClaimRewardsHash',
2708
2711
  inputs: [
2709
2712
  {
2710
2713
  name: '_agentWrapper',
@@ -2731,7 +2734,6 @@ export const abi = [
2731
2734
  type: 'bytes32',
2732
2735
  },
2733
2736
  ],
2734
- name: 'getClaimRewardsHash',
2735
2737
  outputs: [
2736
2738
  {
2737
2739
  name: '',
@@ -2746,10 +2748,11 @@ export const abi = [
2746
2748
  type: 'uint256',
2747
2749
  },
2748
2750
  ],
2749
- stateMutability: 'view',
2750
- type: 'function',
2751
2751
  },
2752
2752
  {
2753
+ stateMutability: 'view',
2754
+ type: 'function',
2755
+ name: 'getClaimRewardsHash',
2753
2756
  inputs: [
2754
2757
  {
2755
2758
  name: '_agentWrapper',
@@ -2780,7 +2783,6 @@ export const abi = [
2780
2783
  type: 'uint256',
2781
2784
  },
2782
2785
  ],
2783
- name: 'getClaimRewardsHash',
2784
2786
  outputs: [
2785
2787
  {
2786
2788
  name: '',
@@ -2795,10 +2797,11 @@ export const abi = [
2795
2797
  type: 'uint256',
2796
2798
  },
2797
2799
  ],
2798
- stateMutability: 'view',
2799
- type: 'function',
2800
2800
  },
2801
2801
  {
2802
+ stateMutability: 'view',
2803
+ type: 'function',
2804
+ name: 'getClaimRewardsHash',
2802
2805
  inputs: [
2803
2806
  {
2804
2807
  name: '_agentWrapper',
@@ -2833,7 +2836,6 @@ export const abi = [
2833
2836
  type: 'uint256',
2834
2837
  },
2835
2838
  ],
2836
- name: 'getClaimRewardsHash',
2837
2839
  outputs: [
2838
2840
  {
2839
2841
  name: '',
@@ -2848,10 +2850,11 @@ export const abi = [
2848
2850
  type: 'uint256',
2849
2851
  },
2850
2852
  ],
2851
- stateMutability: 'view',
2852
- type: 'function',
2853
2853
  },
2854
2854
  {
2855
+ stateMutability: 'view',
2856
+ type: 'function',
2857
+ name: 'getConvertWethToEthHash',
2855
2858
  inputs: [
2856
2859
  {
2857
2860
  name: '_agentWrapper',
@@ -2862,7 +2865,6 @@ export const abi = [
2862
2865
  type: 'address',
2863
2866
  },
2864
2867
  ],
2865
- name: 'getConvertWethToEthHash',
2866
2868
  outputs: [
2867
2869
  {
2868
2870
  name: '',
@@ -2877,10 +2879,11 @@ export const abi = [
2877
2879
  type: 'uint256',
2878
2880
  },
2879
2881
  ],
2880
- stateMutability: 'view',
2881
- type: 'function',
2882
2882
  },
2883
2883
  {
2884
+ stateMutability: 'view',
2885
+ type: 'function',
2886
+ name: 'getConvertWethToEthHash',
2884
2887
  inputs: [
2885
2888
  {
2886
2889
  name: '_agentWrapper',
@@ -2895,7 +2898,6 @@ export const abi = [
2895
2898
  type: 'uint256',
2896
2899
  },
2897
2900
  ],
2898
- name: 'getConvertWethToEthHash',
2899
2901
  outputs: [
2900
2902
  {
2901
2903
  name: '',
@@ -2910,10 +2912,11 @@ export const abi = [
2910
2912
  type: 'uint256',
2911
2913
  },
2912
2914
  ],
2913
- stateMutability: 'view',
2914
- type: 'function',
2915
2915
  },
2916
2916
  {
2917
+ stateMutability: 'view',
2918
+ type: 'function',
2919
+ name: 'getConvertWethToEthHash',
2917
2920
  inputs: [
2918
2921
  {
2919
2922
  name: '_agentWrapper',
@@ -2932,7 +2935,6 @@ export const abi = [
2932
2935
  type: 'uint256',
2933
2936
  },
2934
2937
  ],
2935
- name: 'getConvertWethToEthHash',
2936
2938
  outputs: [
2937
2939
  {
2938
2940
  name: '',
@@ -2947,10 +2949,11 @@ export const abi = [
2947
2949
  type: 'uint256',
2948
2950
  },
2949
2951
  ],
2950
- stateMutability: 'view',
2951
- type: 'function',
2952
2952
  },
2953
2953
  {
2954
+ stateMutability: 'view',
2955
+ type: 'function',
2956
+ name: 'getConvertWethToEthHash',
2954
2957
  inputs: [
2955
2958
  {
2956
2959
  name: '_agentWrapper',
@@ -2973,7 +2976,6 @@ export const abi = [
2973
2976
  type: 'uint256',
2974
2977
  },
2975
2978
  ],
2976
- name: 'getConvertWethToEthHash',
2977
2979
  outputs: [
2978
2980
  {
2979
2981
  name: '',
@@ -2988,10 +2990,11 @@ export const abi = [
2988
2990
  type: 'uint256',
2989
2991
  },
2990
2992
  ],
2991
- stateMutability: 'view',
2992
- type: 'function',
2993
2993
  },
2994
2994
  {
2995
+ stateMutability: 'view',
2996
+ type: 'function',
2997
+ name: 'getConvertEthToWethHash',
2995
2998
  inputs: [
2996
2999
  {
2997
3000
  name: '_agentWrapper',
@@ -3002,7 +3005,6 @@ export const abi = [
3002
3005
  type: 'address',
3003
3006
  },
3004
3007
  ],
3005
- name: 'getConvertEthToWethHash',
3006
3008
  outputs: [
3007
3009
  {
3008
3010
  name: '',
@@ -3017,10 +3019,11 @@ export const abi = [
3017
3019
  type: 'uint256',
3018
3020
  },
3019
3021
  ],
3020
- stateMutability: 'view',
3021
- type: 'function',
3022
3022
  },
3023
3023
  {
3024
+ stateMutability: 'view',
3025
+ type: 'function',
3026
+ name: 'getConvertEthToWethHash',
3024
3027
  inputs: [
3025
3028
  {
3026
3029
  name: '_agentWrapper',
@@ -3035,7 +3038,6 @@ export const abi = [
3035
3038
  type: 'uint256',
3036
3039
  },
3037
3040
  ],
3038
- name: 'getConvertEthToWethHash',
3039
3041
  outputs: [
3040
3042
  {
3041
3043
  name: '',
@@ -3050,10 +3052,11 @@ export const abi = [
3050
3052
  type: 'uint256',
3051
3053
  },
3052
3054
  ],
3053
- stateMutability: 'view',
3054
- type: 'function',
3055
3055
  },
3056
3056
  {
3057
+ stateMutability: 'view',
3058
+ type: 'function',
3059
+ name: 'getConvertEthToWethHash',
3057
3060
  inputs: [
3058
3061
  {
3059
3062
  name: '_agentWrapper',
@@ -3072,7 +3075,6 @@ export const abi = [
3072
3075
  type: 'uint256',
3073
3076
  },
3074
3077
  ],
3075
- name: 'getConvertEthToWethHash',
3076
3078
  outputs: [
3077
3079
  {
3078
3080
  name: '',
@@ -3087,10 +3089,11 @@ export const abi = [
3087
3089
  type: 'uint256',
3088
3090
  },
3089
3091
  ],
3090
- stateMutability: 'view',
3091
- type: 'function',
3092
3092
  },
3093
3093
  {
3094
+ stateMutability: 'view',
3095
+ type: 'function',
3096
+ name: 'getConvertEthToWethHash',
3094
3097
  inputs: [
3095
3098
  {
3096
3099
  name: '_agentWrapper',
@@ -3113,7 +3116,6 @@ export const abi = [
3113
3116
  type: 'uint256',
3114
3117
  },
3115
3118
  ],
3116
- name: 'getConvertEthToWethHash',
3117
3119
  outputs: [
3118
3120
  {
3119
3121
  name: '',
@@ -3128,10 +3130,11 @@ export const abi = [
3128
3130
  type: 'uint256',
3129
3131
  },
3130
3132
  ],
3131
- stateMutability: 'view',
3132
- type: 'function',
3133
3133
  },
3134
3134
  {
3135
+ stateMutability: 'view',
3136
+ type: 'function',
3137
+ name: 'getAddLiquidityHash',
3135
3138
  inputs: [
3136
3139
  {
3137
3140
  name: '_agentWrapper',
@@ -3158,7 +3161,6 @@ export const abi = [
3158
3161
  type: 'address',
3159
3162
  },
3160
3163
  ],
3161
- name: 'getAddLiquidityHash',
3162
3164
  outputs: [
3163
3165
  {
3164
3166
  name: '',
@@ -3173,10 +3175,11 @@ export const abi = [
3173
3175
  type: 'uint256',
3174
3176
  },
3175
3177
  ],
3176
- stateMutability: 'view',
3177
- type: 'function',
3178
3178
  },
3179
3179
  {
3180
+ stateMutability: 'view',
3181
+ type: 'function',
3182
+ name: 'getAddLiquidityHash',
3180
3183
  inputs: [
3181
3184
  {
3182
3185
  name: '_agentWrapper',
@@ -3207,7 +3210,6 @@ export const abi = [
3207
3210
  type: 'uint256',
3208
3211
  },
3209
3212
  ],
3210
- name: 'getAddLiquidityHash',
3211
3213
  outputs: [
3212
3214
  {
3213
3215
  name: '',
@@ -3222,10 +3224,11 @@ export const abi = [
3222
3224
  type: 'uint256',
3223
3225
  },
3224
3226
  ],
3225
- stateMutability: 'view',
3226
- type: 'function',
3227
3227
  },
3228
3228
  {
3229
+ stateMutability: 'view',
3230
+ type: 'function',
3231
+ name: 'getAddLiquidityHash',
3229
3232
  inputs: [
3230
3233
  {
3231
3234
  name: '_agentWrapper',
@@ -3260,7 +3263,6 @@ export const abi = [
3260
3263
  type: 'uint256',
3261
3264
  },
3262
3265
  ],
3263
- name: 'getAddLiquidityHash',
3264
3266
  outputs: [
3265
3267
  {
3266
3268
  name: '',
@@ -3275,10 +3277,11 @@ export const abi = [
3275
3277
  type: 'uint256',
3276
3278
  },
3277
3279
  ],
3278
- stateMutability: 'view',
3279
- type: 'function',
3280
3280
  },
3281
3281
  {
3282
+ stateMutability: 'view',
3283
+ type: 'function',
3284
+ name: 'getAddLiquidityHash',
3282
3285
  inputs: [
3283
3286
  {
3284
3287
  name: '_agentWrapper',
@@ -3317,7 +3320,6 @@ export const abi = [
3317
3320
  type: 'uint256',
3318
3321
  },
3319
3322
  ],
3320
- name: 'getAddLiquidityHash',
3321
3323
  outputs: [
3322
3324
  {
3323
3325
  name: '',
@@ -3332,10 +3334,11 @@ export const abi = [
3332
3334
  type: 'uint256',
3333
3335
  },
3334
3336
  ],
3335
- stateMutability: 'view',
3336
- type: 'function',
3337
3337
  },
3338
3338
  {
3339
+ stateMutability: 'view',
3340
+ type: 'function',
3341
+ name: 'getAddLiquidityHash',
3339
3342
  inputs: [
3340
3343
  {
3341
3344
  name: '_agentWrapper',
@@ -3378,7 +3381,6 @@ export const abi = [
3378
3381
  type: 'uint256',
3379
3382
  },
3380
3383
  ],
3381
- name: 'getAddLiquidityHash',
3382
3384
  outputs: [
3383
3385
  {
3384
3386
  name: '',
@@ -3393,10 +3395,11 @@ export const abi = [
3393
3395
  type: 'uint256',
3394
3396
  },
3395
3397
  ],
3396
- stateMutability: 'view',
3397
- type: 'function',
3398
3398
  },
3399
3399
  {
3400
+ stateMutability: 'view',
3401
+ type: 'function',
3402
+ name: 'getAddLiquidityHash',
3400
3403
  inputs: [
3401
3404
  {
3402
3405
  name: '_agentWrapper',
@@ -3443,7 +3446,6 @@ export const abi = [
3443
3446
  type: 'uint256',
3444
3447
  },
3445
3448
  ],
3446
- name: 'getAddLiquidityHash',
3447
3449
  outputs: [
3448
3450
  {
3449
3451
  name: '',
@@ -3458,10 +3460,11 @@ export const abi = [
3458
3460
  type: 'uint256',
3459
3461
  },
3460
3462
  ],
3461
- stateMutability: 'view',
3462
- type: 'function',
3463
3463
  },
3464
3464
  {
3465
+ stateMutability: 'view',
3466
+ type: 'function',
3467
+ name: 'getAddLiquidityHash',
3465
3468
  inputs: [
3466
3469
  {
3467
3470
  name: '_agentWrapper',
@@ -3512,7 +3515,6 @@ export const abi = [
3512
3515
  type: 'bytes32',
3513
3516
  },
3514
3517
  ],
3515
- name: 'getAddLiquidityHash',
3516
3518
  outputs: [
3517
3519
  {
3518
3520
  name: '',
@@ -3527,10 +3529,11 @@ export const abi = [
3527
3529
  type: 'uint256',
3528
3530
  },
3529
3531
  ],
3530
- stateMutability: 'view',
3531
- type: 'function',
3532
3532
  },
3533
3533
  {
3534
+ stateMutability: 'view',
3535
+ type: 'function',
3536
+ name: 'getAddLiquidityHash',
3534
3537
  inputs: [
3535
3538
  {
3536
3539
  name: '_agentWrapper',
@@ -3585,7 +3588,6 @@ export const abi = [
3585
3588
  type: 'uint256',
3586
3589
  },
3587
3590
  ],
3588
- name: 'getAddLiquidityHash',
3589
3591
  outputs: [
3590
3592
  {
3591
3593
  name: '',
@@ -3600,10 +3602,11 @@ export const abi = [
3600
3602
  type: 'uint256',
3601
3603
  },
3602
3604
  ],
3603
- stateMutability: 'view',
3604
- type: 'function',
3605
3605
  },
3606
3606
  {
3607
+ stateMutability: 'view',
3608
+ type: 'function',
3609
+ name: 'getAddLiquidityHash',
3607
3610
  inputs: [
3608
3611
  {
3609
3612
  name: '_agentWrapper',
@@ -3662,7 +3665,6 @@ export const abi = [
3662
3665
  type: 'uint256',
3663
3666
  },
3664
3667
  ],
3665
- name: 'getAddLiquidityHash',
3666
3668
  outputs: [
3667
3669
  {
3668
3670
  name: '',
@@ -3677,10 +3679,11 @@ export const abi = [
3677
3679
  type: 'uint256',
3678
3680
  },
3679
3681
  ],
3680
- stateMutability: 'view',
3681
- type: 'function',
3682
3682
  },
3683
3683
  {
3684
+ stateMutability: 'view',
3685
+ type: 'function',
3686
+ name: 'getRemoveLiquidityHash',
3684
3687
  inputs: [
3685
3688
  {
3686
3689
  name: '_agentWrapper',
@@ -3711,7 +3714,6 @@ export const abi = [
3711
3714
  type: 'address',
3712
3715
  },
3713
3716
  ],
3714
- name: 'getRemoveLiquidityHash',
3715
3717
  outputs: [
3716
3718
  {
3717
3719
  name: '',
@@ -3726,10 +3728,11 @@ export const abi = [
3726
3728
  type: 'uint256',
3727
3729
  },
3728
3730
  ],
3729
- stateMutability: 'view',
3730
- type: 'function',
3731
3731
  },
3732
3732
  {
3733
+ stateMutability: 'view',
3734
+ type: 'function',
3735
+ name: 'getRemoveLiquidityHash',
3733
3736
  inputs: [
3734
3737
  {
3735
3738
  name: '_agentWrapper',
@@ -3764,7 +3767,6 @@ export const abi = [
3764
3767
  type: 'uint256',
3765
3768
  },
3766
3769
  ],
3767
- name: 'getRemoveLiquidityHash',
3768
3770
  outputs: [
3769
3771
  {
3770
3772
  name: '',
@@ -3779,10 +3781,11 @@ export const abi = [
3779
3781
  type: 'uint256',
3780
3782
  },
3781
3783
  ],
3782
- stateMutability: 'view',
3783
- type: 'function',
3784
3784
  },
3785
3785
  {
3786
+ stateMutability: 'view',
3787
+ type: 'function',
3788
+ name: 'getRemoveLiquidityHash',
3786
3789
  inputs: [
3787
3790
  {
3788
3791
  name: '_agentWrapper',
@@ -3821,7 +3824,6 @@ export const abi = [
3821
3824
  type: 'uint256',
3822
3825
  },
3823
3826
  ],
3824
- name: 'getRemoveLiquidityHash',
3825
3827
  outputs: [
3826
3828
  {
3827
3829
  name: '',
@@ -3836,10 +3838,11 @@ export const abi = [
3836
3838
  type: 'uint256',
3837
3839
  },
3838
3840
  ],
3839
- stateMutability: 'view',
3840
- type: 'function',
3841
3841
  },
3842
3842
  {
3843
+ stateMutability: 'view',
3844
+ type: 'function',
3845
+ name: 'getRemoveLiquidityHash',
3843
3846
  inputs: [
3844
3847
  {
3845
3848
  name: '_agentWrapper',
@@ -3882,7 +3885,6 @@ export const abi = [
3882
3885
  type: 'uint256',
3883
3886
  },
3884
3887
  ],
3885
- name: 'getRemoveLiquidityHash',
3886
3888
  outputs: [
3887
3889
  {
3888
3890
  name: '',
@@ -3897,10 +3899,11 @@ export const abi = [
3897
3899
  type: 'uint256',
3898
3900
  },
3899
3901
  ],
3900
- stateMutability: 'view',
3901
- type: 'function',
3902
3902
  },
3903
3903
  {
3904
+ stateMutability: 'view',
3905
+ type: 'function',
3906
+ name: 'getRemoveLiquidityHash',
3904
3907
  inputs: [
3905
3908
  {
3906
3909
  name: '_agentWrapper',
@@ -3947,7 +3950,6 @@ export const abi = [
3947
3950
  type: 'bytes32',
3948
3951
  },
3949
3952
  ],
3950
- name: 'getRemoveLiquidityHash',
3951
3953
  outputs: [
3952
3954
  {
3953
3955
  name: '',
@@ -3962,10 +3964,11 @@ export const abi = [
3962
3964
  type: 'uint256',
3963
3965
  },
3964
3966
  ],
3965
- stateMutability: 'view',
3966
- type: 'function',
3967
3967
  },
3968
3968
  {
3969
+ stateMutability: 'view',
3970
+ type: 'function',
3971
+ name: 'getRemoveLiquidityHash',
3969
3972
  inputs: [
3970
3973
  {
3971
3974
  name: '_agentWrapper',
@@ -4016,7 +4019,6 @@ export const abi = [
4016
4019
  type: 'uint256',
4017
4020
  },
4018
4021
  ],
4019
- name: 'getRemoveLiquidityHash',
4020
4022
  outputs: [
4021
4023
  {
4022
4024
  name: '',
@@ -4031,10 +4033,11 @@ export const abi = [
4031
4033
  type: 'uint256',
4032
4034
  },
4033
4035
  ],
4034
- stateMutability: 'view',
4035
- type: 'function',
4036
4036
  },
4037
4037
  {
4038
+ stateMutability: 'view',
4039
+ type: 'function',
4040
+ name: 'getRemoveLiquidityHash',
4038
4041
  inputs: [
4039
4042
  {
4040
4043
  name: '_agentWrapper',
@@ -4089,7 +4092,6 @@ export const abi = [
4089
4092
  type: 'uint256',
4090
4093
  },
4091
4094
  ],
4092
- name: 'getRemoveLiquidityHash',
4093
4095
  outputs: [
4094
4096
  {
4095
4097
  name: '',
@@ -4104,10 +4106,11 @@ export const abi = [
4104
4106
  type: 'uint256',
4105
4107
  },
4106
4108
  ],
4107
- stateMutability: 'view',
4108
- type: 'function',
4109
4109
  },
4110
4110
  {
4111
+ stateMutability: 'view',
4112
+ type: 'function',
4113
+ name: 'getAddLiquidityConcentratedHash',
4111
4114
  inputs: [
4112
4115
  {
4113
4116
  name: '_agentWrapper',
@@ -4142,7 +4145,6 @@ export const abi = [
4142
4145
  type: 'address',
4143
4146
  },
4144
4147
  ],
4145
- name: 'getAddLiquidityConcentratedHash',
4146
4148
  outputs: [
4147
4149
  {
4148
4150
  name: '',
@@ -4157,10 +4159,11 @@ export const abi = [
4157
4159
  type: 'uint256',
4158
4160
  },
4159
4161
  ],
4160
- stateMutability: 'view',
4161
- type: 'function',
4162
4162
  },
4163
4163
  {
4164
+ stateMutability: 'view',
4165
+ type: 'function',
4166
+ name: 'getAddLiquidityConcentratedHash',
4164
4167
  inputs: [
4165
4168
  {
4166
4169
  name: '_agentWrapper',
@@ -4199,7 +4202,6 @@ export const abi = [
4199
4202
  type: 'uint256',
4200
4203
  },
4201
4204
  ],
4202
- name: 'getAddLiquidityConcentratedHash',
4203
4205
  outputs: [
4204
4206
  {
4205
4207
  name: '',
@@ -4214,10 +4216,11 @@ export const abi = [
4214
4216
  type: 'uint256',
4215
4217
  },
4216
4218
  ],
4217
- stateMutability: 'view',
4218
- type: 'function',
4219
4219
  },
4220
4220
  {
4221
+ stateMutability: 'view',
4222
+ type: 'function',
4223
+ name: 'getAddLiquidityConcentratedHash',
4221
4224
  inputs: [
4222
4225
  {
4223
4226
  name: '_agentWrapper',
@@ -4260,7 +4263,6 @@ export const abi = [
4260
4263
  type: 'uint256',
4261
4264
  },
4262
4265
  ],
4263
- name: 'getAddLiquidityConcentratedHash',
4264
4266
  outputs: [
4265
4267
  {
4266
4268
  name: '',
@@ -4275,10 +4277,11 @@ export const abi = [
4275
4277
  type: 'uint256',
4276
4278
  },
4277
4279
  ],
4278
- stateMutability: 'view',
4279
- type: 'function',
4280
4280
  },
4281
4281
  {
4282
+ stateMutability: 'view',
4283
+ type: 'function',
4284
+ name: 'getAddLiquidityConcentratedHash',
4282
4285
  inputs: [
4283
4286
  {
4284
4287
  name: '_agentWrapper',
@@ -4325,7 +4328,6 @@ export const abi = [
4325
4328
  type: 'int24',
4326
4329
  },
4327
4330
  ],
4328
- name: 'getAddLiquidityConcentratedHash',
4329
4331
  outputs: [
4330
4332
  {
4331
4333
  name: '',
@@ -4340,10 +4342,11 @@ export const abi = [
4340
4342
  type: 'uint256',
4341
4343
  },
4342
4344
  ],
4343
- stateMutability: 'view',
4344
- type: 'function',
4345
4345
  },
4346
4346
  {
4347
+ stateMutability: 'view',
4348
+ type: 'function',
4349
+ name: 'getAddLiquidityConcentratedHash',
4347
4350
  inputs: [
4348
4351
  {
4349
4352
  name: '_agentWrapper',
@@ -4394,7 +4397,6 @@ export const abi = [
4394
4397
  type: 'int24',
4395
4398
  },
4396
4399
  ],
4397
- name: 'getAddLiquidityConcentratedHash',
4398
4400
  outputs: [
4399
4401
  {
4400
4402
  name: '',
@@ -4409,10 +4411,11 @@ export const abi = [
4409
4411
  type: 'uint256',
4410
4412
  },
4411
4413
  ],
4412
- stateMutability: 'view',
4413
- type: 'function',
4414
4414
  },
4415
4415
  {
4416
+ stateMutability: 'view',
4417
+ type: 'function',
4418
+ name: 'getAddLiquidityConcentratedHash',
4416
4419
  inputs: [
4417
4420
  {
4418
4421
  name: '_agentWrapper',
@@ -4467,7 +4470,6 @@ export const abi = [
4467
4470
  type: 'uint256',
4468
4471
  },
4469
4472
  ],
4470
- name: 'getAddLiquidityConcentratedHash',
4471
4473
  outputs: [
4472
4474
  {
4473
4475
  name: '',
@@ -4482,10 +4484,11 @@ export const abi = [
4482
4484
  type: 'uint256',
4483
4485
  },
4484
4486
  ],
4485
- stateMutability: 'view',
4486
- type: 'function',
4487
4487
  },
4488
4488
  {
4489
+ stateMutability: 'view',
4490
+ type: 'function',
4491
+ name: 'getAddLiquidityConcentratedHash',
4489
4492
  inputs: [
4490
4493
  {
4491
4494
  name: '_agentWrapper',
@@ -4544,7 +4547,6 @@ export const abi = [
4544
4547
  type: 'uint256',
4545
4548
  },
4546
4549
  ],
4547
- name: 'getAddLiquidityConcentratedHash',
4548
4550
  outputs: [
4549
4551
  {
4550
4552
  name: '',
@@ -4559,10 +4561,11 @@ export const abi = [
4559
4561
  type: 'uint256',
4560
4562
  },
4561
4563
  ],
4562
- stateMutability: 'view',
4563
- type: 'function',
4564
4564
  },
4565
4565
  {
4566
+ stateMutability: 'view',
4567
+ type: 'function',
4568
+ name: 'getAddLiquidityConcentratedHash',
4566
4569
  inputs: [
4567
4570
  {
4568
4571
  name: '_agentWrapper',
@@ -4625,7 +4628,6 @@ export const abi = [
4625
4628
  type: 'bytes32',
4626
4629
  },
4627
4630
  ],
4628
- name: 'getAddLiquidityConcentratedHash',
4629
4631
  outputs: [
4630
4632
  {
4631
4633
  name: '',
@@ -4640,10 +4642,11 @@ export const abi = [
4640
4642
  type: 'uint256',
4641
4643
  },
4642
4644
  ],
4643
- stateMutability: 'view',
4644
- type: 'function',
4645
4645
  },
4646
4646
  {
4647
+ stateMutability: 'view',
4648
+ type: 'function',
4649
+ name: 'getAddLiquidityConcentratedHash',
4647
4650
  inputs: [
4648
4651
  {
4649
4652
  name: '_agentWrapper',
@@ -4710,7 +4713,6 @@ export const abi = [
4710
4713
  type: 'uint256',
4711
4714
  },
4712
4715
  ],
4713
- name: 'getAddLiquidityConcentratedHash',
4714
4716
  outputs: [
4715
4717
  {
4716
4718
  name: '',
@@ -4725,10 +4727,11 @@ export const abi = [
4725
4727
  type: 'uint256',
4726
4728
  },
4727
4729
  ],
4728
- stateMutability: 'view',
4729
- type: 'function',
4730
4730
  },
4731
4731
  {
4732
+ stateMutability: 'view',
4733
+ type: 'function',
4734
+ name: 'getAddLiquidityConcentratedHash',
4732
4735
  inputs: [
4733
4736
  {
4734
4737
  name: '_agentWrapper',
@@ -4799,7 +4802,6 @@ export const abi = [
4799
4802
  type: 'uint256',
4800
4803
  },
4801
4804
  ],
4802
- name: 'getAddLiquidityConcentratedHash',
4803
4805
  outputs: [
4804
4806
  {
4805
4807
  name: '',
@@ -4814,10 +4816,11 @@ export const abi = [
4814
4816
  type: 'uint256',
4815
4817
  },
4816
4818
  ],
4817
- stateMutability: 'view',
4818
- type: 'function',
4819
4819
  },
4820
4820
  {
4821
+ stateMutability: 'view',
4822
+ type: 'function',
4823
+ name: 'getRemoveLiquidityConcentratedHash',
4821
4824
  inputs: [
4822
4825
  {
4823
4826
  name: '_agentWrapper',
@@ -4852,7 +4855,6 @@ export const abi = [
4852
4855
  type: 'address',
4853
4856
  },
4854
4857
  ],
4855
- name: 'getRemoveLiquidityConcentratedHash',
4856
4858
  outputs: [
4857
4859
  {
4858
4860
  name: '',
@@ -4867,10 +4869,11 @@ export const abi = [
4867
4869
  type: 'uint256',
4868
4870
  },
4869
4871
  ],
4870
- stateMutability: 'view',
4871
- type: 'function',
4872
4872
  },
4873
4873
  {
4874
+ stateMutability: 'view',
4875
+ type: 'function',
4876
+ name: 'getRemoveLiquidityConcentratedHash',
4874
4877
  inputs: [
4875
4878
  {
4876
4879
  name: '_agentWrapper',
@@ -4909,7 +4912,6 @@ export const abi = [
4909
4912
  type: 'uint256',
4910
4913
  },
4911
4914
  ],
4912
- name: 'getRemoveLiquidityConcentratedHash',
4913
4915
  outputs: [
4914
4916
  {
4915
4917
  name: '',
@@ -4924,10 +4926,11 @@ export const abi = [
4924
4926
  type: 'uint256',
4925
4927
  },
4926
4928
  ],
4927
- stateMutability: 'view',
4928
- type: 'function',
4929
4929
  },
4930
4930
  {
4931
+ stateMutability: 'view',
4932
+ type: 'function',
4933
+ name: 'getRemoveLiquidityConcentratedHash',
4931
4934
  inputs: [
4932
4935
  {
4933
4936
  name: '_agentWrapper',
@@ -4970,7 +4973,6 @@ export const abi = [
4970
4973
  type: 'uint256',
4971
4974
  },
4972
4975
  ],
4973
- name: 'getRemoveLiquidityConcentratedHash',
4974
4976
  outputs: [
4975
4977
  {
4976
4978
  name: '',
@@ -4985,10 +4987,11 @@ export const abi = [
4985
4987
  type: 'uint256',
4986
4988
  },
4987
4989
  ],
4988
- stateMutability: 'view',
4989
- type: 'function',
4990
4990
  },
4991
4991
  {
4992
+ stateMutability: 'view',
4993
+ type: 'function',
4994
+ name: 'getRemoveLiquidityConcentratedHash',
4992
4995
  inputs: [
4993
4996
  {
4994
4997
  name: '_agentWrapper',
@@ -5035,7 +5038,6 @@ export const abi = [
5035
5038
  type: 'uint256',
5036
5039
  },
5037
5040
  ],
5038
- name: 'getRemoveLiquidityConcentratedHash',
5039
5041
  outputs: [
5040
5042
  {
5041
5043
  name: '',
@@ -5050,10 +5052,11 @@ export const abi = [
5050
5052
  type: 'uint256',
5051
5053
  },
5052
5054
  ],
5053
- stateMutability: 'view',
5054
- type: 'function',
5055
5055
  },
5056
5056
  {
5057
+ stateMutability: 'view',
5058
+ type: 'function',
5059
+ name: 'getRemoveLiquidityConcentratedHash',
5057
5060
  inputs: [
5058
5061
  {
5059
5062
  name: '_agentWrapper',
@@ -5104,7 +5107,6 @@ export const abi = [
5104
5107
  type: 'bytes32',
5105
5108
  },
5106
5109
  ],
5107
- name: 'getRemoveLiquidityConcentratedHash',
5108
5110
  outputs: [
5109
5111
  {
5110
5112
  name: '',
@@ -5119,10 +5121,11 @@ export const abi = [
5119
5121
  type: 'uint256',
5120
5122
  },
5121
5123
  ],
5122
- stateMutability: 'view',
5123
- type: 'function',
5124
5124
  },
5125
5125
  {
5126
+ stateMutability: 'view',
5127
+ type: 'function',
5128
+ name: 'getRemoveLiquidityConcentratedHash',
5126
5129
  inputs: [
5127
5130
  {
5128
5131
  name: '_agentWrapper',
@@ -5177,7 +5180,6 @@ export const abi = [
5177
5180
  type: 'uint256',
5178
5181
  },
5179
5182
  ],
5180
- name: 'getRemoveLiquidityConcentratedHash',
5181
5183
  outputs: [
5182
5184
  {
5183
5185
  name: '',
@@ -5192,10 +5194,11 @@ export const abi = [
5192
5194
  type: 'uint256',
5193
5195
  },
5194
5196
  ],
5195
- stateMutability: 'view',
5196
- type: 'function',
5197
5197
  },
5198
5198
  {
5199
+ stateMutability: 'view',
5200
+ type: 'function',
5201
+ name: 'getRemoveLiquidityConcentratedHash',
5199
5202
  inputs: [
5200
5203
  {
5201
5204
  name: '_agentWrapper',
@@ -5254,7 +5257,6 @@ export const abi = [
5254
5257
  type: 'uint256',
5255
5258
  },
5256
5259
  ],
5257
- name: 'getRemoveLiquidityConcentratedHash',
5258
5260
  outputs: [
5259
5261
  {
5260
5262
  name: '',
@@ -5269,10 +5271,11 @@ export const abi = [
5269
5271
  type: 'uint256',
5270
5272
  },
5271
5273
  ],
5272
- stateMutability: 'view',
5273
- type: 'function',
5274
5274
  },
5275
5275
  {
5276
+ stateMutability: 'view',
5277
+ type: 'function',
5278
+ name: 'getBatchActionsHash',
5276
5279
  inputs: [
5277
5280
  {
5278
5281
  name: '_agentWrapper',
@@ -5283,6 +5286,8 @@ export const abi = [
5283
5286
  type: 'address',
5284
5287
  },
5285
5288
  {
5289
+ name: '_instructions',
5290
+ type: 'tuple[]',
5286
5291
  components: [
5287
5292
  {
5288
5293
  name: 'usePrevAmountOut',
@@ -5341,6 +5346,8 @@ export const abi = [
5341
5346
  type: 'bytes32',
5342
5347
  },
5343
5348
  {
5349
+ name: 'swapInstructions',
5350
+ type: 'tuple[]',
5344
5351
  components: [
5345
5352
  {
5346
5353
  name: 'legoId',
@@ -5363,15 +5370,10 @@ export const abi = [
5363
5370
  type: 'address[]',
5364
5371
  },
5365
5372
  ],
5366
- name: 'swapInstructions',
5367
- type: 'tuple[]',
5368
5373
  },
5369
5374
  ],
5370
- name: '_instructions',
5371
- type: 'tuple[]',
5372
5375
  },
5373
5376
  ],
5374
- name: 'getBatchActionsHash',
5375
5377
  outputs: [
5376
5378
  {
5377
5379
  name: '',
@@ -5386,10 +5388,11 @@ export const abi = [
5386
5388
  type: 'uint256',
5387
5389
  },
5388
5390
  ],
5389
- stateMutability: 'view',
5390
- type: 'function',
5391
5391
  },
5392
5392
  {
5393
+ stateMutability: 'view',
5394
+ type: 'function',
5395
+ name: 'getBatchActionsHash',
5393
5396
  inputs: [
5394
5397
  {
5395
5398
  name: '_agentWrapper',
@@ -5400,6 +5403,8 @@ export const abi = [
5400
5403
  type: 'address',
5401
5404
  },
5402
5405
  {
5406
+ name: '_instructions',
5407
+ type: 'tuple[]',
5403
5408
  components: [
5404
5409
  {
5405
5410
  name: 'usePrevAmountOut',
@@ -5458,6 +5463,8 @@ export const abi = [
5458
5463
  type: 'bytes32',
5459
5464
  },
5460
5465
  {
5466
+ name: 'swapInstructions',
5467
+ type: 'tuple[]',
5461
5468
  components: [
5462
5469
  {
5463
5470
  name: 'legoId',
@@ -5480,19 +5487,14 @@ export const abi = [
5480
5487
  type: 'address[]',
5481
5488
  },
5482
5489
  ],
5483
- name: 'swapInstructions',
5484
- type: 'tuple[]',
5485
5490
  },
5486
5491
  ],
5487
- name: '_instructions',
5488
- type: 'tuple[]',
5489
5492
  },
5490
5493
  {
5491
5494
  name: '_nonce',
5492
5495
  type: 'uint256',
5493
5496
  },
5494
5497
  ],
5495
- name: 'getBatchActionsHash',
5496
5498
  outputs: [
5497
5499
  {
5498
5500
  name: '',
@@ -5507,10 +5509,11 @@ export const abi = [
5507
5509
  type: 'uint256',
5508
5510
  },
5509
5511
  ],
5510
- stateMutability: 'view',
5511
- type: 'function',
5512
5512
  },
5513
5513
  {
5514
+ stateMutability: 'view',
5515
+ type: 'function',
5516
+ name: 'getBatchActionsHash',
5514
5517
  inputs: [
5515
5518
  {
5516
5519
  name: '_agentWrapper',
@@ -5521,6 +5524,8 @@ export const abi = [
5521
5524
  type: 'address',
5522
5525
  },
5523
5526
  {
5527
+ name: '_instructions',
5528
+ type: 'tuple[]',
5524
5529
  components: [
5525
5530
  {
5526
5531
  name: 'usePrevAmountOut',
@@ -5579,6 +5584,8 @@ export const abi = [
5579
5584
  type: 'bytes32',
5580
5585
  },
5581
5586
  {
5587
+ name: 'swapInstructions',
5588
+ type: 'tuple[]',
5582
5589
  components: [
5583
5590
  {
5584
5591
  name: 'legoId',
@@ -5601,12 +5608,8 @@ export const abi = [
5601
5608
  type: 'address[]',
5602
5609
  },
5603
5610
  ],
5604
- name: 'swapInstructions',
5605
- type: 'tuple[]',
5606
5611
  },
5607
5612
  ],
5608
- name: '_instructions',
5609
- type: 'tuple[]',
5610
5613
  },
5611
5614
  {
5612
5615
  name: '_nonce',
@@ -5617,7 +5620,6 @@ export const abi = [
5617
5620
  type: 'uint256',
5618
5621
  },
5619
5622
  ],
5620
- name: 'getBatchActionsHash',
5621
5623
  outputs: [
5622
5624
  {
5623
5625
  name: '',
@@ -5632,8 +5634,6 @@ export const abi = [
5632
5634
  type: 'uint256',
5633
5635
  },
5634
5636
  ],
5635
- stateMutability: 'view',
5636
- type: 'function',
5637
5637
  },
5638
5638
  ];
5639
5639
  export const deployAddress = '0x7a938DEd840172e89ef3B90039959E51C1dC6893';