ApeWorX / ape-etherscan

Etherscan explorer plugin using EVM-based networks for the Ape Framework
https://www.apeworx.io/
Apache License 2.0
24 stars 26 forks source link

fix: issue where got response error after verification #47

Closed antazoey closed 2 years ago

antazoey commented 2 years ago

What I did

Occasionally, you would get a EtherscanResponseError: Resource not found when waiting for the verification status because it gets verified in between check. This fixes that.

How I did it

If guid was validated at least once and we happen upon this error, consider it a passing verification.

How to verify it

verify some contracts on goerli, that is where I noticed the bug happen.

Checklist