simple-arbitrage icon indicating copy to clipboard operation
simple-arbitrage copied to clipboard

Example arbitrage bot using Flashbots

Results 16 simple-arbitrage issues
Sort by recently updated
recently updated
newest added

I understand that this is simple example code and probably not making any profit, my question is what should be improved to make little profit at least with this bot?...

Could somebody please point to any successful execution of this `simple-arbitrage` project against Ethereum Mainnet? As I test, I would like to fork Mainnet at that block and try this...

I'm getting this error. I changed serval ether.js version. But same error. ![6A37CDE4-BE97-11EB-8CA0-8CEC4B55F049](https://user-images.githubusercontent.com/33037366/119759442-3d494e00-bee3-11eb-9ee5-4d12551a3463.png)

Hi, Is it possible to test smart contract on remix? function [getPairsByIndexRange](https://github.com/flashbots/simple-arbitrage/blob/03cf1058b5bd8079561e2505efc85f77e357b829/contracts/UniswapFlashQuery.sol#L28) is not working when i take a test using Ropsten Test network. ![image](https://user-images.githubusercontent.com/17973141/148425448-1a4957c4-2fcd-4498-a377-92f82026f697.png) Any guide appreciatively, thanks

Hi, I set all with correct info, when I do NPM RUN START I get this error. I tried on BSC network, I don't have this error? Any idea ?

Is this the relayer I need https://github.com/flashbots/mev-relay-js? How do I specify a different relayer in https://github.com/flashbots/ethers-provider-flashbots-bundle?

Hello How should I run the part below? For example, should I type the Private Key on the command line? Or should I write it in Index.js? --------------------------------------------------------------------- $ PRIVATE_KEY=__PRIVATE_KEY_FROM_ABOVE__...

This PR does the following: - Adds a flashloan from Aave to "BundleExecutor.sol," as well as importing all the necessary libraries - Moved the previous bundle executor to "BundleExecutorNoFlashloan.sol" -...