Lesson 9: Not able to verify contract #2880
-
Hi, i tried to deploy the lottery contact in the goerli network and i found that the verify script wasnt executing compeletly. So, i tried verifying manually on ether scan. Apart from this error. i'm wondering if something is wrong with my contract as the performupkeep doesnt get called when im running my staging test , it keeps failing. link to my repo : https://github.com/alphawhiskey03/lottery-hardhat |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@alphawhiskey03 : I have made PRs in your repo, You can merge them and try them out! After merging PRs and pulling the changes run the command : It should work just fine! |
Beta Was this translation helpful? Give feedback.
@alphawhiskey03 : I have made PRs in your repo, You can merge them and try them out!
After merging PRs and pulling the changes run the command :
yarn hardhat deploy --network goerli
It should work just fine!