Skip to content

Commit

Permalink
chore(deps): bump ethers (#4546)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Mar 13, 2023
1 parent cd85870 commit a1f41be
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 24 deletions.
38 changes: 19 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions evm/src/trace/identifier/etherscan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@ use super::{AddressIdentity, TraceIdentifier};
use ethers::{
abi::Address,
etherscan,
etherscan::contract::Metadata,
prelude::{
artifacts::ContractBytecodeSome, contract::ContractMetadata, errors::EtherscanError,
ArtifactId,
},
etherscan::contract::{ContractMetadata, Metadata},
prelude::{artifacts::ContractBytecodeSome, errors::EtherscanError, ArtifactId},
solc::utils::RuntimeOrHandle,
types::H160,
};
Expand Down

0 comments on commit a1f41be

Please sign in to comment.