@@ -6,16 +6,14 @@ use std::{
66 time:: { Duration , SystemTime , UNIX_EPOCH } ,
77} ;
88
9- pub use alloy;
10- use alloy:: {
9+ use thegraph_core:: alloy:: {
1110 core:: primitives:: Address ,
1211 primitives:: PrimitiveSignature as Signature ,
13- rlp:: { RlpDecodable , RlpEncodable } ,
12+ rlp:: { Encodable , RlpDecodable , RlpEncodable } ,
1413 signers:: SignerSync ,
15- sol_types:: { sol, Eip712Domain , SolStruct } ,
14+ sol,
15+ sol_types:: { Eip712Domain , SolStruct } ,
1616} ;
17- pub use alloy_rlp;
18- use alloy_rlp:: Encodable ;
1917use thiserror:: Error ;
2018
2119sol ! {
@@ -216,12 +214,14 @@ impl SignedCancellationRequest {
216214mod test {
217215 use std:: time:: { Duration , SystemTime , UNIX_EPOCH } ;
218216
219- use alloy:: {
220- primitives:: { Address , FixedBytes , U256 } ,
221- signers:: local:: PrivateKeySigner ,
222- sol_types:: SolStruct ,
217+ use thegraph_core:: {
218+ alloy:: {
219+ primitives:: { Address , FixedBytes , U256 } ,
220+ signers:: local:: PrivateKeySigner ,
221+ sol_types:: SolStruct ,
222+ } ,
223+ attestation:: eip712_domain,
223224 } ;
224- use thegraph_core:: attestation:: eip712_domain;
225225
226226 use crate :: {
227227 AgreementVoucherValidationError , CancellationRequest , CancellationRequestValidationError ,
0 commit comments