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 to deploy a DAO using the starter-template project and specifying a seed phrase in .env it is not able to get the account information. It seems it is not implemented in migrations/deployDao.js and tries to use the private key anyways.
Greetings
Freddy
Error message:
TypeError: Cannot read property 'slice' of undefined
at Object.fromPrivate
[...]
The text was updated successfully, but these errors were encountered:
Hey!
When I try to deploy a DAO using the starter-template project and specifying a seed phrase in
.env
it is not able to get the account information. It seems it is not implemented inmigrations/deployDao.js
and tries to use the private key anyways.Greetings
Freddy
Error message:
[...]
The text was updated successfully, but these errors were encountered: