chore: bump alloy 0.8.2 (#13459)

This commit is contained in:
Matthias Seitz
2024-12-20 08:56:01 +01:00
committed by GitHub
parent 058cfe2f98
commit 431c993cee
5 changed files with 88 additions and 85 deletions

View File

@ -26,12 +26,13 @@ impl NetworkInfo for NoopNetwork {
}
async fn network_status(&self) -> Result<NetworkStatus, NetworkError> {
#[allow(deprecated)]
Ok(NetworkStatus {
client_version: "reth-test".to_string(),
protocol_version: ProtocolVersion::V5 as u64,
eth_protocol_info: EthProtocolInfo {
difficulty: Default::default(),
network: 1,
difficulty: None,
genesis: Default::default(),
config: Default::default(),
head: Default::default(),