Skip to content

Commit

Permalink
feat(primitives): add H128 (#79)
Browse files Browse the repository at this point in the history
* feat(primitives): add H128

 * uses patch for now

* cargo fmt
  • Loading branch information
Rjected authored Oct 15, 2022
1 parent bdc38d8 commit 07a83b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/primitives/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ pub type StorageValue = H256;
// NOTE: There is a benefit of using wrapped Bytes as it gives us serde and debug
pub use ethers_core::{
types as rpc,
types::{Bloom, Bytes, H160, H256, H512, H64, U256, U64},
types::{Bloom, Bytes, H128, H160, H256, H512, H64, U256, U64},
};

0 comments on commit 07a83b1

Please sign in to comment.