Can we add network param to run function to verify contract on specific network ?? #4355
Unanswered
Rushikesh0125
asked this question in
Troubleshooting
Replies: 1 comment 2 replies
|
You shouldn't need to add a |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am trying to create a task for deploying and verifying any contract from my project..
task below successfully deployed contract but it is not able to verify..
How can i tell
hre.runfunction to run the verify task on network passed in taskArgsGetting following error
Command i am running ->
Code for task -
All reactions