sphinx-labs / sphinx

DevOps platform for smart contract deployments
MIT License
237 stars 15 forks source link

fix(core): Handle already verified response after successful submission #1635

Closed RPate97 closed 6 months ago

RPate97 commented 6 months ago

Purpose

Handles a case where the Etherscan API can return "already verified" after a contract verification has already been submitted. We didn't handle this case correctly, which would cause verification to stall indefinitely.