chore: changed example command (#16993)

This commit is contained in:
Soubhik Singha Mahapatra
2025-06-22 20:58:39 +05:30
committed by GitHub
parent 18cd06f306
commit 55fdebdc0e
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -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.