mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-09 23:38:10 -05:00
chore: changed example command (#16993)
This commit is contained in:
committed by
GitHub
parent
18cd06f306
commit
55fdebdc0e
@@ -1,7 +1,7 @@
|
||||
//! Run with
|
||||
//!
|
||||
//! ```sh
|
||||
//! cargo run -p beacon-api-beacon-sidecar-fetcher --node --full
|
||||
//! cargo run -p example-beacon-api-sidecar-fetcher -- node --full
|
||||
//! ```
|
||||
//!
|
||||
//! This launches a regular reth instance and subscribes to payload attributes event stream.
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
//! Run with
|
||||
//!
|
||||
//! ```sh
|
||||
//! cargo run -p beacon-api-sse -- node
|
||||
//! cargo run -p example-beacon-api-sse -- node
|
||||
//! ```
|
||||
//!
|
||||
//! This launches a regular reth instance and subscribes to payload attributes event stream.
|
||||
|
||||
Reference in New Issue
Block a user