@@ -6,16 +6,16 @@ use std::{
66 time:: { Duration , SystemTime , UNIX_EPOCH } ,
77} ;
88
9- pub use alloy;
10- use alloy:: {
9+ pub use alloy_rlp;
10+ use alloy_rlp:: Encodable ;
11+ use thegraph_core:: alloy:: {
1112 core:: primitives:: Address ,
1213 primitives:: PrimitiveSignature as Signature ,
1314 rlp:: { RlpDecodable , RlpEncodable } ,
1415 signers:: SignerSync ,
15- sol_types:: { sol, Eip712Domain , SolStruct } ,
16+ sol,
17+ sol_types:: { Eip712Domain , SolStruct } ,
1618} ;
17- pub use alloy_rlp;
18- use alloy_rlp:: Encodable ;
1919use thiserror:: Error ;
2020
2121sol ! {
@@ -216,12 +216,14 @@ impl SignedCancellationRequest {
216216mod test {
217217 use std:: time:: { Duration , SystemTime , UNIX_EPOCH } ;
218218
219- use alloy:: {
220- primitives:: { Address , FixedBytes , U256 } ,
221- signers:: local:: PrivateKeySigner ,
222- sol_types:: SolStruct ,
219+ use thegraph_core:: {
220+ alloy:: {
221+ primitives:: { Address , FixedBytes , U256 } ,
222+ signers:: local:: PrivateKeySigner ,
223+ sol_types:: SolStruct ,
224+ } ,
225+ attestation:: eip712_domain,
223226 } ;
224- use thegraph_core:: attestation:: eip712_domain;
225227
226228 use crate :: {
227229 AgreementVoucherValidationError , CancellationRequest , CancellationRequestValidationError ,
0 commit comments