Fix tests

This commit is contained in:
Omar Abdulla
2025-07-21 07:31:10 +03:00
parent 3cdf57f7c3
commit e5a3f0aee9
-4
View File
@@ -382,10 +382,6 @@ mod tests {
unimplemented!()
}
fn fetch_add_nonce(&self, _: Address) -> anyhow::Result<u64> {
unimplemented!()
}
fn chain_id(&self) -> anyhow::Result<alloy_primitives::ChainId> {
Ok(0x123)
}