Skip to content

Commit

Permalink
Add flashbots signature
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranbt committed Jan 9, 2024
1 parent 029ab90 commit e2ae565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protocols/MevShare.sol
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ library MevShare {
request.headers = new string[](1);
request.headers[0] = "Content-Type:application/json";
request.body = encodeBundle(bundle);
// TODO: Add Flashbots signature
request.withFlashbotsSignature = true;

Suave.doHTTPRequest(request);
}
Expand Down

0 comments on commit e2ae565

Please sign in to comment.