@paraswap/dex-lib 4.1.17 → 4.1.18

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/build/abi/AaveV1_lending_pool.json +27 -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/angle-transmuter/ChainlinkAccessControlledOffchainAggregator.json +1246 -0
  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-pool.json +1062 -0
  28. package/build/abi/inception/inception-ineth.json +609 -0
  29. package/build/abi/inception/inception-ratio-feed.json +329 -0
  30. package/build/abi/inception/inception-vault.json +991 -0
  31. package/build/abi/kyberdmm/kyber-storage.abi.json +824 -0
  32. package/build/abi/kyberdmm.abi.json +1148 -0
  33. package/build/abi/maverick-v2/MaverickV2Quoter.json +278 -0
  34. package/build/abi/nerve/nerve-metapool.json +790 -0
  35. package/build/abi/platypus/asset.json +490 -0
  36. package/build/abi/platypus/avax-pool.json +820 -0
  37. package/build/abi/platypus/oracle.json +119 -0
  38. package/build/abi/platypus/pool.json +677 -0
  39. package/build/abi/smardex/all/smardex-router.json +648 -0
  40. package/build/abi/smardex/layer-1/smardex-factory.json +242 -0
  41. package/build/abi/smardex/layer-1/smardex-pool.json +506 -0
  42. package/build/abi/smardex/layer-2/smardex-factory.json +185 -0
  43. package/build/abi/smardex/layer-2/smardex-pool.json +578 -0
  44. package/build/abi/swaap-v1/pool.json +1346 -0
  45. package/build/abi/uniswap-v3/UniswapV3Quoter.abi.json +193 -0
  46. package/build/abi/velodrome-slipstream/VelodromeSlipstreamQuoterV2.abi.json +267 -0
  47. package/build/dex/aave-v1/aave-v1.d.ts +34 -0
  48. package/build/dex/aave-v1/aave-v1.js +180 -0
  49. package/build/dex/aave-v1/aave-v1.js.map +1 -0
  50. package/build/dex/aave-v1/config.d.ts +11 -0
  51. package/build/dex/aave-v1/config.js +20 -0
  52. package/build/dex/aave-v1/config.js.map +1 -0
  53. package/build/dex/aave-v1/tokens-mainnet.json +134 -0
  54. package/build/dex/aave-v1/tokens.d.ts +3 -0
  55. package/build/dex/aave-v1/tokens.js +50 -0
  56. package/build/dex/aave-v1/tokens.js.map +1 -0
  57. package/build/dex/aave-v1/types.d.ts +12 -0
  58. package/build/dex/aave-v1/types.js +3 -0
  59. package/build/dex/aave-v1/types.js.map +1 -0
  60. package/build/dex/balancer-v1/balancer-pools.json +33333 -0
  61. package/build/dex/balancer-v3/gyroECLPPool.d.ts +11 -0
  62. package/build/dex/balancer-v3/gyroECLPPool.js +6 -0
  63. package/build/dex/balancer-v3/gyroECLPPool.js.map +1 -0
  64. package/build/dex/balancer-v3/utils.d.ts +2 -0
  65. package/build/dex/balancer-v3/utils.js +11 -0
  66. package/build/dex/balancer-v3/utils.js.map +1 -0
  67. package/build/dex/bebop/websocket-fetcher.d.ts +35 -0
  68. package/build/dex/bebop/websocket-fetcher.js +87 -0
  69. package/build/dex/bebop/websocket-fetcher.js.map +1 -0
  70. package/build/dex/idle-dao/idle-dao-pool.d.ts +56 -0
  71. package/build/dex/idle-dao/idle-dao-pool.js +176 -0
  72. package/build/dex/idle-dao/idle-dao-pool.js.map +1 -0
  73. package/build/dex/idle-dao/idle-dao-pooling-pool.d.ts +16 -0
  74. package/build/dex/idle-dao/idle-dao-pooling-pool.js +57 -0
  75. package/build/dex/idle-dao/idle-dao-pooling-pool.js.map +1 -0
  76. package/build/dex/idle-dao/scripts.d.ts +9 -0
  77. package/build/dex/idle-dao/scripts.js +552 -0
  78. package/build/dex/idle-dao/scripts.js.map +1 -0
  79. package/build/dex/inception/config.d.ts +4 -0
  80. package/build/dex/inception/config.js +109 -0
  81. package/build/dex/inception/config.js.map +1 -0
  82. package/build/dex/inception/inception-event-pool.d.ts +16 -0
  83. package/build/dex/inception/inception-event-pool.js +51 -0
  84. package/build/dex/inception/inception-event-pool.js.map +1 -0
  85. package/build/dex/inception/inception-native.d.ts +43 -0
  86. package/build/dex/inception/inception-native.js +131 -0
  87. package/build/dex/inception/inception-native.js.map +1 -0
  88. package/build/dex/inception/inception-pool.d.ts +18 -0
  89. package/build/dex/inception/inception-pool.js +32 -0
  90. package/build/dex/inception/inception-pool.js.map +1 -0
  91. package/build/dex/inception/inception-price-feed.d.ts +19 -0
  92. package/build/dex/inception/inception-price-feed.js +51 -0
  93. package/build/dex/inception/inception-price-feed.js.map +1 -0
  94. package/build/dex/inception/inception.d.ts +43 -0
  95. package/build/dex/inception/inception.js +204 -0
  96. package/build/dex/inception/inception.js.map +1 -0
  97. package/build/dex/inception/tokens.d.ts +9 -0
  98. package/build/dex/inception/tokens.js +28 -0
  99. package/build/dex/inception/tokens.js.map +1 -0
  100. package/build/dex/inception/types.d.ts +22 -0
  101. package/build/dex/inception/types.js +3 -0
  102. package/build/dex/inception/types.js.map +1 -0
  103. package/build/dex/inception/utils.d.ts +6 -0
  104. package/build/dex/inception/utils.js +37 -0
  105. package/build/dex/inception/utils.js.map +1 -0
  106. package/build/dex/platypus/asset.d.ts +14 -0
  107. package/build/dex/platypus/asset.js +97 -0
  108. package/build/dex/platypus/asset.js.map +1 -0
  109. package/build/dex/platypus/config.d.ts +11 -0
  110. package/build/dex/platypus/config.js +69 -0
  111. package/build/dex/platypus/config.js.map +1 -0
  112. package/build/dex/platypus/platypus.d.ts +63 -0
  113. package/build/dex/platypus/platypus.js +473 -0
  114. package/build/dex/platypus/platypus.js.map +1 -0
  115. package/build/dex/platypus/pool-avax.d.ts +8 -0
  116. package/build/dex/platypus/pool-avax.js +54 -0
  117. package/build/dex/platypus/pool-avax.js.map +1 -0
  118. package/build/dex/platypus/pool-base.d.ts +19 -0
  119. package/build/dex/platypus/pool-base.js +86 -0
  120. package/build/dex/platypus/pool-base.js.map +1 -0
  121. package/build/dex/platypus/pool-pure.d.ts +8 -0
  122. package/build/dex/platypus/pool-pure.js +37 -0
  123. package/build/dex/platypus/pool-pure.js.map +1 -0
  124. package/build/dex/platypus/pool-subscriber.d.ts +14 -0
  125. package/build/dex/platypus/pool-subscriber.js +167 -0
  126. package/build/dex/platypus/pool-subscriber.js.map +1 -0
  127. package/build/dex/platypus/pool.d.ts +8 -0
  128. package/build/dex/platypus/pool.js +58 -0
  129. package/build/dex/platypus/pool.js.map +1 -0
  130. package/build/dex/platypus/types.d.ts +92 -0
  131. package/build/dex/platypus/types.js +10 -0
  132. package/build/dex/platypus/types.js.map +1 -0
  133. package/build/dex/quickswap/spiritswap-v3.d.ts +6 -0
  134. package/build/dex/quickswap/spiritswap-v3.js +19 -0
  135. package/build/dex/quickswap/spiritswap-v3.js.map +1 -0
  136. package/build/dex/smardex/config.d.ts +4 -0
  137. package/build/dex/smardex/config.js +64 -0
  138. package/build/dex/smardex/config.js.map +1 -0
  139. package/build/dex/smardex/constants.d.ts +18 -0
  140. package/build/dex/smardex/constants.js +33 -0
  141. package/build/dex/smardex/constants.js.map +1 -0
  142. package/build/dex/smardex/sdk/constants.d.ts +6 -0
  143. package/build/dex/smardex/sdk/constants.js +13 -0
  144. package/build/dex/smardex/sdk/constants.js.map +1 -0
  145. package/build/dex/smardex/sdk/core.d.ts +113 -0
  146. package/build/dex/smardex/sdk/core.js +499 -0
  147. package/build/dex/smardex/sdk/core.js.map +1 -0
  148. package/build/dex/smardex/sdk/errors.d.ts +15 -0
  149. package/build/dex/smardex/sdk/errors.js +22 -0
  150. package/build/dex/smardex/sdk/errors.js.map +1 -0
  151. package/build/dex/smardex/sdk/types.d.ts +62 -0
  152. package/build/dex/smardex/sdk/types.js +3 -0
  153. package/build/dex/smardex/sdk/types.js.map +1 -0
  154. package/build/dex/smardex/sdk/utils.d.ts +44 -0
  155. package/build/dex/smardex/sdk/utils.js +133 -0
  156. package/build/dex/smardex/sdk/utils.js.map +1 -0
  157. package/build/dex/smardex/smardex-event-pool.d.ts +28 -0
  158. package/build/dex/smardex/smardex-event-pool.js +119 -0
  159. package/build/dex/smardex/smardex-event-pool.js.map +1 -0
  160. package/build/dex/smardex/smardex.d.ts +65 -0
  161. package/build/dex/smardex/smardex.js +519 -0
  162. package/build/dex/smardex/smardex.js.map +1 -0
  163. package/build/dex/smardex/types.d.ts +55 -0
  164. package/build/dex/smardex/types.js +3 -0
  165. package/build/dex/smardex/types.js.map +1 -0
  166. package/build/dex/solidly/forks-override/cone.d.ts +22 -0
  167. package/build/dex/solidly/forks-override/cone.js +53 -0
  168. package/build/dex/solidly/forks-override/cone.js.map +1 -0
  169. package/build/dex/solidly/forks-override/solisnek.d.ts +8 -0
  170. package/build/dex/solidly/forks-override/solisnek.js +15 -0
  171. package/build/dex/solidly/forks-override/solisnek.js.map +1 -0
  172. package/build/dex/swaap-v1/config.d.ts +17 -0
  173. package/build/dex/swaap-v1/config.js +56 -0
  174. package/build/dex/swaap-v1/config.js.map +1 -0
  175. package/build/dex/swaap-v1/constants.d.ts +6 -0
  176. package/build/dex/swaap-v1/constants.js +17 -0
  177. package/build/dex/swaap-v1/constants.js.map +1 -0
  178. package/build/dex/swaap-v1/libraries/ChainlinkUtils.d.ts +25 -0
  179. package/build/dex/swaap-v1/libraries/ChainlinkUtils.js +62 -0
  180. package/build/dex/swaap-v1/libraries/ChainlinkUtils.js.map +1 -0
  181. package/build/dex/swaap-v1/libraries/Const.d.ts +18 -0
  182. package/build/dex/swaap-v1/libraries/Const.js +26 -0
  183. package/build/dex/swaap-v1/libraries/Const.js.map +1 -0
  184. package/build/dex/swaap-v1/libraries/GeometricBrownianMotion.d.ts +77 -0
  185. package/build/dex/swaap-v1/libraries/GeometricBrownianMotion.js +316 -0
  186. package/build/dex/swaap-v1/libraries/GeometricBrownianMotion.js.map +1 -0
  187. package/build/dex/swaap-v1/libraries/LogExpMath.d.ts +75 -0
  188. package/build/dex/swaap-v1/libraries/LogExpMath.js +418 -0
  189. package/build/dex/swaap-v1/libraries/LogExpMath.js.map +1 -0
  190. package/build/dex/swaap-v1/libraries/MathMMM.d.ts +185 -0
  191. package/build/dex/swaap-v1/libraries/MathMMM.js +453 -0
  192. package/build/dex/swaap-v1/libraries/MathMMM.js.map +1 -0
  193. package/build/dex/swaap-v1/libraries/Num.d.ts +31 -0
  194. package/build/dex/swaap-v1/libraries/Num.js +167 -0
  195. package/build/dex/swaap-v1/libraries/Num.js.map +1 -0
  196. package/build/dex/swaap-v1/libraries/PoolQuotations.d.ts +23 -0
  197. package/build/dex/swaap-v1/libraries/PoolQuotations.js +131 -0
  198. package/build/dex/swaap-v1/libraries/PoolQuotations.js.map +1 -0
  199. package/build/dex/swaap-v1/libraries/Struct.d.ts +56 -0
  200. package/build/dex/swaap-v1/libraries/Struct.js +3 -0
  201. package/build/dex/swaap-v1/libraries/Struct.js.map +1 -0
  202. package/build/dex/swaap-v1/swaap-v1-pool.d.ts +45 -0
  203. package/build/dex/swaap-v1/swaap-v1-pool.js +656 -0
  204. package/build/dex/swaap-v1/swaap-v1-pool.js.map +1 -0
  205. package/build/dex/swaap-v1/swaap-v1.d.ts +62 -0
  206. package/build/dex/swaap-v1/swaap-v1.js +379 -0
  207. package/build/dex/swaap-v1/swaap-v1.js.map +1 -0
  208. package/build/dex/swaap-v1/types.d.ts +106 -0
  209. package/build/dex/swaap-v1/types.js +9 -0
  210. package/build/dex/swaap-v1/types.js.map +1 -0
  211. package/build/dex/uniswap-v2/config.js +8 -0
  212. package/build/dex/uniswap-v2/config.js.map +1 -1
  213. package/build/dex/zerox/index.d.ts +1 -1
  214. package/build/dex/zerox/index.js.map +1 -1
  215. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-balancerv1-curvev1-eth-usdc-gusd.json +16 -0
  216. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-balancerv1-sushiv3-wbtc-eth-sushi.json +16 -0
  217. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-curvev1-eth-usdc-gusd.json +16 -0
  218. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-curvev1-gusd-usdc-eth.json +16 -0
  219. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-dai-usdc-eth.json +16 -0
  220. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-eth-usdc-dai.json +16 -0
  221. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-usdc-eth-wbtc.json +16 -0
  222. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-usdt-usdc-dai.json +16 -0
  223. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-balancerv1-eth-usdc.json +9 -0
  224. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-balancerv1-usdc-eth.json +9 -0
  225. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-balancerv1-usdc-wbtc.json +9 -0
  226. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-curvev1-eth-steth.json +9 -0
  227. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-curvev1-steth-eth.json +9 -0
  228. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-curvev1-usdc-usdt.json +9 -0
  229. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-univ3-eth-usdc.json +9 -0
  230. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-univ3-usdc-eth.json +9 -0
  231. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-univ3-usdc-usdt.json +9 -0
  232. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-balancerv1-sushiv3-wbtc-eth-sushi.json +12 -0
  233. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-sushiv3-curvev1-eth-usdc-gusd.json +7 -0
  234. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-sushiv3-curvev1-gusd-usdc-eth.json +7 -0
  235. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-sushiv3-dai-usdc-eth.json +7 -0
  236. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-sushiv3-eth-usdc-dai.json +7 -0
  237. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-sushiv3-usdc-eth-wbtc.json +12 -0
  238. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-simpleSwap-univ3-eth-usdc.json +7 -0
  239. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-simpleSwap-univ3-usdc-eth.json +7 -0
  240. package/build/executor/fixtures/executor01/routes/price-route-multiswap-balancerv1-curvev1-eth-usdc-gusd.json +78 -0
  241. package/build/executor/fixtures/executor01/routes/price-route-multiswap-balancerv1-sushiv3-wbtc-eth-sushi.json +81 -0
  242. package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-curvev1-eth-usdc-gusd.json +78 -0
  243. package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-curvev1-gusd-usdc-eth.json +78 -0
  244. package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-dai-usdc-eth.json +81 -0
  245. package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-eth-usdc-dai.json +81 -0
  246. package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-usdc-eth-wbtc.json +81 -0
  247. package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-usdt-usdc-dai.json +81 -0
  248. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-balancerv1-eth-usdc.json +64 -0
  249. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-balancerv1-usdc-eth.json +85 -0
  250. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-balancerv1-usdc-wbtc.json +64 -0
  251. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-curvev1-eth-steth.json +52 -0
  252. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-curvev1-steth-eth.json +52 -0
  253. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-curvev1-usdc-usdt.json +52 -0
  254. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-univ3-eth-usdc.json +55 -0
  255. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-univ3-usdc-eth.json +55 -0
  256. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-univ3-usdc-usdt.json +55 -0
  257. package/build/executor/fixtures/executor02/exchange-params/price-route-multiSwap-balancerv1-sushiv3-univ3-bal-eth-sushi.json +23 -0
  258. package/build/executor/fixtures/executor02/exchange-params/price-route-multiSwap-maverickv1-sushiv3-univ3-eth-usdc-mav.json +37 -0
  259. package/build/executor/fixtures/executor02/exchange-params/price-route-multiSwap-univ3-sushiv3-sushi-eth-wbtc.json +23 -0
  260. package/build/executor/fixtures/executor02/exchange-params/price-route-multiSwap-univ3-sushiv3-wbtc-eth-sushi.json +23 -0
  261. package/build/executor/fixtures/executor02/exchange-params/price-route-multiswap-curvev1-univ3-dai-usdc-eth.json +51 -0
  262. package/build/executor/fixtures/executor02/exchange-params/price-route-multiswap-univ3-usdt-dai-eth.json +58 -0
  263. package/build/executor/fixtures/executor02/exchange-params/price-route-simpleSwap-sushiv3-balancerv1-eth-usdc.json +23 -0
  264. package/build/executor/fixtures/executor02/exchange-params/price-route-simpleSwap-sushiv3-balancerv1-usdc-eth.json +23 -0
  265. package/build/executor/fixtures/executor02/exchange-params/price-route-simpleSwap-sushiv3-univ3-eth-sushi.json +9 -0
  266. package/build/executor/fixtures/executor02/exchange-params/price-route-simpleSwap-sushiv3-univ3-sushi-eth.json +16 -0
  267. package/build/executor/fixtures/executor02/exchange-params/price-route-simpleSwap-univ3-curvev1-usdt-dai.json +23 -0
  268. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiSwap-balancerv1-sushiv3-univ3-bal-eth-sushi.json +12 -0
  269. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiSwap-maverickv1-sushiv3-univ3-eth-usdc-mav.json +7 -0
  270. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiSwap-univ3-sushiv3-sushi-eth-wbtc.json +12 -0
  271. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiSwap-univ3-sushiv3-wbtc-eth-sushi.json +12 -0
  272. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiswap-curvev1-univ3-dai-usdc-eth.json +7 -0
  273. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiswap-univ3-usdt-dai-eth.json +7 -0
  274. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-simpleSwap-sushiv3-balancerv1-eth-usdc.json +7 -0
  275. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-simpleSwap-sushiv3-balancerv1-usdc-eth.json +7 -0
  276. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-simpleSwap-sushiv3-univ3-eth-sushi.json +7 -0
  277. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-simpleSwap-sushiv3-univ3-sushi-eth.json +7 -0
  278. package/build/executor/fixtures/executor02/routes/price-route-multiSwap-balancerv1-sushiv3-univ3-bal-eth-sushi.json +130 -0
  279. package/build/executor/fixtures/executor02/routes/price-route-multiSwap-maverickv1-sushiv3-univ3-eth-usdc-mav.json +136 -0
  280. package/build/executor/fixtures/executor02/routes/price-route-multiSwap-univ3-sushiv3-sushi-eth-wbtc.json +100 -0
  281. package/build/executor/fixtures/executor02/routes/price-route-multiSwap-univ3-sushiv3-wbtc-eth-sushi.json +100 -0
  282. package/build/executor/fixtures/executor02/routes/price-route-multiswap-curvev1-univ3-dai-usdc-eth.json +166 -0
  283. package/build/executor/fixtures/executor02/routes/price-route-multiswap-univ3-usdt-dai-eth.json +190 -0
  284. package/build/executor/fixtures/executor02/routes/price-route-simpleSwap-sushiv3-balancerv1-eth-usdc.json +114 -0
  285. package/build/executor/fixtures/executor02/routes/price-route-simpleSwap-sushiv3-balancerv1-usdc-eth.json +114 -0
  286. package/build/executor/fixtures/executor02/routes/price-route-simpleSwap-sushiv3-univ3-eth-sushi.json +55 -0
  287. package/build/executor/fixtures/executor02/routes/price-route-simpleSwap-sushiv3-univ3-sushi-eth.json +73 -0
  288. package/build/executor/fixtures/executor02/routes/price-route-simpleSwap-univ3-curvev1-usdt-dai.json +82 -0
  289. package/package.json +1 -1
  290. package/src/dex/uniswap-v2/config.ts +9 -0
  291. package/src/dex/uniswap-v2/uniswap-v2-e2e-avalanche.test.ts +105 -1
  292. package/tests/constants-e2e.ts +5 -0
  293. package/tests/token-storage-slots.json +8 -0
  294. package/.idea/codeStyles/Project.xml +0 -59
  295. package/.idea/codeStyles/codeStyleConfig.xml +0 -5
  296. package/.idea/inspectionProfiles/Project_Default.xml +0 -6
  297. package/.idea/modules.xml +0 -8
  298. package/.idea/paraswap-dex-lib.iml +0 -12
  299. package/.idea/prettier.xml +0 -7
  300. package/.idea/vcs.xml +0 -6
  301. package/build/dex/uniswap-v3/uniswap-v3-new.d.ts +0 -94
  302. package/build/dex/uniswap-v3/uniswap-v3-new.js +0 -923
  303. package/build/dex/uniswap-v3/uniswap-v3-new.js.map +0 -1
  304. package/scripts/get-uniswap-v3-dexes.ts +0 -64
@@ -0,0 +1,193 @@
1
+ [
2
+ {
3
+ "inputs": [
4
+ {
5
+ "internalType": "address",
6
+ "name": "_factory",
7
+ "type": "address"
8
+ },
9
+ {
10
+ "internalType": "address",
11
+ "name": "_WETH9",
12
+ "type": "address"
13
+ }
14
+ ],
15
+ "stateMutability": "nonpayable",
16
+ "type": "constructor"
17
+ },
18
+ {
19
+ "inputs": [],
20
+ "name": "WETH9",
21
+ "outputs": [
22
+ {
23
+ "internalType": "address",
24
+ "name": "",
25
+ "type": "address"
26
+ }
27
+ ],
28
+ "stateMutability": "view",
29
+ "type": "function"
30
+ },
31
+ {
32
+ "inputs": [],
33
+ "name": "factory",
34
+ "outputs": [
35
+ {
36
+ "internalType": "address",
37
+ "name": "",
38
+ "type": "address"
39
+ }
40
+ ],
41
+ "stateMutability": "view",
42
+ "type": "function"
43
+ },
44
+ {
45
+ "inputs": [
46
+ {
47
+ "internalType": "bytes",
48
+ "name": "path",
49
+ "type": "bytes"
50
+ },
51
+ {
52
+ "internalType": "uint256",
53
+ "name": "amountIn",
54
+ "type": "uint256"
55
+ }
56
+ ],
57
+ "name": "quoteExactInput",
58
+ "outputs": [
59
+ {
60
+ "internalType": "uint256",
61
+ "name": "amountOut",
62
+ "type": "uint256"
63
+ }
64
+ ],
65
+ "stateMutability": "nonpayable",
66
+ "type": "function"
67
+ },
68
+ {
69
+ "inputs": [
70
+ {
71
+ "internalType": "address",
72
+ "name": "tokenIn",
73
+ "type": "address"
74
+ },
75
+ {
76
+ "internalType": "address",
77
+ "name": "tokenOut",
78
+ "type": "address"
79
+ },
80
+ {
81
+ "internalType": "uint24",
82
+ "name": "fee",
83
+ "type": "uint24"
84
+ },
85
+ {
86
+ "internalType": "uint256",
87
+ "name": "amountIn",
88
+ "type": "uint256"
89
+ },
90
+ {
91
+ "internalType": "uint160",
92
+ "name": "sqrtPriceLimitX96",
93
+ "type": "uint160"
94
+ }
95
+ ],
96
+ "name": "quoteExactInputSingle",
97
+ "outputs": [
98
+ {
99
+ "internalType": "uint256",
100
+ "name": "amountOut",
101
+ "type": "uint256"
102
+ }
103
+ ],
104
+ "stateMutability": "nonpayable",
105
+ "type": "function"
106
+ },
107
+ {
108
+ "inputs": [
109
+ {
110
+ "internalType": "bytes",
111
+ "name": "path",
112
+ "type": "bytes"
113
+ },
114
+ {
115
+ "internalType": "uint256",
116
+ "name": "amountOut",
117
+ "type": "uint256"
118
+ }
119
+ ],
120
+ "name": "quoteExactOutput",
121
+ "outputs": [
122
+ {
123
+ "internalType": "uint256",
124
+ "name": "amountIn",
125
+ "type": "uint256"
126
+ }
127
+ ],
128
+ "stateMutability": "nonpayable",
129
+ "type": "function"
130
+ },
131
+ {
132
+ "inputs": [
133
+ {
134
+ "internalType": "address",
135
+ "name": "tokenIn",
136
+ "type": "address"
137
+ },
138
+ {
139
+ "internalType": "address",
140
+ "name": "tokenOut",
141
+ "type": "address"
142
+ },
143
+ {
144
+ "internalType": "uint24",
145
+ "name": "fee",
146
+ "type": "uint24"
147
+ },
148
+ {
149
+ "internalType": "uint256",
150
+ "name": "amountOut",
151
+ "type": "uint256"
152
+ },
153
+ {
154
+ "internalType": "uint160",
155
+ "name": "sqrtPriceLimitX96",
156
+ "type": "uint160"
157
+ }
158
+ ],
159
+ "name": "quoteExactOutputSingle",
160
+ "outputs": [
161
+ {
162
+ "internalType": "uint256",
163
+ "name": "amountIn",
164
+ "type": "uint256"
165
+ }
166
+ ],
167
+ "stateMutability": "nonpayable",
168
+ "type": "function"
169
+ },
170
+ {
171
+ "inputs": [
172
+ {
173
+ "internalType": "int256",
174
+ "name": "amount0Delta",
175
+ "type": "int256"
176
+ },
177
+ {
178
+ "internalType": "int256",
179
+ "name": "amount1Delta",
180
+ "type": "int256"
181
+ },
182
+ {
183
+ "internalType": "bytes",
184
+ "name": "path",
185
+ "type": "bytes"
186
+ }
187
+ ],
188
+ "name": "uniswapV3SwapCallback",
189
+ "outputs": [],
190
+ "stateMutability": "view",
191
+ "type": "function"
192
+ }
193
+ ]
@@ -0,0 +1,267 @@
1
+ [
2
+ {
3
+ "inputs": [
4
+ {
5
+ "internalType": "address",
6
+ "name": "_factory",
7
+ "type": "address"
8
+ },
9
+ {
10
+ "internalType": "address",
11
+ "name": "_WETH9",
12
+ "type": "address"
13
+ }
14
+ ],
15
+ "stateMutability": "nonpayable",
16
+ "type": "constructor"
17
+ },
18
+ {
19
+ "inputs": [],
20
+ "name": "WETH9",
21
+ "outputs": [
22
+ {
23
+ "internalType": "address",
24
+ "name": "",
25
+ "type": "address"
26
+ }
27
+ ],
28
+ "stateMutability": "view",
29
+ "type": "function"
30
+ },
31
+ {
32
+ "inputs": [],
33
+ "name": "factory",
34
+ "outputs": [
35
+ {
36
+ "internalType": "address",
37
+ "name": "",
38
+ "type": "address"
39
+ }
40
+ ],
41
+ "stateMutability": "view",
42
+ "type": "function"
43
+ },
44
+ {
45
+ "inputs": [
46
+ {
47
+ "internalType": "bytes",
48
+ "name": "path",
49
+ "type": "bytes"
50
+ },
51
+ {
52
+ "internalType": "uint256",
53
+ "name": "amountIn",
54
+ "type": "uint256"
55
+ }
56
+ ],
57
+ "name": "quoteExactInput",
58
+ "outputs": [
59
+ {
60
+ "internalType": "uint256",
61
+ "name": "amountOut",
62
+ "type": "uint256"
63
+ },
64
+ {
65
+ "internalType": "uint160[]",
66
+ "name": "sqrtPriceX96AfterList",
67
+ "type": "uint160[]"
68
+ },
69
+ {
70
+ "internalType": "uint32[]",
71
+ "name": "initializedTicksCrossedList",
72
+ "type": "uint32[]"
73
+ },
74
+ {
75
+ "internalType": "uint256",
76
+ "name": "gasEstimate",
77
+ "type": "uint256"
78
+ }
79
+ ],
80
+ "stateMutability": "nonpayable",
81
+ "type": "function"
82
+ },
83
+ {
84
+ "inputs": [
85
+ {
86
+ "components": [
87
+ {
88
+ "internalType": "address",
89
+ "name": "tokenIn",
90
+ "type": "address"
91
+ },
92
+ {
93
+ "internalType": "address",
94
+ "name": "tokenOut",
95
+ "type": "address"
96
+ },
97
+ {
98
+ "internalType": "uint256",
99
+ "name": "amountIn",
100
+ "type": "uint256"
101
+ },
102
+ {
103
+ "internalType": "int24",
104
+ "name": "tickSpacing",
105
+ "type": "int24"
106
+ },
107
+ {
108
+ "internalType": "uint160",
109
+ "name": "sqrtPriceLimitX96",
110
+ "type": "uint160"
111
+ }
112
+ ],
113
+ "internalType": "struct IQuoterV2.QuoteExactInputSingleParams",
114
+ "name": "params",
115
+ "type": "tuple"
116
+ }
117
+ ],
118
+ "name": "quoteExactInputSingle",
119
+ "outputs": [
120
+ {
121
+ "internalType": "uint256",
122
+ "name": "amountOut",
123
+ "type": "uint256"
124
+ },
125
+ {
126
+ "internalType": "uint160",
127
+ "name": "sqrtPriceX96After",
128
+ "type": "uint160"
129
+ },
130
+ {
131
+ "internalType": "uint32",
132
+ "name": "initializedTicksCrossed",
133
+ "type": "uint32"
134
+ },
135
+ {
136
+ "internalType": "uint256",
137
+ "name": "gasEstimate",
138
+ "type": "uint256"
139
+ }
140
+ ],
141
+ "stateMutability": "nonpayable",
142
+ "type": "function"
143
+ },
144
+ {
145
+ "inputs": [
146
+ {
147
+ "internalType": "bytes",
148
+ "name": "path",
149
+ "type": "bytes"
150
+ },
151
+ {
152
+ "internalType": "uint256",
153
+ "name": "amountOut",
154
+ "type": "uint256"
155
+ }
156
+ ],
157
+ "name": "quoteExactOutput",
158
+ "outputs": [
159
+ {
160
+ "internalType": "uint256",
161
+ "name": "amountIn",
162
+ "type": "uint256"
163
+ },
164
+ {
165
+ "internalType": "uint160[]",
166
+ "name": "sqrtPriceX96AfterList",
167
+ "type": "uint160[]"
168
+ },
169
+ {
170
+ "internalType": "uint32[]",
171
+ "name": "initializedTicksCrossedList",
172
+ "type": "uint32[]"
173
+ },
174
+ {
175
+ "internalType": "uint256",
176
+ "name": "gasEstimate",
177
+ "type": "uint256"
178
+ }
179
+ ],
180
+ "stateMutability": "nonpayable",
181
+ "type": "function"
182
+ },
183
+ {
184
+ "inputs": [
185
+ {
186
+ "components": [
187
+ {
188
+ "internalType": "address",
189
+ "name": "tokenIn",
190
+ "type": "address"
191
+ },
192
+ {
193
+ "internalType": "address",
194
+ "name": "tokenOut",
195
+ "type": "address"
196
+ },
197
+ {
198
+ "internalType": "uint256",
199
+ "name": "amount",
200
+ "type": "uint256"
201
+ },
202
+ {
203
+ "internalType": "int24",
204
+ "name": "tickSpacing",
205
+ "type": "int24"
206
+ },
207
+ {
208
+ "internalType": "uint160",
209
+ "name": "sqrtPriceLimitX96",
210
+ "type": "uint160"
211
+ }
212
+ ],
213
+ "internalType": "struct IQuoterV2.QuoteExactOutputSingleParams",
214
+ "name": "params",
215
+ "type": "tuple"
216
+ }
217
+ ],
218
+ "name": "quoteExactOutputSingle",
219
+ "outputs": [
220
+ {
221
+ "internalType": "uint256",
222
+ "name": "amountIn",
223
+ "type": "uint256"
224
+ },
225
+ {
226
+ "internalType": "uint160",
227
+ "name": "sqrtPriceX96After",
228
+ "type": "uint160"
229
+ },
230
+ {
231
+ "internalType": "uint32",
232
+ "name": "initializedTicksCrossed",
233
+ "type": "uint32"
234
+ },
235
+ {
236
+ "internalType": "uint256",
237
+ "name": "gasEstimate",
238
+ "type": "uint256"
239
+ }
240
+ ],
241
+ "stateMutability": "nonpayable",
242
+ "type": "function"
243
+ },
244
+ {
245
+ "inputs": [
246
+ {
247
+ "internalType": "int256",
248
+ "name": "amount0Delta",
249
+ "type": "int256"
250
+ },
251
+ {
252
+ "internalType": "int256",
253
+ "name": "amount1Delta",
254
+ "type": "int256"
255
+ },
256
+ {
257
+ "internalType": "bytes",
258
+ "name": "path",
259
+ "type": "bytes"
260
+ }
261
+ ],
262
+ "name": "uniswapV3SwapCallback",
263
+ "outputs": [],
264
+ "stateMutability": "view",
265
+ "type": "function"
266
+ }
267
+ ]
@@ -0,0 +1,34 @@
1
+ import { Interface } from '@ethersproject/abi';
2
+ import { Token, Address, ExchangePrices, PoolPrices, AdapterExchangeParam, SimpleExchangeParam, PoolLiquidity, Logger, NumberAsString, DexExchangeParam } from '../../types';
3
+ import { SwapSide, Network } from '../../constants';
4
+ import { IDex } from '../../dex/idex';
5
+ import { IDexHelper } from '../../dex-helper/idex-helper';
6
+ import { AaveV1Data, AaveV1Param } from './types';
7
+ import { SimpleExchange } from '../simple-exchange';
8
+ export declare class AaveV1 extends SimpleExchange implements IDex<AaveV1Data, AaveV1Param> {
9
+ protected network: Network;
10
+ protected dexHelper: IDexHelper;
11
+ readonly hasConstantPriceLargeAmounts = true;
12
+ readonly isFeeOnTransferSupported = false;
13
+ static dexKeysWithNetwork: {
14
+ key: string;
15
+ networks: Network[];
16
+ }[];
17
+ logger: Logger;
18
+ aavePool: Interface;
19
+ aContract: Interface;
20
+ constructor(network: Network, dexKey: string, dexHelper: IDexHelper);
21
+ initializePricing(blockNumber: number): Promise<void>;
22
+ getAdapters(side: SwapSide): {
23
+ name: string;
24
+ index: number;
25
+ }[] | null;
26
+ getPoolIdentifiers(srcToken: Token, destToken: Token, side: SwapSide, blockNumber: number): Promise<string[]>;
27
+ getPricesVolume(srcToken: Token, destToken: Token, amounts: bigint[], side: SwapSide, blockNumber: number, limitPools?: string[]): Promise<null | ExchangePrices<AaveV1Data>>;
28
+ getCalldataGasCost(poolPrices: PoolPrices<AaveV1Data>): number | number[];
29
+ getAdapterParam(srcToken: string, destToken: string, srcAmount: string, destAmount: string, data: AaveV1Data, side: SwapSide): AdapterExchangeParam;
30
+ getSimpleParam(srcToken: string, destToken: string, srcAmount: string, destAmount: string, data: AaveV1Data, side: SwapSide): Promise<SimpleExchangeParam>;
31
+ getDexParam(srcToken: Address, destToken: Address, srcAmount: NumberAsString, destAmount: NumberAsString, recipient: Address, data: AaveV1Data, side: SwapSide): DexExchangeParam;
32
+ updatePoolState(): Promise<void>;
33
+ getTopPoolsForToken(tokenAddress: Address, limit: number): Promise<PoolLiquidity[]>;
34
+ }
@@ -0,0 +1,180 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ var __importDefault = (this && this.__importDefault) || function (mod) {
26
+ return (mod && mod.__esModule) ? mod : { "default": mod };
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.AaveV1 = void 0;
30
+ const abi_1 = require("@ethersproject/abi");
31
+ const constants_1 = require("../../constants");
32
+ const CALLDATA_GAS_COST = __importStar(require("../../calldata-gas-cost"));
33
+ const utils_1 = require("../../utils");
34
+ const simple_exchange_1 = require("../simple-exchange");
35
+ const config_1 = require("./config");
36
+ const AaveV1_lending_pool_json_1 = __importDefault(require("../../abi/AaveV1_lending_pool.json"));
37
+ const erc20_json_1 = __importDefault(require("../../abi/erc20.json"));
38
+ const tokens_1 = require("./tokens");
39
+ const AaveGasCost = 400 * 1000;
40
+ var AaveV1Functions;
41
+ (function (AaveV1Functions) {
42
+ AaveV1Functions["deposit"] = "deposit";
43
+ AaveV1Functions["redeem"] = "redeem";
44
+ })(AaveV1Functions || (AaveV1Functions = {}));
45
+ const AAVE_LENDING_POOL = '0x398eC7346DcD622eDc5ae82352F02bE94C62d119';
46
+ const AAVE_PROXY = '0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3';
47
+ const REF_CODE = 1;
48
+ class AaveV1 extends simple_exchange_1.SimpleExchange {
49
+ constructor(network, dexKey, dexHelper) {
50
+ super(dexHelper, dexKey);
51
+ this.network = network;
52
+ this.dexHelper = dexHelper;
53
+ this.hasConstantPriceLargeAmounts = true;
54
+ this.isFeeOnTransferSupported = false;
55
+ this.logger = dexHelper.getLogger(dexKey);
56
+ this.aavePool = new abi_1.Interface(AaveV1_lending_pool_json_1.default);
57
+ this.aContract = new abi_1.Interface(erc20_json_1.default);
58
+ }
59
+ async initializePricing(blockNumber) { }
60
+ // Returns the list of contract adapters (name and index)
61
+ // for a buy/sell. Return null if there are no adapters.
62
+ getAdapters(side) {
63
+ return config_1.Adapters[this.network][side];
64
+ }
65
+ // Returns list of pool identifiers that can be used
66
+ // for a given swap. poolIdentifiers must be unique
67
+ // across DEXes. It is recommended to use
68
+ // ${dexKey}_${poolAddress} as a poolIdentifier
69
+ async getPoolIdentifiers(srcToken, destToken, side, blockNumber) {
70
+ const aToken = (0, tokens_1.isAAVEPair)(this.network, srcToken, destToken);
71
+ if (aToken === null) {
72
+ return [];
73
+ }
74
+ return [`${this.dexKey}_${aToken.address}`];
75
+ }
76
+ // Returns pool prices for amounts.
77
+ // If limitPools is defined only pools in limitPools
78
+ // should be used. If limitPools is undefined then
79
+ // any pools can be used.
80
+ async getPricesVolume(srcToken, destToken, amounts, side, blockNumber, limitPools) {
81
+ const aToken = (0, tokens_1.isAAVEPair)(this.network, srcToken, destToken);
82
+ if (!aToken) {
83
+ return null;
84
+ }
85
+ const fromAToken = aToken == srcToken;
86
+ return [
87
+ {
88
+ prices: amounts,
89
+ unit: (0, utils_1.getBigIntPow)((side === constants_1.SwapSide.SELL ? destToken : srcToken).decimals),
90
+ gasCost: AaveGasCost,
91
+ exchange: this.dexKey,
92
+ data: {
93
+ fromAToken,
94
+ isV2: false,
95
+ },
96
+ poolAddresses: [fromAToken ? srcToken.address : destToken.address],
97
+ },
98
+ ];
99
+ }
100
+ // Returns estimated gas cost of calldata for this DEX in multiSwap
101
+ getCalldataGasCost(poolPrices) {
102
+ return (CALLDATA_GAS_COST.DEX_OVERHEAD +
103
+ CALLDATA_GAS_COST.LENGTH_SMALL +
104
+ CALLDATA_GAS_COST.ADDRESS);
105
+ }
106
+ // Encode params required by the exchange adapter
107
+ // Used for multiSwap, buy & megaSwap
108
+ getAdapterParam(srcToken, destToken, srcAmount, destAmount, data, side) {
109
+ const aToken = data.fromAToken ? srcToken : destToken; // Warning
110
+ const payload = this.abiCoder.encodeParameter({
111
+ ParentStruct: {
112
+ aToken: 'address',
113
+ },
114
+ }, { aToken });
115
+ return {
116
+ targetExchange: AAVE_LENDING_POOL,
117
+ payload,
118
+ networkFee: '0',
119
+ };
120
+ }
121
+ // Encode call data used by simpleSwap like routers
122
+ // Used for simpleSwap & simpleBuy
123
+ // Hint: this.buildSimpleParamWithoutWETHConversion
124
+ // could be useful
125
+ async getSimpleParam(srcToken, destToken, srcAmount, destAmount, data, side) {
126
+ const amount = side === constants_1.SwapSide.SELL ? srcAmount : destAmount;
127
+ const [Interface, swapFunction, swapFunctionParams, swapCallee, spender] = (() => {
128
+ if (data.fromAToken) {
129
+ return [this.aContract, AaveV1Functions.redeem, [amount], srcToken];
130
+ }
131
+ return [
132
+ this.aavePool,
133
+ AaveV1Functions.deposit,
134
+ [srcToken, amount, REF_CODE],
135
+ AAVE_LENDING_POOL,
136
+ AAVE_PROXY, // warning
137
+ ];
138
+ })();
139
+ const swapData = Interface.encodeFunctionData(swapFunction, swapFunctionParams);
140
+ return this.buildSimpleParamWithoutWETHConversion(srcToken, amount, destToken, destAmount, swapData, swapCallee, spender);
141
+ }
142
+ // DEAD
143
+ getDexParam(srcToken, destToken, srcAmount, destAmount, recipient, data, side) {
144
+ const amount = side === constants_1.SwapSide.SELL ? srcAmount : destAmount;
145
+ const [Interface, swapFunction, swapFunctionParams, swapCallee] = (() => {
146
+ if (data.fromAToken) {
147
+ return [this.aContract, AaveV1Functions.redeem, [amount], srcToken];
148
+ }
149
+ return [
150
+ this.aavePool,
151
+ AaveV1Functions.deposit,
152
+ [srcToken, amount, REF_CODE],
153
+ AAVE_LENDING_POOL,
154
+ ];
155
+ })();
156
+ const exchangeData = Interface.encodeFunctionData(swapFunction, swapFunctionParams);
157
+ return {
158
+ needWrapNative: this.needWrapNative,
159
+ dexFuncHasRecipient: false,
160
+ exchangeData,
161
+ targetExchange: swapCallee,
162
+ };
163
+ }
164
+ // This is called once before getTopPoolsForToken is
165
+ // called for multiple tokens. This can be helpful to
166
+ // update common state required for calculating
167
+ // getTopPoolsForToken. It is optional for a DEX
168
+ // to implement this
169
+ updatePoolState() {
170
+ return Promise.resolve();
171
+ }
172
+ // Returns list of top pools based on liquidity. Max
173
+ // limit number pools should be returned.
174
+ async getTopPoolsForToken(tokenAddress, limit) {
175
+ return [];
176
+ }
177
+ }
178
+ exports.AaveV1 = AaveV1;
179
+ AaveV1.dexKeysWithNetwork = (0, utils_1.getDexKeysWithNetwork)(config_1.AaveV1Config);
180
+ //# sourceMappingURL=aave-v1.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"aave-v1.js","sourceRoot":"","sources":["../../../src/dex/aave-v1/aave-v1.ts"],"names":[],"mappings":"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"}