-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SwapRouter on celo is actually SwapRouter2. why don't use SwapRouter ? #344
Comments
If we want to call contract swapRouter.exactInputSingle directly on celo, we must use the correct abi: Other wise, if we want to use js function swaprouter.swapCallParameters on celo, we must create a ts file which is named swapRouter02.ts : copy this code to swapRouter02.ts , then delete all the |
There are DEXes using the interface with This has become a nightmare become we want to support any DEX that is Uniswap compliant, but now there are two versions of the same contract. |
Hello from 2024. This discrepancy is annoying. |
celo only has SwapRouter2
celo not have SwapRouter
The text was updated successfully, but these errors were encountered: