Replies: 3 comments 1 reply
-
post your repo link here. From the verify.js file, looks likes you didn't import {run} and what's purpose of this line: Try:
Need to see the explorer and deploy-raffle file |
Beta Was this translation helpful? Give feedback.
-
@malachy17 We need to see your complete so can find the issue, it would be better to leave your repo link. |
Beta Was this translation helpful? Give feedback.
-
In the main function in the if statement make sure "network.config.chainId === 5" and not 4 like in the tutorial. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have the below function taken from lesson six's
deploy.js
example.When running
deploy.js
using hardhat, onto the Goerli network, theconsole.log("After verification")
is never run. However, no errors are output, and yet when I check Goerli Etherscan, the code is not verified.What is the issue that prevents those
console.log
statements from running and why isn't the verification working?Beta Was this translation helpful? Give feedback.
All reactions