Skip to content

Commit

Permalink
feat(etherscan): add ClientBuilder type (#1193)
Browse files Browse the repository at this point in the history
* style: clean up order

* feat(etherscan): add client builder

* fix: set correct field
  • Loading branch information
mattsse committed Apr 29, 2022
1 parent c81254a commit 281913b
Show file tree
Hide file tree
Showing 2 changed files with 228 additions and 145 deletions.
2 changes: 2 additions & 0 deletions ethers-etherscan/src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ pub enum EtherscanError {
LocalNetworksNotSupported,
#[error("Unknown error: {0}")]
Unknown(String),
#[error("Missing field: {0}")]
Builder(String),
}
Loading

0 comments on commit 281913b

Please sign in to comment.