-
So I have been continuing to create my bot. It's finally working, however it still has some flaws.
My trading finder is build on these protocols to find arbitrage oppertunities:
That's the The protocols are read from an address file that I created here:
I don't know what exactly I did wrong, cause the only routers it actually pings from the protocol are the UniswapV3 and Quickswap router. Even after commenting them out, it still only pings these routers. Any ideas how to call these Dexes in a better way maybe? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Fixed it myself. I forgot to do yarn build. The changes I made didn't get recognized in the ./dist files |
Beta Was this translation helpful? Give feedback.
Fixed it myself. I forgot to do yarn build. The changes I made didn't get recognized in the ./dist files