Uniswap / smart-order-router

GNU General Public License v3.0
406 stars 404 forks source link

Export calculateRatioAmountIn() function #79

Open eliotstock opened 2 years ago

eliotstock commented 2 years ago

This function...

https://github.com/Uniswap/smart-order-router/blob/main/src/routers/alpha-router/functions/calculate-ratio-amount-in.ts#L4

.. is highly useful outside the context of the Alpha Router, but it's not exported from:

https://github.com/Uniswap/smart-order-router/blob/main/src/routers/alpha-router/index.ts

willpote commented 2 years ago

Feel free to submit a PR for this!