mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 14:34:40 +00:00
rename blockchain connector
This commit is contained in:
parent
999a260c24
commit
9526e61652
@ -6,7 +6,7 @@ const utils = require('../utils/utils');
|
||||
const WEB3_READY = 'web3Ready';
|
||||
|
||||
// TODO: consider another name, this is the blockchain connector
|
||||
class Blockchain {
|
||||
class BlockchainConnector {
|
||||
constructor(options) {
|
||||
const self = this;
|
||||
this.plugins = options.plugins;
|
||||
@ -286,5 +286,5 @@ class Blockchain {
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = Blockchain;
|
||||
module.exports = BlockchainConnector;
|
||||
|
||||
|
@ -195,6 +195,7 @@ class Engine {
|
||||
this.registerModule('specialconfigs');
|
||||
this.registerModule('console_listener', {ipc: this.ipc});
|
||||
|
||||
// TODO: need to refactor dependencies before moving into a module
|
||||
const ContractsManager = require('../contracts/contracts.js');
|
||||
this.contractsManager = new ContractsManager({
|
||||
contractFiles: this.config.contractsFiles,
|
||||
|
Loading…
x
Reference in New Issue
Block a user