mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
6 lines
93 B
Rust
6 lines
93 B
Rust
//! Example that showcases how to inject custom hardforks.
|
|
|
|
pub mod chainspec;
|
|
|
|
fn main() {}
|