From 882d7f0db718a2273616559be77d2d598cd86242 Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann Date: Sat, 2 Dec 2023 00:09:21 +0100 Subject: [PATCH] Squashme: update test vectors to thegraph crate --- common/src/test_vectors.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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};