We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31dc43e commit 4c83840Copy full SHA for 4c83840
src/processor/snapshot/mod.rs
@@ -9,7 +9,7 @@ use async_trait::async_trait;
9
use ethers::types::{Address, H256, U256, U64};
10
use eyre::Result;
11
use state_reconstruct_fetcher::{
12
- constants::{ethereum, storage, zksync::L2_BLOCK_NUMBER_ADDRESSES},
+ constants::{storage, zksync::L2_BLOCK_NUMBER_ADDRESSES},
13
types::CommitBlock,
14
};
15
use state_reconstruct_storage::{
0 commit comments