1//! Utilities to store history from downloaded ERA files with storage-api 2//! 3//! The import is downloaded using [`reth_era_downloader`] and parsed using [`reth_era`]. 4 5mod history; 6 7/// Imports history from ERA files. 8pub use history::import;