mirror of https://github.com/embarklabs/embark.git
blockchain -- defaultHost, dockerHostSwap
This commit is contained in:
parent
8ecf1d854d
commit
0307ba7ead
|
@ -10,6 +10,8 @@ const DevFunds = require('./dev_funds.js');
|
||||||
|
|
||||||
const {defaultHost, dockerHostSwap} = require('../../utils/host');
|
const {defaultHost, dockerHostSwap} = require('../../utils/host');
|
||||||
|
|
||||||
|
const {defaultHost, dockerHostSwap} = require('../../utils/host');
|
||||||
|
|
||||||
/*eslint complexity: ["error", 36]*/
|
/*eslint complexity: ["error", 36]*/
|
||||||
var Blockchain = function(options) {
|
var Blockchain = function(options) {
|
||||||
this.blockchainConfig = options.blockchainConfig;
|
this.blockchainConfig = options.blockchainConfig;
|
||||||
|
|
Loading…
Reference in New Issue