-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm run deploy - Error: incorrect number of arguments #95
Comments
@jeffprestes I have not seen this error before. Are you using the latest code from the
|
Error persists. Looks like ganache container is not loading: $ docker logs ganache
Error: No such container: ganache Is there a way to start ganache container manually? |
@jeffprestes good catch! thanks. Recent merge from #90 seemed to have caused this issue. Take a look at #97 which should fix this bug |
Expected Behavior
Assigned the deployer as the manager for OrgRegistry. TxHash: 0x1689ac60fba5c25b5559e0fbca066c4063a433dec552adc9208977e161f05852
Actual Behavior
Patiently waiting 10 seconds for ganache container to init ...
Checking for ganache ...
(node:9) UnhandledPromiseRejectionWarning: Error: incorrect number of arguments
at Contract.assignManager (/app/node_modules/ethers/contract.js:130:19)
at Object.assignManager (/app/src/utils/organization.js:29:39)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at async assignManager (/app/src/deploy.js:39:31)
at async main (/app/src/deploy.js:115:3)
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: