mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-05 12:34:57 -05:00
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de> Co-authored-by: caglarkaya <caglaryucekaya@gmail.com>
5 lines
124 B
Rust
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";
|