Update verify.ts

pull/5370/head
bunsenstraat 2 years ago committed by Aniket
parent 42237ad3b1
commit 67053439d0
  1. 4
      apps/etherscan/src/app/utils/verify.ts

@ -90,8 +90,6 @@ export const verify = async (
const response = await axios.post(etherscanApi, body)
const { message, result, status } = await response.data
console.log("response", response.data)
if (message === "OK" && status === "1") {
resetAfter10Seconds(client, setResults)
const receiptStatus = await getReceiptStatus(
@ -171,4 +169,4 @@ export const verify = async (
}
}
return contractMetadata
}
}

Loading…
Cancel
Save