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
An unexpected error occurred:
TypeError: moloch.approvedToken is not a function
at getApprovedToken (/dao/moloch/scripts/utils.js:47:37)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
I did set the correct address in hardhat.config.js after the dao was deployed
The text was updated successfully, but these errors were encountered:
Getting an error when trying to deploy a pool, any ideas anyone?
npx hardhat pool-deploy --network develop --shares 100 --tokens 100
An unexpected error occurred:
TypeError: moloch.approvedToken is not a function
at getApprovedToken (/dao/moloch/scripts/utils.js:47:37)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
I did set the correct address in hardhat.config.js after the dao was deployed
The text was updated successfully, but these errors were encountered: