-
Notifications
You must be signed in to change notification settings - Fork 218
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
Swap pairs #18
Comments
Out of the box the pairs are BNB and BUSD I believe we need to add them to pairs.js as well as their contract address where that's relevant too. The arbs that the script is finding for me (BUSD/BNB) are either too big or otherwise not actionable. I've changed the size in pairs.js in amountTokenPay but nothing seems to change in the size of arb ops being found, see example below:
My next plan is to find out why these arbs are so big, how to solve this if needed, and then to experiment with other LPs / pairs to see if it's better. Good liquidity but low tx's would be the aim in identifying any pair. |
cool! thanks for the reply. will try these out |
you got to write a script that picks up the pairs for you, I did it in the past already. The script should look through all the available tokens and generate |
Firstly, thanks for sharing this code with us. I am looking for the part to input pairs to swap. Do we have to input them manually or will the code look for the best pair on the dex and go through with the flashswap?
The text was updated successfully, but these errors were encountered: