fix(abigen): add back mod util

This commit is contained in:
Georgios Konstantopoulos 2023-01-13 11:09:13 -08:00
parent 27761d7acc
commit 219004efcb
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ pub use multi::MultiAbigen;
mod source;
pub use source::Source;
pub mod util;
pub use ethers_core::types::Address;
use contract::{Context, ExpandedContract};