Skip to content

Commit

Permalink
chore: re-export reth_chainspec in reth (paradigmxyz#10604)
Browse files Browse the repository at this point in the history
  • Loading branch information
ziminq authored Aug 29, 2024
1 parent ca5d3b0 commit 019ec72
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/reth/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ pub mod dirs {
pub use reth_node_core::dirs::*;
}

/// Re-exported from `reth_chainspec`
pub mod chainspec {
pub use reth_chainspec::*;
}

/// Re-exported from `reth_provider`.
pub mod providers {
pub use reth_provider::*;
Expand Down

0 comments on commit 019ec72

Please sign in to comment.