chore: re-export reth_chainspec in reth (#10604)

This commit is contained in:
ziminq
2024-08-29 16:05:14 +08:00
committed by GitHub
parent ca5d3b00e6
commit 019ec727a2

View File

@ -90,6 +90,11 @@ pub mod dirs {
pub use reth_node_core::dirs::*; pub use reth_node_core::dirs::*;
} }
/// Re-exported from `reth_chainspec`
pub mod chainspec {
pub use reth_chainspec::*;
}
/// Re-exported from `reth_provider`. /// Re-exported from `reth_provider`.
pub mod providers { pub mod providers {
pub use reth_provider::*; pub use reth_provider::*;