diff --git a/common/src/test_vectors.rs b/common/src/test_vectors.rs index f50993468..c6b7eaaf3 100644 --- a/common/src/test_vectors.rs +++ b/common/src/test_vectors.rs @@ -8,10 +8,10 @@ use alloy_sol_types::{eip712_domain, Eip712Domain}; use ethers::signers::{coins_bip39::English, LocalWallet, MnemonicBuilder, Signer}; use ethers_core::types::U256; use lazy_static::lazy_static; -use thegraph::types::DeploymentId; use tap_core::{ eip_712_signed_message::EIP712SignedMessage, tap_manager::SignedReceipt, tap_receipt::Receipt, }; +use thegraph::types::DeploymentId; use crate::prelude::{Allocation, AllocationStatus, SubgraphDeployment};