mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: bump alloy 0.8.2 (#13459)
This commit is contained in:
@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user