mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-10 14:06:10 +00:00
move deployment to module
This commit is contained in:
parent
760fdb0190
commit
f920a3d01a
@ -215,7 +215,7 @@ class Engine {
|
||||
events: this.events
|
||||
});
|
||||
|
||||
const DeployManager = require('../contracts/deploy_manager.js');
|
||||
const DeployManager = require('../modules/deployment/index.js');
|
||||
this.deployManager = new DeployManager({
|
||||
blockchain: this.blockchain,
|
||||
config: this.config,
|
||||
|
Loading…
x
Reference in New Issue
Block a user