Skip to content

Raise the bribes #1

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions execute/utils/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"goerliSushiFactoryAddress": "0xc35DADB65012eC5796536bD9864eD8773aBc74C4",
"mainnetWETHAddress": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
"goerliWETHAddress": "0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6",
"percentageToKeep": "50"
}
"percentageToKeep": "99"
}
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ executorContractAddress=<CONTRACT_ADDRESS>
```
Replace <YOUR_RPC_URL> with the URL of your Ethereum RPC provider, <YOUR_PRIVATE_KEY> with the private key of the Ethereum address you want to use for executing the transactions, and <CONTRACT_ADDRESS> with the address of the deployed BlindBackrun smart contract from above.

By default this bot bids 50% of its profits to `block.coinbase` but this can be configured by changing `percentageToKeep` in the [config file](./execute/utils/config.json). After a short time after open sourcing it is likely that you will need to increase `percentageToKeep` for your bundles to be competitive.
By default this bot bids 99% of its profits to `block.coinbase` but this can be configured by changing `percentageToKeep` in the [config file](./execute/utils/config.json).

### Usage
To start listening to the Flashbots MEV-Share Matchmaker and submitting blind arbitrage transactions, run the following command:
Expand Down