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

Commit

Permalink
chore(abigen): reexport filter (#1565)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Aug 4, 2022
1 parent 0c297ca commit 52ead7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ethers-contract/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ pub mod builders {

#[cfg(any(test, feature = "abigen"))]
#[cfg_attr(docsrs, doc(cfg(feature = "abigen")))]
pub use ethers_contract_abigen::{Abigen, MultiAbigen};
pub use ethers_contract_abigen::{
Abigen, ContractFilter, ExcludeContracts, MultiAbigen, SelectContracts,
};

#[cfg(any(test, feature = "abigen"))]
#[cfg_attr(docsrs, doc(cfg(feature = "abigen")))]
Expand Down

0 comments on commit 52ead7c

Please sign in to comment.