Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Catch and ignore etherscan verification error when getabi fails #491

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TylerEther
Copy link

This PR catches an etherscan verification error when the getabi action fails, and proceeds with the verification attempt.

Some block explorers may not support the getabi action, such as Evmos' Escan. When attempting verification with Escan, this plugin fails at const abiResponse = await axios.get( and verification terminates. This bug fix catches the error and proceeds with verification.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant