Skip to content

Commit

Permalink
add timeout param to HttpRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroXbrock committed Jul 31, 2024
1 parent f7c2f02 commit 3d7b471
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/suavelib/Suave.sol
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ library Suave {
string[] headers;
bytes body;
bool withFlashbotsSignature;
uint64 timeout;
}

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

0 comments on commit 3d7b471

Please sign in to comment.