You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Returns whether the sender is a known L2 system sender that is the first tx in every block.
48
+
/// Returns whether the sender is a known system sender that is the first tx in every block.
49
49
///
50
-
/// Transactions from these senders usually don't have a any fee information.
50
+
/// Transactions from these senders usually don't have a any fee information OR set absurdly high fees that exceed the gas limit (See: <https://github.com/foundry-rs/foundry/pull/10608>)
0 commit comments