You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try deploy and run npx hardhat run --network localhost scripts/deploy.js I get this error
ReferenceError: owner is not defined
at main (/Users/jon/sigma/dao/DAO-Contract/scripts/deploy.js:21:24)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
I got to deploy the FakeNFT Marketplace contract and Proposal Factory contract, but not the CryptoDev DAO contract. I`m not sure whats wrong. I would appriciate help.
The text was updated successfully, but these errors were encountered:
When I try deploy and run
npx hardhat run --network localhost scripts/deploy.js
I get this errorI got to deploy the FakeNFT Marketplace contract and Proposal Factory contract, but not the CryptoDev DAO contract. I`m not sure whats wrong. I would appriciate help.
The text was updated successfully, but these errors were encountered: