wighawag / hardhat-deploy

hardhat deployment plugin
MIT License
1.17k stars 283 forks source link

Etherscan verify, verifies every contract I have ever deployed #403

Open ofumbi opened 1 year ago

ofumbi commented 1 year ago

Describe the bug A clear and concise description of what the bug is. So a trying to verify single contract from a folder with various deployments for a client. all 300 contracts I had in deployed previously had their sourced shipped to etherscan, The client only wanted one item verified. Is there anyway to un-verify the source.

To Reproduce Create a project, add and deploy 3 contracts. Attempt to verify only one by specifying contract name. with solc enabled. All 3 contracts are shipped to etherscan.

Expected behavior Only the specified contracts code should be shipped..

ofumbi commented 1 year ago

Ok after reaching out to etherscan , they cannot remove verification data, This exposed me to alot of litigation issues, 😭