Replies: 2 comments 2 replies
-
Your |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hey your error is in verify.js await run("verify:verify", {
address: contractAddress,
constructorArguments:args,
}) |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I try to run this command
yarn hardhat deploy --network rinkeby --tags main
and I got this error
my code below
this is my constructor in "DynamicSvgNft.sol" file
this is my arguments and deploy script in "03-deploy-dynamic-svg-nft.js"
Beta Was this translation helpful? Give feedback.
All reactions