()
| 99 | /// Useful for testing. |
| 100 | #[cfg(any(test, feature = "test-util"))] |
| 101 | pub fn testing_alloy_node_error() -> alloy_contract::Error { |
| 102 | alloy_contract::Error::TransportError(alloy_transport::TransportError::ErrorResp( |
| 103 | alloy_json_rpc::ErrorPayload::internal_error(), |
| 104 | )) |
| 105 | } |
| 106 | |
| 107 | #[cfg(test)] |
| 108 | mod tests { |
no outgoing calls