Skip to content

Commit

Permalink
chore: no_std
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg committed Jun 20, 2024
1 parent 0ce893a commit bc9d3e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/eips/src/eip7702/auth_list.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
use core::ops::Deref;

#[cfg(not(feature = "std"))]
use alloc::vec::Vec;
use alloy_primitives::{keccak256, Address, ChainId, Signature, SignatureError, B256};
use alloy_rlp::{BufMut, Decodable, Encodable, Header, RlpEncodable};

Expand Down

0 comments on commit bc9d3e8

Please sign in to comment.