subway icon indicating copy to clipboard operation
subway copied to clipboard

Remove Flashbots

Open throwthatbrick opened this issue 2 years ago • 1 comments

I changed some code around and so far its running on AVAX, but I'm curious about how I'd go about removing the Flashbots functions without breaking the entire bot. Do you have any pointers?

throwthatbrick avatar May 24 '22 03:05 throwthatbrick

You need to write your own transaction functions to complete the swaps.

The Flashbots part is only used for carrying out the transactions at the end. You can remove all references to it and replace it relatively easily.

brendanwenzel avatar Oct 31 '22 16:10 brendanwenzel

I have the same issue. I wanna run this on BSC but flashbot doesn't support BSC. So I cannot simulate the bundles and send those bundles. What's the solution?

atropos0902 avatar May 16 '23 03:05 atropos0902

@throwthatbrick Did you find any solution on AVAX?

atropos0902 avatar May 16 '23 03:05 atropos0902

You need to write your own transaction functions to complete the swaps.

The Flashbots part is only used for carrying out the transactions at the end. You can remove all references to it and replace it relatively easily.

How? With what can it be done easily like you said?

atropos0902 avatar May 16 '23 03:05 atropos0902