From 9797e9a83bb9b2e241ff6aadd9e8b45b1891995b Mon Sep 17 00:00:00 2001 From: halo3mic <46010359+halo3mic@users.noreply.github.com> Date: Mon, 7 Nov 2022 21:25:57 +0100 Subject: [PATCH] Fixes: #1836 (#1837) --- ethers-core/src/types/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethers-core/src/types/mod.rs b/ethers-core/src/types/mod.rs index 68643dc2..3c2aff0e 100644 --- a/ethers-core/src/types/mod.rs +++ b/ethers-core/src/types/mod.rs @@ -6,7 +6,7 @@ pub type Selector = [u8; 4]; pub use ethabi::ethereum_types::H256 as TxHash; pub use ethabi::ethereum_types::{ - Address, BigEndianHash, Bloom, H128, H160, H256, H32, H512, H64, U128, U256, U64, + Address, BigEndianHash, Bloom, H128, H160, H256, H32, H512, H64, U128, U256, U64, U512, }; pub mod transaction;