Skip to content

Commit 019ec72

Browse files
authored
chore: re-export reth_chainspec in reth (paradigmxyz#10604)
1 parent ca5d3b0 commit 019ec72

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bin/reth/src/lib.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@ pub mod dirs {
9090
pub use reth_node_core::dirs::*;
9191
}
9292

93+
/// Re-exported from `reth_chainspec`
94+
pub mod chainspec {
95+
pub use reth_chainspec::*;
96+
}
97+
9398
/// Re-exported from `reth_provider`.
9499
pub mod providers {
95100
pub use reth_provider::*;

0 commit comments

Comments
 (0)