joshstevens19 / simple-uniswap-sdk

Uniswap SDK which handles the routes automatically for you, changes in trade quotes reactive subscriptions, exposure to formatted easy to understand information, bringing back the best trade quotes automatically, generating transactions for you and much more.
MIT License
188 stars 95 forks source link

feat: support multiple exchanges and search for best route #52

Open mburger81 opened 1 year ago

mburger81 commented 1 year ago

Hello again,

I have a feature request or maybe its even already implemented.

Is there a way to get best route to exchange token if there are different liquidity pools on different exchanges?

In our case we have already a LP on TraderJoye and would like to add another to Pangolin (both and Avalanche C-Chain). Is there a way we can do this?

Or even, bogged.finance has an AGGREGATOR which is already doing the job, is there a way to use the AGGREGATOR instead of a router?

@joshstevens19 @liu-zhipeng @vm06007