Skip to content

Commit

Permalink
Update Suave.sol library to flashbots/suave-geth@9972736 (#92)
Browse files Browse the repository at this point in the history
Co-authored-by: sukoneck <[email protected]>
  • Loading branch information
github-actions[bot] and sukoneck authored Jun 27, 2024
1 parent a750801 commit 269e283
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/suavelib/Suave.sol
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,14 @@ library Suave {
/// @param headers HTTP Headers
/// @param body Body of the request (if Post or Put)
/// @param withFlashbotsSignature Whether to include the Flashbots signature
/// @param timeout Timeout of the request in milliseconds
struct HttpRequest {
string url;
string method;
string[] headers;
bytes body;
bool withFlashbotsSignature;
uint64 timeout;
}

/// @notice Result of a simulated transaction.
Expand Down

0 comments on commit 269e283

Please sign in to comment.