mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(primitives): add H128 (#79)
* feat(primitives): add H128 * uses patch for now * cargo fmt
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -671,7 +671,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "ethers-core"
|
||||
version = "0.17.0"
|
||||
source = "git+https://github.com/gakonst/ethers-rs#f3a5a7aef06db391f8d2c4370bbc2a1b6ae4ea0f"
|
||||
source = "git+https://github.com/rjected/ethers-rs?branch=add-h128#e600580c0348e959d74fdfb0db9d3cdfb67222d7"
|
||||
dependencies = [
|
||||
"arrayvec",
|
||||
"bytes",
|
||||
|
||||
@ -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},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user