mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-03 09:24:25 +00:00
fix testnet and olympic network types
This commit is contained in:
parent
9a261681da
commit
a09f680ca7
@ -46,9 +46,9 @@ class GethCommands {
|
||||
determineNetworkType(config) {
|
||||
let cmd;
|
||||
if (config.networkType === 'testnet') {
|
||||
cmd = "--testnet ";
|
||||
cmd = "--testnet";
|
||||
} else if (config.networkType === 'olympic') {
|
||||
cmd = "--olympic ";
|
||||
cmd = "--olympic";
|
||||
} else if (config.networkType === 'custom') {
|
||||
cmd = "--networkid=" + config.networkId;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user