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');
|
||||
|
||||
/*eslint complexity: ["error", 36]*/
|
||||
var Blockchain = function(options) {
|
||||
this.blockchainConfig = options.blockchainConfig;
|
||||
|
|
Loading…
Reference in New Issue