diff --git a/ethers-etherscan/src/lib.rs b/ethers-etherscan/src/lib.rs index 98aa8da4..f8b4fc83 100644 --- a/ethers-etherscan/src/lib.rs +++ b/ethers-etherscan/src/lib.rs @@ -1,7 +1,7 @@ //! Bindings for [etherscan.io web api](https://docs.etherscan.io/) -mod contract; -mod errors; +pub mod contract; +pub mod errors; mod transaction; use errors::EtherscanError;