@paraswap/dex-lib 4.1.16 → 4.1.17-arena

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 (304) hide show
  1. package/.eslintrc.js +8 -0
  2. package/build/abi/Aave_GSM.json +751 -0
  3. package/build/abi/Balancer.json +257 -0
  4. package/build/abi/BalancerV2.json +1179 -0
  5. package/build/abi/RamsesV2Pool.abi.json +1554 -0
  6. package/build/abi/RamsesV2Quoter.abi.json +274 -0
  7. package/build/abi/USDM.json +807 -0
  8. package/build/abi/UniswapV2Router.json +397 -0
  9. package/build/abi/{wombat/pool.json → angle-transmuter/ChainlinkAccessControlledOffchainAggregator.json} +594 -637
  10. package/build/abi/angle-transmuter/ChainlinkEACAggregatorProxy.json +509 -0
  11. package/build/abi/curve-v1/CurveBUSDv2.abi.json +1356 -0
  12. package/build/abi/curve-v1/CurveTokenV1.json +305 -0
  13. package/build/abi/curve-v1/CurveTokenV2.json +318 -0
  14. package/build/abi/curve-v1/CurveV1StableNg.json +1452 -0
  15. package/build/abi/curve-v1/CurveV2Swap.json +700 -0
  16. package/build/abi/curve-v1/FactoryCryptoRegistry.json +316 -0
  17. package/build/abi/curve-v1/FactoryRegistry.json +508 -0
  18. package/build/abi/curve-v1/StableSwapAave.json +1152 -0
  19. package/build/abi/curve-v1/StableSwapBUSD.json +814 -0
  20. package/build/abi/curve-v1/StableSwapCompound.json +814 -0
  21. package/build/abi/curve-v1/StableSwapIDLE.json +1253 -0
  22. package/build/abi/curve-v1/StableSwapPax.json +865 -0
  23. package/build/abi/curve-v1/StableSwapSnow.json +900 -0
  24. package/build/abi/curve-v1/StableSwapUSDN.json +1004 -0
  25. package/build/abi/curve-v1/StableSwapUSDT.json +814 -0
  26. package/build/abi/curve-v1/StableSwapY.json +814 -0
  27. package/build/abi/inception/inception-ineth.json +609 -0
  28. package/build/abi/kyberdmm/kyber-storage.abi.json +824 -0
  29. package/build/abi/kyberdmm.abi.json +1148 -0
  30. package/build/abi/maverick-v2/MaverickV2Quoter.json +278 -0
  31. package/build/abi/nerve/nerve-metapool.json +790 -0
  32. package/build/abi/uniswap-v3/UniswapV3Quoter.abi.json +193 -0
  33. package/build/abi/velodrome-slipstream/VelodromeSlipstreamQuoterV2.abi.json +267 -0
  34. package/build/dex/aave-v1/aave-v1.js +0 -1
  35. package/build/dex/aave-v1/aave-v1.js.map +1 -1
  36. package/build/dex/balancer-v1/balancer-pools.json +33333 -0
  37. package/build/dex/bebop/websocket-fetcher.d.ts +35 -0
  38. package/build/dex/bebop/websocket-fetcher.js +87 -0
  39. package/build/dex/bebop/websocket-fetcher.js.map +1 -0
  40. package/build/dex/idle-dao/idle-dao-pool.d.ts +56 -0
  41. package/build/dex/idle-dao/idle-dao-pool.js +176 -0
  42. package/build/dex/idle-dao/idle-dao-pool.js.map +1 -0
  43. package/build/dex/idle-dao/idle-dao-pooling-pool.d.ts +16 -0
  44. package/build/dex/idle-dao/idle-dao-pooling-pool.js +57 -0
  45. package/build/dex/idle-dao/idle-dao-pooling-pool.js.map +1 -0
  46. package/build/dex/idle-dao/scripts.d.ts +9 -0
  47. package/build/dex/idle-dao/scripts.js +552 -0
  48. package/build/dex/idle-dao/scripts.js.map +1 -0
  49. package/build/dex/inception/inception-event-pool.d.ts +4 -4
  50. package/build/dex/inception/inception-event-pool.js +9 -7
  51. package/build/dex/inception/inception-event-pool.js.map +1 -1
  52. package/build/dex/inception/inception-native.d.ts +43 -0
  53. package/build/dex/inception/inception-native.js +131 -0
  54. package/build/dex/inception/inception-native.js.map +1 -0
  55. package/build/dex/inception/inception-pool.d.ts +18 -0
  56. package/build/dex/inception/inception-pool.js +32 -0
  57. package/build/dex/inception/inception-pool.js.map +1 -0
  58. package/build/dex/inception/inception-price-feed.d.ts +19 -0
  59. package/build/dex/inception/inception-price-feed.js +51 -0
  60. package/build/dex/inception/inception-price-feed.js.map +1 -0
  61. package/build/dex/inception/inception.d.ts +6 -6
  62. package/build/dex/inception/inception.js +40 -16
  63. package/build/dex/inception/inception.js.map +1 -1
  64. package/build/dex/inception/utils.d.ts +0 -1
  65. package/build/dex/inception/utils.js +1 -22
  66. package/build/dex/inception/utils.js.map +1 -1
  67. package/build/dex/platypus/platypus.js +3 -17
  68. package/build/dex/platypus/platypus.js.map +1 -1
  69. package/build/dex/swaap-v1/swaap-v1.js +0 -4
  70. package/build/dex/swaap-v1/swaap-v1.js.map +1 -1
  71. package/build/dex/uniswap-v2/config.js +8 -0
  72. package/build/dex/uniswap-v2/config.js.map +1 -1
  73. package/build/dex/uniswap-v3/config.js +2 -1
  74. package/build/dex/uniswap-v3/config.js.map +1 -1
  75. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-balancerv1-curvev1-eth-usdc-gusd.json +16 -0
  76. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-balancerv1-sushiv3-wbtc-eth-sushi.json +16 -0
  77. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-curvev1-eth-usdc-gusd.json +16 -0
  78. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-curvev1-gusd-usdc-eth.json +16 -0
  79. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-dai-usdc-eth.json +16 -0
  80. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-eth-usdc-dai.json +16 -0
  81. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-usdc-eth-wbtc.json +16 -0
  82. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-usdt-usdc-dai.json +16 -0
  83. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-balancerv1-eth-usdc.json +9 -0
  84. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-balancerv1-usdc-eth.json +9 -0
  85. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-balancerv1-usdc-wbtc.json +9 -0
  86. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-curvev1-eth-steth.json +9 -0
  87. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-curvev1-steth-eth.json +9 -0
  88. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-curvev1-usdc-usdt.json +9 -0
  89. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-univ3-eth-usdc.json +9 -0
  90. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-univ3-usdc-eth.json +9 -0
  91. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-univ3-usdc-usdt.json +9 -0
  92. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-balancerv1-sushiv3-wbtc-eth-sushi.json +12 -0
  93. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-sushiv3-curvev1-eth-usdc-gusd.json +7 -0
  94. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-sushiv3-curvev1-gusd-usdc-eth.json +7 -0
  95. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-sushiv3-dai-usdc-eth.json +7 -0
  96. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-sushiv3-eth-usdc-dai.json +7 -0
  97. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-sushiv3-usdc-eth-wbtc.json +12 -0
  98. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-simpleSwap-univ3-eth-usdc.json +7 -0
  99. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-simpleSwap-univ3-usdc-eth.json +7 -0
  100. package/build/executor/fixtures/executor01/routes/price-route-multiswap-balancerv1-curvev1-eth-usdc-gusd.json +78 -0
  101. package/build/executor/fixtures/executor01/routes/price-route-multiswap-balancerv1-sushiv3-wbtc-eth-sushi.json +81 -0
  102. package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-curvev1-eth-usdc-gusd.json +78 -0
  103. package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-curvev1-gusd-usdc-eth.json +78 -0
  104. package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-dai-usdc-eth.json +81 -0
  105. package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-eth-usdc-dai.json +81 -0
  106. package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-usdc-eth-wbtc.json +81 -0
  107. package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-usdt-usdc-dai.json +81 -0
  108. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-balancerv1-eth-usdc.json +64 -0
  109. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-balancerv1-usdc-eth.json +85 -0
  110. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-balancerv1-usdc-wbtc.json +64 -0
  111. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-curvev1-eth-steth.json +52 -0
  112. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-curvev1-steth-eth.json +52 -0
  113. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-curvev1-usdc-usdt.json +52 -0
  114. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-univ3-eth-usdc.json +55 -0
  115. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-univ3-usdc-eth.json +55 -0
  116. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-univ3-usdc-usdt.json +55 -0
  117. package/build/executor/fixtures/executor02/exchange-params/price-route-multiSwap-balancerv1-sushiv3-univ3-bal-eth-sushi.json +23 -0
  118. package/build/executor/fixtures/executor02/exchange-params/price-route-multiSwap-maverickv1-sushiv3-univ3-eth-usdc-mav.json +37 -0
  119. package/build/executor/fixtures/executor02/exchange-params/price-route-multiSwap-univ3-sushiv3-sushi-eth-wbtc.json +23 -0
  120. package/build/executor/fixtures/executor02/exchange-params/price-route-multiSwap-univ3-sushiv3-wbtc-eth-sushi.json +23 -0
  121. package/build/executor/fixtures/executor02/exchange-params/price-route-multiswap-curvev1-univ3-dai-usdc-eth.json +51 -0
  122. package/build/executor/fixtures/executor02/exchange-params/price-route-multiswap-univ3-usdt-dai-eth.json +58 -0
  123. package/build/executor/fixtures/executor02/exchange-params/price-route-simpleSwap-sushiv3-balancerv1-eth-usdc.json +23 -0
  124. package/build/executor/fixtures/executor02/exchange-params/price-route-simpleSwap-sushiv3-balancerv1-usdc-eth.json +23 -0
  125. package/build/executor/fixtures/executor02/exchange-params/price-route-simpleSwap-sushiv3-univ3-eth-sushi.json +9 -0
  126. package/build/executor/fixtures/executor02/exchange-params/price-route-simpleSwap-sushiv3-univ3-sushi-eth.json +16 -0
  127. package/build/executor/fixtures/executor02/exchange-params/price-route-simpleSwap-univ3-curvev1-usdt-dai.json +23 -0
  128. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiSwap-balancerv1-sushiv3-univ3-bal-eth-sushi.json +12 -0
  129. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiSwap-maverickv1-sushiv3-univ3-eth-usdc-mav.json +7 -0
  130. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiSwap-univ3-sushiv3-sushi-eth-wbtc.json +12 -0
  131. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiSwap-univ3-sushiv3-wbtc-eth-sushi.json +12 -0
  132. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiswap-curvev1-univ3-dai-usdc-eth.json +7 -0
  133. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiswap-univ3-usdt-dai-eth.json +7 -0
  134. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-simpleSwap-sushiv3-balancerv1-eth-usdc.json +7 -0
  135. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-simpleSwap-sushiv3-balancerv1-usdc-eth.json +7 -0
  136. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-simpleSwap-sushiv3-univ3-eth-sushi.json +7 -0
  137. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-simpleSwap-sushiv3-univ3-sushi-eth.json +7 -0
  138. package/build/executor/fixtures/executor02/routes/price-route-multiSwap-balancerv1-sushiv3-univ3-bal-eth-sushi.json +130 -0
  139. package/build/executor/fixtures/executor02/routes/price-route-multiSwap-maverickv1-sushiv3-univ3-eth-usdc-mav.json +136 -0
  140. package/build/executor/fixtures/executor02/routes/price-route-multiSwap-univ3-sushiv3-sushi-eth-wbtc.json +100 -0
  141. package/build/executor/fixtures/executor02/routes/price-route-multiSwap-univ3-sushiv3-wbtc-eth-sushi.json +100 -0
  142. package/build/executor/fixtures/executor02/routes/price-route-multiswap-curvev1-univ3-dai-usdc-eth.json +166 -0
  143. package/build/executor/fixtures/executor02/routes/price-route-multiswap-univ3-usdt-dai-eth.json +190 -0
  144. package/build/executor/fixtures/executor02/routes/price-route-simpleSwap-sushiv3-balancerv1-eth-usdc.json +114 -0
  145. package/build/executor/fixtures/executor02/routes/price-route-simpleSwap-sushiv3-balancerv1-usdc-eth.json +114 -0
  146. package/build/executor/fixtures/executor02/routes/price-route-simpleSwap-sushiv3-univ3-eth-sushi.json +55 -0
  147. package/build/executor/fixtures/executor02/routes/price-route-simpleSwap-sushiv3-univ3-sushi-eth.json +73 -0
  148. package/build/executor/fixtures/executor02/routes/price-route-simpleSwap-univ3-curvev1-usdt-dai.json +82 -0
  149. package/package.json +1 -1
  150. package/src/dex/generic-rfq/example-api.test.ts +12 -1
  151. package/src/dex/generic-rfq/generic-rfq-e2e.test.ts +5 -47
  152. package/src/dex/generic-rfq/generic-rfq-local-e2e.test.ts +8 -22
  153. package/src/dex/uniswap-v2/config.ts +9 -0
  154. package/src/dex/uniswap-v2/uniswap-v2-e2e-avalanche.test.ts +105 -1
  155. package/src/dex/uniswap-v3/config.ts +2 -1
  156. package/tests/constants-e2e.ts +7 -53
  157. package/tests/{tenderly-simulation-new.test.ts → tenderly-simulation.test.ts} +2 -2
  158. package/tests/tenderly-simulation.ts +650 -241
  159. package/tests/token-storage-slots.json +166 -0
  160. package/tests/utils-e2e.ts +198 -712
  161. package/tests/v6/utils-e2e-v6.ts +60 -134
  162. package/.vscode/launch.json +0 -53
  163. package/.vscode/settings.json +0 -2
  164. package/.vscode/tasks.json +0 -15
  165. package/build/abi/uniswap-v3/AlienBaseV3Router.abi.json +0 -52
  166. package/build/abi/uniswap-v4/quoter.abi.json +0 -461
  167. package/build/abi/uniswap-v4/router.abi.json +0 -230
  168. package/build/abi/usual-m-smart-m/usualM.abi.json +0 -483
  169. package/build/dex/aave-v2/tokens-avalanche.json +0 -44
  170. package/build/dex/aave-v2/tokens-mainnet.json +0 -188
  171. package/build/dex/aave-v2/tokens-polygon.json +0 -44
  172. package/build/dex/bProtocol.d.ts +0 -18
  173. package/build/dex/bProtocol.js +0 -39
  174. package/build/dex/bProtocol.js.map +0 -1
  175. package/build/dex/balancer-v3/abi/balancerBatchRouter.d.ts +0 -729
  176. package/build/dex/balancer-v3/abi/balancerBatchRouter.js +0 -732
  177. package/build/dex/balancer-v3/abi/balancerBatchRouter.js.map +0 -1
  178. package/build/dex/balancer-v3/abi/balancerRouter.d.ts +0 -1406
  179. package/build/dex/balancer-v3/abi/balancerRouter.js +0 -1175
  180. package/build/dex/balancer-v3/abi/balancerRouter.js.map +0 -1
  181. package/build/dex/balancer-v3/abi/vaultExtension.V3.d.ts +0 -2081
  182. package/build/dex/balancer-v3/abi/vaultExtension.V3.js +0 -1851
  183. package/build/dex/balancer-v3/abi/vaultExtension.V3.js.map +0 -1
  184. package/build/dex/balancer-v3/balancer-v3-sepolia-pools.d.ts +0 -34
  185. package/build/dex/balancer-v3/balancer-v3-sepolia-pools.js +0 -406
  186. package/build/dex/balancer-v3/balancer-v3-sepolia-pools.js.map +0 -1
  187. package/build/dex/bancor.d.ts +0 -26
  188. package/build/dex/bancor.js +0 -58
  189. package/build/dex/bancor.js.map +0 -1
  190. package/build/dex/compound.d.ts +0 -18
  191. package/build/dex/compound.js +0 -46
  192. package/build/dex/compound.js.map +0 -1
  193. package/build/dex/curve-v2.d.ts +0 -58
  194. package/build/dex/curve-v2.js +0 -180
  195. package/build/dex/curve-v2.js.map +0 -1
  196. package/build/dex/dodo-v1.d.ts +0 -33
  197. package/build/dex/dodo-v1.js +0 -63
  198. package/build/dex/dodo-v1.js.map +0 -1
  199. package/build/dex/erc4626/scripts/validate-state.d.ts +0 -0
  200. package/build/dex/erc4626/scripts/validate-state.js +0 -146
  201. package/build/dex/erc4626/scripts/validate-state.js.map +0 -1
  202. package/build/dex/lido.d.ts +0 -19
  203. package/build/dex/lido.js +0 -42
  204. package/build/dex/lido.js.map +0 -1
  205. package/build/dex/maker-psm/scripts/gem.abi.json +0 -136
  206. package/build/dex/maker-psm/scripts/validate-state.d.ts +0 -0
  207. package/build/dex/maker-psm/scripts/validate-state.js +0 -185
  208. package/build/dex/maker-psm/scripts/validate-state.js.map +0 -1
  209. package/build/dex/maker-psm/scripts/vat.abi.json +0 -243
  210. package/build/dex/onebit.d.ts +0 -25
  211. package/build/dex/onebit.js +0 -42
  212. package/build/dex/onebit.js.map +0 -1
  213. package/build/dex/smoothy.d.ts +0 -26
  214. package/build/dex/smoothy.js +0 -48
  215. package/build/dex/smoothy.js.map +0 -1
  216. package/build/dex/solidly-v3/scripts/check-event-pool-event.d.ts +0 -1
  217. package/build/dex/solidly-v3/scripts/check-event-pool-event.js +0 -53
  218. package/build/dex/solidly-v3/scripts/check-event-pool-event.js.map +0 -1
  219. package/build/dex/stable-pool.d.ts +0 -28
  220. package/build/dex/stable-pool.js +0 -55
  221. package/build/dex/stable-pool.js.map +0 -1
  222. package/build/dex/trader-joe-v2.1/trader-joe-v2.1-new.d.ts +0 -7
  223. package/build/dex/trader-joe-v2.1/trader-joe-v2.1-new.js +0 -20
  224. package/build/dex/trader-joe-v2.1/trader-joe-v2.1-new.js.map +0 -1
  225. package/build/dex/trader-joe-v2.1.d.ts +0 -43
  226. package/build/dex/trader-joe-v2.1.js +0 -79
  227. package/build/dex/trader-joe-v2.1.js.map +0 -1
  228. package/build/dex/uniswap-v3/forks/alien-base-v3/alien-base-v3.d.ts +0 -17
  229. package/build/dex/uniswap-v3/forks/alien-base-v3/alien-base-v3.js +0 -64
  230. package/build/dex/uniswap-v3/forks/alien-base-v3/alien-base-v3.js.map +0 -1
  231. package/build/dex/uniswap-v3/forks/alien-v3/alien-v3.d.ts +0 -17
  232. package/build/dex/uniswap-v3/forks/alien-v3/alien-v3.js +0 -79
  233. package/build/dex/uniswap-v3/forks/alien-v3/alien-v3.js.map +0 -1
  234. package/build/dex/uniswap-v3/uniswap-v3-pricing.d.ts +0 -4
  235. package/build/dex/uniswap-v3/uniswap-v3-pricing.js +0 -43
  236. package/build/dex/uniswap-v3/uniswap-v3-pricing.js.map +0 -1
  237. package/build/dex/uniswap-v3/uniswap-v3-worker.d.ts +0 -1
  238. package/build/dex/uniswap-v3/uniswap-v3-worker.js +0 -10
  239. package/build/dex/uniswap-v3/uniswap-v3-worker.js.map +0 -1
  240. package/build/dex/uniswap-v4/config.d.ts +0 -3
  241. package/build/dex/uniswap-v4/config.js +0 -15
  242. package/build/dex/uniswap-v4/config.js.map +0 -1
  243. package/build/dex/uniswap-v4/encoder.d.ts +0 -16
  244. package/build/dex/uniswap-v4/encoder.js +0 -94
  245. package/build/dex/uniswap-v4/encoder.js.map +0 -1
  246. package/build/dex/uniswap-v4/types.d.ts +0 -30
  247. package/build/dex/uniswap-v4/types.js +0 -3
  248. package/build/dex/uniswap-v4/types.js.map +0 -1
  249. package/build/dex/uniswap-v4/uniswap-v4.d.ts +0 -38
  250. package/build/dex/uniswap-v4/uniswap-v4.js +0 -187
  251. package/build/dex/uniswap-v4/uniswap-v4.js.map +0 -1
  252. package/build/dex/usual/usual-m-smart-m.d.ts +0 -17
  253. package/build/dex/usual/usual-m-smart-m.js +0 -50
  254. package/build/dex/usual/usual-m-smart-m.js.map +0 -1
  255. package/build/dex/usual-m-smart-m/config.d.ts +0 -3
  256. package/build/dex/usual-m-smart-m/config.js +0 -13
  257. package/build/dex/usual-m-smart-m/config.js.map +0 -1
  258. package/build/dex/usual-m-smart-m/types.d.ts +0 -7
  259. package/build/dex/usual-m-smart-m/types.js +0 -3
  260. package/build/dex/usual-m-smart-m/types.js.map +0 -1
  261. package/build/dex/usual-m-smart-m/usual-m-smart-m.d.ts +0 -35
  262. package/build/dex/usual-m-smart-m/usual-m-smart-m.js +0 -161
  263. package/build/dex/usual-m-smart-m/usual-m-smart-m.js.map +0 -1
  264. package/build/dex/usual-m-usd0/config.d.ts +0 -3
  265. package/build/dex/usual-m-usd0/config.js +0 -14
  266. package/build/dex/usual-m-usd0/config.js.map +0 -1
  267. package/build/dex/usual-m-usd0/types.d.ts +0 -8
  268. package/build/dex/usual-m-usd0/types.js +0 -3
  269. package/build/dex/usual-m-usd0/types.js.map +0 -1
  270. package/build/dex/usual-m-usd0/usual-m-usd0.d.ts +0 -35
  271. package/build/dex/usual-m-usd0/usual-m-usd0.js +0 -159
  272. package/build/dex/usual-m-usd0/usual-m-usd0.js.map +0 -1
  273. package/tests/augustus-approvals.test.ts +0 -628
  274. package/tests/smart-tokens.ts +0 -112
  275. package/tests/tenderly-simulation-new.ts +0 -698
  276. package/tests/v6/executors.test.ts +0 -110
  277. package/tests/v6/price-routes/arbitrum/sell-0.1-ETH-USDC.json +0 -104
  278. package/tests/v6/price-routes/arbitrum/sell-1_000-ETH-DAI.json +0 -294
  279. package/tests/v6/price-routes/arbitrum/sell-1_000-WETH-wstETH.json +0 -121
  280. package/tests/v6/price-routes/arbitrum/sell-1_000_000-ARB-DAI.json +0 -270
  281. package/tests/v6/price-routes/arbitrum/sell-1_000_000-ARB-ETH.json +0 -326
  282. package/tests/v6/price-routes/arbitrum/sell-1_000_000-DAI-ARB.json +0 -434
  283. package/tests/v6/price-routes/arbitrum/sell-250_000-LINK-USDC.json +0 -182
  284. package/tests/v6/price-routes/arbitrum/sell-3_000-BAL-UNI.json +0 -154
  285. package/tests/v6/price-routes/avalanche/sell-100_000-WAVAX-USDC.json +0 -315
  286. package/tests/v6/price-routes/avalanche/sell-40-BTC-AVAX.json +0 -207
  287. package/tests/v6/price-routes/mainnet/buy-3200-ETH-DAI.json +0 -228
  288. package/tests/v6/price-routes/mainnet/sell-1-USDC-USDT.json +0 -78
  289. package/tests/v6/price-routes/mainnet/sell-1-WBTC-BAL.json +0 -158
  290. package/tests/v6/price-routes/mainnet/sell-100-tBTC-WBTC.json +0 -100
  291. package/tests/v6/price-routes/mainnet/sell-1000-eth-dai.json +0 -340
  292. package/tests/v6/price-routes/mainnet/sell-1000-wbtc-eth-uniswapv3-balancerv2.json +0 -162
  293. package/tests/v6/price-routes/mainnet/sell-100_000-USDC-USDT-2-univ2-pools.json +0 -86
  294. package/tests/v6/price-routes/mainnet/sell-10_000-ETH-USDC-balancer.json +0 -383
  295. package/tests/v6/price-routes/mainnet/sell-10_000-ETH-stETH.json +0 -168
  296. package/tests/v6/price-routes/mainnet/sell-10_000-USDC-USDT-BalancerV2.json +0 -68
  297. package/tests/v6/price-routes/mainnet/sell-10_000-eth-usdc-uniswapv3-balancerv2.json +0 -348
  298. package/tests/v6/price-routes/mainnet/sell-1_000-stETH-ETH.json +0 -100
  299. package/tests/v6/price-routes/mainnet/sell-50-eth-usdc.json +0 -153
  300. package/tests/v6/price-routes/polygon/sell-100-WBTC-MATIC-1.json +0 -571
  301. package/tests/v6/price-routes/polygon/sell-100-WBTC-MATIC.json +0 -559
  302. package/tests/v6/price-routes/polygon/sell-1_000_000-DAI-MATIC-2.json +0 -447
  303. package/tests/v6/price-routes/polygon/sell-1_000_000-DAI-MATIC-3.json +0 -472
  304. package/tests/v6/price-routes/polygon/sell-1_000_000-DAI-MATIC.json +0 -628
@@ -1,1406 +0,0 @@
1
- export declare const balancerRouterAbi: readonly [{
2
- readonly inputs: readonly [{
3
- readonly internalType: "contract IVault";
4
- readonly name: "vault";
5
- readonly type: "address";
6
- }, {
7
- readonly internalType: "contract IWETH";
8
- readonly name: "weth";
9
- readonly type: "address";
10
- }, {
11
- readonly internalType: "contract IPermit2";
12
- readonly name: "permit2";
13
- readonly type: "address";
14
- }];
15
- readonly stateMutability: "nonpayable";
16
- readonly type: "constructor";
17
- }, {
18
- readonly inputs: readonly [{
19
- readonly internalType: "address";
20
- readonly name: "target";
21
- readonly type: "address";
22
- }];
23
- readonly name: "AddressEmptyCode";
24
- readonly type: "error";
25
- }, {
26
- readonly inputs: readonly [{
27
- readonly internalType: "address";
28
- readonly name: "account";
29
- readonly type: "address";
30
- }];
31
- readonly name: "AddressInsufficientBalance";
32
- readonly type: "error";
33
- }, {
34
- readonly inputs: readonly [];
35
- readonly name: "EthTransfer";
36
- readonly type: "error";
37
- }, {
38
- readonly inputs: readonly [];
39
- readonly name: "FailedInnerCall";
40
- readonly type: "error";
41
- }, {
42
- readonly inputs: readonly [];
43
- readonly name: "InsufficientEth";
44
- readonly type: "error";
45
- }, {
46
- readonly inputs: readonly [];
47
- readonly name: "ReentrancyGuardReentrantCall";
48
- readonly type: "error";
49
- }, {
50
- readonly inputs: readonly [{
51
- readonly internalType: "uint8";
52
- readonly name: "bits";
53
- readonly type: "uint8";
54
- }, {
55
- readonly internalType: "uint256";
56
- readonly name: "value";
57
- readonly type: "uint256";
58
- }];
59
- readonly name: "SafeCastOverflowedUintDowncast";
60
- readonly type: "error";
61
- }, {
62
- readonly inputs: readonly [{
63
- readonly internalType: "address";
64
- readonly name: "token";
65
- readonly type: "address";
66
- }];
67
- readonly name: "SafeERC20FailedOperation";
68
- readonly type: "error";
69
- }, {
70
- readonly inputs: readonly [{
71
- readonly internalType: "address";
72
- readonly name: "sender";
73
- readonly type: "address";
74
- }];
75
- readonly name: "SenderIsNotVault";
76
- readonly type: "error";
77
- }, {
78
- readonly inputs: readonly [];
79
- readonly name: "SwapDeadline";
80
- readonly type: "error";
81
- }, {
82
- readonly inputs: readonly [{
83
- readonly internalType: "address";
84
- readonly name: "pool";
85
- readonly type: "address";
86
- }, {
87
- readonly internalType: "uint256[]";
88
- readonly name: "maxAmountsIn";
89
- readonly type: "uint256[]";
90
- }, {
91
- readonly internalType: "uint256";
92
- readonly name: "minBptAmountOut";
93
- readonly type: "uint256";
94
- }, {
95
- readonly internalType: "bool";
96
- readonly name: "wethIsEth";
97
- readonly type: "bool";
98
- }, {
99
- readonly internalType: "bytes";
100
- readonly name: "userData";
101
- readonly type: "bytes";
102
- }];
103
- readonly name: "addLiquidityCustom";
104
- readonly outputs: readonly [{
105
- readonly internalType: "uint256[]";
106
- readonly name: "amountsIn";
107
- readonly type: "uint256[]";
108
- }, {
109
- readonly internalType: "uint256";
110
- readonly name: "bptAmountOut";
111
- readonly type: "uint256";
112
- }, {
113
- readonly internalType: "bytes";
114
- readonly name: "returnData";
115
- readonly type: "bytes";
116
- }];
117
- readonly stateMutability: "payable";
118
- readonly type: "function";
119
- }, {
120
- readonly inputs: readonly [{
121
- readonly components: readonly [{
122
- readonly internalType: "address";
123
- readonly name: "sender";
124
- readonly type: "address";
125
- }, {
126
- readonly internalType: "address";
127
- readonly name: "pool";
128
- readonly type: "address";
129
- }, {
130
- readonly internalType: "uint256[]";
131
- readonly name: "maxAmountsIn";
132
- readonly type: "uint256[]";
133
- }, {
134
- readonly internalType: "uint256";
135
- readonly name: "minBptAmountOut";
136
- readonly type: "uint256";
137
- }, {
138
- readonly internalType: "enum AddLiquidityKind";
139
- readonly name: "kind";
140
- readonly type: "uint8";
141
- }, {
142
- readonly internalType: "bool";
143
- readonly name: "wethIsEth";
144
- readonly type: "bool";
145
- }, {
146
- readonly internalType: "bytes";
147
- readonly name: "userData";
148
- readonly type: "bytes";
149
- }];
150
- readonly internalType: "struct IRouterCommon.AddLiquidityHookParams";
151
- readonly name: "params";
152
- readonly type: "tuple";
153
- }];
154
- readonly name: "addLiquidityHook";
155
- readonly outputs: readonly [{
156
- readonly internalType: "uint256[]";
157
- readonly name: "amountsIn";
158
- readonly type: "uint256[]";
159
- }, {
160
- readonly internalType: "uint256";
161
- readonly name: "bptAmountOut";
162
- readonly type: "uint256";
163
- }, {
164
- readonly internalType: "bytes";
165
- readonly name: "returnData";
166
- readonly type: "bytes";
167
- }];
168
- readonly stateMutability: "nonpayable";
169
- readonly type: "function";
170
- }, {
171
- readonly inputs: readonly [{
172
- readonly internalType: "address";
173
- readonly name: "pool";
174
- readonly type: "address";
175
- }, {
176
- readonly internalType: "uint256[]";
177
- readonly name: "maxAmountsIn";
178
- readonly type: "uint256[]";
179
- }, {
180
- readonly internalType: "uint256";
181
- readonly name: "exactBptAmountOut";
182
- readonly type: "uint256";
183
- }, {
184
- readonly internalType: "bool";
185
- readonly name: "wethIsEth";
186
- readonly type: "bool";
187
- }, {
188
- readonly internalType: "bytes";
189
- readonly name: "userData";
190
- readonly type: "bytes";
191
- }];
192
- readonly name: "addLiquidityProportional";
193
- readonly outputs: readonly [{
194
- readonly internalType: "uint256[]";
195
- readonly name: "amountsIn";
196
- readonly type: "uint256[]";
197
- }];
198
- readonly stateMutability: "payable";
199
- readonly type: "function";
200
- }, {
201
- readonly inputs: readonly [{
202
- readonly internalType: "address";
203
- readonly name: "pool";
204
- readonly type: "address";
205
- }, {
206
- readonly internalType: "contract IERC20";
207
- readonly name: "tokenIn";
208
- readonly type: "address";
209
- }, {
210
- readonly internalType: "uint256";
211
- readonly name: "maxAmountIn";
212
- readonly type: "uint256";
213
- }, {
214
- readonly internalType: "uint256";
215
- readonly name: "exactBptAmountOut";
216
- readonly type: "uint256";
217
- }, {
218
- readonly internalType: "bool";
219
- readonly name: "wethIsEth";
220
- readonly type: "bool";
221
- }, {
222
- readonly internalType: "bytes";
223
- readonly name: "userData";
224
- readonly type: "bytes";
225
- }];
226
- readonly name: "addLiquiditySingleTokenExactOut";
227
- readonly outputs: readonly [{
228
- readonly internalType: "uint256";
229
- readonly name: "amountIn";
230
- readonly type: "uint256";
231
- }];
232
- readonly stateMutability: "payable";
233
- readonly type: "function";
234
- }, {
235
- readonly inputs: readonly [{
236
- readonly internalType: "contract IERC4626";
237
- readonly name: "wrappedToken";
238
- readonly type: "address";
239
- }, {
240
- readonly internalType: "uint256";
241
- readonly name: "exactSharesToIssue";
242
- readonly type: "uint256";
243
- }];
244
- readonly name: "addLiquidityToBuffer";
245
- readonly outputs: readonly [{
246
- readonly internalType: "uint256";
247
- readonly name: "amountUnderlyingRaw";
248
- readonly type: "uint256";
249
- }, {
250
- readonly internalType: "uint256";
251
- readonly name: "amountWrappedRaw";
252
- readonly type: "uint256";
253
- }];
254
- readonly stateMutability: "nonpayable";
255
- readonly type: "function";
256
- }, {
257
- readonly inputs: readonly [{
258
- readonly internalType: "contract IERC4626";
259
- readonly name: "wrappedToken";
260
- readonly type: "address";
261
- }, {
262
- readonly internalType: "uint256";
263
- readonly name: "exactSharesToIssue";
264
- readonly type: "uint256";
265
- }, {
266
- readonly internalType: "address";
267
- readonly name: "sharesOwner";
268
- readonly type: "address";
269
- }];
270
- readonly name: "addLiquidityToBufferHook";
271
- readonly outputs: readonly [{
272
- readonly internalType: "uint256";
273
- readonly name: "amountUnderlyingRaw";
274
- readonly type: "uint256";
275
- }, {
276
- readonly internalType: "uint256";
277
- readonly name: "amountWrappedRaw";
278
- readonly type: "uint256";
279
- }];
280
- readonly stateMutability: "nonpayable";
281
- readonly type: "function";
282
- }, {
283
- readonly inputs: readonly [{
284
- readonly internalType: "address";
285
- readonly name: "pool";
286
- readonly type: "address";
287
- }, {
288
- readonly internalType: "uint256[]";
289
- readonly name: "exactAmountsIn";
290
- readonly type: "uint256[]";
291
- }, {
292
- readonly internalType: "uint256";
293
- readonly name: "minBptAmountOut";
294
- readonly type: "uint256";
295
- }, {
296
- readonly internalType: "bool";
297
- readonly name: "wethIsEth";
298
- readonly type: "bool";
299
- }, {
300
- readonly internalType: "bytes";
301
- readonly name: "userData";
302
- readonly type: "bytes";
303
- }];
304
- readonly name: "addLiquidityUnbalanced";
305
- readonly outputs: readonly [{
306
- readonly internalType: "uint256";
307
- readonly name: "bptAmountOut";
308
- readonly type: "uint256";
309
- }];
310
- readonly stateMutability: "payable";
311
- readonly type: "function";
312
- }, {
313
- readonly inputs: readonly [{
314
- readonly internalType: "address";
315
- readonly name: "pool";
316
- readonly type: "address";
317
- }, {
318
- readonly internalType: "uint256[]";
319
- readonly name: "amountsIn";
320
- readonly type: "uint256[]";
321
- }, {
322
- readonly internalType: "bool";
323
- readonly name: "wethIsEth";
324
- readonly type: "bool";
325
- }, {
326
- readonly internalType: "bytes";
327
- readonly name: "userData";
328
- readonly type: "bytes";
329
- }];
330
- readonly name: "donate";
331
- readonly outputs: readonly [];
332
- readonly stateMutability: "payable";
333
- readonly type: "function";
334
- }, {
335
- readonly inputs: readonly [];
336
- readonly name: "getSender";
337
- readonly outputs: readonly [{
338
- readonly internalType: "address";
339
- readonly name: "";
340
- readonly type: "address";
341
- }];
342
- readonly stateMutability: "view";
343
- readonly type: "function";
344
- }, {
345
- readonly inputs: readonly [{
346
- readonly internalType: "address";
347
- readonly name: "pool";
348
- readonly type: "address";
349
- }, {
350
- readonly internalType: "contract IERC20[]";
351
- readonly name: "tokens";
352
- readonly type: "address[]";
353
- }, {
354
- readonly internalType: "uint256[]";
355
- readonly name: "exactAmountsIn";
356
- readonly type: "uint256[]";
357
- }, {
358
- readonly internalType: "uint256";
359
- readonly name: "minBptAmountOut";
360
- readonly type: "uint256";
361
- }, {
362
- readonly internalType: "bool";
363
- readonly name: "wethIsEth";
364
- readonly type: "bool";
365
- }, {
366
- readonly internalType: "bytes";
367
- readonly name: "userData";
368
- readonly type: "bytes";
369
- }];
370
- readonly name: "initialize";
371
- readonly outputs: readonly [{
372
- readonly internalType: "uint256";
373
- readonly name: "bptAmountOut";
374
- readonly type: "uint256";
375
- }];
376
- readonly stateMutability: "payable";
377
- readonly type: "function";
378
- }, {
379
- readonly inputs: readonly [{
380
- readonly internalType: "contract IERC4626";
381
- readonly name: "wrappedToken";
382
- readonly type: "address";
383
- }, {
384
- readonly internalType: "uint256";
385
- readonly name: "amountUnderlyingRaw";
386
- readonly type: "uint256";
387
- }, {
388
- readonly internalType: "uint256";
389
- readonly name: "amountWrappedRaw";
390
- readonly type: "uint256";
391
- }];
392
- readonly name: "initializeBuffer";
393
- readonly outputs: readonly [{
394
- readonly internalType: "uint256";
395
- readonly name: "issuedShares";
396
- readonly type: "uint256";
397
- }];
398
- readonly stateMutability: "nonpayable";
399
- readonly type: "function";
400
- }, {
401
- readonly inputs: readonly [{
402
- readonly internalType: "contract IERC4626";
403
- readonly name: "wrappedToken";
404
- readonly type: "address";
405
- }, {
406
- readonly internalType: "uint256";
407
- readonly name: "amountUnderlyingRaw";
408
- readonly type: "uint256";
409
- }, {
410
- readonly internalType: "uint256";
411
- readonly name: "amountWrappedRaw";
412
- readonly type: "uint256";
413
- }, {
414
- readonly internalType: "address";
415
- readonly name: "sharesOwner";
416
- readonly type: "address";
417
- }];
418
- readonly name: "initializeBufferHook";
419
- readonly outputs: readonly [{
420
- readonly internalType: "uint256";
421
- readonly name: "issuedShares";
422
- readonly type: "uint256";
423
- }];
424
- readonly stateMutability: "nonpayable";
425
- readonly type: "function";
426
- }, {
427
- readonly inputs: readonly [{
428
- readonly components: readonly [{
429
- readonly internalType: "address";
430
- readonly name: "sender";
431
- readonly type: "address";
432
- }, {
433
- readonly internalType: "address";
434
- readonly name: "pool";
435
- readonly type: "address";
436
- }, {
437
- readonly internalType: "contract IERC20[]";
438
- readonly name: "tokens";
439
- readonly type: "address[]";
440
- }, {
441
- readonly internalType: "uint256[]";
442
- readonly name: "exactAmountsIn";
443
- readonly type: "uint256[]";
444
- }, {
445
- readonly internalType: "uint256";
446
- readonly name: "minBptAmountOut";
447
- readonly type: "uint256";
448
- }, {
449
- readonly internalType: "bool";
450
- readonly name: "wethIsEth";
451
- readonly type: "bool";
452
- }, {
453
- readonly internalType: "bytes";
454
- readonly name: "userData";
455
- readonly type: "bytes";
456
- }];
457
- readonly internalType: "struct IRouter.InitializeHookParams";
458
- readonly name: "params";
459
- readonly type: "tuple";
460
- }];
461
- readonly name: "initializeHook";
462
- readonly outputs: readonly [{
463
- readonly internalType: "uint256";
464
- readonly name: "bptAmountOut";
465
- readonly type: "uint256";
466
- }];
467
- readonly stateMutability: "nonpayable";
468
- readonly type: "function";
469
- }, {
470
- readonly inputs: readonly [{
471
- readonly internalType: "bytes[]";
472
- readonly name: "data";
473
- readonly type: "bytes[]";
474
- }];
475
- readonly name: "multicall";
476
- readonly outputs: readonly [{
477
- readonly internalType: "bytes[]";
478
- readonly name: "results";
479
- readonly type: "bytes[]";
480
- }];
481
- readonly stateMutability: "payable";
482
- readonly type: "function";
483
- }, {
484
- readonly inputs: readonly [{
485
- readonly components: readonly [{
486
- readonly internalType: "address";
487
- readonly name: "token";
488
- readonly type: "address";
489
- }, {
490
- readonly internalType: "address";
491
- readonly name: "owner";
492
- readonly type: "address";
493
- }, {
494
- readonly internalType: "address";
495
- readonly name: "spender";
496
- readonly type: "address";
497
- }, {
498
- readonly internalType: "uint256";
499
- readonly name: "amount";
500
- readonly type: "uint256";
501
- }, {
502
- readonly internalType: "uint256";
503
- readonly name: "nonce";
504
- readonly type: "uint256";
505
- }, {
506
- readonly internalType: "uint256";
507
- readonly name: "deadline";
508
- readonly type: "uint256";
509
- }];
510
- readonly internalType: "struct IRouterCommon.PermitApproval[]";
511
- readonly name: "permitBatch";
512
- readonly type: "tuple[]";
513
- }, {
514
- readonly internalType: "bytes[]";
515
- readonly name: "permitSignatures";
516
- readonly type: "bytes[]";
517
- }, {
518
- readonly components: readonly [{
519
- readonly components: readonly [{
520
- readonly internalType: "address";
521
- readonly name: "token";
522
- readonly type: "address";
523
- }, {
524
- readonly internalType: "uint160";
525
- readonly name: "amount";
526
- readonly type: "uint160";
527
- }, {
528
- readonly internalType: "uint48";
529
- readonly name: "expiration";
530
- readonly type: "uint48";
531
- }, {
532
- readonly internalType: "uint48";
533
- readonly name: "nonce";
534
- readonly type: "uint48";
535
- }];
536
- readonly internalType: "struct IAllowanceTransfer.PermitDetails[]";
537
- readonly name: "details";
538
- readonly type: "tuple[]";
539
- }, {
540
- readonly internalType: "address";
541
- readonly name: "spender";
542
- readonly type: "address";
543
- }, {
544
- readonly internalType: "uint256";
545
- readonly name: "sigDeadline";
546
- readonly type: "uint256";
547
- }];
548
- readonly internalType: "struct IAllowanceTransfer.PermitBatch";
549
- readonly name: "permit2Batch";
550
- readonly type: "tuple";
551
- }, {
552
- readonly internalType: "bytes";
553
- readonly name: "permit2Signature";
554
- readonly type: "bytes";
555
- }, {
556
- readonly internalType: "bytes[]";
557
- readonly name: "multicallData";
558
- readonly type: "bytes[]";
559
- }];
560
- readonly name: "permitBatchAndCall";
561
- readonly outputs: readonly [{
562
- readonly internalType: "bytes[]";
563
- readonly name: "results";
564
- readonly type: "bytes[]";
565
- }];
566
- readonly stateMutability: "payable";
567
- readonly type: "function";
568
- }, {
569
- readonly inputs: readonly [{
570
- readonly internalType: "address";
571
- readonly name: "pool";
572
- readonly type: "address";
573
- }, {
574
- readonly internalType: "uint256[]";
575
- readonly name: "maxAmountsIn";
576
- readonly type: "uint256[]";
577
- }, {
578
- readonly internalType: "uint256";
579
- readonly name: "minBptAmountOut";
580
- readonly type: "uint256";
581
- }, {
582
- readonly internalType: "bytes";
583
- readonly name: "userData";
584
- readonly type: "bytes";
585
- }];
586
- readonly name: "queryAddLiquidityCustom";
587
- readonly outputs: readonly [{
588
- readonly internalType: "uint256[]";
589
- readonly name: "amountsIn";
590
- readonly type: "uint256[]";
591
- }, {
592
- readonly internalType: "uint256";
593
- readonly name: "bptAmountOut";
594
- readonly type: "uint256";
595
- }, {
596
- readonly internalType: "bytes";
597
- readonly name: "returnData";
598
- readonly type: "bytes";
599
- }];
600
- readonly stateMutability: "nonpayable";
601
- readonly type: "function";
602
- }, {
603
- readonly inputs: readonly [{
604
- readonly components: readonly [{
605
- readonly internalType: "address";
606
- readonly name: "sender";
607
- readonly type: "address";
608
- }, {
609
- readonly internalType: "address";
610
- readonly name: "pool";
611
- readonly type: "address";
612
- }, {
613
- readonly internalType: "uint256[]";
614
- readonly name: "maxAmountsIn";
615
- readonly type: "uint256[]";
616
- }, {
617
- readonly internalType: "uint256";
618
- readonly name: "minBptAmountOut";
619
- readonly type: "uint256";
620
- }, {
621
- readonly internalType: "enum AddLiquidityKind";
622
- readonly name: "kind";
623
- readonly type: "uint8";
624
- }, {
625
- readonly internalType: "bool";
626
- readonly name: "wethIsEth";
627
- readonly type: "bool";
628
- }, {
629
- readonly internalType: "bytes";
630
- readonly name: "userData";
631
- readonly type: "bytes";
632
- }];
633
- readonly internalType: "struct IRouterCommon.AddLiquidityHookParams";
634
- readonly name: "params";
635
- readonly type: "tuple";
636
- }];
637
- readonly name: "queryAddLiquidityHook";
638
- readonly outputs: readonly [{
639
- readonly internalType: "uint256[]";
640
- readonly name: "amountsIn";
641
- readonly type: "uint256[]";
642
- }, {
643
- readonly internalType: "uint256";
644
- readonly name: "bptAmountOut";
645
- readonly type: "uint256";
646
- }, {
647
- readonly internalType: "bytes";
648
- readonly name: "returnData";
649
- readonly type: "bytes";
650
- }];
651
- readonly stateMutability: "nonpayable";
652
- readonly type: "function";
653
- }, {
654
- readonly inputs: readonly [{
655
- readonly internalType: "address";
656
- readonly name: "pool";
657
- readonly type: "address";
658
- }, {
659
- readonly internalType: "uint256";
660
- readonly name: "exactBptAmountOut";
661
- readonly type: "uint256";
662
- }, {
663
- readonly internalType: "bytes";
664
- readonly name: "userData";
665
- readonly type: "bytes";
666
- }];
667
- readonly name: "queryAddLiquidityProportional";
668
- readonly outputs: readonly [{
669
- readonly internalType: "uint256[]";
670
- readonly name: "amountsIn";
671
- readonly type: "uint256[]";
672
- }];
673
- readonly stateMutability: "nonpayable";
674
- readonly type: "function";
675
- }, {
676
- readonly inputs: readonly [{
677
- readonly internalType: "address";
678
- readonly name: "pool";
679
- readonly type: "address";
680
- }, {
681
- readonly internalType: "contract IERC20";
682
- readonly name: "tokenIn";
683
- readonly type: "address";
684
- }, {
685
- readonly internalType: "uint256";
686
- readonly name: "exactBptAmountOut";
687
- readonly type: "uint256";
688
- }, {
689
- readonly internalType: "bytes";
690
- readonly name: "userData";
691
- readonly type: "bytes";
692
- }];
693
- readonly name: "queryAddLiquiditySingleTokenExactOut";
694
- readonly outputs: readonly [{
695
- readonly internalType: "uint256";
696
- readonly name: "amountIn";
697
- readonly type: "uint256";
698
- }];
699
- readonly stateMutability: "nonpayable";
700
- readonly type: "function";
701
- }, {
702
- readonly inputs: readonly [{
703
- readonly internalType: "address";
704
- readonly name: "pool";
705
- readonly type: "address";
706
- }, {
707
- readonly internalType: "uint256[]";
708
- readonly name: "exactAmountsIn";
709
- readonly type: "uint256[]";
710
- }, {
711
- readonly internalType: "bytes";
712
- readonly name: "userData";
713
- readonly type: "bytes";
714
- }];
715
- readonly name: "queryAddLiquidityUnbalanced";
716
- readonly outputs: readonly [{
717
- readonly internalType: "uint256";
718
- readonly name: "bptAmountOut";
719
- readonly type: "uint256";
720
- }];
721
- readonly stateMutability: "nonpayable";
722
- readonly type: "function";
723
- }, {
724
- readonly inputs: readonly [{
725
- readonly internalType: "address";
726
- readonly name: "pool";
727
- readonly type: "address";
728
- }, {
729
- readonly internalType: "uint256";
730
- readonly name: "maxBptAmountIn";
731
- readonly type: "uint256";
732
- }, {
733
- readonly internalType: "uint256[]";
734
- readonly name: "minAmountsOut";
735
- readonly type: "uint256[]";
736
- }, {
737
- readonly internalType: "bytes";
738
- readonly name: "userData";
739
- readonly type: "bytes";
740
- }];
741
- readonly name: "queryRemoveLiquidityCustom";
742
- readonly outputs: readonly [{
743
- readonly internalType: "uint256";
744
- readonly name: "bptAmountIn";
745
- readonly type: "uint256";
746
- }, {
747
- readonly internalType: "uint256[]";
748
- readonly name: "amountsOut";
749
- readonly type: "uint256[]";
750
- }, {
751
- readonly internalType: "bytes";
752
- readonly name: "returnData";
753
- readonly type: "bytes";
754
- }];
755
- readonly stateMutability: "nonpayable";
756
- readonly type: "function";
757
- }, {
758
- readonly inputs: readonly [{
759
- readonly components: readonly [{
760
- readonly internalType: "address";
761
- readonly name: "sender";
762
- readonly type: "address";
763
- }, {
764
- readonly internalType: "address";
765
- readonly name: "pool";
766
- readonly type: "address";
767
- }, {
768
- readonly internalType: "uint256[]";
769
- readonly name: "minAmountsOut";
770
- readonly type: "uint256[]";
771
- }, {
772
- readonly internalType: "uint256";
773
- readonly name: "maxBptAmountIn";
774
- readonly type: "uint256";
775
- }, {
776
- readonly internalType: "enum RemoveLiquidityKind";
777
- readonly name: "kind";
778
- readonly type: "uint8";
779
- }, {
780
- readonly internalType: "bool";
781
- readonly name: "wethIsEth";
782
- readonly type: "bool";
783
- }, {
784
- readonly internalType: "bytes";
785
- readonly name: "userData";
786
- readonly type: "bytes";
787
- }];
788
- readonly internalType: "struct IRouterCommon.RemoveLiquidityHookParams";
789
- readonly name: "params";
790
- readonly type: "tuple";
791
- }];
792
- readonly name: "queryRemoveLiquidityHook";
793
- readonly outputs: readonly [{
794
- readonly internalType: "uint256";
795
- readonly name: "bptAmountIn";
796
- readonly type: "uint256";
797
- }, {
798
- readonly internalType: "uint256[]";
799
- readonly name: "amountsOut";
800
- readonly type: "uint256[]";
801
- }, {
802
- readonly internalType: "bytes";
803
- readonly name: "returnData";
804
- readonly type: "bytes";
805
- }];
806
- readonly stateMutability: "nonpayable";
807
- readonly type: "function";
808
- }, {
809
- readonly inputs: readonly [{
810
- readonly internalType: "address";
811
- readonly name: "pool";
812
- readonly type: "address";
813
- }, {
814
- readonly internalType: "uint256";
815
- readonly name: "exactBptAmountIn";
816
- readonly type: "uint256";
817
- }, {
818
- readonly internalType: "bytes";
819
- readonly name: "userData";
820
- readonly type: "bytes";
821
- }];
822
- readonly name: "queryRemoveLiquidityProportional";
823
- readonly outputs: readonly [{
824
- readonly internalType: "uint256[]";
825
- readonly name: "amountsOut";
826
- readonly type: "uint256[]";
827
- }];
828
- readonly stateMutability: "nonpayable";
829
- readonly type: "function";
830
- }, {
831
- readonly inputs: readonly [{
832
- readonly internalType: "address";
833
- readonly name: "pool";
834
- readonly type: "address";
835
- }, {
836
- readonly internalType: "uint256";
837
- readonly name: "exactBptAmountIn";
838
- readonly type: "uint256";
839
- }];
840
- readonly name: "queryRemoveLiquidityRecovery";
841
- readonly outputs: readonly [{
842
- readonly internalType: "uint256[]";
843
- readonly name: "amountsOut";
844
- readonly type: "uint256[]";
845
- }];
846
- readonly stateMutability: "nonpayable";
847
- readonly type: "function";
848
- }, {
849
- readonly inputs: readonly [{
850
- readonly internalType: "address";
851
- readonly name: "pool";
852
- readonly type: "address";
853
- }, {
854
- readonly internalType: "address";
855
- readonly name: "sender";
856
- readonly type: "address";
857
- }, {
858
- readonly internalType: "uint256";
859
- readonly name: "exactBptAmountIn";
860
- readonly type: "uint256";
861
- }];
862
- readonly name: "queryRemoveLiquidityRecoveryHook";
863
- readonly outputs: readonly [{
864
- readonly internalType: "uint256[]";
865
- readonly name: "amountsOut";
866
- readonly type: "uint256[]";
867
- }];
868
- readonly stateMutability: "nonpayable";
869
- readonly type: "function";
870
- }, {
871
- readonly inputs: readonly [{
872
- readonly internalType: "address";
873
- readonly name: "pool";
874
- readonly type: "address";
875
- }, {
876
- readonly internalType: "uint256";
877
- readonly name: "exactBptAmountIn";
878
- readonly type: "uint256";
879
- }, {
880
- readonly internalType: "contract IERC20";
881
- readonly name: "tokenOut";
882
- readonly type: "address";
883
- }, {
884
- readonly internalType: "bytes";
885
- readonly name: "userData";
886
- readonly type: "bytes";
887
- }];
888
- readonly name: "queryRemoveLiquiditySingleTokenExactIn";
889
- readonly outputs: readonly [{
890
- readonly internalType: "uint256";
891
- readonly name: "amountOut";
892
- readonly type: "uint256";
893
- }];
894
- readonly stateMutability: "nonpayable";
895
- readonly type: "function";
896
- }, {
897
- readonly inputs: readonly [{
898
- readonly internalType: "address";
899
- readonly name: "pool";
900
- readonly type: "address";
901
- }, {
902
- readonly internalType: "contract IERC20";
903
- readonly name: "tokenOut";
904
- readonly type: "address";
905
- }, {
906
- readonly internalType: "uint256";
907
- readonly name: "exactAmountOut";
908
- readonly type: "uint256";
909
- }, {
910
- readonly internalType: "bytes";
911
- readonly name: "userData";
912
- readonly type: "bytes";
913
- }];
914
- readonly name: "queryRemoveLiquiditySingleTokenExactOut";
915
- readonly outputs: readonly [{
916
- readonly internalType: "uint256";
917
- readonly name: "bptAmountIn";
918
- readonly type: "uint256";
919
- }];
920
- readonly stateMutability: "nonpayable";
921
- readonly type: "function";
922
- }, {
923
- readonly inputs: readonly [{
924
- readonly components: readonly [{
925
- readonly internalType: "address";
926
- readonly name: "sender";
927
- readonly type: "address";
928
- }, {
929
- readonly internalType: "enum SwapKind";
930
- readonly name: "kind";
931
- readonly type: "uint8";
932
- }, {
933
- readonly internalType: "address";
934
- readonly name: "pool";
935
- readonly type: "address";
936
- }, {
937
- readonly internalType: "contract IERC20";
938
- readonly name: "tokenIn";
939
- readonly type: "address";
940
- }, {
941
- readonly internalType: "contract IERC20";
942
- readonly name: "tokenOut";
943
- readonly type: "address";
944
- }, {
945
- readonly internalType: "uint256";
946
- readonly name: "amountGiven";
947
- readonly type: "uint256";
948
- }, {
949
- readonly internalType: "uint256";
950
- readonly name: "limit";
951
- readonly type: "uint256";
952
- }, {
953
- readonly internalType: "uint256";
954
- readonly name: "deadline";
955
- readonly type: "uint256";
956
- }, {
957
- readonly internalType: "bool";
958
- readonly name: "wethIsEth";
959
- readonly type: "bool";
960
- }, {
961
- readonly internalType: "bytes";
962
- readonly name: "userData";
963
- readonly type: "bytes";
964
- }];
965
- readonly internalType: "struct IRouter.SwapSingleTokenHookParams";
966
- readonly name: "params";
967
- readonly type: "tuple";
968
- }];
969
- readonly name: "querySwapHook";
970
- readonly outputs: readonly [{
971
- readonly internalType: "uint256";
972
- readonly name: "";
973
- readonly type: "uint256";
974
- }];
975
- readonly stateMutability: "nonpayable";
976
- readonly type: "function";
977
- }, {
978
- readonly inputs: readonly [{
979
- readonly internalType: "address";
980
- readonly name: "pool";
981
- readonly type: "address";
982
- }, {
983
- readonly internalType: "contract IERC20";
984
- readonly name: "tokenIn";
985
- readonly type: "address";
986
- }, {
987
- readonly internalType: "contract IERC20";
988
- readonly name: "tokenOut";
989
- readonly type: "address";
990
- }, {
991
- readonly internalType: "uint256";
992
- readonly name: "exactAmountIn";
993
- readonly type: "uint256";
994
- }, {
995
- readonly internalType: "bytes";
996
- readonly name: "userData";
997
- readonly type: "bytes";
998
- }];
999
- readonly name: "querySwapSingleTokenExactIn";
1000
- readonly outputs: readonly [{
1001
- readonly internalType: "uint256";
1002
- readonly name: "amountCalculated";
1003
- readonly type: "uint256";
1004
- }];
1005
- readonly stateMutability: "nonpayable";
1006
- readonly type: "function";
1007
- }, {
1008
- readonly inputs: readonly [{
1009
- readonly internalType: "address";
1010
- readonly name: "pool";
1011
- readonly type: "address";
1012
- }, {
1013
- readonly internalType: "contract IERC20";
1014
- readonly name: "tokenIn";
1015
- readonly type: "address";
1016
- }, {
1017
- readonly internalType: "contract IERC20";
1018
- readonly name: "tokenOut";
1019
- readonly type: "address";
1020
- }, {
1021
- readonly internalType: "uint256";
1022
- readonly name: "exactAmountOut";
1023
- readonly type: "uint256";
1024
- }, {
1025
- readonly internalType: "bytes";
1026
- readonly name: "userData";
1027
- readonly type: "bytes";
1028
- }];
1029
- readonly name: "querySwapSingleTokenExactOut";
1030
- readonly outputs: readonly [{
1031
- readonly internalType: "uint256";
1032
- readonly name: "amountCalculated";
1033
- readonly type: "uint256";
1034
- }];
1035
- readonly stateMutability: "nonpayable";
1036
- readonly type: "function";
1037
- }, {
1038
- readonly inputs: readonly [{
1039
- readonly internalType: "address";
1040
- readonly name: "pool";
1041
- readonly type: "address";
1042
- }, {
1043
- readonly internalType: "uint256";
1044
- readonly name: "maxBptAmountIn";
1045
- readonly type: "uint256";
1046
- }, {
1047
- readonly internalType: "uint256[]";
1048
- readonly name: "minAmountsOut";
1049
- readonly type: "uint256[]";
1050
- }, {
1051
- readonly internalType: "bool";
1052
- readonly name: "wethIsEth";
1053
- readonly type: "bool";
1054
- }, {
1055
- readonly internalType: "bytes";
1056
- readonly name: "userData";
1057
- readonly type: "bytes";
1058
- }];
1059
- readonly name: "removeLiquidityCustom";
1060
- readonly outputs: readonly [{
1061
- readonly internalType: "uint256";
1062
- readonly name: "bptAmountIn";
1063
- readonly type: "uint256";
1064
- }, {
1065
- readonly internalType: "uint256[]";
1066
- readonly name: "amountsOut";
1067
- readonly type: "uint256[]";
1068
- }, {
1069
- readonly internalType: "bytes";
1070
- readonly name: "returnData";
1071
- readonly type: "bytes";
1072
- }];
1073
- readonly stateMutability: "nonpayable";
1074
- readonly type: "function";
1075
- }, {
1076
- readonly inputs: readonly [{
1077
- readonly components: readonly [{
1078
- readonly internalType: "address";
1079
- readonly name: "sender";
1080
- readonly type: "address";
1081
- }, {
1082
- readonly internalType: "address";
1083
- readonly name: "pool";
1084
- readonly type: "address";
1085
- }, {
1086
- readonly internalType: "uint256[]";
1087
- readonly name: "minAmountsOut";
1088
- readonly type: "uint256[]";
1089
- }, {
1090
- readonly internalType: "uint256";
1091
- readonly name: "maxBptAmountIn";
1092
- readonly type: "uint256";
1093
- }, {
1094
- readonly internalType: "enum RemoveLiquidityKind";
1095
- readonly name: "kind";
1096
- readonly type: "uint8";
1097
- }, {
1098
- readonly internalType: "bool";
1099
- readonly name: "wethIsEth";
1100
- readonly type: "bool";
1101
- }, {
1102
- readonly internalType: "bytes";
1103
- readonly name: "userData";
1104
- readonly type: "bytes";
1105
- }];
1106
- readonly internalType: "struct IRouterCommon.RemoveLiquidityHookParams";
1107
- readonly name: "params";
1108
- readonly type: "tuple";
1109
- }];
1110
- readonly name: "removeLiquidityHook";
1111
- readonly outputs: readonly [{
1112
- readonly internalType: "uint256";
1113
- readonly name: "bptAmountIn";
1114
- readonly type: "uint256";
1115
- }, {
1116
- readonly internalType: "uint256[]";
1117
- readonly name: "amountsOut";
1118
- readonly type: "uint256[]";
1119
- }, {
1120
- readonly internalType: "bytes";
1121
- readonly name: "returnData";
1122
- readonly type: "bytes";
1123
- }];
1124
- readonly stateMutability: "nonpayable";
1125
- readonly type: "function";
1126
- }, {
1127
- readonly inputs: readonly [{
1128
- readonly internalType: "address";
1129
- readonly name: "pool";
1130
- readonly type: "address";
1131
- }, {
1132
- readonly internalType: "uint256";
1133
- readonly name: "exactBptAmountIn";
1134
- readonly type: "uint256";
1135
- }, {
1136
- readonly internalType: "uint256[]";
1137
- readonly name: "minAmountsOut";
1138
- readonly type: "uint256[]";
1139
- }, {
1140
- readonly internalType: "bool";
1141
- readonly name: "wethIsEth";
1142
- readonly type: "bool";
1143
- }, {
1144
- readonly internalType: "bytes";
1145
- readonly name: "userData";
1146
- readonly type: "bytes";
1147
- }];
1148
- readonly name: "removeLiquidityProportional";
1149
- readonly outputs: readonly [{
1150
- readonly internalType: "uint256[]";
1151
- readonly name: "amountsOut";
1152
- readonly type: "uint256[]";
1153
- }];
1154
- readonly stateMutability: "payable";
1155
- readonly type: "function";
1156
- }, {
1157
- readonly inputs: readonly [{
1158
- readonly internalType: "address";
1159
- readonly name: "pool";
1160
- readonly type: "address";
1161
- }, {
1162
- readonly internalType: "uint256";
1163
- readonly name: "exactBptAmountIn";
1164
- readonly type: "uint256";
1165
- }];
1166
- readonly name: "removeLiquidityRecovery";
1167
- readonly outputs: readonly [{
1168
- readonly internalType: "uint256[]";
1169
- readonly name: "amountsOut";
1170
- readonly type: "uint256[]";
1171
- }];
1172
- readonly stateMutability: "nonpayable";
1173
- readonly type: "function";
1174
- }, {
1175
- readonly inputs: readonly [{
1176
- readonly internalType: "address";
1177
- readonly name: "pool";
1178
- readonly type: "address";
1179
- }, {
1180
- readonly internalType: "address";
1181
- readonly name: "sender";
1182
- readonly type: "address";
1183
- }, {
1184
- readonly internalType: "uint256";
1185
- readonly name: "exactBptAmountIn";
1186
- readonly type: "uint256";
1187
- }];
1188
- readonly name: "removeLiquidityRecoveryHook";
1189
- readonly outputs: readonly [{
1190
- readonly internalType: "uint256[]";
1191
- readonly name: "amountsOut";
1192
- readonly type: "uint256[]";
1193
- }];
1194
- readonly stateMutability: "nonpayable";
1195
- readonly type: "function";
1196
- }, {
1197
- readonly inputs: readonly [{
1198
- readonly internalType: "address";
1199
- readonly name: "pool";
1200
- readonly type: "address";
1201
- }, {
1202
- readonly internalType: "uint256";
1203
- readonly name: "exactBptAmountIn";
1204
- readonly type: "uint256";
1205
- }, {
1206
- readonly internalType: "contract IERC20";
1207
- readonly name: "tokenOut";
1208
- readonly type: "address";
1209
- }, {
1210
- readonly internalType: "uint256";
1211
- readonly name: "minAmountOut";
1212
- readonly type: "uint256";
1213
- }, {
1214
- readonly internalType: "bool";
1215
- readonly name: "wethIsEth";
1216
- readonly type: "bool";
1217
- }, {
1218
- readonly internalType: "bytes";
1219
- readonly name: "userData";
1220
- readonly type: "bytes";
1221
- }];
1222
- readonly name: "removeLiquiditySingleTokenExactIn";
1223
- readonly outputs: readonly [{
1224
- readonly internalType: "uint256";
1225
- readonly name: "amountOut";
1226
- readonly type: "uint256";
1227
- }];
1228
- readonly stateMutability: "payable";
1229
- readonly type: "function";
1230
- }, {
1231
- readonly inputs: readonly [{
1232
- readonly internalType: "address";
1233
- readonly name: "pool";
1234
- readonly type: "address";
1235
- }, {
1236
- readonly internalType: "uint256";
1237
- readonly name: "maxBptAmountIn";
1238
- readonly type: "uint256";
1239
- }, {
1240
- readonly internalType: "contract IERC20";
1241
- readonly name: "tokenOut";
1242
- readonly type: "address";
1243
- }, {
1244
- readonly internalType: "uint256";
1245
- readonly name: "exactAmountOut";
1246
- readonly type: "uint256";
1247
- }, {
1248
- readonly internalType: "bool";
1249
- readonly name: "wethIsEth";
1250
- readonly type: "bool";
1251
- }, {
1252
- readonly internalType: "bytes";
1253
- readonly name: "userData";
1254
- readonly type: "bytes";
1255
- }];
1256
- readonly name: "removeLiquiditySingleTokenExactOut";
1257
- readonly outputs: readonly [{
1258
- readonly internalType: "uint256";
1259
- readonly name: "bptAmountIn";
1260
- readonly type: "uint256";
1261
- }];
1262
- readonly stateMutability: "payable";
1263
- readonly type: "function";
1264
- }, {
1265
- readonly inputs: readonly [{
1266
- readonly internalType: "address";
1267
- readonly name: "pool";
1268
- readonly type: "address";
1269
- }, {
1270
- readonly internalType: "contract IERC20";
1271
- readonly name: "tokenIn";
1272
- readonly type: "address";
1273
- }, {
1274
- readonly internalType: "contract IERC20";
1275
- readonly name: "tokenOut";
1276
- readonly type: "address";
1277
- }, {
1278
- readonly internalType: "uint256";
1279
- readonly name: "exactAmountIn";
1280
- readonly type: "uint256";
1281
- }, {
1282
- readonly internalType: "uint256";
1283
- readonly name: "minAmountOut";
1284
- readonly type: "uint256";
1285
- }, {
1286
- readonly internalType: "uint256";
1287
- readonly name: "deadline";
1288
- readonly type: "uint256";
1289
- }, {
1290
- readonly internalType: "bool";
1291
- readonly name: "wethIsEth";
1292
- readonly type: "bool";
1293
- }, {
1294
- readonly internalType: "bytes";
1295
- readonly name: "userData";
1296
- readonly type: "bytes";
1297
- }];
1298
- readonly name: "swapSingleTokenExactIn";
1299
- readonly outputs: readonly [{
1300
- readonly internalType: "uint256";
1301
- readonly name: "";
1302
- readonly type: "uint256";
1303
- }];
1304
- readonly stateMutability: "payable";
1305
- readonly type: "function";
1306
- }, {
1307
- readonly inputs: readonly [{
1308
- readonly internalType: "address";
1309
- readonly name: "pool";
1310
- readonly type: "address";
1311
- }, {
1312
- readonly internalType: "contract IERC20";
1313
- readonly name: "tokenIn";
1314
- readonly type: "address";
1315
- }, {
1316
- readonly internalType: "contract IERC20";
1317
- readonly name: "tokenOut";
1318
- readonly type: "address";
1319
- }, {
1320
- readonly internalType: "uint256";
1321
- readonly name: "exactAmountOut";
1322
- readonly type: "uint256";
1323
- }, {
1324
- readonly internalType: "uint256";
1325
- readonly name: "maxAmountIn";
1326
- readonly type: "uint256";
1327
- }, {
1328
- readonly internalType: "uint256";
1329
- readonly name: "deadline";
1330
- readonly type: "uint256";
1331
- }, {
1332
- readonly internalType: "bool";
1333
- readonly name: "wethIsEth";
1334
- readonly type: "bool";
1335
- }, {
1336
- readonly internalType: "bytes";
1337
- readonly name: "userData";
1338
- readonly type: "bytes";
1339
- }];
1340
- readonly name: "swapSingleTokenExactOut";
1341
- readonly outputs: readonly [{
1342
- readonly internalType: "uint256";
1343
- readonly name: "";
1344
- readonly type: "uint256";
1345
- }];
1346
- readonly stateMutability: "payable";
1347
- readonly type: "function";
1348
- }, {
1349
- readonly inputs: readonly [{
1350
- readonly components: readonly [{
1351
- readonly internalType: "address";
1352
- readonly name: "sender";
1353
- readonly type: "address";
1354
- }, {
1355
- readonly internalType: "enum SwapKind";
1356
- readonly name: "kind";
1357
- readonly type: "uint8";
1358
- }, {
1359
- readonly internalType: "address";
1360
- readonly name: "pool";
1361
- readonly type: "address";
1362
- }, {
1363
- readonly internalType: "contract IERC20";
1364
- readonly name: "tokenIn";
1365
- readonly type: "address";
1366
- }, {
1367
- readonly internalType: "contract IERC20";
1368
- readonly name: "tokenOut";
1369
- readonly type: "address";
1370
- }, {
1371
- readonly internalType: "uint256";
1372
- readonly name: "amountGiven";
1373
- readonly type: "uint256";
1374
- }, {
1375
- readonly internalType: "uint256";
1376
- readonly name: "limit";
1377
- readonly type: "uint256";
1378
- }, {
1379
- readonly internalType: "uint256";
1380
- readonly name: "deadline";
1381
- readonly type: "uint256";
1382
- }, {
1383
- readonly internalType: "bool";
1384
- readonly name: "wethIsEth";
1385
- readonly type: "bool";
1386
- }, {
1387
- readonly internalType: "bytes";
1388
- readonly name: "userData";
1389
- readonly type: "bytes";
1390
- }];
1391
- readonly internalType: "struct IRouter.SwapSingleTokenHookParams";
1392
- readonly name: "params";
1393
- readonly type: "tuple";
1394
- }];
1395
- readonly name: "swapSingleTokenHook";
1396
- readonly outputs: readonly [{
1397
- readonly internalType: "uint256";
1398
- readonly name: "";
1399
- readonly type: "uint256";
1400
- }];
1401
- readonly stateMutability: "nonpayable";
1402
- readonly type: "function";
1403
- }, {
1404
- readonly stateMutability: "payable";
1405
- readonly type: "receive";
1406
- }];