mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
chore: re-export reth_chainspec in reth (#10604)
This commit is contained in:
@ -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::*;
|
||||||
|
|||||||
Reference in New Issue
Block a user