custom_hardforks/
main.rs

1//! Example that showcases how to inject custom hardforks.
2
3pub mod chainspec;
4
5fn main() {}