yuyasugano / pancake-bakery-arbitrage

A sample application invokes a flashswap in PancakeSwap and a monitoring tool in Node.js.
305 stars 194 forks source link

Load all available coins rather than hard coded ones #12

Closed pomeara closed 2 years ago

pomeara commented 2 years ago

Hi firstly great little project.

I am looking at this and getting a feel of how it hangs together and I though it would be great to auto load all available chains, this could be done via scraping the contract addresses from coin market cap.

htkcodes commented 2 years ago

Btw, i dont think this code would be profitable, because they're other faster bots, seeing the same arb opportunity and taking the it before you, you would have to improve the speed of this code and run it on a full node.

MisterAlexD commented 2 years ago

Btw, i dont think this code would be profitable, because they're other faster bots, seeing the same arb opportunity and taking the it before you, you would have to improve the speed of this code and run it on a full node.

Can you give any advices, on how to make sol contract faster?

htkcodes commented 2 years ago

Wouldnt be the sol contract, it would be the code itself