Skip to content

Commit

Permalink
chore: reexport eip types for convenience
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Jan 30, 2025
1 parent d3cec5a commit 7677a71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/net/eth-wire-types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@ pub use capability::*;

pub mod primitives;
pub use primitives::*;

/// re-export for convenience
pub use alloy_eips::eip1898::{BlockHashOrNumber, HashOrNumber};
pub use alloy_eips::eip2718::Encodable2718;

0 comments on commit 7677a71

Please sign in to comment.