seismic_node/
node.rs

1use reth_node_ethereum::EthereumNode;
2
3/// Alias for a SeismicNode.
4pub type SeismicNode = EthereumNode;