ApeWorX / ape-etherscan

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

test: include remappings in verification test #60

Closed antazoey closed 1 year ago

antazoey commented 1 year ago

What I did

fixes: #55 Requires https://github.com/ApeWorX/ape-solidity/pull/79 to pass!

How I did it

Add dependencies to test. Make sure it fails on current solidity version. Install that PR that fixes the solidity bug. Run test here, notice it passes. Tada! After this, I am confident we can close this issue. The testing was a bit weak and rushed here but not it accounts for dependencies / remappings.

How to verify it

Checklist