We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
verify
Address is not a smart-contract
1 parent 0037ec1 commit 3f1fc80Copy full SHA for 3f1fc80
crates/verify/src/etherscan/mod.rs
@@ -107,6 +107,7 @@ impl VerificationProvider for EtherscanVerificationProvider {
107
108
if resp.result.starts_with("Unable to locate ContractCode at")
109
|| resp.result.starts_with("The address is not a smart contract")
110
+ || resp.result.starts_with("Address is not a smart-contract")
111
{
112
warn!("{}", resp.result);
113
return Err(eyre!("Could not detect deployment: {}", resp.result));
0 commit comments