mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-27 14:05:27 +00:00
fix(accounts): remove warning for simulator configs
This commit is contained in:
parent
3a3c81e7d1
commit
de58cab475
@ -107,6 +107,10 @@ class AccountParser {
|
||||
}
|
||||
return accounts;
|
||||
}
|
||||
if (accountConfig.secretKey) {
|
||||
// Ignore simulator configs
|
||||
return null;
|
||||
}
|
||||
logger.warn(__('Unsupported account configuration: %s' ,JSON.stringify(accountConfig)));
|
||||
logger.warn(__('Check the docs at %s', 'https://embark.status.im/docs/contracts_deployment.html#Using-accounts-in-a-wallet'.underline));
|
||||
return null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user