Files
reth/crates/optimism/node/src/version.rs
Emilia Hane ffabf7ebf7 feat(isthmus): Integrate OpExecutionPayloadValidator (#14207)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: caglarkaya <caglaryucekaya@gmail.com>
2025-02-28 11:21:31 +00:00

5 lines
124 B
Rust

//! Version information for op-reth.
/// The human readable name of the client
pub const OP_NAME_CLIENT: &str = "OP-Reth";