mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-10 07:48:19 -05:00
Simplify examples imports for beacon-api-sse (#15549)
This commit is contained in:
committed by
GitHub
parent
19f8070565
commit
b8b75da068
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -3325,7 +3325,7 @@ dependencies = [
|
||||
"futures-util",
|
||||
"mev-share-sse",
|
||||
"reth",
|
||||
"reth-node-ethereum",
|
||||
"reth-ethereum",
|
||||
"tokio",
|
||||
"tracing",
|
||||
]
|
||||
|
||||
@@ -7,7 +7,7 @@ license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
reth.workspace = true
|
||||
reth-node-ethereum.workspace = true
|
||||
reth-ethereum = { workspace = true, features = ["node"] }
|
||||
|
||||
alloy-rpc-types-beacon.workspace = true
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ use clap::Parser;
|
||||
use futures_util::stream::StreamExt;
|
||||
use mev_share_sse::{client::EventStream, EventClient};
|
||||
use reth::{chainspec::EthereumChainSpecParser, cli::Cli};
|
||||
use reth_node_ethereum::EthereumNode;
|
||||
use reth_ethereum::node::EthereumNode;
|
||||
use std::net::{IpAddr, Ipv4Addr};
|
||||
use tracing::{info, warn};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user