CoinAlpha / gateway-api

Apache License 2.0
47 stars 25 forks source link

Upgrade Uniswap gateway with dynamic route #30

Closed dennisocana closed 3 years ago

dennisocana commented 3 years ago

Currently, we don't do this because we didn't have the token list back then when we launched Uniswap. The SDK is designed to take in multiple token addresses so it can do some computations and combinations to determine the best route when doing the swaps.

Now that we have the token list, and since the change to that part isn't that big (similar to Balancer), we think it's possible to do in this release.