Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(@embark-ganache): fix ganache having different node accounts
When using accounts, yes those account are always the same, but ganache still creates it's own accounts, with a random mnemonic. So Plugins that rely on the node accounts were crashing on second run, because the node accounts were no longer the same.
- Loading branch information