diff --git a/crates/forrestrie-examples/examples/verify-era.rs b/crates/forrestrie-examples/examples/verify-era.rs index 3e1fd2e6..dec48469 100644 --- a/crates/forrestrie-examples/examples/verify-era.rs +++ b/crates/forrestrie-examples/examples/verify-era.rs @@ -6,7 +6,7 @@ //! extracted block headers. use ethportal_api::Header; -use firehose_client::client::{Chain, FirehoseClient}; +use firehose_client::{Chain, FirehoseClient}; use firehose_protos::EthBlock; use forrestrie::{ beacon_state::{HeadState, CAPELLA_START_ERA, HISTORY_TREE_DEPTH, SLOTS_PER_HISTORICAL_ROOT},