Does Verify need extra arguments?
stoplion opened this issue · 3 comments
stoplion commented
npx hardhat verify --network mumbai 0x7B4d4B5189446e5A5dC03f40F35Dd1A3B96AF740 --show-stack-traces
Error in plugin @nomiclabs/hardhat-etherscan: The constructor for contracts/RandomSVG.sol:RandomSVG has 4 parameters
but 0 arguments were provided instead.
PatrickAlphaC commented
Did you figure it out?
expertfox commented
npx hardhat verify --network mumbai 0x7B4d4B5189446e5A5dC03f40F35Dd1A3B96AF740 --show-stack-traces
Error in plugin @nomiclabs/hardhat-etherscan: The constructor for contracts/RandomSVG.sol:RandomSVG has 4 parameters but 0 arguments were provided instead.
what was the solution?
expertfox commented
Restarting vscode solved the issue