@paraswap/dex-lib 4.0.0 → 4.0.1-cables.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 (982) hide show
  1. package/.idea/aws.xml +17 -0
  2. package/.idea/codeStyles/Project.xml +19 -0
  3. package/.idea/codeStyles/codeStyleConfig.xml +5 -0
  4. package/.idea/misc.xml +6 -0
  5. package/.idea/modules.xml +8 -0
  6. package/.idea/paraswap-dex-lib.iml +9 -0
  7. package/.idea/prettier.xml +7 -0
  8. package/.idea/vcs.xml +6 -0
  9. package/build/abi/balancer-v3/batch-router.json +989 -0
  10. package/build/abi/balancer-v3/router.json +1792 -0
  11. package/build/abi/balancer-v3/vault-extension.json +2834 -0
  12. package/build/abi/integral/factory.json +333 -0
  13. package/build/abi/{angle-transmuter/ChainlinkEACAggregatorProxy.json → integral/oracle.json} +239 -247
  14. package/build/abi/{curve-v1/StableSwapUSDN.json → integral/pool.json} +487 -450
  15. package/build/abi/{RamsesV2Pool.abi.json → integral/relayer.json} +833 -851
  16. package/build/abi/permit2.json +581 -0
  17. package/build/bignumber-constants.js +2 -2
  18. package/build/bignumber-constants.js.map +1 -1
  19. package/build/calldata-gas-cost.js +2 -2
  20. package/build/calldata-gas-cost.js.map +1 -1
  21. package/build/composed-event-subscriber.js.map +1 -1
  22. package/build/config.js +5 -5
  23. package/build/config.js.map +1 -1
  24. package/build/constants.js +2 -2
  25. package/build/constants.js.map +1 -1
  26. package/build/dex/aave-gsm/aave-gsm-pool.js.map +1 -1
  27. package/build/dex/aave-gsm/aave-gsm.js +7 -17
  28. package/build/dex/aave-gsm/aave-gsm.js.map +1 -1
  29. package/build/dex/aave-gsm/types.d.ts +3 -3
  30. package/build/dex/aave-v1/aave-v1.d.ts +1 -2
  31. package/build/dex/aave-v1/aave-v1.js +0 -22
  32. package/build/dex/aave-v1/aave-v1.js.map +1 -1
  33. package/build/dex/aave-v2/aave-v2.js +7 -17
  34. package/build/dex/aave-v2/aave-v2.js.map +1 -1
  35. package/build/dex/aave-v2/tokens.js +3 -3
  36. package/build/dex/aave-v2/tokens.js.map +1 -1
  37. package/build/dex/aave-v2/types.d.ts +8 -8
  38. package/build/dex/aave-v2/types.js +1 -1
  39. package/build/dex/aave-v2/types.js.map +1 -1
  40. package/build/dex/aave-v3/aave-v3.js +7 -17
  41. package/build/dex/aave-v3/aave-v3.js.map +1 -1
  42. package/build/dex/aave-v3/tokens.js +4 -4
  43. package/build/dex/aave-v3/tokens.js.map +1 -1
  44. package/build/dex/aave-v3/types.d.ts +8 -8
  45. package/build/dex/aave-v3/types.js +1 -1
  46. package/build/dex/aave-v3/types.js.map +1 -1
  47. package/build/dex/aave-v3/utils.js.map +1 -1
  48. package/build/dex/aave-v3-stata/aave-v3-stata.js +13 -23
  49. package/build/dex/aave-v3-stata/aave-v3-stata.js.map +1 -1
  50. package/build/dex/aave-v3-stata/tokens.js +4 -4
  51. package/build/dex/aave-v3-stata/tokens.js.map +1 -1
  52. package/build/dex/aave-v3-stata/types.d.ts +7 -7
  53. package/build/dex/aave-v3-stata/types.js +3 -3
  54. package/build/dex/aave-v3-stata/types.js.map +1 -1
  55. package/build/dex/aave-v3-stata/utils.d.ts +1 -1
  56. package/build/dex/aave-v3-stata/utils.js.map +1 -1
  57. package/build/dex/algebra/algebra-factory.d.ts +1 -1
  58. package/build/dex/algebra/algebra-factory.js.map +1 -1
  59. package/build/dex/algebra/algebra-pool-v1_1.js.map +1 -1
  60. package/build/dex/algebra/algebra-pool-v1_9.js.map +1 -1
  61. package/build/dex/algebra/algebra.d.ts +2 -1
  62. package/build/dex/algebra/algebra.js +8 -18
  63. package/build/dex/algebra/algebra.js.map +1 -1
  64. package/build/dex/algebra/lib/AlgebraMath.js +2 -2
  65. package/build/dex/algebra/lib/AlgebraMath.js.map +1 -1
  66. package/build/dex/algebra/lib/TickManager.js.map +1 -1
  67. package/build/dex/algebra/lib/TickTable.js.map +1 -1
  68. package/build/dex/algebra/scripts/validate-state.js.map +1 -1
  69. package/build/dex/algebra/types.d.ts +17 -17
  70. package/build/dex/algebra/types.js +1 -1
  71. package/build/dex/algebra/types.js.map +1 -1
  72. package/build/dex/algebra/utils.js +5 -4
  73. package/build/dex/algebra/utils.js.map +1 -1
  74. package/build/dex/angle-staked-stable/angle-staked-stable-pool.js.map +1 -1
  75. package/build/dex/angle-staked-stable/angle-staked-stable.js +7 -17
  76. package/build/dex/angle-staked-stable/angle-staked-stable.js.map +1 -1
  77. package/build/dex/angle-staked-stable/types.d.ts +3 -3
  78. package/build/dex/angle-transmuter/angle-transmuter-pool.d.ts +1 -0
  79. package/build/dex/angle-transmuter/angle-transmuter-pool.js.map +1 -1
  80. package/build/dex/angle-transmuter/angle-transmuter.js +7 -17
  81. package/build/dex/angle-transmuter/angle-transmuter.js.map +1 -1
  82. package/build/dex/angle-transmuter/morphoOracle.js.map +1 -1
  83. package/build/dex/angle-transmuter/morphoVault.js.map +1 -1
  84. package/build/dex/angle-transmuter/transmuter.js.map +1 -1
  85. package/build/dex/angle-transmuter/types.d.ts +24 -24
  86. package/build/dex/angle-transmuter/types.js +3 -3
  87. package/build/dex/angle-transmuter/types.js.map +1 -1
  88. package/build/dex/angle-transmuter/utils.js +7 -6
  89. package/build/dex/angle-transmuter/utils.js.map +1 -1
  90. package/build/dex/augustus-approvals.js.map +1 -1
  91. package/build/dex/augustus-rfq.d.ts +6 -6
  92. package/build/dex/augustus-rfq.js.map +1 -1
  93. package/build/dex/bProtocol.d.ts +18 -0
  94. package/build/dex/bProtocol.js +39 -0
  95. package/build/dex/bProtocol.js.map +1 -0
  96. package/build/dex/balancer-v1/balancer-v1-math.js +3 -2
  97. package/build/dex/balancer-v1/balancer-v1-math.js.map +1 -1
  98. package/build/dex/balancer-v1/balancer-v1-pool.js.map +1 -1
  99. package/build/dex/balancer-v1/balancer-v1.js +7 -17
  100. package/build/dex/balancer-v1/balancer-v1.js.map +1 -1
  101. package/build/dex/balancer-v1/optimizer.js +2 -1
  102. package/build/dex/balancer-v1/optimizer.js.map +1 -1
  103. package/build/dex/balancer-v1/types.d.ts +16 -16
  104. package/build/dex/balancer-v1/types.js +1 -1
  105. package/build/dex/balancer-v1/types.js.map +1 -1
  106. package/build/dex/balancer-v1/utils.js +2 -1
  107. package/build/dex/balancer-v1/utils.js.map +1 -1
  108. package/build/dex/balancer-v2/balancer-v2-math.js.map +1 -1
  109. package/build/dex/balancer-v2/balancer-v2.d.ts +1 -0
  110. package/build/dex/balancer-v2/balancer-v2.js +7 -17
  111. package/build/dex/balancer-v2/balancer-v2.js.map +1 -1
  112. package/build/dex/balancer-v2/constants.js +2 -2
  113. package/build/dex/balancer-v2/constants.js.map +1 -1
  114. package/build/dex/balancer-v2/optimizer.js +2 -1
  115. package/build/dex/balancer-v2/optimizer.js.map +1 -1
  116. package/build/dex/balancer-v2/pools/balancer-v2-pool.js.map +1 -1
  117. package/build/dex/balancer-v2/pools/gyro/Gyro3Pool.d.ts +1 -1
  118. package/build/dex/balancer-v2/pools/gyro/Gyro3Pool.js.map +1 -1
  119. package/build/dex/balancer-v2/pools/gyro/GyroEPool.d.ts +1 -1
  120. package/build/dex/balancer-v2/pools/gyro/GyroEPool.js.map +1 -1
  121. package/build/dex/balancer-v2/pools/gyro/gyro-helpers.js +3 -2
  122. package/build/dex/balancer-v2/pools/gyro/gyro-helpers.js.map +1 -1
  123. package/build/dex/balancer-v2/pools/linear/LinearMath.d.ts +1 -1
  124. package/build/dex/balancer-v2/pools/linear/LinearMath.js +14 -13
  125. package/build/dex/balancer-v2/pools/linear/LinearMath.js.map +1 -1
  126. package/build/dex/balancer-v2/pools/linear/LinearPool.d.ts +1 -1
  127. package/build/dex/balancer-v2/pools/linear/LinearPool.js +8 -18
  128. package/build/dex/balancer-v2/pools/linear/LinearPool.js.map +1 -1
  129. package/build/dex/balancer-v2/pools/phantom-stable/PhantomStableMath.js +11 -10
  130. package/build/dex/balancer-v2/pools/phantom-stable/PhantomStableMath.js.map +1 -1
  131. package/build/dex/balancer-v2/pools/phantom-stable/PhantomStablePool.d.ts +1 -1
  132. package/build/dex/balancer-v2/pools/phantom-stable/PhantomStablePool.js +7 -17
  133. package/build/dex/balancer-v2/pools/phantom-stable/PhantomStablePool.js.map +1 -1
  134. package/build/dex/balancer-v2/pools/stable/StableMath.js.map +1 -1
  135. package/build/dex/balancer-v2/pools/stable/StablePool.d.ts +1 -1
  136. package/build/dex/balancer-v2/pools/stable/StablePool.js.map +1 -1
  137. package/build/dex/balancer-v2/pools/weighted/WeightedPool.d.ts +1 -1
  138. package/build/dex/balancer-v2/queryOnChain.js +2 -1
  139. package/build/dex/balancer-v2/queryOnChain.js.map +1 -1
  140. package/build/dex/balancer-v2/types.d.ts +17 -17
  141. package/build/dex/balancer-v2/types.js +2 -2
  142. package/build/dex/balancer-v2/types.js.map +1 -1
  143. package/build/dex/balancer-v2/utils.js +7 -7
  144. package/build/dex/balancer-v2/utils.js.map +1 -1
  145. package/build/dex/balancer-v3/balancer-v3-pool.d.ts +80 -0
  146. package/build/dex/balancer-v3/balancer-v3-pool.js +461 -0
  147. package/build/dex/balancer-v3/balancer-v3-pool.js.map +1 -0
  148. package/build/dex/balancer-v3/balancer-v3.d.ts +57 -0
  149. package/build/dex/balancer-v3/balancer-v3.js +394 -0
  150. package/build/dex/balancer-v3/balancer-v3.js.map +1 -0
  151. package/build/dex/balancer-v3/config.d.ts +9 -0
  152. package/build/dex/balancer-v3/config.js +41 -0
  153. package/build/dex/balancer-v3/config.js.map +1 -0
  154. package/build/dex/balancer-v3/getGasCost.d.ts +2 -0
  155. package/build/dex/balancer-v3/getGasCost.js +41 -0
  156. package/build/dex/balancer-v3/getGasCost.js.map +1 -0
  157. package/build/dex/balancer-v3/getOnChainState.d.ts +10 -0
  158. package/build/dex/balancer-v3/getOnChainState.js +164 -0
  159. package/build/dex/balancer-v3/getOnChainState.js.map +1 -0
  160. package/build/dex/balancer-v3/getPoolsApi.d.ts +2 -0
  161. package/build/dex/balancer-v3/getPoolsApi.js +85 -0
  162. package/build/dex/balancer-v3/getPoolsApi.js.map +1 -0
  163. package/build/dex/balancer-v3/getTopPoolsApi.d.ts +17 -0
  164. package/build/dex/balancer-v3/getTopPoolsApi.js +66 -0
  165. package/build/dex/balancer-v3/getTopPoolsApi.js.map +1 -0
  166. package/build/dex/balancer-v3/optimizer.d.ts +2 -0
  167. package/build/dex/balancer-v3/optimizer.js +48 -0
  168. package/build/dex/balancer-v3/optimizer.js.map +1 -0
  169. package/build/dex/balancer-v3/stablePool.d.ts +7 -0
  170. package/build/dex/balancer-v3/stablePool.js +73 -0
  171. package/build/dex/balancer-v3/stablePool.js.map +1 -0
  172. package/build/dex/balancer-v3/types.d.ts +62 -0
  173. package/build/dex/{inception → balancer-v3}/types.js.map +1 -1
  174. package/build/dex/balancer-v3/weightedPool.d.ts +1 -0
  175. package/build/dex/balancer-v3/weightedPool.js +6 -0
  176. package/build/dex/balancer-v3/weightedPool.js.map +1 -0
  177. package/build/dex/bancor/types.d.ts +2 -2
  178. package/build/dex/bancor/types.js +1 -1
  179. package/build/dex/bancor/types.js.map +1 -1
  180. package/build/dex/bancor.d.ts +26 -0
  181. package/build/dex/bancor.js +58 -0
  182. package/build/dex/bancor.js.map +1 -0
  183. package/build/dex/bebop/bebop.js +8 -18
  184. package/build/dex/bebop/bebop.js.map +1 -1
  185. package/build/dex/bebop/config.js +5 -5
  186. package/build/dex/bebop/config.js.map +1 -1
  187. package/build/dex/bebop/rate-fetcher.js +2 -2
  188. package/build/dex/bebop/rate-fetcher.js.map +1 -1
  189. package/build/dex/bebop/types.d.ts +13 -13
  190. package/build/dex/cables/cables.d.ts +8 -5
  191. package/build/dex/cables/cables.js +220 -109
  192. package/build/dex/cables/cables.js.map +1 -1
  193. package/build/dex/cables/constants.d.ts +13 -12
  194. package/build/dex/cables/constants.js +15 -17
  195. package/build/dex/cables/constants.js.map +1 -1
  196. package/build/dex/cables/rate-fetcher.d.ts +1 -0
  197. package/build/dex/cables/rate-fetcher.js +30 -10
  198. package/build/dex/cables/rate-fetcher.js.map +1 -1
  199. package/build/dex/cables/types.d.ts +8 -0
  200. package/build/dex/cables/types.js +5 -1
  201. package/build/dex/cables/types.js.map +1 -1
  202. package/build/dex/camelot/camelot.d.ts +1 -1
  203. package/build/dex/camelot/camelot.js +9 -19
  204. package/build/dex/camelot/camelot.js.map +1 -1
  205. package/build/dex/camelot/config.js +1 -1
  206. package/build/dex/camelot/config.js.map +1 -1
  207. package/build/dex/camelot/types.d.ts +3 -3
  208. package/build/dex/compound/types.d.ts +2 -2
  209. package/build/dex/compound/types.js +1 -1
  210. package/build/dex/compound/types.js.map +1 -1
  211. package/build/dex/compound.d.ts +18 -0
  212. package/build/dex/compound.js +46 -0
  213. package/build/dex/compound.js.map +1 -0
  214. package/build/dex/concentrator-arusd/concentrator-arusd-event.js.map +1 -1
  215. package/build/dex/concentrator-arusd/concentrator-arusd.js +7 -17
  216. package/build/dex/concentrator-arusd/concentrator-arusd.js.map +1 -1
  217. package/build/dex/concentrator-arusd/types.d.ts +4 -4
  218. package/build/dex/concentrator-arusd/utils.js +2 -1
  219. package/build/dex/concentrator-arusd/utils.js.map +1 -1
  220. package/build/dex/curve-v1/config.js +5 -5
  221. package/build/dex/curve-v1/config.js.map +1 -1
  222. package/build/dex/curve-v1/curve-v1.js +7 -17
  223. package/build/dex/curve-v1/curve-v1.js.map +1 -1
  224. package/build/dex/curve-v1/forks/curve-forks/curve-forks.js.map +1 -1
  225. package/build/dex/curve-v1/forks/swerve/swerve.js.map +1 -1
  226. package/build/dex/curve-v1/packer.js.map +1 -1
  227. package/build/dex/curve-v1/pools/3pool.js.map +1 -1
  228. package/build/dex/curve-v1/pools/curve-metapool.js.map +1 -1
  229. package/build/dex/curve-v1/pools/curve-pool.js.map +1 -1
  230. package/build/dex/curve-v1/pools/getstate-multicall.js +2 -1
  231. package/build/dex/curve-v1/pools/getstate-multicall.js.map +1 -1
  232. package/build/dex/curve-v1/pools/sETHpool.js.map +1 -1
  233. package/build/dex/curve-v1/types.d.ts +7 -7
  234. package/build/dex/curve-v1/types.js +2 -2
  235. package/build/dex/curve-v1/types.js.map +1 -1
  236. package/build/dex/curve-v1-factory/config.js +7 -7
  237. package/build/dex/curve-v1-factory/config.js.map +1 -1
  238. package/build/dex/curve-v1-factory/curve-v1-factory.js +7 -17
  239. package/build/dex/curve-v1-factory/curve-v1-factory.js.map +1 -1
  240. package/build/dex/curve-v1-factory/curve-v1-pool-manager.js.map +1 -1
  241. package/build/dex/curve-v1-factory/optimizer.js +2 -1
  242. package/build/dex/curve-v1-factory/optimizer.js.map +1 -1
  243. package/build/dex/curve-v1-factory/price-handlers/functions/_calc_withdraw_one_coin.js.map +1 -1
  244. package/build/dex/curve-v1-factory/price-handlers/functions/_dynamic_fee.js.map +1 -1
  245. package/build/dex/curve-v1-factory/price-handlers/functions/_rates.js.map +1 -1
  246. package/build/dex/curve-v1-factory/price-handlers/functions/_xp.js.map +1 -1
  247. package/build/dex/curve-v1-factory/price-handlers/functions/_xp_mem.js.map +1 -1
  248. package/build/dex/curve-v1-factory/price-handlers/functions/calc_token_amount.js.map +1 -1
  249. package/build/dex/curve-v1-factory/price-handlers/functions/get_D.js.map +1 -1
  250. package/build/dex/curve-v1-factory/price-handlers/functions/get_D_mem.js.map +1 -1
  251. package/build/dex/curve-v1-factory/price-handlers/functions/get_D_precisions.js.map +1 -1
  252. package/build/dex/curve-v1-factory/price-handlers/functions/get_dx.js.map +1 -1
  253. package/build/dex/curve-v1-factory/price-handlers/functions/get_dy.js.map +1 -1
  254. package/build/dex/curve-v1-factory/price-handlers/functions/get_dy_underlying.js.map +1 -1
  255. package/build/dex/curve-v1-factory/price-handlers/functions/get_y.js.map +1 -1
  256. package/build/dex/curve-v1-factory/price-handlers/functions/get_y_D.js.map +1 -1
  257. package/build/dex/curve-v1-factory/price-handlers/functions/utils.js +2 -2
  258. package/build/dex/curve-v1-factory/price-handlers/functions/utils.js.map +1 -1
  259. package/build/dex/curve-v1-factory/price-handlers/price-handler.js.map +1 -1
  260. package/build/dex/curve-v1-factory/price-handlers/types.d.ts +15 -15
  261. package/build/dex/curve-v1-factory/state-polling-pools/custom-pool-polling.d.ts +1 -1
  262. package/build/dex/curve-v1-factory/state-polling-pools/custom-pool-polling.js.map +1 -1
  263. package/build/dex/curve-v1-factory/state-polling-pools/factory-pool-polling.js +1 -1
  264. package/build/dex/curve-v1-factory/state-polling-pools/factory-pool-polling.js.map +1 -1
  265. package/build/dex/curve-v1-factory/state-polling-pools/polling-manager.js.map +1 -1
  266. package/build/dex/curve-v1-factory/state-polling-pools/pool-polling-base.d.ts +3 -3
  267. package/build/dex/curve-v1-factory/state-polling-pools/pool-polling-base.js.map +1 -1
  268. package/build/dex/curve-v1-factory/types.d.ts +17 -17
  269. package/build/dex/curve-v1-factory/types.js +6 -6
  270. package/build/dex/curve-v1-factory/types.js.map +1 -1
  271. package/build/dex/curve-v1-stable-ng/config.js +7 -7
  272. package/build/dex/curve-v1-stable-ng/config.js.map +1 -1
  273. package/build/dex/curve-v2/curve-v2.d.ts +2 -2
  274. package/build/dex/curve-v2/curve-v2.js.map +1 -1
  275. package/build/dex/curve-v2/types.d.ts +2 -2
  276. package/build/dex/curve-v2/types.js +1 -1
  277. package/build/dex/curve-v2/types.js.map +1 -1
  278. package/build/dex/curve-v2.d.ts +58 -0
  279. package/build/dex/curve-v2.js +180 -0
  280. package/build/dex/curve-v2.js.map +1 -0
  281. package/build/dex/dexalot/dexalot.js +8 -57
  282. package/build/dex/dexalot/dexalot.js.map +1 -1
  283. package/build/dex/dexalot/types.d.ts +17 -17
  284. package/build/dex/dexalot/types.js +1 -1
  285. package/build/dex/dexalot/types.js.map +1 -1
  286. package/build/dex/dodo-v1/types.d.ts +2 -2
  287. package/build/dex/dodo-v1/types.js +1 -1
  288. package/build/dex/dodo-v1/types.js.map +1 -1
  289. package/build/dex/dodo-v1.d.ts +33 -0
  290. package/build/dex/dodo-v1.js +63 -0
  291. package/build/dex/dodo-v1.js.map +1 -0
  292. package/build/dex/dodo-v2.d.ts +5 -5
  293. package/build/dex/dodo-v2.js +1 -1
  294. package/build/dex/dodo-v2.js.map +1 -1
  295. package/build/dex/etherfi.d.ts +5 -5
  296. package/build/dex/etherfi.js.map +1 -1
  297. package/build/dex/fluid-dex/fluid-dex-factory.d.ts +1 -1
  298. package/build/dex/fluid-dex/fluid-dex-factory.js.map +1 -1
  299. package/build/dex/fluid-dex/fluid-dex-generate-pool.d.ts +49 -0
  300. package/build/dex/fluid-dex/fluid-dex-generate-pool.js +104 -0
  301. package/build/dex/fluid-dex/fluid-dex-generate-pool.js.map +1 -0
  302. package/build/dex/fluid-dex/fluid-dex-liquidity-proxy.js.map +1 -1
  303. package/build/dex/fluid-dex/fluid-dex-pool.d.ts +47 -0
  304. package/build/dex/fluid-dex/fluid-dex-pool.js +119 -0
  305. package/build/dex/fluid-dex/fluid-dex-pool.js.map +1 -0
  306. package/build/dex/fluid-dex/fluid-dex.js +7 -17
  307. package/build/dex/fluid-dex/fluid-dex.js.map +1 -1
  308. package/build/dex/fluid-dex/types.d.ts +14 -14
  309. package/build/dex/fluid-dex/utils.js +2 -1
  310. package/build/dex/fluid-dex/utils.js.map +1 -1
  311. package/build/dex/fx-protocol-rusd/fx-protocol-rusd-event.js.map +1 -1
  312. package/build/dex/fx-protocol-rusd/fx-protocol-rusd.js +7 -17
  313. package/build/dex/fx-protocol-rusd/fx-protocol-rusd.js.map +1 -1
  314. package/build/dex/fx-protocol-rusd/types.d.ts +3 -3
  315. package/build/dex/fx-protocol-rusd/utils.js +2 -1
  316. package/build/dex/fx-protocol-rusd/utils.js.map +1 -1
  317. package/build/dex/generic-rfq/fetch-mm-api.js +1 -1
  318. package/build/dex/generic-rfq/fetch-mm-api.js.map +1 -1
  319. package/build/dex/generic-rfq/generic-rfq.js.map +1 -1
  320. package/build/dex/generic-rfq/rate-fetcher.js.map +1 -1
  321. package/build/dex/generic-rfq/security.d.ts +1 -1
  322. package/build/dex/generic-rfq/security.js.map +1 -1
  323. package/build/dex/generic-rfq/types.d.ts +23 -23
  324. package/build/dex/generic-rfq/utils.d.ts +1 -1
  325. package/build/dex/generic-rfq/utils.js.map +1 -1
  326. package/build/dex/generic-rfq/validators.js +7 -17
  327. package/build/dex/generic-rfq/validators.js.map +1 -1
  328. package/build/dex/gmx/fast-price-feed.js.map +1 -1
  329. package/build/dex/gmx/gmx.js +7 -17
  330. package/build/dex/gmx/gmx.js.map +1 -1
  331. package/build/dex/gmx/pool.js.map +1 -1
  332. package/build/dex/gmx/types.d.ts +10 -10
  333. package/build/dex/gmx/usdg.js.map +1 -1
  334. package/build/dex/gmx/vault-price-feed.js.map +1 -1
  335. package/build/dex/gmx/vault-utils.js.map +1 -1
  336. package/build/dex/gmx/vault.js.map +1 -1
  337. package/build/dex/hashflow/constants.js +10 -10
  338. package/build/dex/hashflow/constants.js.map +1 -1
  339. package/build/dex/hashflow/hashflow.js +7 -17
  340. package/build/dex/hashflow/hashflow.js.map +1 -1
  341. package/build/dex/hashflow/rate-fetcher.js.map +1 -1
  342. package/build/dex/hashflow/types.d.ts +8 -8
  343. package/build/dex/hashflow/types.js +1 -1
  344. package/build/dex/hashflow/types.js.map +1 -1
  345. package/build/dex/idex.d.ts +3 -3
  346. package/build/dex/idle-dao/idle-dao.js +7 -17
  347. package/build/dex/idle-dao/idle-dao.js.map +1 -1
  348. package/build/dex/idle-dao/tokens.js +5 -5
  349. package/build/dex/idle-dao/tokens.js.map +1 -1
  350. package/build/dex/idle-dao/types.d.ts +7 -7
  351. package/build/dex/idle-dao/types.js +1 -1
  352. package/build/dex/idle-dao/types.js.map +1 -1
  353. package/build/dex/idle-dao/utils.d.ts +1 -1
  354. package/build/dex/idle-dao/utils.js.map +1 -1
  355. package/build/dex/index.d.ts +2 -2
  356. package/build/dex/index.js +2 -0
  357. package/build/dex/index.js.map +1 -1
  358. package/build/dex/infusion/infusion-stable-pool.js.map +1 -1
  359. package/build/dex/infusion/infusion.js +1 -1
  360. package/build/dex/infusion/infusion.js.map +1 -1
  361. package/build/dex/infusion/types.d.ts +6 -6
  362. package/build/dex/infusion/utils/isStablePair.js +4 -4
  363. package/build/dex/infusion/utils/isStablePair.js.map +1 -1
  364. package/build/dex/integral/config.d.ts +4 -0
  365. package/build/dex/integral/config.js +20 -0
  366. package/build/dex/integral/config.js.map +1 -0
  367. package/build/dex/integral/context.d.ts +40 -0
  368. package/build/dex/integral/context.js +158 -0
  369. package/build/dex/integral/context.js.map +1 -0
  370. package/build/dex/integral/integral-factory.d.ts +24 -0
  371. package/build/dex/integral/integral-factory.js +95 -0
  372. package/build/dex/integral/integral-factory.js.map +1 -0
  373. package/build/dex/integral/integral-pool.d.ts +50 -0
  374. package/build/dex/integral/integral-pool.js +149 -0
  375. package/build/dex/integral/integral-pool.js.map +1 -0
  376. package/build/dex/integral/integral-pricing.d.ts +18 -0
  377. package/build/dex/integral/integral-pricing.js +114 -0
  378. package/build/dex/integral/integral-pricing.js.map +1 -0
  379. package/build/dex/integral/integral-relayer.d.ts +42 -0
  380. package/build/dex/integral/integral-relayer.js +192 -0
  381. package/build/dex/integral/integral-relayer.js.map +1 -0
  382. package/build/dex/integral/integral-token.d.ts +27 -0
  383. package/build/dex/integral/integral-token.js +59 -0
  384. package/build/dex/integral/integral-token.js.map +1 -0
  385. package/build/dex/{inception/inception-native.d.ts → integral/integral.d.ts} +19 -21
  386. package/build/dex/integral/integral.js +376 -0
  387. package/build/dex/integral/integral.js.map +1 -0
  388. package/build/dex/integral/types.d.ts +85 -0
  389. package/build/dex/integral/types.js +9 -0
  390. package/build/dex/integral/types.js.map +1 -0
  391. package/build/dex/integral/utils-e2e.d.ts +9 -0
  392. package/build/dex/integral/utils-e2e.js +131 -0
  393. package/build/dex/integral/utils-e2e.js.map +1 -0
  394. package/build/dex/integral/utils.d.ts +17 -0
  395. package/build/dex/integral/utils.js +94 -0
  396. package/build/dex/integral/utils.js.map +1 -0
  397. package/build/dex/jarvis-v6/chainLinkpriceFeed-event.js.map +1 -1
  398. package/build/dex/jarvis-v6/jarvis-v6.js +8 -18
  399. package/build/dex/jarvis-v6/jarvis-v6.js.map +1 -1
  400. package/build/dex/jarvis-v6/syntheteumPool-event.js.map +1 -1
  401. package/build/dex/jarvis-v6/types.d.ts +10 -10
  402. package/build/dex/jarvis-v6/types.js +1 -1
  403. package/build/dex/jarvis-v6/types.js.map +1 -1
  404. package/build/dex/jarvis-v6/utils.js +5 -5
  405. package/build/dex/jarvis-v6/utils.js.map +1 -1
  406. package/build/dex/jarvis.d.ts +1 -2
  407. package/build/dex/jarvis.js +0 -58
  408. package/build/dex/jarvis.js.map +1 -1
  409. package/build/dex/kyberdmm/fee-formula.d.ts +1 -1
  410. package/build/dex/kyberdmm/fee-formula.js.map +1 -1
  411. package/build/dex/kyberdmm/kyberdmm.js +7 -17
  412. package/build/dex/kyberdmm/kyberdmm.js.map +1 -1
  413. package/build/dex/kyberdmm/math-ext.js.map +1 -1
  414. package/build/dex/kyberdmm/pool.d.ts +2 -2
  415. package/build/dex/kyberdmm/pool.js.map +1 -1
  416. package/build/dex/kyberdmm/types.d.ts +8 -8
  417. package/build/dex/kyberdmm/types.js +1 -1
  418. package/build/dex/kyberdmm/types.js.map +1 -1
  419. package/build/dex/lido/types.d.ts +1 -1
  420. package/build/dex/lido/types.js +1 -1
  421. package/build/dex/lido/types.js.map +1 -1
  422. package/build/dex/lido.d.ts +19 -0
  423. package/build/dex/lido.js +42 -0
  424. package/build/dex/lido.js.map +1 -0
  425. package/build/dex/limit-order-exchange.js.map +1 -1
  426. package/build/dex/lite-psm/lite-psm-event-pool.js +2 -2
  427. package/build/dex/lite-psm/lite-psm-event-pool.js.map +1 -1
  428. package/build/dex/lite-psm/lite-psm.js +8 -18
  429. package/build/dex/lite-psm/lite-psm.js.map +1 -1
  430. package/build/dex/lite-psm/types.d.ts +6 -6
  431. package/build/dex/maker-psm/maker-psm.js +7 -17
  432. package/build/dex/maker-psm/maker-psm.js.map +1 -1
  433. package/build/dex/maker-psm/types.d.ts +6 -6
  434. package/build/dex/maverick-v1/maverick-math/maverick-basic-math.js.map +1 -1
  435. package/build/dex/maverick-v1/maverick-math/maverick-bin-map.d.ts +1 -1
  436. package/build/dex/maverick-v1/maverick-math/maverick-bin-map.js.map +1 -1
  437. package/build/dex/maverick-v1/maverick-math/maverick-pool-math.d.ts +1 -1
  438. package/build/dex/maverick-v1/maverick-math/maverick-pool-math.js.map +1 -1
  439. package/build/dex/maverick-v1/maverick-v1-pool.js +7 -17
  440. package/build/dex/maverick-v1/maverick-v1-pool.js.map +1 -1
  441. package/build/dex/maverick-v1/maverick-v1.js +7 -17
  442. package/build/dex/maverick-v1/maverick-v1.js.map +1 -1
  443. package/build/dex/maverick-v1/types.d.ts +7 -7
  444. package/build/dex/maverick-v1/types.js +1 -1
  445. package/build/dex/maverick-v1/types.js.map +1 -1
  446. package/build/dex/maverick-v2/maverick-math/maverick-basic-math.js.map +1 -1
  447. package/build/dex/maverick-v2/maverick-math/maverick-bin-math.js.map +1 -1
  448. package/build/dex/maverick-v2/maverick-math/maverick-delta-math.d.ts +1 -1
  449. package/build/dex/maverick-v2/maverick-math/maverick-delta-math.js.map +1 -1
  450. package/build/dex/maverick-v2/maverick-math/maverick-math.js.map +1 -1
  451. package/build/dex/maverick-v2/maverick-math/maverick-pool-lib.js.map +1 -1
  452. package/build/dex/maverick-v2/maverick-math/maverick-pool-math.js.map +1 -1
  453. package/build/dex/maverick-v2/maverick-math/maverick-swap-math.js.map +1 -1
  454. package/build/dex/maverick-v2/maverick-math/maverick-tick-math.js.map +1 -1
  455. package/build/dex/maverick-v2/maverick-v2-pool.js.map +1 -1
  456. package/build/dex/maverick-v2/maverick-v2.js +7 -17
  457. package/build/dex/maverick-v2/maverick-v2.js.map +1 -1
  458. package/build/dex/maverick-v2/types.d.ts +14 -14
  459. package/build/dex/nerve/config.js +67 -67
  460. package/build/dex/nerve/config.js.map +1 -1
  461. package/build/dex/nerve/nerve-math.js.map +1 -1
  462. package/build/dex/nerve/nerve-pool.js.map +1 -1
  463. package/build/dex/nerve/nerve.js +7 -17
  464. package/build/dex/nerve/nerve.js.map +1 -1
  465. package/build/dex/nerve/types.d.ts +6 -6
  466. package/build/dex/nerve/types.js +1 -1
  467. package/build/dex/nerve/types.js.map +1 -1
  468. package/build/dex/nerve/utils.js +2 -2
  469. package/build/dex/nerve/utils.js.map +1 -1
  470. package/build/dex/onebit.d.ts +25 -0
  471. package/build/dex/onebit.js +42 -0
  472. package/build/dex/onebit.js.map +1 -0
  473. package/build/dex/oswap/config.js +3 -3
  474. package/build/dex/oswap/config.js.map +1 -1
  475. package/build/dex/oswap/oswap-pool.js.map +1 -1
  476. package/build/dex/oswap/oswap.js +7 -17
  477. package/build/dex/oswap/oswap.js.map +1 -1
  478. package/build/dex/oswap/types.d.ts +4 -4
  479. package/build/dex/pancakeswap-v3/contract-math/BitMath.js.map +1 -1
  480. package/build/dex/pancakeswap-v3/contract-math/LiquidityMath.js.map +1 -1
  481. package/build/dex/pancakeswap-v3/contract-math/Oracle.js.map +1 -1
  482. package/build/dex/pancakeswap-v3/contract-math/SqrtPriceMath.js.map +1 -1
  483. package/build/dex/pancakeswap-v3/contract-math/SwapMath.js.map +1 -1
  484. package/build/dex/pancakeswap-v3/contract-math/Tick.js.map +1 -1
  485. package/build/dex/pancakeswap-v3/contract-math/TickBitMap.js.map +1 -1
  486. package/build/dex/pancakeswap-v3/contract-math/pancakeswap-v3-math.d.ts +1 -1
  487. package/build/dex/pancakeswap-v3/contract-math/pancakeswap-v3-math.js.map +1 -1
  488. package/build/dex/pancakeswap-v3/contract-math/utils.js +4 -3
  489. package/build/dex/pancakeswap-v3/contract-math/utils.js.map +1 -1
  490. package/build/dex/pancakeswap-v3/pancakeswap-v3-factory.d.ts +1 -1
  491. package/build/dex/pancakeswap-v3/pancakeswap-v3-factory.js.map +1 -1
  492. package/build/dex/pancakeswap-v3/pancakeswap-v3-pool.js.map +1 -1
  493. package/build/dex/pancakeswap-v3/pancakeswap-v3.d.ts +1 -0
  494. package/build/dex/pancakeswap-v3/pancakeswap-v3.js +7 -17
  495. package/build/dex/pancakeswap-v3/pancakeswap-v3.js.map +1 -1
  496. package/build/dex/pancakeswap-v3/utils.js +2 -1
  497. package/build/dex/pancakeswap-v3/utils.js.map +1 -1
  498. package/build/dex/paraswap-limit-orders/paraswap-limit-orders.js +7 -17
  499. package/build/dex/paraswap-limit-orders/paraswap-limit-orders.js.map +1 -1
  500. package/build/dex/paraswap-limit-orders/types.d.ts +11 -11
  501. package/build/dex/paraswap-limit-orders/utils.js +3 -2
  502. package/build/dex/paraswap-limit-orders/utils.js.map +1 -1
  503. package/build/dex/platypus/platypus.d.ts +1 -2
  504. package/build/dex/platypus/platypus.js +0 -31
  505. package/build/dex/platypus/platypus.js.map +1 -1
  506. package/build/dex/polygon-migrator/polygon-migrator.js +7 -17
  507. package/build/dex/polygon-migrator/polygon-migrator.js.map +1 -1
  508. package/build/dex/polygon-migrator/types.d.ts +2 -2
  509. package/build/dex/polygon-migrator/types.js +1 -1
  510. package/build/dex/polygon-migrator/types.js.map +1 -1
  511. package/build/dex/quick-perps/fast-price-feed.js.map +1 -1
  512. package/build/dex/quick-perps/pool.js.map +1 -1
  513. package/build/dex/quick-perps/quick-perps.js +7 -17
  514. package/build/dex/quick-perps/quick-perps.js.map +1 -1
  515. package/build/dex/quick-perps/types.d.ts +10 -10
  516. package/build/dex/quick-perps/usdq.js.map +1 -1
  517. package/build/dex/quick-perps/vault-price-feed.js.map +1 -1
  518. package/build/dex/quick-perps/vault-utils.js.map +1 -1
  519. package/build/dex/quick-perps/vault.js.map +1 -1
  520. package/build/dex/quickswap/quickswap-v3.d.ts +1 -1
  521. package/build/dex/quickswap/quickswap-v3.js.map +1 -1
  522. package/build/dex/simple-exchange.js.map +1 -1
  523. package/build/dex/sky-converter/config.js +2 -2
  524. package/build/dex/sky-converter/config.js.map +1 -1
  525. package/build/dex/sky-converter/sky-converter.js +7 -17
  526. package/build/dex/sky-converter/sky-converter.js.map +1 -1
  527. package/build/dex/sky-converter/types.d.ts +2 -2
  528. package/build/dex/smoothy/types.d.ts +2 -2
  529. package/build/dex/smoothy/types.js +1 -1
  530. package/build/dex/smoothy/types.js.map +1 -1
  531. package/build/dex/smoothy.d.ts +26 -0
  532. package/build/dex/smoothy.js +48 -0
  533. package/build/dex/smoothy.js.map +1 -0
  534. package/build/dex/solidly/config.js +10 -10
  535. package/build/dex/solidly/config.js.map +1 -1
  536. package/build/dex/solidly/forks-override/aerodrome.js.map +1 -1
  537. package/build/dex/solidly/forks-override/ramses.d.ts +2 -2
  538. package/build/dex/solidly/solidly-stable-pool.js.map +1 -1
  539. package/build/dex/solidly/solidly.js.map +1 -1
  540. package/build/dex/solidly/types.d.ts +3 -3
  541. package/build/dex/solidly-v3/constants.js +1 -1
  542. package/build/dex/solidly-v3/constants.js.map +1 -1
  543. package/build/dex/solidly-v3/contract-math/BitMath.js.map +1 -1
  544. package/build/dex/solidly-v3/contract-math/LiquidityMath.js.map +1 -1
  545. package/build/dex/solidly-v3/contract-math/SqrtPriceMath.js.map +1 -1
  546. package/build/dex/solidly-v3/contract-math/SwapMath.js.map +1 -1
  547. package/build/dex/solidly-v3/contract-math/Tick.js.map +1 -1
  548. package/build/dex/solidly-v3/contract-math/TickBitMap.js.map +1 -1
  549. package/build/dex/solidly-v3/contract-math/uniswap-v3-math.d.ts +3 -3
  550. package/build/dex/solidly-v3/contract-math/uniswap-v3-math.js +2 -2
  551. package/build/dex/solidly-v3/contract-math/uniswap-v3-math.js.map +1 -1
  552. package/build/dex/solidly-v3/contract-math/utils.js +6 -5
  553. package/build/dex/solidly-v3/contract-math/utils.js.map +1 -1
  554. package/build/dex/solidly-v3/solidly-v3-factory.d.ts +1 -1
  555. package/build/dex/solidly-v3/solidly-v3-factory.js.map +1 -1
  556. package/build/dex/solidly-v3/solidly-v3-pool.js.map +1 -1
  557. package/build/dex/solidly-v3/solidly-v3.d.ts +5 -4
  558. package/build/dex/solidly-v3/solidly-v3.js +7 -17
  559. package/build/dex/solidly-v3/solidly-v3.js.map +1 -1
  560. package/build/dex/solidly-v3/types.d.ts +19 -19
  561. package/build/dex/solidly-v3/types.js +1 -1
  562. package/build/dex/solidly-v3/types.js.map +1 -1
  563. package/build/dex/solidly-v3/utils.js +3 -2
  564. package/build/dex/solidly-v3/utils.js.map +1 -1
  565. package/build/dex/spark/config.js +3 -3
  566. package/build/dex/spark/config.js.map +1 -1
  567. package/build/dex/spark/scripts/validate-state.js.map +1 -1
  568. package/build/dex/spark/spark-sdai-pool.d.ts +1 -1
  569. package/build/dex/spark/spark-sdai-pool.js.map +1 -1
  570. package/build/dex/spark/spark.js +7 -17
  571. package/build/dex/spark/spark.js.map +1 -1
  572. package/build/dex/spark/types.d.ts +3 -3
  573. package/build/dex/spark/types.js +2 -2
  574. package/build/dex/spark/types.js.map +1 -1
  575. package/build/dex/spark/utils.js +4 -3
  576. package/build/dex/spark/utils.js.map +1 -1
  577. package/build/dex/stable-pool/types.d.ts +2 -2
  578. package/build/dex/stable-pool/types.js +1 -1
  579. package/build/dex/stable-pool/types.js.map +1 -1
  580. package/build/dex/stable-pool.d.ts +28 -0
  581. package/build/dex/stable-pool.js +62 -0
  582. package/build/dex/stable-pool.js.map +1 -0
  583. package/build/dex/stader/stader-pool.js.map +1 -1
  584. package/build/dex/stader/stader.js +7 -17
  585. package/build/dex/stader/stader.js.map +1 -1
  586. package/build/dex/stader/types.d.ts +3 -3
  587. package/build/dex/stader/types.js +1 -1
  588. package/build/dex/stader/types.js.map +1 -1
  589. package/build/dex/stader/utils.js +2 -1
  590. package/build/dex/stader/utils.js.map +1 -1
  591. package/build/dex/stkgho/stkgho-pool.js.map +1 -1
  592. package/build/dex/stkgho/stkgho.js +7 -17
  593. package/build/dex/stkgho/stkgho.js.map +1 -1
  594. package/build/dex/stkgho/types.d.ts +3 -3
  595. package/build/dex/swaap-v1/swaap-v1.d.ts +1 -2
  596. package/build/dex/swaap-v1/swaap-v1.js +0 -10
  597. package/build/dex/swaap-v1/swaap-v1.js.map +1 -1
  598. package/build/dex/swaap-v2/rate-fetcher.js.map +1 -1
  599. package/build/dex/swaap-v2/stable-coins.js +9 -9
  600. package/build/dex/swaap-v2/stable-coins.js.map +1 -1
  601. package/build/dex/swaap-v2/swaap-v2.js +7 -17
  602. package/build/dex/swaap-v2/swaap-v2.js.map +1 -1
  603. package/build/dex/swaap-v2/types.d.ts +12 -12
  604. package/build/dex/swaap-v2/utils.js.map +1 -1
  605. package/build/dex/swaap-v2/validators.js +7 -17
  606. package/build/dex/swaap-v2/validators.js.map +1 -1
  607. package/build/dex/swell/config.d.ts +1 -1
  608. package/build/dex/swell/swell.d.ts +2 -2
  609. package/build/dex/swell/swell.js +8 -18
  610. package/build/dex/swell/swell.js.map +1 -1
  611. package/build/dex/swell/type.d.ts +2 -2
  612. package/build/dex/swell/utils.js +3 -2
  613. package/build/dex/swell/utils.js.map +1 -1
  614. package/build/dex/synthetix/config.js +18 -18
  615. package/build/dex/synthetix/config.js.map +1 -1
  616. package/build/dex/synthetix/constants.js +1 -1
  617. package/build/dex/synthetix/constants.js.map +1 -1
  618. package/build/dex/synthetix/contract-math/DexPriceAggregatorUniswapV3.js.map +1 -1
  619. package/build/dex/synthetix/contract-math/ExchangeRates.js.map +1 -1
  620. package/build/dex/synthetix/contract-math/ExchangeRatesWithDexPricing.js.map +1 -1
  621. package/build/dex/synthetix/contract-math/OracleLibrary.js.map +1 -1
  622. package/build/dex/synthetix/contract-math/SafeDecimalMath.js.map +1 -1
  623. package/build/dex/synthetix/contract-math/synthetix-math.js.map +1 -1
  624. package/build/dex/synthetix/synthetix-state.js.map +1 -1
  625. package/build/dex/synthetix/synthetix.d.ts +1 -0
  626. package/build/dex/synthetix/synthetix.js +7 -17
  627. package/build/dex/synthetix/synthetix.js.map +1 -1
  628. package/build/dex/synthetix/types.d.ts +12 -12
  629. package/build/dex/synthetix/utils.js +2 -2
  630. package/build/dex/synthetix/utils.js.map +1 -1
  631. package/build/dex/trader-joe-v2.1/optimizer.d.ts +2 -0
  632. package/build/dex/trader-joe-v2.1/optimizer.js +47 -0
  633. package/build/dex/trader-joe-v2.1/optimizer.js.map +1 -0
  634. package/build/dex/trader-joe-v2.1/trader-joe-v2.1-new.d.ts +7 -0
  635. package/build/dex/trader-joe-v2.1/trader-joe-v2.1-new.js +20 -0
  636. package/build/dex/trader-joe-v2.1/trader-joe-v2.1-new.js.map +1 -0
  637. package/build/dex/trader-joe-v2.1/types.d.ts +5 -5
  638. package/build/dex/trader-joe-v2.1/types.js +1 -1
  639. package/build/dex/trader-joe-v2.1/types.js.map +1 -1
  640. package/build/dex/trader-joe-v2.1.d.ts +43 -0
  641. package/build/dex/trader-joe-v2.1.js +79 -0
  642. package/build/dex/trader-joe-v2.1.js.map +1 -0
  643. package/build/dex/uniswap-v2/config.js +6 -6
  644. package/build/dex/uniswap-v2/config.js.map +1 -1
  645. package/build/dex/uniswap-v2/nomiswap-v2.js +2 -2
  646. package/build/dex/uniswap-v2/nomiswap-v2.js.map +1 -1
  647. package/build/dex/uniswap-v2/optimizer.js +2 -1
  648. package/build/dex/uniswap-v2/optimizer.js.map +1 -1
  649. package/build/dex/uniswap-v2/types.d.ts +15 -15
  650. package/build/dex/uniswap-v2/types.js +2 -2
  651. package/build/dex/uniswap-v2/types.js.map +1 -1
  652. package/build/dex/uniswap-v2/uniswap-v2-constant-product-pool.js.map +1 -1
  653. package/build/dex/uniswap-v2/uniswap-v2-factory.d.ts +2 -2
  654. package/build/dex/uniswap-v2/uniswap-v2-factory.js.map +1 -1
  655. package/build/dex/uniswap-v2/uniswap-v2.js +9 -19
  656. package/build/dex/uniswap-v2/uniswap-v2.js.map +1 -1
  657. package/build/dex/uniswap-v3/constants.js +2 -2
  658. package/build/dex/uniswap-v3/constants.js.map +1 -1
  659. package/build/dex/uniswap-v3/contract-math/BitMath.js.map +1 -1
  660. package/build/dex/uniswap-v3/contract-math/LiquidityMath.js.map +1 -1
  661. package/build/dex/uniswap-v3/contract-math/Oracle.js.map +1 -1
  662. package/build/dex/uniswap-v3/contract-math/SqrtPriceMath.js.map +1 -1
  663. package/build/dex/uniswap-v3/contract-math/SwapMath.js.map +1 -1
  664. package/build/dex/uniswap-v3/contract-math/Tick.js.map +1 -1
  665. package/build/dex/uniswap-v3/contract-math/TickBitMap.js.map +1 -1
  666. package/build/dex/uniswap-v3/contract-math/uniswap-v3-math.d.ts +3 -3
  667. package/build/dex/uniswap-v3/contract-math/uniswap-v3-math.js +2 -2
  668. package/build/dex/uniswap-v3/contract-math/uniswap-v3-math.js.map +1 -1
  669. package/build/dex/uniswap-v3/contract-math/utils.js +6 -5
  670. package/build/dex/uniswap-v3/contract-math/utils.js.map +1 -1
  671. package/build/dex/uniswap-v3/forks/ramses-v2/utils.js +2 -1
  672. package/build/dex/uniswap-v3/forks/ramses-v2/utils.js.map +1 -1
  673. package/build/dex/uniswap-v3/forks/velodrome-slipstream/utils.js +2 -1
  674. package/build/dex/uniswap-v3/forks/velodrome-slipstream/utils.js.map +1 -1
  675. package/build/dex/uniswap-v3/forks/velodrome-slipstream/velodrome-slipstream-pool.js +1 -1
  676. package/build/dex/uniswap-v3/forks/velodrome-slipstream/velodrome-slipstream-pool.js.map +1 -1
  677. package/build/dex/uniswap-v3/forks/velodrome-slipstream/velodrome-slipstream.d.ts +1 -1
  678. package/build/dex/uniswap-v3/forks/velodrome-slipstream/velodrome-slipstream.js.map +1 -1
  679. package/build/dex/uniswap-v3/scripts/measure-calc-time.js +7 -17
  680. package/build/dex/uniswap-v3/scripts/measure-calc-time.js.map +1 -1
  681. package/build/dex/uniswap-v3/types.d.ts +22 -22
  682. package/build/dex/uniswap-v3/types.js +1 -1
  683. package/build/dex/uniswap-v3/types.js.map +1 -1
  684. package/build/dex/uniswap-v3/uniswap-v3-factory.d.ts +1 -1
  685. package/build/dex/uniswap-v3/uniswap-v3-factory.js.map +1 -1
  686. package/build/dex/uniswap-v3/uniswap-v3-pool.js.map +1 -1
  687. package/build/dex/uniswap-v3/uniswap-v3.d.ts +6 -5
  688. package/build/dex/uniswap-v3/uniswap-v3.js +7 -17
  689. package/build/dex/uniswap-v3/uniswap-v3.js.map +1 -1
  690. package/build/dex/uniswap-v3/utils.js +3 -2
  691. package/build/dex/uniswap-v3/utils.js.map +1 -1
  692. package/build/dex/uniswap-v3.d.ts +4 -4
  693. package/build/dex/uniswap-v3.js.map +1 -1
  694. package/build/dex/usual-bond/types.d.ts +3 -3
  695. package/build/dex/usual-bond/usual-bond.js +7 -17
  696. package/build/dex/usual-bond/usual-bond.js.map +1 -1
  697. package/build/dex/weth/types.d.ts +4 -4
  698. package/build/dex/weth/types.js +1 -1
  699. package/build/dex/weth/types.js.map +1 -1
  700. package/build/dex/weth/weth.js +8 -18
  701. package/build/dex/weth/weth.js.map +1 -1
  702. package/build/dex/wombat/types.d.ts +7 -7
  703. package/build/dex/wombat/utils.js +7 -7
  704. package/build/dex/wombat/utils.js.map +1 -1
  705. package/build/dex/wombat/wombat-bmw.js.map +1 -1
  706. package/build/dex/wombat/wombat-pool.js.map +1 -1
  707. package/build/dex/wombat/wombat-quoter.js.map +1 -1
  708. package/build/dex/wombat/wombat.js +7 -17
  709. package/build/dex/wombat/wombat.js.map +1 -1
  710. package/build/dex/woo-fi-v2/decoders.js +4 -3
  711. package/build/dex/woo-fi-v2/decoders.js.map +1 -1
  712. package/build/dex/woo-fi-v2/types.d.ts +9 -9
  713. package/build/dex/woo-fi-v2/woo-fi-v2-math.js.map +1 -1
  714. package/build/dex/woo-fi-v2/woo-fi-v2.js +7 -17
  715. package/build/dex/woo-fi-v2/woo-fi-v2.js.map +1 -1
  716. package/build/dex/wsteth/types.d.ts +3 -3
  717. package/build/dex/wsteth/wsteth.js +7 -17
  718. package/build/dex/wsteth/wsteth.js.map +1 -1
  719. package/build/dex/wusdm/config.js +1 -1
  720. package/build/dex/wusdm/config.js.map +1 -1
  721. package/build/dex/wusdm/types.d.ts +3 -3
  722. package/build/dex/wusdm/types.js +1 -1
  723. package/build/dex/wusdm/types.js.map +1 -1
  724. package/build/dex/wusdm/wusdm-pool.js.map +1 -1
  725. package/build/dex/wusdm/wusdm.js +7 -17
  726. package/build/dex/wusdm/wusdm.js.map +1 -1
  727. package/build/dex/zerox/index.d.ts +26 -4
  728. package/build/dex/zerox/index.js +42 -50
  729. package/build/dex/zerox/index.js.map +1 -1
  730. package/build/dex/zerox/types.d.ts +0 -29
  731. package/build/dex/zerox/types.js +1 -8
  732. package/build/dex/zerox/types.js.map +1 -1
  733. package/build/dex-helper/dummy-dex-helper.js.map +1 -1
  734. package/build/dex-helper/irequest-wrapper.d.ts +2 -2
  735. package/build/executor/Executor01BytecodeBuilder.d.ts +2 -2
  736. package/build/executor/Executor01BytecodeBuilder.js +12 -7
  737. package/build/executor/Executor01BytecodeBuilder.js.map +1 -1
  738. package/build/executor/Executor02BytecodeBuilder.d.ts +2 -2
  739. package/build/executor/Executor02BytecodeBuilder.js +26 -21
  740. package/build/executor/Executor02BytecodeBuilder.js.map +1 -1
  741. package/build/executor/Executor03BytecodeBuilder.d.ts +2 -2
  742. package/build/executor/Executor03BytecodeBuilder.js +18 -13
  743. package/build/executor/Executor03BytecodeBuilder.js.map +1 -1
  744. package/build/executor/ExecutorBytecodeBuilder.d.ts +2 -2
  745. package/build/executor/ExecutorBytecodeBuilder.js +16 -16
  746. package/build/executor/ExecutorBytecodeBuilder.js.map +1 -1
  747. package/build/executor/ExecutorDetector.js +5 -5
  748. package/build/executor/ExecutorDetector.js.map +1 -1
  749. package/build/executor/constants.js +16 -16
  750. package/build/executor/constants.js.map +1 -1
  751. package/build/executor/types.d.ts +20 -20
  752. package/build/executor/types.js +4 -4
  753. package/build/executor/types.js.map +1 -1
  754. package/build/executor/utils.js.map +1 -1
  755. package/build/generic-swap-transaction-builder.js.map +1 -1
  756. package/build/implementations/local-paraswap-sdk.js +7 -17
  757. package/build/implementations/local-paraswap-sdk.js.map +1 -1
  758. package/build/lens.d.ts +2 -2
  759. package/build/lib/api3-feed.d.ts +1 -1
  760. package/build/lib/api3-feed.js.map +1 -1
  761. package/build/lib/benqi/staked-avax.d.ts +1 -1
  762. package/build/lib/benqi/staked-avax.js.map +1 -1
  763. package/build/lib/chainlink.d.ts +1 -1
  764. package/build/lib/decoders.js +2 -2
  765. package/build/lib/decoders.js.map +1 -1
  766. package/build/lib/fetcher/fetcher.d.ts +2 -2
  767. package/build/lib/fetcher/fetcher.js.map +1 -1
  768. package/build/lib/fetcher/wsFetcher.d.ts +2 -2
  769. package/build/lib/fetcher/wsFetcher.js.map +1 -1
  770. package/build/lib/generics-events-subscribers/erc20-event-subscriber-factory.js.map +1 -1
  771. package/build/lib/generics-events-subscribers/erc20-event-subscriber.js.map +1 -1
  772. package/build/lib/generics-events-subscribers/types.d.ts +6 -6
  773. package/build/lib/generics-events-subscribers/types.js +2 -2
  774. package/build/lib/generics-events-subscribers/types.js.map +1 -1
  775. package/build/lib/log-messages-suppressor.d.ts +4 -4
  776. package/build/lib/log-messages-suppressor.js.map +1 -1
  777. package/build/lib/log4js.d.ts +1 -1
  778. package/build/lib/log4js.js +8 -18
  779. package/build/lib/log4js.js.map +1 -1
  780. package/build/lib/multi-wrapper.d.ts +2 -2
  781. package/build/lib/multi-wrapper.js.map +1 -1
  782. package/build/lib/promise-scheduler.js.map +1 -1
  783. package/build/lib/stateful-rpc-poller/state-polling-manager.js.map +1 -1
  784. package/build/lib/stateful-rpc-poller/stateful-rpc-poller.js.map +1 -1
  785. package/build/lib/stateful-rpc-poller/types.d.ts +2 -2
  786. package/build/lib/stateful-rpc-poller/types.js +1 -1
  787. package/build/lib/stateful-rpc-poller/types.js.map +1 -1
  788. package/build/lib/stateful-rpc-poller/utils.js +3 -2
  789. package/build/lib/stateful-rpc-poller/utils.js.map +1 -1
  790. package/build/lib/task-scheduler.js.map +1 -1
  791. package/build/lib/token-transfer-fee.js.map +1 -1
  792. package/build/lib/tokens/balancer-fetcher.d.ts +5 -5
  793. package/build/lib/tokens/balancer-fetcher.js +1 -1
  794. package/build/lib/tokens/balancer-fetcher.js.map +1 -1
  795. package/build/lib/tokens/types.d.ts +11 -11
  796. package/build/lib/tokens/types.js +5 -5
  797. package/build/lib/tokens/types.js.map +1 -1
  798. package/build/lib/tokens/utils.js +2 -2
  799. package/build/lib/tokens/utils.js.map +1 -1
  800. package/build/lib/validators.d.ts +1 -1
  801. package/build/lib/validators.js.map +1 -1
  802. package/build/pools-helper.js.map +1 -1
  803. package/build/pricing-helper.js.map +1 -1
  804. package/build/router/buy.d.ts +1 -1
  805. package/build/router/index.js.map +1 -1
  806. package/build/router/megaswap.d.ts +1 -1
  807. package/build/router/multiswap.d.ts +1 -1
  808. package/build/router/payload-encoder.js +4 -4
  809. package/build/router/payload-encoder.js.map +1 -1
  810. package/build/router/simpleswap.d.ts +2 -2
  811. package/build/router/simpleswap.js.map +1 -1
  812. package/build/router/simpleswapnft.d.ts +1 -1
  813. package/build/router/simpleswapnft.js.map +1 -1
  814. package/build/stateful-event-subscriber.d.ts +1 -1
  815. package/build/stateful-event-subscriber.js.map +1 -1
  816. package/build/types.d.ts +39 -38
  817. package/build/utils.d.ts +7 -7
  818. package/build/utils.js +11 -11
  819. package/build/utils.js.map +1 -1
  820. package/package.json +1 -1
  821. package/src/abi/cables/CablesMainnetRFQ.json +1083 -0
  822. package/src/dex/bebop/bebop.ts +1 -1
  823. package/src/dex/cables/cables-e2e.test.ts +207 -0
  824. package/src/dex/cables/cables-integration.test.ts +319 -0
  825. package/src/dex/cables/cables.ts +888 -0
  826. package/src/dex/cables/config.ts +13 -0
  827. package/src/dex/cables/constants.ts +35 -0
  828. package/src/dex/cables/rate-fetcher.ts +219 -0
  829. package/src/dex/cables/types.ts +130 -0
  830. package/src/dex/cables/validators.test.ts +151 -0
  831. package/src/dex/cables/validators.ts +61 -0
  832. package/src/dex/dexalot/dexalot.ts +2 -50
  833. package/src/dex/index.ts +2 -0
  834. package/src/executor/Executor01BytecodeBuilder.ts +15 -11
  835. package/src/executor/Executor02BytecodeBuilder.ts +13 -9
  836. package/src/executor/Executor03BytecodeBuilder.ts +16 -9
  837. package/src/types.ts +1 -0
  838. package/tests/constants-e2e.ts +2 -2
  839. package/build/abi/Aave_GSM.json +0 -751
  840. package/build/abi/Balancer.json +0 -257
  841. package/build/abi/BalancerV2.json +0 -1179
  842. package/build/abi/RamsesV2Quoter.abi.json +0 -274
  843. package/build/abi/USDM.json +0 -807
  844. package/build/abi/UniswapV2Router.json +0 -397
  845. package/build/abi/angle-transmuter/ChainlinkAccessControlledOffchainAggregator.json +0 -1246
  846. package/build/abi/curve-v1/CurveBUSDv2.abi.json +0 -1356
  847. package/build/abi/curve-v1/CurveTokenV1.json +0 -305
  848. package/build/abi/curve-v1/CurveTokenV2.json +0 -318
  849. package/build/abi/curve-v1/CurveV1StableNg.json +0 -1452
  850. package/build/abi/curve-v1/CurveV2Swap.json +0 -700
  851. package/build/abi/curve-v1/FactoryCryptoRegistry.json +0 -316
  852. package/build/abi/curve-v1/FactoryRegistry.json +0 -508
  853. package/build/abi/curve-v1/StableSwapAave.json +0 -1152
  854. package/build/abi/curve-v1/StableSwapBUSD.json +0 -814
  855. package/build/abi/curve-v1/StableSwapCompound.json +0 -814
  856. package/build/abi/curve-v1/StableSwapIDLE.json +0 -1253
  857. package/build/abi/curve-v1/StableSwapPax.json +0 -865
  858. package/build/abi/curve-v1/StableSwapSnow.json +0 -900
  859. package/build/abi/curve-v1/StableSwapUSDT.json +0 -814
  860. package/build/abi/curve-v1/StableSwapY.json +0 -814
  861. package/build/abi/inception/inception-ineth-pool.json +0 -1062
  862. package/build/abi/inception/inception-ineth.json +0 -609
  863. package/build/abi/inception/inception-ratio-feed.json +0 -329
  864. package/build/abi/inception/inception-vault.json +0 -991
  865. package/build/abi/kyberdmm/kyber-storage.abi.json +0 -824
  866. package/build/abi/kyberdmm.abi.json +0 -1148
  867. package/build/abi/maverick-v2/MaverickV2Quoter.json +0 -278
  868. package/build/abi/nerve/nerve-metapool.json +0 -790
  869. package/build/abi/uniswap-v3/UniswapV3Quoter.abi.json +0 -193
  870. package/build/abi/velodrome-slipstream/VelodromeSlipstreamQuoterV2.abi.json +0 -267
  871. package/build/dex/balancer-v1/balancer-pools.json +0 -33333
  872. package/build/dex/bebop/websocket-fetcher.d.ts +0 -35
  873. package/build/dex/bebop/websocket-fetcher.js +0 -87
  874. package/build/dex/bebop/websocket-fetcher.js.map +0 -1
  875. package/build/dex/idle-dao/idle-dao-pool.d.ts +0 -56
  876. package/build/dex/idle-dao/idle-dao-pool.js +0 -176
  877. package/build/dex/idle-dao/idle-dao-pool.js.map +0 -1
  878. package/build/dex/idle-dao/idle-dao-pooling-pool.d.ts +0 -16
  879. package/build/dex/idle-dao/idle-dao-pooling-pool.js +0 -57
  880. package/build/dex/idle-dao/idle-dao-pooling-pool.js.map +0 -1
  881. package/build/dex/idle-dao/scripts.d.ts +0 -9
  882. package/build/dex/idle-dao/scripts.js +0 -552
  883. package/build/dex/idle-dao/scripts.js.map +0 -1
  884. package/build/dex/inception/config.d.ts +0 -4
  885. package/build/dex/inception/config.js +0 -109
  886. package/build/dex/inception/config.js.map +0 -1
  887. package/build/dex/inception/inception-event-pool.d.ts +0 -16
  888. package/build/dex/inception/inception-event-pool.js +0 -51
  889. package/build/dex/inception/inception-event-pool.js.map +0 -1
  890. package/build/dex/inception/inception-native.js +0 -131
  891. package/build/dex/inception/inception-native.js.map +0 -1
  892. package/build/dex/inception/inception-pool.d.ts +0 -18
  893. package/build/dex/inception/inception-pool.js +0 -32
  894. package/build/dex/inception/inception-pool.js.map +0 -1
  895. package/build/dex/inception/inception-price-feed.d.ts +0 -19
  896. package/build/dex/inception/inception-price-feed.js +0 -51
  897. package/build/dex/inception/inception-price-feed.js.map +0 -1
  898. package/build/dex/inception/inception.d.ts +0 -43
  899. package/build/dex/inception/inception.js +0 -204
  900. package/build/dex/inception/inception.js.map +0 -1
  901. package/build/dex/inception/tokens.d.ts +0 -9
  902. package/build/dex/inception/tokens.js +0 -28
  903. package/build/dex/inception/tokens.js.map +0 -1
  904. package/build/dex/inception/types.d.ts +0 -22
  905. package/build/dex/inception/utils.d.ts +0 -6
  906. package/build/dex/inception/utils.js +0 -37
  907. package/build/dex/inception/utils.js.map +0 -1
  908. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-balancerv1-curvev1-eth-usdc-gusd.json +0 -16
  909. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-balancerv1-sushiv3-wbtc-eth-sushi.json +0 -16
  910. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-curvev1-eth-usdc-gusd.json +0 -16
  911. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-curvev1-gusd-usdc-eth.json +0 -16
  912. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-dai-usdc-eth.json +0 -16
  913. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-eth-usdc-dai.json +0 -16
  914. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-usdc-eth-wbtc.json +0 -16
  915. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-usdt-usdc-dai.json +0 -16
  916. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-balancerv1-eth-usdc.json +0 -9
  917. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-balancerv1-usdc-eth.json +0 -9
  918. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-balancerv1-usdc-wbtc.json +0 -9
  919. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-curvev1-eth-steth.json +0 -9
  920. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-curvev1-steth-eth.json +0 -9
  921. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-curvev1-usdc-usdt.json +0 -9
  922. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-univ3-eth-usdc.json +0 -9
  923. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-univ3-usdc-eth.json +0 -9
  924. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-univ3-usdc-usdt.json +0 -9
  925. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-balancerv1-sushiv3-wbtc-eth-sushi.json +0 -12
  926. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-sushiv3-curvev1-eth-usdc-gusd.json +0 -7
  927. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-sushiv3-curvev1-gusd-usdc-eth.json +0 -7
  928. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-sushiv3-dai-usdc-eth.json +0 -7
  929. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-sushiv3-eth-usdc-dai.json +0 -7
  930. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-sushiv3-usdc-eth-wbtc.json +0 -12
  931. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-simpleSwap-univ3-eth-usdc.json +0 -7
  932. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-simpleSwap-univ3-usdc-eth.json +0 -7
  933. package/build/executor/fixtures/executor01/routes/price-route-multiswap-balancerv1-curvev1-eth-usdc-gusd.json +0 -78
  934. package/build/executor/fixtures/executor01/routes/price-route-multiswap-balancerv1-sushiv3-wbtc-eth-sushi.json +0 -81
  935. package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-curvev1-eth-usdc-gusd.json +0 -78
  936. package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-curvev1-gusd-usdc-eth.json +0 -78
  937. package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-dai-usdc-eth.json +0 -81
  938. package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-eth-usdc-dai.json +0 -81
  939. package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-usdc-eth-wbtc.json +0 -81
  940. package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-usdt-usdc-dai.json +0 -81
  941. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-balancerv1-eth-usdc.json +0 -64
  942. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-balancerv1-usdc-eth.json +0 -85
  943. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-balancerv1-usdc-wbtc.json +0 -64
  944. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-curvev1-eth-steth.json +0 -52
  945. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-curvev1-steth-eth.json +0 -52
  946. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-curvev1-usdc-usdt.json +0 -52
  947. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-univ3-eth-usdc.json +0 -55
  948. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-univ3-usdc-eth.json +0 -55
  949. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-univ3-usdc-usdt.json +0 -55
  950. package/build/executor/fixtures/executor02/exchange-params/price-route-multiSwap-balancerv1-sushiv3-univ3-bal-eth-sushi.json +0 -23
  951. package/build/executor/fixtures/executor02/exchange-params/price-route-multiSwap-maverickv1-sushiv3-univ3-eth-usdc-mav.json +0 -37
  952. package/build/executor/fixtures/executor02/exchange-params/price-route-multiSwap-univ3-sushiv3-sushi-eth-wbtc.json +0 -23
  953. package/build/executor/fixtures/executor02/exchange-params/price-route-multiSwap-univ3-sushiv3-wbtc-eth-sushi.json +0 -23
  954. package/build/executor/fixtures/executor02/exchange-params/price-route-multiswap-curvev1-univ3-dai-usdc-eth.json +0 -51
  955. package/build/executor/fixtures/executor02/exchange-params/price-route-multiswap-univ3-usdt-dai-eth.json +0 -58
  956. package/build/executor/fixtures/executor02/exchange-params/price-route-simpleSwap-sushiv3-balancerv1-eth-usdc.json +0 -23
  957. package/build/executor/fixtures/executor02/exchange-params/price-route-simpleSwap-sushiv3-balancerv1-usdc-eth.json +0 -23
  958. package/build/executor/fixtures/executor02/exchange-params/price-route-simpleSwap-sushiv3-univ3-eth-sushi.json +0 -9
  959. package/build/executor/fixtures/executor02/exchange-params/price-route-simpleSwap-sushiv3-univ3-sushi-eth.json +0 -16
  960. package/build/executor/fixtures/executor02/exchange-params/price-route-simpleSwap-univ3-curvev1-usdt-dai.json +0 -23
  961. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiSwap-balancerv1-sushiv3-univ3-bal-eth-sushi.json +0 -12
  962. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiSwap-maverickv1-sushiv3-univ3-eth-usdc-mav.json +0 -7
  963. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiSwap-univ3-sushiv3-sushi-eth-wbtc.json +0 -12
  964. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiSwap-univ3-sushiv3-wbtc-eth-sushi.json +0 -12
  965. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiswap-curvev1-univ3-dai-usdc-eth.json +0 -7
  966. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiswap-univ3-usdt-dai-eth.json +0 -7
  967. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-simpleSwap-sushiv3-balancerv1-eth-usdc.json +0 -7
  968. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-simpleSwap-sushiv3-balancerv1-usdc-eth.json +0 -7
  969. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-simpleSwap-sushiv3-univ3-eth-sushi.json +0 -7
  970. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-simpleSwap-sushiv3-univ3-sushi-eth.json +0 -7
  971. package/build/executor/fixtures/executor02/routes/price-route-multiSwap-balancerv1-sushiv3-univ3-bal-eth-sushi.json +0 -130
  972. package/build/executor/fixtures/executor02/routes/price-route-multiSwap-maverickv1-sushiv3-univ3-eth-usdc-mav.json +0 -136
  973. package/build/executor/fixtures/executor02/routes/price-route-multiSwap-univ3-sushiv3-sushi-eth-wbtc.json +0 -100
  974. package/build/executor/fixtures/executor02/routes/price-route-multiSwap-univ3-sushiv3-wbtc-eth-sushi.json +0 -100
  975. package/build/executor/fixtures/executor02/routes/price-route-multiswap-curvev1-univ3-dai-usdc-eth.json +0 -166
  976. package/build/executor/fixtures/executor02/routes/price-route-multiswap-univ3-usdt-dai-eth.json +0 -190
  977. package/build/executor/fixtures/executor02/routes/price-route-simpleSwap-sushiv3-balancerv1-eth-usdc.json +0 -114
  978. package/build/executor/fixtures/executor02/routes/price-route-simpleSwap-sushiv3-balancerv1-usdc-eth.json +0 -114
  979. package/build/executor/fixtures/executor02/routes/price-route-simpleSwap-sushiv3-univ3-eth-sushi.json +0 -55
  980. package/build/executor/fixtures/executor02/routes/price-route-simpleSwap-sushiv3-univ3-sushi-eth.json +0 -73
  981. package/build/executor/fixtures/executor02/routes/price-route-simpleSwap-univ3-curvev1-usdt-dai.json +0 -82
  982. /package/build/dex/{inception → balancer-v3}/types.js +0 -0
@@ -1,991 +0,0 @@
1
- [
2
- { "inputs": [], "name": "AlreadyDelegated", "type": "error" },
3
- { "inputs": [], "name": "DelegationManagerImmutable", "type": "error" },
4
- { "inputs": [], "name": "EigenLayerOperatorAlreadyExists", "type": "error" },
5
- {
6
- "inputs": [
7
- { "internalType": "uint256", "name": "max", "type": "uint256" },
8
- { "internalType": "uint256", "name": "amount", "type": "uint256" }
9
- ],
10
- "name": "ExceedsMaxPerDeposit",
11
- "type": "error"
12
- },
13
- {
14
- "inputs": [
15
- { "internalType": "uint256", "name": "max", "type": "uint256" },
16
- { "internalType": "uint256", "name": "amount", "type": "uint256" }
17
- ],
18
- "name": "ExceedsMaxTotalDeposited",
19
- "type": "error"
20
- },
21
- { "inputs": [], "name": "ImplementationNotSet", "type": "error" },
22
- { "inputs": [], "name": "InceptionOnPause", "type": "error" },
23
- { "inputs": [], "name": "InconsistentData", "type": "error" },
24
- {
25
- "inputs": [
26
- { "internalType": "uint256", "name": "capacity", "type": "uint256" }
27
- ],
28
- "name": "InsufficientCapacity",
29
- "type": "error"
30
- },
31
- { "inputs": [], "name": "NotEigenLayerOperator", "type": "error" },
32
- { "inputs": [], "name": "NullParams", "type": "error" },
33
- { "inputs": [], "name": "OperatorNotRegistered", "type": "error" },
34
- { "inputs": [], "name": "RestakerNotRegistered", "type": "error" },
35
- {
36
- "inputs": [
37
- { "internalType": "address", "name": "assetAddress", "type": "address" }
38
- ],
39
- "name": "TransferAssetFailed",
40
- "type": "error"
41
- },
42
- {
43
- "inputs": [
44
- { "internalType": "address", "name": "assetAddress", "type": "address" }
45
- ],
46
- "name": "TransferAssetFromFailed",
47
- "type": "error"
48
- },
49
- { "inputs": [], "name": "WithdrawFutile", "type": "error" },
50
- {
51
- "anonymous": false,
52
- "inputs": [
53
- {
54
- "indexed": true,
55
- "internalType": "address",
56
- "name": "stakerAddress",
57
- "type": "address"
58
- },
59
- {
60
- "indexed": true,
61
- "internalType": "address",
62
- "name": "operatorAddress",
63
- "type": "address"
64
- }
65
- ],
66
- "name": "DelegatedTo",
67
- "type": "event"
68
- },
69
- {
70
- "anonymous": false,
71
- "inputs": [
72
- {
73
- "indexed": false,
74
- "internalType": "address",
75
- "name": "prevValue",
76
- "type": "address"
77
- },
78
- {
79
- "indexed": false,
80
- "internalType": "address",
81
- "name": "newValue",
82
- "type": "address"
83
- }
84
- ],
85
- "name": "DelegationManagerChanged",
86
- "type": "event"
87
- },
88
- {
89
- "anonymous": false,
90
- "inputs": [
91
- {
92
- "indexed": true,
93
- "internalType": "address",
94
- "name": "sender",
95
- "type": "address"
96
- },
97
- {
98
- "indexed": true,
99
- "internalType": "address",
100
- "name": "receiver",
101
- "type": "address"
102
- },
103
- {
104
- "indexed": false,
105
- "internalType": "uint256",
106
- "name": "amount",
107
- "type": "uint256"
108
- },
109
- {
110
- "indexed": false,
111
- "internalType": "uint256",
112
- "name": "iShares",
113
- "type": "uint256"
114
- }
115
- ],
116
- "name": "Deposit",
117
- "type": "event"
118
- },
119
- {
120
- "anonymous": false,
121
- "inputs": [
122
- {
123
- "indexed": false,
124
- "internalType": "uint256",
125
- "name": "prevValue",
126
- "type": "uint256"
127
- },
128
- {
129
- "indexed": false,
130
- "internalType": "uint256",
131
- "name": "newValue",
132
- "type": "uint256"
133
- }
134
- ],
135
- "name": "DepositFeeChanged",
136
- "type": "event"
137
- },
138
- {
139
- "anonymous": false,
140
- "inputs": [
141
- {
142
- "indexed": true,
143
- "internalType": "address",
144
- "name": "stakerAddress",
145
- "type": "address"
146
- },
147
- {
148
- "indexed": false,
149
- "internalType": "uint256",
150
- "name": "amount",
151
- "type": "uint256"
152
- }
153
- ],
154
- "name": "DepositedToEL",
155
- "type": "event"
156
- },
157
- {
158
- "anonymous": false,
159
- "inputs": [
160
- {
161
- "indexed": true,
162
- "internalType": "address",
163
- "name": "newELOperator",
164
- "type": "address"
165
- }
166
- ],
167
- "name": "ELOperatorAdded",
168
- "type": "event"
169
- },
170
- {
171
- "anonymous": false,
172
- "inputs": [
173
- {
174
- "indexed": false,
175
- "internalType": "address",
176
- "name": "prevValue",
177
- "type": "address"
178
- },
179
- {
180
- "indexed": false,
181
- "internalType": "address",
182
- "name": "newValue",
183
- "type": "address"
184
- }
185
- ],
186
- "name": "ImplementationUpgraded",
187
- "type": "event"
188
- },
189
- {
190
- "anonymous": false,
191
- "inputs": [
192
- {
193
- "indexed": false,
194
- "internalType": "uint8",
195
- "name": "version",
196
- "type": "uint8"
197
- }
198
- ],
199
- "name": "Initialized",
200
- "type": "event"
201
- },
202
- {
203
- "anonymous": false,
204
- "inputs": [
205
- {
206
- "indexed": false,
207
- "internalType": "uint256",
208
- "name": "prevValue",
209
- "type": "uint256"
210
- },
211
- {
212
- "indexed": false,
213
- "internalType": "uint256",
214
- "name": "newValue",
215
- "type": "uint256"
216
- }
217
- ],
218
- "name": "MinAmountChanged",
219
- "type": "event"
220
- },
221
- {
222
- "anonymous": false,
223
- "inputs": [
224
- {
225
- "indexed": false,
226
- "internalType": "string",
227
- "name": "prevValue",
228
- "type": "string"
229
- },
230
- {
231
- "indexed": false,
232
- "internalType": "string",
233
- "name": "newValue",
234
- "type": "string"
235
- }
236
- ],
237
- "name": "NameChanged",
238
- "type": "event"
239
- },
240
- {
241
- "anonymous": false,
242
- "inputs": [
243
- {
244
- "indexed": false,
245
- "internalType": "address",
246
- "name": "prevValue",
247
- "type": "address"
248
- },
249
- {
250
- "indexed": false,
251
- "internalType": "address",
252
- "name": "newValue",
253
- "type": "address"
254
- }
255
- ],
256
- "name": "OperatorChanged",
257
- "type": "event"
258
- },
259
- {
260
- "anonymous": false,
261
- "inputs": [
262
- {
263
- "indexed": true,
264
- "internalType": "address",
265
- "name": "previousOwner",
266
- "type": "address"
267
- },
268
- {
269
- "indexed": true,
270
- "internalType": "address",
271
- "name": "newOwner",
272
- "type": "address"
273
- }
274
- ],
275
- "name": "OwnershipTransferred",
276
- "type": "event"
277
- },
278
- {
279
- "anonymous": false,
280
- "inputs": [
281
- {
282
- "indexed": false,
283
- "internalType": "address",
284
- "name": "account",
285
- "type": "address"
286
- }
287
- ],
288
- "name": "Paused",
289
- "type": "event"
290
- },
291
- {
292
- "anonymous": false,
293
- "inputs": [
294
- {
295
- "indexed": true,
296
- "internalType": "address",
297
- "name": "sender",
298
- "type": "address"
299
- },
300
- {
301
- "indexed": true,
302
- "internalType": "address",
303
- "name": "receiver",
304
- "type": "address"
305
- },
306
- {
307
- "indexed": false,
308
- "internalType": "uint256",
309
- "name": "amount",
310
- "type": "uint256"
311
- }
312
- ],
313
- "name": "Redeem",
314
- "type": "event"
315
- },
316
- {
317
- "anonymous": false,
318
- "inputs": [
319
- {
320
- "indexed": false,
321
- "internalType": "uint256[]",
322
- "name": "withdrawals",
323
- "type": "uint256[]"
324
- }
325
- ],
326
- "name": "RedeemedRequests",
327
- "type": "event"
328
- },
329
- {
330
- "anonymous": false,
331
- "inputs": [
332
- {
333
- "indexed": true,
334
- "internalType": "bytes32",
335
- "name": "code",
336
- "type": "bytes32"
337
- }
338
- ],
339
- "name": "ReferralCode",
340
- "type": "event"
341
- },
342
- {
343
- "anonymous": false,
344
- "inputs": [
345
- {
346
- "indexed": true,
347
- "internalType": "address",
348
- "name": "restaker",
349
- "type": "address"
350
- }
351
- ],
352
- "name": "RestakerDeployed",
353
- "type": "event"
354
- },
355
- {
356
- "anonymous": false,
357
- "inputs": [
358
- {
359
- "indexed": true,
360
- "internalType": "address",
361
- "name": "stakerAddress",
362
- "type": "address"
363
- },
364
- {
365
- "indexed": false,
366
- "internalType": "contract IStrategy",
367
- "name": "strategy",
368
- "type": "address"
369
- },
370
- {
371
- "indexed": false,
372
- "internalType": "uint256",
373
- "name": "shares",
374
- "type": "uint256"
375
- },
376
- {
377
- "indexed": false,
378
- "internalType": "uint32",
379
- "name": "withdrawalStartBlock",
380
- "type": "uint32"
381
- },
382
- {
383
- "indexed": false,
384
- "internalType": "address",
385
- "name": "delegatedAddress",
386
- "type": "address"
387
- },
388
- {
389
- "indexed": false,
390
- "internalType": "uint256",
391
- "name": "nonce",
392
- "type": "uint256"
393
- }
394
- ],
395
- "name": "StartWithdrawal",
396
- "type": "event"
397
- },
398
- {
399
- "anonymous": false,
400
- "inputs": [
401
- {
402
- "indexed": false,
403
- "internalType": "address",
404
- "name": "account",
405
- "type": "address"
406
- }
407
- ],
408
- "name": "Unpaused",
409
- "type": "event"
410
- },
411
- {
412
- "anonymous": false,
413
- "inputs": [
414
- {
415
- "indexed": true,
416
- "internalType": "address",
417
- "name": "sender",
418
- "type": "address"
419
- },
420
- {
421
- "indexed": true,
422
- "internalType": "address",
423
- "name": "receiver",
424
- "type": "address"
425
- },
426
- {
427
- "indexed": true,
428
- "internalType": "address",
429
- "name": "owner",
430
- "type": "address"
431
- },
432
- {
433
- "indexed": false,
434
- "internalType": "uint256",
435
- "name": "amount",
436
- "type": "uint256"
437
- },
438
- {
439
- "indexed": false,
440
- "internalType": "uint256",
441
- "name": "iShares",
442
- "type": "uint256"
443
- }
444
- ],
445
- "name": "Withdraw",
446
- "type": "event"
447
- },
448
- {
449
- "anonymous": false,
450
- "inputs": [
451
- {
452
- "indexed": false,
453
- "internalType": "uint256",
454
- "name": "totalAmount",
455
- "type": "uint256"
456
- }
457
- ],
458
- "name": "WithdrawalClaimed",
459
- "type": "event"
460
- },
461
- {
462
- "anonymous": false,
463
- "inputs": [
464
- {
465
- "indexed": false,
466
- "internalType": "address",
467
- "name": "depositor",
468
- "type": "address"
469
- },
470
- {
471
- "indexed": false,
472
- "internalType": "uint96",
473
- "name": "nonce",
474
- "type": "uint96"
475
- },
476
- {
477
- "indexed": false,
478
- "internalType": "address",
479
- "name": "withdrawer",
480
- "type": "address"
481
- },
482
- {
483
- "indexed": false,
484
- "internalType": "address",
485
- "name": "delegatedAddress",
486
- "type": "address"
487
- },
488
- {
489
- "indexed": false,
490
- "internalType": "bytes32",
491
- "name": "withdrawalRoot",
492
- "type": "bytes32"
493
- }
494
- ],
495
- "name": "WithdrawalQueued",
496
- "type": "event"
497
- },
498
- {
499
- "anonymous": false,
500
- "inputs": [
501
- {
502
- "indexed": false,
503
- "internalType": "address",
504
- "name": "asset",
505
- "type": "address"
506
- },
507
- {
508
- "indexed": false,
509
- "internalType": "uint256",
510
- "name": "shares",
511
- "type": "uint256"
512
- },
513
- {
514
- "indexed": false,
515
- "internalType": "uint256",
516
- "name": "ethAmount",
517
- "type": "uint256"
518
- }
519
- ],
520
- "name": "Withdrawn",
521
- "type": "event"
522
- },
523
- {
524
- "inputs": [
525
- { "internalType": "address", "name": "newELOperator", "type": "address" }
526
- ],
527
- "name": "addELOperator",
528
- "outputs": [],
529
- "stateMutability": "nonpayable",
530
- "type": "function"
531
- },
532
- {
533
- "inputs": [
534
- { "internalType": "address", "name": "restaker", "type": "address" },
535
- {
536
- "components": [
537
- { "internalType": "address", "name": "staker", "type": "address" },
538
- {
539
- "internalType": "address",
540
- "name": "delegatedTo",
541
- "type": "address"
542
- },
543
- {
544
- "internalType": "address",
545
- "name": "withdrawer",
546
- "type": "address"
547
- },
548
- { "internalType": "uint256", "name": "nonce", "type": "uint256" },
549
- { "internalType": "uint32", "name": "startBlock", "type": "uint32" },
550
- {
551
- "internalType": "contract IStrategy[]",
552
- "name": "strategies",
553
- "type": "address[]"
554
- },
555
- { "internalType": "uint256[]", "name": "shares", "type": "uint256[]" }
556
- ],
557
- "internalType": "struct IDelegationManager.Withdrawal[]",
558
- "name": "withdrawals",
559
- "type": "tuple[]"
560
- }
561
- ],
562
- "name": "claimCompletedWithdrawals",
563
- "outputs": [],
564
- "stateMutability": "nonpayable",
565
- "type": "function"
566
- },
567
- {
568
- "inputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
569
- "name": "claimerWithdrawalsQueue",
570
- "outputs": [
571
- { "internalType": "uint256", "name": "epoch", "type": "uint256" },
572
- { "internalType": "address", "name": "receiver", "type": "address" },
573
- { "internalType": "uint256", "name": "amount", "type": "uint256" }
574
- ],
575
- "stateMutability": "view",
576
- "type": "function"
577
- },
578
- {
579
- "inputs": [
580
- { "internalType": "uint256", "name": "iShares", "type": "uint256" }
581
- ],
582
- "name": "convertToAssets",
583
- "outputs": [
584
- { "internalType": "uint256", "name": "assets", "type": "uint256" }
585
- ],
586
- "stateMutability": "view",
587
- "type": "function"
588
- },
589
- {
590
- "inputs": [
591
- { "internalType": "uint256", "name": "assets", "type": "uint256" }
592
- ],
593
- "name": "convertToShares",
594
- "outputs": [
595
- { "internalType": "uint256", "name": "shares", "type": "uint256" }
596
- ],
597
- "stateMutability": "view",
598
- "type": "function"
599
- },
600
- {
601
- "inputs": [
602
- { "internalType": "uint256", "name": "amount", "type": "uint256" },
603
- { "internalType": "address", "name": "elOperator", "type": "address" },
604
- { "internalType": "bytes32", "name": "approverSalt", "type": "bytes32" },
605
- {
606
- "components": [
607
- { "internalType": "bytes", "name": "signature", "type": "bytes" },
608
- { "internalType": "uint256", "name": "expiry", "type": "uint256" }
609
- ],
610
- "internalType": "struct IDelegationManager.SignatureWithExpiry",
611
- "name": "approverSignatureAndExpiry",
612
- "type": "tuple"
613
- }
614
- ],
615
- "name": "delegateToOperator",
616
- "outputs": [],
617
- "stateMutability": "nonpayable",
618
- "type": "function"
619
- },
620
- {
621
- "inputs": [
622
- { "internalType": "address", "name": "elOperator", "type": "address" },
623
- { "internalType": "bytes32", "name": "approverSalt", "type": "bytes32" },
624
- {
625
- "components": [
626
- { "internalType": "bytes", "name": "signature", "type": "bytes" },
627
- { "internalType": "uint256", "name": "expiry", "type": "uint256" }
628
- ],
629
- "internalType": "struct IDelegationManager.SignatureWithExpiry",
630
- "name": "approverSignatureAndExpiry",
631
- "type": "tuple"
632
- }
633
- ],
634
- "name": "delegateToOperatorFromVault",
635
- "outputs": [],
636
- "stateMutability": "nonpayable",
637
- "type": "function"
638
- },
639
- {
640
- "inputs": [],
641
- "name": "delegationManager",
642
- "outputs": [
643
- {
644
- "internalType": "contract IDelegationManager",
645
- "name": "",
646
- "type": "address"
647
- }
648
- ],
649
- "stateMutability": "view",
650
- "type": "function"
651
- },
652
- {
653
- "inputs": [
654
- { "internalType": "uint256", "name": "amount", "type": "uint256" },
655
- { "internalType": "address", "name": "receiver", "type": "address" }
656
- ],
657
- "name": "deposit",
658
- "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
659
- "stateMutability": "nonpayable",
660
- "type": "function"
661
- },
662
- {
663
- "inputs": [
664
- { "internalType": "uint256", "name": "amount", "type": "uint256" }
665
- ],
666
- "name": "depositAssetIntoStrategyFromVault",
667
- "outputs": [],
668
- "stateMutability": "nonpayable",
669
- "type": "function"
670
- },
671
- {
672
- "inputs": [
673
- { "internalType": "uint256", "name": "amount", "type": "uint256" },
674
- { "internalType": "address", "name": "receiver", "type": "address" },
675
- { "internalType": "bytes32", "name": "code", "type": "bytes32" }
676
- ],
677
- "name": "depositWithReferral",
678
- "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
679
- "stateMutability": "nonpayable",
680
- "type": "function"
681
- },
682
- {
683
- "inputs": [],
684
- "name": "epoch",
685
- "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
686
- "stateMutability": "view",
687
- "type": "function"
688
- },
689
- {
690
- "inputs": [
691
- { "internalType": "uint256", "name": "amount", "type": "uint256" },
692
- { "internalType": "address", "name": "restaker", "type": "address" }
693
- ],
694
- "name": "forceUndelegateRecovery",
695
- "outputs": [],
696
- "stateMutability": "nonpayable",
697
- "type": "function"
698
- },
699
- {
700
- "inputs": [
701
- { "internalType": "address", "name": "elOperator", "type": "address" }
702
- ],
703
- "name": "getDelegatedTo",
704
- "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
705
- "stateMutability": "view",
706
- "type": "function"
707
- },
708
- {
709
- "inputs": [],
710
- "name": "getPendingWithdrawalAmountFromEL",
711
- "outputs": [
712
- { "internalType": "uint256", "name": "total", "type": "uint256" }
713
- ],
714
- "stateMutability": "view",
715
- "type": "function"
716
- },
717
- {
718
- "inputs": [
719
- { "internalType": "address", "name": "claimer", "type": "address" }
720
- ],
721
- "name": "getPendingWithdrawalOf",
722
- "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
723
- "stateMutability": "view",
724
- "type": "function"
725
- },
726
- {
727
- "inputs": [],
728
- "name": "getTotalDelegated",
729
- "outputs": [
730
- { "internalType": "uint256", "name": "total", "type": "uint256" }
731
- ],
732
- "stateMutability": "view",
733
- "type": "function"
734
- },
735
- {
736
- "inputs": [],
737
- "name": "getTotalDeposited",
738
- "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
739
- "stateMutability": "view",
740
- "type": "function"
741
- },
742
- {
743
- "inputs": [],
744
- "name": "implementation",
745
- "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
746
- "stateMutability": "view",
747
- "type": "function"
748
- },
749
- {
750
- "inputs": [],
751
- "name": "inceptionToken",
752
- "outputs": [
753
- {
754
- "internalType": "contract IInceptionToken",
755
- "name": "",
756
- "type": "address"
757
- }
758
- ],
759
- "stateMutability": "view",
760
- "type": "function"
761
- },
762
- {
763
- "inputs": [
764
- { "internalType": "address", "name": "claimer", "type": "address" }
765
- ],
766
- "name": "isAbleToRedeem",
767
- "outputs": [
768
- { "internalType": "bool", "name": "able", "type": "bool" },
769
- { "internalType": "uint256[]", "name": "", "type": "uint256[]" }
770
- ],
771
- "stateMutability": "view",
772
- "type": "function"
773
- },
774
- {
775
- "inputs": [],
776
- "name": "minAmount",
777
- "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
778
- "stateMutability": "view",
779
- "type": "function"
780
- },
781
- {
782
- "inputs": [],
783
- "name": "name",
784
- "outputs": [{ "internalType": "string", "name": "", "type": "string" }],
785
- "stateMutability": "view",
786
- "type": "function"
787
- },
788
- {
789
- "inputs": [],
790
- "name": "owner",
791
- "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
792
- "stateMutability": "view",
793
- "type": "function"
794
- },
795
- {
796
- "inputs": [],
797
- "name": "pause",
798
- "outputs": [],
799
- "stateMutability": "nonpayable",
800
- "type": "function"
801
- },
802
- {
803
- "inputs": [],
804
- "name": "paused",
805
- "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
806
- "stateMutability": "view",
807
- "type": "function"
808
- },
809
- {
810
- "inputs": [],
811
- "name": "ratio",
812
- "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
813
- "stateMutability": "view",
814
- "type": "function"
815
- },
816
- {
817
- "inputs": [
818
- { "internalType": "address", "name": "receiver", "type": "address" }
819
- ],
820
- "name": "redeem",
821
- "outputs": [],
822
- "stateMutability": "nonpayable",
823
- "type": "function"
824
- },
825
- {
826
- "inputs": [],
827
- "name": "redeemReservedAmount",
828
- "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
829
- "stateMutability": "view",
830
- "type": "function"
831
- },
832
- {
833
- "inputs": [],
834
- "name": "renounceOwnership",
835
- "outputs": [],
836
- "stateMutability": "nonpayable",
837
- "type": "function"
838
- },
839
- {
840
- "inputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
841
- "name": "restakers",
842
- "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
843
- "stateMutability": "view",
844
- "type": "function"
845
- },
846
- {
847
- "inputs": [
848
- {
849
- "internalType": "contract IDelegationManager",
850
- "name": "newDelegationManager",
851
- "type": "address"
852
- }
853
- ],
854
- "name": "setDelegationManager",
855
- "outputs": [],
856
- "stateMutability": "nonpayable",
857
- "type": "function"
858
- },
859
- {
860
- "inputs": [
861
- { "internalType": "uint256", "name": "newMinAmount", "type": "uint256" }
862
- ],
863
- "name": "setMinAmount",
864
- "outputs": [],
865
- "stateMutability": "nonpayable",
866
- "type": "function"
867
- },
868
- {
869
- "inputs": [
870
- { "internalType": "string", "name": "newVaultName", "type": "string" }
871
- ],
872
- "name": "setName",
873
- "outputs": [],
874
- "stateMutability": "nonpayable",
875
- "type": "function"
876
- },
877
- {
878
- "inputs": [
879
- { "internalType": "address", "name": "newOperator", "type": "address" }
880
- ],
881
- "name": "setOperator",
882
- "outputs": [],
883
- "stateMutability": "nonpayable",
884
- "type": "function"
885
- },
886
- {
887
- "inputs": [],
888
- "name": "strategy",
889
- "outputs": [
890
- { "internalType": "contract IStrategy", "name": "", "type": "address" }
891
- ],
892
- "stateMutability": "view",
893
- "type": "function"
894
- },
895
- {
896
- "inputs": [],
897
- "name": "strategyManager",
898
- "outputs": [
899
- {
900
- "internalType": "contract IStrategyManager",
901
- "name": "",
902
- "type": "address"
903
- }
904
- ],
905
- "stateMutability": "view",
906
- "type": "function"
907
- },
908
- {
909
- "inputs": [],
910
- "name": "totalAmountToWithdraw",
911
- "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
912
- "stateMutability": "view",
913
- "type": "function"
914
- },
915
- {
916
- "inputs": [],
917
- "name": "totalAssets",
918
- "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
919
- "stateMutability": "view",
920
- "type": "function"
921
- },
922
- {
923
- "inputs": [
924
- { "internalType": "address", "name": "newOwner", "type": "address" }
925
- ],
926
- "name": "transferOwnership",
927
- "outputs": [],
928
- "stateMutability": "nonpayable",
929
- "type": "function"
930
- },
931
- {
932
- "inputs": [
933
- {
934
- "internalType": "address",
935
- "name": "elOperatorAddress",
936
- "type": "address"
937
- },
938
- { "internalType": "uint256", "name": "amount", "type": "uint256" }
939
- ],
940
- "name": "undelegateFrom",
941
- "outputs": [],
942
- "stateMutability": "nonpayable",
943
- "type": "function"
944
- },
945
- {
946
- "inputs": [
947
- { "internalType": "uint256", "name": "amount", "type": "uint256" }
948
- ],
949
- "name": "undelegateVault",
950
- "outputs": [],
951
- "stateMutability": "nonpayable",
952
- "type": "function"
953
- },
954
- {
955
- "inputs": [],
956
- "name": "unpause",
957
- "outputs": [],
958
- "stateMutability": "nonpayable",
959
- "type": "function"
960
- },
961
- {
962
- "inputs": [],
963
- "name": "updateEpoch",
964
- "outputs": [],
965
- "stateMutability": "nonpayable",
966
- "type": "function"
967
- },
968
- {
969
- "inputs": [
970
- {
971
- "internalType": "address",
972
- "name": "newImplementation",
973
- "type": "address"
974
- }
975
- ],
976
- "name": "upgradeTo",
977
- "outputs": [],
978
- "stateMutability": "nonpayable",
979
- "type": "function"
980
- },
981
- {
982
- "inputs": [
983
- { "internalType": "uint256", "name": "iShares", "type": "uint256" },
984
- { "internalType": "address", "name": "receiver", "type": "address" }
985
- ],
986
- "name": "withdraw",
987
- "outputs": [],
988
- "stateMutability": "nonpayable",
989
- "type": "function"
990
- }
991
- ]