Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
chore: reexport ethabi module (#1362)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Jun 8, 2022
1 parent c7a8a1e commit 295f86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethers-core/src/abi/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use crate::{
utils::id,
};

pub use ethabi::{Contract as Abi, *};
pub use ethabi::{self, Contract as Abi, *};

mod tokens;
pub use tokens::{Detokenize, InvalidOutputType, Tokenizable, TokenizableItem, Tokenize};
Expand Down

0 comments on commit 295f86e

Please sign in to comment.