@paraswap/dex-lib 4.0.27 → 4.0.28

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 (243) hide show
  1. package/build/abi/Aave_GSM.json +751 -0
  2. package/build/abi/Balancer.json +257 -0
  3. package/build/abi/BalancerV2.json +1179 -0
  4. package/build/abi/RamsesV2Pool.abi.json +1554 -0
  5. package/build/abi/RamsesV2Quoter.abi.json +274 -0
  6. package/build/abi/USDM.json +807 -0
  7. package/build/abi/UniswapV2Router.json +397 -0
  8. package/build/abi/{wombat/pool.json → angle-transmuter/ChainlinkAccessControlledOffchainAggregator.json} +594 -637
  9. package/build/abi/angle-transmuter/ChainlinkEACAggregatorProxy.json +509 -0
  10. package/build/abi/curve-v1/CurveBUSDv2.abi.json +1356 -0
  11. package/build/abi/curve-v1/CurveTokenV1.json +305 -0
  12. package/build/abi/curve-v1/CurveTokenV2.json +318 -0
  13. package/build/abi/curve-v1/CurveV1StableNg.json +1452 -0
  14. package/build/abi/curve-v1/CurveV2Swap.json +700 -0
  15. package/build/abi/curve-v1/FactoryCryptoRegistry.json +316 -0
  16. package/build/abi/curve-v1/FactoryRegistry.json +508 -0
  17. package/build/abi/curve-v1/StableSwapAave.json +1152 -0
  18. package/build/abi/curve-v1/StableSwapBUSD.json +814 -0
  19. package/build/abi/curve-v1/StableSwapCompound.json +814 -0
  20. package/build/abi/curve-v1/StableSwapIDLE.json +1253 -0
  21. package/build/abi/curve-v1/StableSwapPax.json +865 -0
  22. package/build/abi/curve-v1/StableSwapSnow.json +900 -0
  23. package/build/abi/curve-v1/StableSwapUSDN.json +1004 -0
  24. package/build/abi/curve-v1/StableSwapUSDT.json +814 -0
  25. package/build/abi/curve-v1/StableSwapY.json +814 -0
  26. package/build/abi/inception/inception-ineth.json +609 -0
  27. package/build/abi/kyberdmm/kyber-storage.abi.json +824 -0
  28. package/build/abi/kyberdmm.abi.json +1148 -0
  29. package/build/abi/maverick-v2/MaverickV2Quoter.json +278 -0
  30. package/build/abi/nerve/nerve-metapool.json +790 -0
  31. package/build/abi/uniswap-v3/UniswapV3Quoter.abi.json +193 -0
  32. package/build/abi/velodrome-slipstream/VelodromeSlipstreamQuoterV2.abi.json +267 -0
  33. package/build/dex/aave-v1/aave-v1.js +0 -1
  34. package/build/dex/aave-v1/aave-v1.js.map +1 -1
  35. package/build/dex/algebra/config.js +1 -1
  36. package/build/dex/algebra/config.js.map +1 -1
  37. package/build/dex/balancer-v1/balancer-pools.json +33333 -0
  38. package/build/dex/bebop/websocket-fetcher.d.ts +35 -0
  39. package/build/dex/bebop/websocket-fetcher.js +87 -0
  40. package/build/dex/bebop/websocket-fetcher.js.map +1 -0
  41. package/build/dex/idle-dao/idle-dao-pool.d.ts +56 -0
  42. package/build/dex/idle-dao/idle-dao-pool.js +176 -0
  43. package/build/dex/idle-dao/idle-dao-pool.js.map +1 -0
  44. package/build/dex/idle-dao/idle-dao-pooling-pool.d.ts +16 -0
  45. package/build/dex/idle-dao/idle-dao-pooling-pool.js +57 -0
  46. package/build/dex/idle-dao/idle-dao-pooling-pool.js.map +1 -0
  47. package/build/dex/idle-dao/scripts.d.ts +9 -0
  48. package/build/dex/idle-dao/scripts.js +552 -0
  49. package/build/dex/idle-dao/scripts.js.map +1 -0
  50. package/build/dex/inception/inception-event-pool.d.ts +4 -4
  51. package/build/dex/inception/inception-event-pool.js +9 -7
  52. package/build/dex/inception/inception-event-pool.js.map +1 -1
  53. package/build/dex/inception/inception-native.d.ts +43 -0
  54. package/build/dex/inception/inception-native.js +131 -0
  55. package/build/dex/inception/inception-native.js.map +1 -0
  56. package/build/dex/inception/inception-pool.d.ts +18 -0
  57. package/build/dex/inception/inception-pool.js +32 -0
  58. package/build/dex/inception/inception-pool.js.map +1 -0
  59. package/build/dex/inception/inception-price-feed.d.ts +19 -0
  60. package/build/dex/inception/inception-price-feed.js +51 -0
  61. package/build/dex/inception/inception-price-feed.js.map +1 -0
  62. package/build/dex/inception/inception.d.ts +6 -6
  63. package/build/dex/inception/inception.js +40 -16
  64. package/build/dex/inception/inception.js.map +1 -1
  65. package/build/dex/inception/utils.d.ts +0 -1
  66. package/build/dex/inception/utils.js +1 -22
  67. package/build/dex/inception/utils.js.map +1 -1
  68. package/build/dex/platypus/platypus.js +3 -17
  69. package/build/dex/platypus/platypus.js.map +1 -1
  70. package/build/dex/swaap-v1/swaap-v1.js +0 -4
  71. package/build/dex/swaap-v1/swaap-v1.js.map +1 -1
  72. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-balancerv1-curvev1-eth-usdc-gusd.json +16 -0
  73. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-balancerv1-sushiv3-wbtc-eth-sushi.json +16 -0
  74. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-curvev1-eth-usdc-gusd.json +16 -0
  75. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-curvev1-gusd-usdc-eth.json +16 -0
  76. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-dai-usdc-eth.json +16 -0
  77. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-eth-usdc-dai.json +16 -0
  78. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-usdc-eth-wbtc.json +16 -0
  79. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-usdt-usdc-dai.json +16 -0
  80. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-balancerv1-eth-usdc.json +9 -0
  81. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-balancerv1-usdc-eth.json +9 -0
  82. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-balancerv1-usdc-wbtc.json +9 -0
  83. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-curvev1-eth-steth.json +9 -0
  84. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-curvev1-steth-eth.json +9 -0
  85. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-curvev1-usdc-usdt.json +9 -0
  86. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-univ3-eth-usdc.json +9 -0
  87. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-univ3-usdc-eth.json +9 -0
  88. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-univ3-usdc-usdt.json +9 -0
  89. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-balancerv1-sushiv3-wbtc-eth-sushi.json +12 -0
  90. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-sushiv3-curvev1-eth-usdc-gusd.json +7 -0
  91. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-sushiv3-curvev1-gusd-usdc-eth.json +7 -0
  92. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-sushiv3-dai-usdc-eth.json +7 -0
  93. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-sushiv3-eth-usdc-dai.json +7 -0
  94. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-sushiv3-usdc-eth-wbtc.json +12 -0
  95. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-simpleSwap-univ3-eth-usdc.json +7 -0
  96. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-simpleSwap-univ3-usdc-eth.json +7 -0
  97. package/build/executor/fixtures/executor01/routes/price-route-multiswap-balancerv1-curvev1-eth-usdc-gusd.json +78 -0
  98. package/build/executor/fixtures/executor01/routes/price-route-multiswap-balancerv1-sushiv3-wbtc-eth-sushi.json +81 -0
  99. package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-curvev1-eth-usdc-gusd.json +78 -0
  100. package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-curvev1-gusd-usdc-eth.json +78 -0
  101. package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-dai-usdc-eth.json +81 -0
  102. package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-eth-usdc-dai.json +81 -0
  103. package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-usdc-eth-wbtc.json +81 -0
  104. package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-usdt-usdc-dai.json +81 -0
  105. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-balancerv1-eth-usdc.json +64 -0
  106. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-balancerv1-usdc-eth.json +85 -0
  107. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-balancerv1-usdc-wbtc.json +64 -0
  108. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-curvev1-eth-steth.json +52 -0
  109. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-curvev1-steth-eth.json +52 -0
  110. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-curvev1-usdc-usdt.json +52 -0
  111. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-univ3-eth-usdc.json +55 -0
  112. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-univ3-usdc-eth.json +55 -0
  113. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-univ3-usdc-usdt.json +55 -0
  114. package/build/executor/fixtures/executor02/exchange-params/price-route-multiSwap-balancerv1-sushiv3-univ3-bal-eth-sushi.json +23 -0
  115. package/build/executor/fixtures/executor02/exchange-params/price-route-multiSwap-maverickv1-sushiv3-univ3-eth-usdc-mav.json +37 -0
  116. package/build/executor/fixtures/executor02/exchange-params/price-route-multiSwap-univ3-sushiv3-sushi-eth-wbtc.json +23 -0
  117. package/build/executor/fixtures/executor02/exchange-params/price-route-multiSwap-univ3-sushiv3-wbtc-eth-sushi.json +23 -0
  118. package/build/executor/fixtures/executor02/exchange-params/price-route-multiswap-curvev1-univ3-dai-usdc-eth.json +51 -0
  119. package/build/executor/fixtures/executor02/exchange-params/price-route-multiswap-univ3-usdt-dai-eth.json +58 -0
  120. package/build/executor/fixtures/executor02/exchange-params/price-route-simpleSwap-sushiv3-balancerv1-eth-usdc.json +23 -0
  121. package/build/executor/fixtures/executor02/exchange-params/price-route-simpleSwap-sushiv3-balancerv1-usdc-eth.json +23 -0
  122. package/build/executor/fixtures/executor02/exchange-params/price-route-simpleSwap-sushiv3-univ3-eth-sushi.json +9 -0
  123. package/build/executor/fixtures/executor02/exchange-params/price-route-simpleSwap-sushiv3-univ3-sushi-eth.json +16 -0
  124. package/build/executor/fixtures/executor02/exchange-params/price-route-simpleSwap-univ3-curvev1-usdt-dai.json +23 -0
  125. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiSwap-balancerv1-sushiv3-univ3-bal-eth-sushi.json +12 -0
  126. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiSwap-maverickv1-sushiv3-univ3-eth-usdc-mav.json +7 -0
  127. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiSwap-univ3-sushiv3-sushi-eth-wbtc.json +12 -0
  128. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiSwap-univ3-sushiv3-wbtc-eth-sushi.json +12 -0
  129. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiswap-curvev1-univ3-dai-usdc-eth.json +7 -0
  130. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiswap-univ3-usdt-dai-eth.json +7 -0
  131. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-simpleSwap-sushiv3-balancerv1-eth-usdc.json +7 -0
  132. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-simpleSwap-sushiv3-balancerv1-usdc-eth.json +7 -0
  133. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-simpleSwap-sushiv3-univ3-eth-sushi.json +7 -0
  134. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-simpleSwap-sushiv3-univ3-sushi-eth.json +7 -0
  135. package/build/executor/fixtures/executor02/routes/price-route-multiSwap-balancerv1-sushiv3-univ3-bal-eth-sushi.json +130 -0
  136. package/build/executor/fixtures/executor02/routes/price-route-multiSwap-maverickv1-sushiv3-univ3-eth-usdc-mav.json +136 -0
  137. package/build/executor/fixtures/executor02/routes/price-route-multiSwap-univ3-sushiv3-sushi-eth-wbtc.json +100 -0
  138. package/build/executor/fixtures/executor02/routes/price-route-multiSwap-univ3-sushiv3-wbtc-eth-sushi.json +100 -0
  139. package/build/executor/fixtures/executor02/routes/price-route-multiswap-curvev1-univ3-dai-usdc-eth.json +166 -0
  140. package/build/executor/fixtures/executor02/routes/price-route-multiswap-univ3-usdt-dai-eth.json +190 -0
  141. package/build/executor/fixtures/executor02/routes/price-route-simpleSwap-sushiv3-balancerv1-eth-usdc.json +114 -0
  142. package/build/executor/fixtures/executor02/routes/price-route-simpleSwap-sushiv3-balancerv1-usdc-eth.json +114 -0
  143. package/build/executor/fixtures/executor02/routes/price-route-simpleSwap-sushiv3-univ3-eth-sushi.json +55 -0
  144. package/build/executor/fixtures/executor02/routes/price-route-simpleSwap-sushiv3-univ3-sushi-eth.json +73 -0
  145. package/build/executor/fixtures/executor02/routes/price-route-simpleSwap-univ3-curvev1-usdt-dai.json +82 -0
  146. package/package.json +1 -1
  147. package/src/dex/algebra/config.ts +1 -1
  148. package/.vscode/launch.json +0 -53
  149. package/.vscode/settings.json +0 -2
  150. package/.vscode/tasks.json +0 -15
  151. package/build/abi/uniswap-v3/AlienBaseV3Router.abi.json +0 -52
  152. package/build/abi/usual-m-smart-m/usualM.abi.json +0 -483
  153. package/build/dex/aave-v2/tokens-avalanche.json +0 -44
  154. package/build/dex/aave-v2/tokens-mainnet.json +0 -188
  155. package/build/dex/aave-v2/tokens-polygon.json +0 -44
  156. package/build/dex/bProtocol.d.ts +0 -18
  157. package/build/dex/bProtocol.js +0 -39
  158. package/build/dex/bProtocol.js.map +0 -1
  159. package/build/dex/balancer-v3/abi/balancerBatchRouter.d.ts +0 -729
  160. package/build/dex/balancer-v3/abi/balancerBatchRouter.js +0 -732
  161. package/build/dex/balancer-v3/abi/balancerBatchRouter.js.map +0 -1
  162. package/build/dex/balancer-v3/abi/balancerRouter.d.ts +0 -1406
  163. package/build/dex/balancer-v3/abi/balancerRouter.js +0 -1175
  164. package/build/dex/balancer-v3/abi/balancerRouter.js.map +0 -1
  165. package/build/dex/balancer-v3/abi/vaultExtension.V3.d.ts +0 -2081
  166. package/build/dex/balancer-v3/abi/vaultExtension.V3.js +0 -1851
  167. package/build/dex/balancer-v3/abi/vaultExtension.V3.js.map +0 -1
  168. package/build/dex/balancer-v3/balancer-v3-sepolia-pools.d.ts +0 -34
  169. package/build/dex/balancer-v3/balancer-v3-sepolia-pools.js +0 -406
  170. package/build/dex/balancer-v3/balancer-v3-sepolia-pools.js.map +0 -1
  171. package/build/dex/bancor.d.ts +0 -26
  172. package/build/dex/bancor.js +0 -58
  173. package/build/dex/bancor.js.map +0 -1
  174. package/build/dex/compound.d.ts +0 -18
  175. package/build/dex/compound.js +0 -46
  176. package/build/dex/compound.js.map +0 -1
  177. package/build/dex/curve-v2.d.ts +0 -58
  178. package/build/dex/curve-v2.js +0 -180
  179. package/build/dex/curve-v2.js.map +0 -1
  180. package/build/dex/dodo-v1.d.ts +0 -33
  181. package/build/dex/dodo-v1.js +0 -63
  182. package/build/dex/dodo-v1.js.map +0 -1
  183. package/build/dex/lido.d.ts +0 -19
  184. package/build/dex/lido.js +0 -42
  185. package/build/dex/lido.js.map +0 -1
  186. package/build/dex/maker-psm/scripts/gem.abi.json +0 -136
  187. package/build/dex/maker-psm/scripts/validate-state.d.ts +0 -0
  188. package/build/dex/maker-psm/scripts/validate-state.js +0 -185
  189. package/build/dex/maker-psm/scripts/validate-state.js.map +0 -1
  190. package/build/dex/maker-psm/scripts/vat.abi.json +0 -243
  191. package/build/dex/onebit.d.ts +0 -25
  192. package/build/dex/onebit.js +0 -42
  193. package/build/dex/onebit.js.map +0 -1
  194. package/build/dex/smoothy.d.ts +0 -26
  195. package/build/dex/smoothy.js +0 -48
  196. package/build/dex/smoothy.js.map +0 -1
  197. package/build/dex/solidly-v3/scripts/check-event-pool-event.d.ts +0 -1
  198. package/build/dex/solidly-v3/scripts/check-event-pool-event.js +0 -53
  199. package/build/dex/solidly-v3/scripts/check-event-pool-event.js.map +0 -1
  200. package/build/dex/stable-pool.d.ts +0 -28
  201. package/build/dex/stable-pool.js +0 -55
  202. package/build/dex/stable-pool.js.map +0 -1
  203. package/build/dex/trader-joe-v2.1/trader-joe-v2.1-new.d.ts +0 -7
  204. package/build/dex/trader-joe-v2.1/trader-joe-v2.1-new.js +0 -20
  205. package/build/dex/trader-joe-v2.1/trader-joe-v2.1-new.js.map +0 -1
  206. package/build/dex/trader-joe-v2.1.d.ts +0 -43
  207. package/build/dex/trader-joe-v2.1.js +0 -79
  208. package/build/dex/trader-joe-v2.1.js.map +0 -1
  209. package/build/dex/uniswap-v3/forks/alien-base-v3/alien-base-v3.d.ts +0 -17
  210. package/build/dex/uniswap-v3/forks/alien-base-v3/alien-base-v3.js +0 -64
  211. package/build/dex/uniswap-v3/forks/alien-base-v3/alien-base-v3.js.map +0 -1
  212. package/build/dex/uniswap-v3/forks/alien-v3/alien-v3.d.ts +0 -17
  213. package/build/dex/uniswap-v3/forks/alien-v3/alien-v3.js +0 -79
  214. package/build/dex/uniswap-v3/forks/alien-v3/alien-v3.js.map +0 -1
  215. package/build/dex/uniswap-v3/uniswap-v3-pricing.d.ts +0 -4
  216. package/build/dex/uniswap-v3/uniswap-v3-pricing.js +0 -43
  217. package/build/dex/uniswap-v3/uniswap-v3-pricing.js.map +0 -1
  218. package/build/dex/uniswap-v3/uniswap-v3-worker.d.ts +0 -1
  219. package/build/dex/uniswap-v3/uniswap-v3-worker.js +0 -10
  220. package/build/dex/uniswap-v3/uniswap-v3-worker.js.map +0 -1
  221. package/build/dex/usual/usual-m-smart-m.d.ts +0 -17
  222. package/build/dex/usual/usual-m-smart-m.js +0 -50
  223. package/build/dex/usual/usual-m-smart-m.js.map +0 -1
  224. package/build/dex/usual-m-smart-m/config.d.ts +0 -3
  225. package/build/dex/usual-m-smart-m/config.js +0 -13
  226. package/build/dex/usual-m-smart-m/config.js.map +0 -1
  227. package/build/dex/usual-m-smart-m/types.d.ts +0 -7
  228. package/build/dex/usual-m-smart-m/types.js +0 -3
  229. package/build/dex/usual-m-smart-m/types.js.map +0 -1
  230. package/build/dex/usual-m-smart-m/usual-m-smart-m.d.ts +0 -35
  231. package/build/dex/usual-m-smart-m/usual-m-smart-m.js +0 -161
  232. package/build/dex/usual-m-smart-m/usual-m-smart-m.js.map +0 -1
  233. package/build/dex/usual-m-usd0/config.d.ts +0 -3
  234. package/build/dex/usual-m-usd0/config.js +0 -14
  235. package/build/dex/usual-m-usd0/config.js.map +0 -1
  236. package/build/dex/usual-m-usd0/types.d.ts +0 -8
  237. package/build/dex/usual-m-usd0/types.js +0 -3
  238. package/build/dex/usual-m-usd0/types.js.map +0 -1
  239. package/build/dex/usual-m-usd0/usual-m-usd0.d.ts +0 -35
  240. package/build/dex/usual-m-usd0/usual-m-usd0.js +0 -159
  241. package/build/dex/usual-m-usd0/usual-m-usd0.js.map +0 -1
  242. package/src/dex/balancer-v2/scripts/abi.json +0 -339
  243. package/src/dex/balancer-v2/scripts/test.test.ts +0 -121
@@ -0,0 +1,114 @@
1
+ {
2
+ "blockNumber": 18813344,
3
+ "network": 1,
4
+ "srcToken": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
5
+ "srcDecimals": 18,
6
+ "srcAmount": "10000000000000000000",
7
+ "destToken": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
8
+ "destDecimals": 6,
9
+ "destAmount": "20291711255",
10
+ "bestRoute": [
11
+ {
12
+ "percent": 100,
13
+ "swaps": [
14
+ {
15
+ "srcToken": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
16
+ "srcDecimals": 18,
17
+ "destToken": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
18
+ "destDecimals": 6,
19
+ "swapExchanges": [
20
+ {
21
+ "exchange": "SushiSwapV3",
22
+ "srcAmount": "3200000000000000000",
23
+ "destAmount": "6479000712",
24
+ "percent": 32,
25
+ "poolAddresses": ["0x763d3b7296e7c9718ad5b058ac2692a19e5b3638"],
26
+ "data": {
27
+ "path": [
28
+ {
29
+ "tokenIn": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
30
+ "tokenOut": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
31
+ "fee": "3000",
32
+ "currentFee": "3000"
33
+ }
34
+ ],
35
+ "gasUSD": "38.394826"
36
+ }
37
+ },
38
+ {
39
+ "exchange": "SushiSwapV3",
40
+ "srcAmount": "2200000000000000000",
41
+ "destAmount": "4461472292",
42
+ "percent": 22,
43
+ "poolAddresses": ["0x35644fb61afbc458bf92b15add6abc1996be5014"],
44
+ "data": {
45
+ "path": [
46
+ {
47
+ "tokenIn": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
48
+ "tokenOut": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
49
+ "fee": "500",
50
+ "currentFee": "500"
51
+ }
52
+ ],
53
+ "gasUSD": "38.394826"
54
+ }
55
+ },
56
+ {
57
+ "exchange": "BalancerV1",
58
+ "srcAmount": "4600000000000000000",
59
+ "destAmount": "9351238251",
60
+ "percent": 46,
61
+ "poolAddresses": [
62
+ "0x69d460e01070a7ba1bc363885bc8f4f0daa19bf5",
63
+ "0x1373e57f764a7944bdd7a4bd5ca3007d496934da",
64
+ "0x2257aaac34bcb27900291f7b84ee2565a6cbac57",
65
+ "0x8a649274e4d777ffc6851f13d23a86bbfa2f2fbf"
66
+ ],
67
+ "data": {
68
+ "swaps": [
69
+ {
70
+ "pool": "0x69d460e01070a7ba1bc363885bc8f4f0daa19bf5",
71
+ "tokenInParam": "3000000000000000000",
72
+ "tokenOutParam": "0",
73
+ "maxPrice": "115792089237316195423570985008687907853269984665640564039457584007913129639935"
74
+ },
75
+ {
76
+ "pool": "0x1373e57f764a7944bdd7a4bd5ca3007d496934da",
77
+ "tokenInParam": "400000000000000000",
78
+ "tokenOutParam": "0",
79
+ "maxPrice": "115792089237316195423570985008687907853269984665640564039457584007913129639935"
80
+ },
81
+ {
82
+ "pool": "0x2257aaac34bcb27900291f7b84ee2565a6cbac57",
83
+ "tokenInParam": "600000000000000000",
84
+ "tokenOutParam": "0",
85
+ "maxPrice": "115792089237316195423570985008687907853269984665640564039457584007913129639935"
86
+ },
87
+ {
88
+ "pool": "0x8a649274e4d777ffc6851f13d23a86bbfa2f2fbf",
89
+ "tokenInParam": "600000000000000000",
90
+ "tokenOutParam": "0",
91
+ "maxPrice": "115792089237316195423570985008687907853269984665640564039457584007913129639935"
92
+ }
93
+ ],
94
+ "gasUSD": "138.567792"
95
+ }
96
+ }
97
+ ]
98
+ }
99
+ ]
100
+ }
101
+ ],
102
+ "gasCostUSD": "241.800793",
103
+ "gasCost": "837600",
104
+ "side": "SELL",
105
+ "tokenTransferProxy": "0x216b4b4ba9f3e719726886d34a177484278bfcae",
106
+ "contractAddress": "0xDEF171Fe48CF0115B1d80b88dc8eAB59176FEe57",
107
+ "contractMethod": "simpleSwap",
108
+ "partnerFee": 0,
109
+ "srcUSD": "21543.5000000000",
110
+ "destUSD": "20312.0029662550",
111
+ "partner": "any",
112
+ "maxImpactReached": false,
113
+ "hmac": "e1ea6f74a416960e7f4a046937267af5debc442c"
114
+ }
@@ -0,0 +1,114 @@
1
+ {
2
+ "blockNumber": 18813358,
3
+ "network": 1,
4
+ "srcToken": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
5
+ "srcDecimals": 6,
6
+ "srcAmount": "20000000000",
7
+ "destToken": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
8
+ "destDecimals": 18,
9
+ "destAmount": "8847819568532017033",
10
+ "bestRoute": [
11
+ {
12
+ "percent": 100,
13
+ "swaps": [
14
+ {
15
+ "srcToken": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
16
+ "srcDecimals": 6,
17
+ "destToken": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
18
+ "destDecimals": 18,
19
+ "swapExchanges": [
20
+ {
21
+ "exchange": "SushiSwapV3",
22
+ "srcAmount": "6400000000",
23
+ "destAmount": "2822713151313845207",
24
+ "percent": 32,
25
+ "poolAddresses": ["0x763d3b7296e7c9718ad5b058ac2692a19e5b3638"],
26
+ "data": {
27
+ "path": [
28
+ {
29
+ "tokenIn": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
30
+ "tokenOut": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
31
+ "fee": "3000",
32
+ "currentFee": "3000"
33
+ }
34
+ ],
35
+ "gasUSD": "23.952063"
36
+ }
37
+ },
38
+ {
39
+ "exchange": "SushiSwapV3",
40
+ "srcAmount": "4800000000",
41
+ "destAmount": "2124755058853577592",
42
+ "percent": 24,
43
+ "poolAddresses": ["0x35644fb61afbc458bf92b15add6abc1996be5014"],
44
+ "data": {
45
+ "path": [
46
+ {
47
+ "tokenIn": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
48
+ "tokenOut": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
49
+ "fee": "500",
50
+ "currentFee": "500"
51
+ }
52
+ ],
53
+ "gasUSD": "29.225912"
54
+ }
55
+ },
56
+ {
57
+ "exchange": "BalancerV1",
58
+ "srcAmount": "8800000000",
59
+ "destAmount": "3900351358364594234",
60
+ "percent": 44,
61
+ "poolAddresses": [
62
+ "0x69d460e01070a7ba1bc363885bc8f4f0daa19bf5",
63
+ "0x2257aaac34bcb27900291f7b84ee2565a6cbac57",
64
+ "0x8a649274e4d777ffc6851f13d23a86bbfa2f2fbf",
65
+ "0x9b208194acc0a8ccb2a8dcafeacfbb7dcc093f81"
66
+ ],
67
+ "data": {
68
+ "swaps": [
69
+ {
70
+ "pool": "0x69d460e01070a7ba1bc363885bc8f4f0daa19bf5",
71
+ "tokenInParam": "5600000000",
72
+ "tokenOutParam": "0",
73
+ "maxPrice": "115792089237316195423570985008687907853269984665640564039457584007913129639935"
74
+ },
75
+ {
76
+ "pool": "0x2257aaac34bcb27900291f7b84ee2565a6cbac57",
77
+ "tokenInParam": "1200000000",
78
+ "tokenOutParam": "0",
79
+ "maxPrice": "115792089237316195423570985008687907853269984665640564039457584007913129639935"
80
+ },
81
+ {
82
+ "pool": "0x8a649274e4d777ffc6851f13d23a86bbfa2f2fbf",
83
+ "tokenInParam": "1200000000",
84
+ "tokenOutParam": "0",
85
+ "maxPrice": "115792089237316195423570985008687907853269984665640564039457584007913129639935"
86
+ },
87
+ {
88
+ "pool": "0x9b208194acc0a8ccb2a8dcafeacfbb7dcc093f81",
89
+ "tokenInParam": "800000000",
90
+ "tokenOutParam": "0",
91
+ "maxPrice": "115792089237316195423570985008687907853269984665640564039457584007913129639935"
92
+ }
93
+ ],
94
+ "gasUSD": "105.476976"
95
+ }
96
+ }
97
+ ]
98
+ }
99
+ ]
100
+ }
101
+ ],
102
+ "gasCostUSD": "173.861215",
103
+ "gasCost": "791200",
104
+ "side": "SELL",
105
+ "tokenTransferProxy": "0x216b4b4ba9f3e719726886d34a177484278bfcae",
106
+ "contractAddress": "0xDEF171Fe48CF0115B1d80b88dc8eAB59176FEe57",
107
+ "contractMethod": "simpleSwap",
108
+ "partnerFee": 0,
109
+ "srcUSD": "20000.0000000000",
110
+ "destUSD": "19061.3000874670",
111
+ "partner": "any",
112
+ "maxImpactReached": false,
113
+ "hmac": "23d86ccff7cebd1ff83f5981e0a4b5868f1fc1c7"
114
+ }
@@ -0,0 +1,55 @@
1
+ {
2
+ "blockNumber": 18813324,
3
+ "network": 1,
4
+ "srcToken": "0x6b3595068778dd592e39a122f4f5a5cf09c90fe2",
5
+ "srcDecimals": 18,
6
+ "srcAmount": "3000000000000000000000",
7
+ "destToken": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
8
+ "destDecimals": 18,
9
+ "destAmount": "1462165766112784720",
10
+ "bestRoute": [
11
+ {
12
+ "percent": 100,
13
+ "swaps": [
14
+ {
15
+ "srcToken": "0x6b3595068778dd592e39a122f4f5a5cf09c90fe2",
16
+ "srcDecimals": 18,
17
+ "destToken": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
18
+ "destDecimals": 18,
19
+ "swapExchanges": [
20
+ {
21
+ "exchange": "SushiSwapV3",
22
+ "srcAmount": "3000000000000000000000",
23
+ "destAmount": "1462165766112784720",
24
+ "percent": 100,
25
+ "poolAddresses": ["0x87c7056bbe6084f03304196be51c6b90b6d85aa2"],
26
+ "data": {
27
+ "path": [
28
+ {
29
+ "tokenIn": "0x6b3595068778dd592e39a122f4f5a5cf09c90fe2",
30
+ "tokenOut": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
31
+ "fee": "3000",
32
+ "currentFee": "3000"
33
+ }
34
+ ],
35
+ "gasUSD": "26.076336"
36
+ }
37
+ }
38
+ ]
39
+ }
40
+ ]
41
+ }
42
+ ],
43
+ "gasCostUSD": "37.569854",
44
+ "gasCost": "226200",
45
+ "side": "SELL",
46
+ "tokenTransferProxy": "0x216b4b4ba9f3e719726886d34a177484278bfcae",
47
+ "contractAddress": "0xDEF171Fe48CF0115B1d80b88dc8eAB59176FEe57",
48
+ "contractMethod": "simpleSwap",
49
+ "partnerFee": 0,
50
+ "srcUSD": "3330.0000000000",
51
+ "destUSD": "3153.9354224783",
52
+ "partner": "any",
53
+ "maxImpactReached": false,
54
+ "hmac": "74d10f84bc9f54e07bc2a642011ccd335f90bc34"
55
+ }
@@ -0,0 +1,73 @@
1
+ {
2
+ "blockNumber": 18813323,
3
+ "network": 1,
4
+ "srcToken": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
5
+ "srcDecimals": 18,
6
+ "srcAmount": "4000000000000000000",
7
+ "destToken": "0x6b3595068778dd592e39a122f4f5a5cf09c90fe2",
8
+ "destDecimals": 18,
9
+ "destAmount": "7097049665124498485140",
10
+ "bestRoute": [
11
+ {
12
+ "percent": 100,
13
+ "swaps": [
14
+ {
15
+ "srcToken": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
16
+ "srcDecimals": 18,
17
+ "destToken": "0x6b3595068778dd592e39a122f4f5a5cf09c90fe2",
18
+ "destDecimals": 18,
19
+ "swapExchanges": [
20
+ {
21
+ "exchange": "UniswapV3",
22
+ "srcAmount": "2080000000000000000",
23
+ "destAmount": "3666930750962393744865",
24
+ "percent": 52,
25
+ "poolAddresses": ["0x73a6a761fe483ba19debb8f56ac5bbf14c0cdad1"],
26
+ "data": {
27
+ "path": [
28
+ {
29
+ "tokenIn": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
30
+ "tokenOut": "0x6b3595068778dd592e39a122f4f5a5cf09c90fe2",
31
+ "fee": "3000",
32
+ "currentFee": "3000"
33
+ }
34
+ ],
35
+ "gasUSD": "93.841590"
36
+ }
37
+ },
38
+ {
39
+ "exchange": "SushiSwapV3",
40
+ "srcAmount": "1920000000000000000",
41
+ "destAmount": "3430118914162104740275",
42
+ "percent": 48,
43
+ "poolAddresses": ["0x87c7056bbe6084f03304196be51c6b90b6d85aa2"],
44
+ "data": {
45
+ "path": [
46
+ {
47
+ "tokenIn": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
48
+ "tokenOut": "0x6b3595068778dd592e39a122f4f5a5cf09c90fe2",
49
+ "fee": "3000",
50
+ "currentFee": "3000"
51
+ }
52
+ ],
53
+ "gasUSD": "22.090144"
54
+ }
55
+ }
56
+ ]
57
+ }
58
+ ]
59
+ }
60
+ ],
61
+ "gasCostUSD": "131.145698",
62
+ "gasCost": "789600",
63
+ "side": "SELL",
64
+ "tokenTransferProxy": "0x216b4b4ba9f3e719726886d34a177484278bfcae",
65
+ "contractAddress": "0xDEF171Fe48CF0115B1d80b88dc8eAB59176FEe57",
66
+ "contractMethod": "simpleSwap",
67
+ "partnerFee": 0,
68
+ "srcUSD": "8628.1200000000",
69
+ "destUSD": "7877.7251282882",
70
+ "partner": "any",
71
+ "maxImpactReached": false,
72
+ "hmac": "252d803fc8ca53537c22905da85ed276ae827eb4"
73
+ }
@@ -0,0 +1,82 @@
1
+ {
2
+ "blockNumber": 18813366,
3
+ "network": 1,
4
+ "srcToken": "0xdac17f958d2ee523a2206206994597c13d831ec7",
5
+ "srcDecimals": 6,
6
+ "srcAmount": "10000500000000",
7
+ "destToken": "0x6b175474e89094c44da98b954eedeac495271d0f",
8
+ "destDecimals": 18,
9
+ "destAmount": "9986733042911056529251220",
10
+ "bestRoute": [
11
+ {
12
+ "percent": 100,
13
+ "swaps": [
14
+ {
15
+ "srcToken": "0xdac17f958d2ee523a2206206994597c13d831ec7",
16
+ "srcDecimals": 6,
17
+ "destToken": "0x6b175474e89094c44da98b954eedeac495271d0f",
18
+ "destDecimals": 18,
19
+ "swapExchanges": [
20
+ {
21
+ "exchange": "CurveV1",
22
+ "srcAmount": "200010000000",
23
+ "destAmount": "199724930804948075871073",
24
+ "percent": 2,
25
+ "poolAddresses": ["0xa5407eae9ba41422680e2e00537571bcc53efbfd"],
26
+ "data": {
27
+ "exchange": "0xa5407eae9ba41422680e2e00537571bcc53efbfd",
28
+ "i": 2,
29
+ "j": 0,
30
+ "underlyingSwap": true,
31
+ "deadline": 0,
32
+ "gasUSD": "59.460060"
33
+ }
34
+ },
35
+ {
36
+ "exchange": "CurveV1",
37
+ "srcAmount": "8800440000000",
38
+ "destAmount": "8788481925522943324040552",
39
+ "percent": 88,
40
+ "poolAddresses": ["0xbebc44782c7db0a1a60cb6fe97d0b483032ff1c7"],
41
+ "data": {
42
+ "exchange": "0xbebc44782c7db0a1a60cb6fe97d0b483032ff1c7",
43
+ "i": 2,
44
+ "j": 0,
45
+ "underlyingSwap": false,
46
+ "deadline": 0,
47
+ "gasUSD": "59.460060"
48
+ }
49
+ },
50
+ {
51
+ "exchange": "CurveV1",
52
+ "srcAmount": "1000050000000",
53
+ "destAmount": "998526186583165129339595",
54
+ "percent": 10,
55
+ "poolAddresses": ["0xdebf20617708857ebe4f679508e7b7863a8a8eee"],
56
+ "data": {
57
+ "exchange": "0xdebf20617708857ebe4f679508e7b7863a8a8eee",
58
+ "i": 2,
59
+ "j": 0,
60
+ "underlyingSwap": true,
61
+ "deadline": 0,
62
+ "gasUSD": "101.082102"
63
+ }
64
+ }
65
+ ]
66
+ }
67
+ ]
68
+ }
69
+ ],
70
+ "gasCostUSD": "253.180935",
71
+ "gasCost": "851600",
72
+ "side": "SELL",
73
+ "tokenTransferProxy": "0x216b4b4ba9f3e719726886d34a177484278bfcae",
74
+ "contractAddress": "0xDEF171Fe48CF0115B1d80b88dc8eAB59176FEe57",
75
+ "contractMethod": "simpleSwap",
76
+ "partnerFee": 0,
77
+ "srcUSD": "9991539.5520000000",
78
+ "destUSD": "9986303.5135228809",
79
+ "partner": "any",
80
+ "maxImpactReached": false,
81
+ "hmac": "062b93a127ea430933d4eaf5ffc56e0106414e69"
82
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraswap/dex-lib",
3
- "version": "4.0.27",
3
+ "version": "4.0.28",
4
4
  "main": "build/index.js",
5
5
  "types": "build/index.d.ts",
6
6
  "repository": "https://github.com/paraswap/paraswap-dex-lib",
@@ -95,7 +95,7 @@ export const AlgebraConfig: DexConfigMap<DexParams> = {
95
95
  initRetryFrequency: 10,
96
96
  // AlgebraStateMulticall
97
97
  algebraStateMulticall: '0x49C46f7f88110ccA234ef27Cd664510f7bbF5998',
98
- subgraphURL: 'AAA1vYjxwFHzbt6qKwLHNcDSASyr1J1xVViDH8gTMFMR',
98
+ subgraphURL: 'YwkNWffc8UTH77wDqGWgMShMq1uXdiQsD5wrD5MzKwJ',
99
99
  uniswapMulticall: '0x4dfa9a980efE4802E969AC33968E3d6E59B8a19e',
100
100
  deployer: '0xC1b576AC6Ec749d5Ace1787bF9Ec6340908ddB47',
101
101
  version: 'v1.9-bidirectional-fee',
@@ -1,53 +0,0 @@
1
- {
2
- "version": "0.2.0",
3
- "configurations": [
4
- {
5
- "type": "node",
6
- "request": "launch",
7
- "name": "Current",
8
- "program": "${file}",
9
- "preLaunchTask": "npm: build",
10
- "sourceMaps": true,
11
- "smartStep": true,
12
- "internalConsoleOptions": "openOnSessionStart",
13
- "outFiles": ["${workspaceFolder}/build/**/*.js"]
14
- },
15
- {
16
- "type": "node",
17
- "request": "launch",
18
- "name": "Debug dex integration",
19
- "program": "${workspaceFolder}/node_modules/ts-node/dist/bin.js",
20
- "args": [
21
- "--project",
22
- "tsconfig.json",
23
- // "${workspaceFolder}/src/dex/algebra/scripts/validate-state.ts",
24
- "${workspaceFolder}/src/dex/camelot/camelot-pool-discovery.test.ts",
25
- // "${workspaceFolder}/src/dex/solidly-v3/scripts/check-event-pool-event.ts",
26
- // "${workspaceFolder}/scripts/dex-integration.ts",
27
- "test",
28
- "wombat"
29
- ],
30
- "console": "integratedTerminal",
31
- "internalConsoleOptions": "neverOpen",
32
- "runtimeArgs": ["--nolazy"],
33
- "sourceMaps": true,
34
- "smartStep": true,
35
- "skipFiles": ["<node_internals>/**"],
36
- "cwd": "${workspaceFolder}"
37
- },
38
- {
39
- "type": "node",
40
- "name": "Jest file",
41
- "request": "launch",
42
- "program": "${workspaceFolder}/node_modules/jest/bin/jest.js",
43
- // "program": "${workspaceFolder}/src/dex/camelot/scripts/validate-state.ts",
44
- // "args": ["src/dex/balancer-v1/balancer-v1-e2e.test.ts"],
45
- // "args": ["${relativeFile}"],
46
- "args": ["${file}"],
47
- "cwd": "${workspaceRoot}",
48
- "console": "integratedTerminal",
49
- "internalConsoleOptions": "neverOpen",
50
- "sourceMaps": true
51
- }
52
- ]
53
- }
@@ -1,2 +0,0 @@
1
- {
2
- }
@@ -1,15 +0,0 @@
1
- {
2
- "version": "2.0.0",
3
- "tasks": [
4
- {
5
- "label": "tsc: build - tsconfig.json",
6
- "type": "typescript",
7
- "tsconfig": "tsconfig.json",
8
- "problemMatcher": ["$tsc"],
9
- "group": {
10
- "kind": "build",
11
- "isDefault": true
12
- }
13
- }
14
- ]
15
- }
@@ -1,52 +0,0 @@
1
- [
2
- {
3
- "inputs": [
4
- {
5
- "components": [
6
- { "internalType": "bytes", "name": "path", "type": "bytes" },
7
- { "internalType": "address", "name": "recipient", "type": "address" },
8
- { "internalType": "uint256", "name": "amountIn", "type": "uint256" },
9
- {
10
- "internalType": "uint256",
11
- "name": "amountOutMinimum",
12
- "type": "uint256"
13
- }
14
- ],
15
- "internalType": "struct ISwapRouter.ExactInputParams",
16
- "name": "params",
17
- "type": "tuple"
18
- }
19
- ],
20
- "name": "exactInput",
21
- "outputs": [
22
- { "internalType": "uint256", "name": "amountOut", "type": "uint256" }
23
- ],
24
- "stateMutability": "payable",
25
- "type": "function"
26
- },
27
- {
28
- "inputs": [
29
- {
30
- "components": [
31
- { "internalType": "bytes", "name": "path", "type": "bytes" },
32
- { "internalType": "address", "name": "recipient", "type": "address" },
33
- { "internalType": "uint256", "name": "amountOut", "type": "uint256" },
34
- {
35
- "internalType": "uint256",
36
- "name": "amountInMaximum",
37
- "type": "uint256"
38
- }
39
- ],
40
- "internalType": "struct ISwapRouter.ExactOutputParams",
41
- "name": "params",
42
- "type": "tuple"
43
- }
44
- ],
45
- "name": "exactOutput",
46
- "outputs": [
47
- { "internalType": "uint256", "name": "amountIn", "type": "uint256" }
48
- ],
49
- "stateMutability": "payable",
50
- "type": "function"
51
- }
52
- ]