mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-26 12:25:49 +00:00
fix(@embark/cli): properly forward cli options to ethereum simulator
This commit is contained in:
parent
9d81fc5b1c
commit
beebbe6e58
@ -230,8 +230,8 @@ class Cmd {
|
||||
embark.simulator({
|
||||
port: options.port,
|
||||
host: options.host,
|
||||
numAccounts: options.numAccounts,
|
||||
defaultBalance: options.balance,
|
||||
numAccounts: options.accounts,
|
||||
defaultBalance: options.defaultBalanceEther,
|
||||
gasLimit: options.gasLimit
|
||||
});
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user