Skip to content

Commit

Permalink
Merge pull request #330 from derekpierre/update-verification-script
Browse files Browse the repository at this point in the history
Working contract verification script to verify individual contracts post-deployment
  • Loading branch information
theref authored Sep 12, 2024
2 parents 48e71c8 + 8336c65 commit adab7e2
Show file tree
Hide file tree
Showing 4 changed files with 379 additions and 346 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ black = "*"
coincurve = "*"
cryptography = "*"
eth-ape = "*"
ape-solidity = ">=0.6.5"
ape-etherscan = ">=0.8.3"
ape-solidity = ">=0.8.4"
ape-etherscan = {git = "https://github.com/derekpierre/ape-etherscan.git", ref = "flimsy-constructor-args-solution"}
ape-polygon = "*"
ape-infura = "*"
flake8 = "*"
Expand Down
Loading

0 comments on commit adab7e2

Please sign in to comment.