Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
libevm committed Dec 13, 2021
1 parent 1c164a7 commit b526817
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Remember that having highly optimized contracts is just one part of the equation
- [x] tx decoding
- [x] logging
- [] bundle firing
- [] algos
- [] optimal sandwich amount in
- [] sandwich profitability
- [x] algos
- [x] optimal sandwich amount in
- [x] sandwich profitability
- [] misc
- [] block base fee calc
- [] bribing gas calc
4 changes: 2 additions & 2 deletions contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ For a sandwich front/back slice, there is only so much optimization that can be
- Catch-all function signatures
- ....

**NOTE: Please be aware that this repository does NOT provide protection against [Uncle Bandit attacks](https://twitter.com/bertcmiller/status/1385294417091760134)**

## Gas Usage

![](https://i.imgur.com/5AQQbns.png)
Expand All @@ -24,8 +26,6 @@ For a sandwich front/back slice, there is only so much optimization that can be
| Solidity Inline Assembly Contract | 92422 |
| Yulp Contracts | 92234 |

**NOTE: Please be aware that this repository does NOT provide protection against [Uncle Bandit attacks](https://twitter.com/bertcmiller/status/1385294417091760134)**

## Development

You'll need [NodeJS](https://nodejs.org/en/) on your machine.
Expand Down

0 comments on commit b526817

Please sign in to comment.