mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-09 13:36:14 +00:00
move blockchain process related files into blockchain module
This commit is contained in:
parent
1aa31afced
commit
e1975b2243
@ -36,7 +36,7 @@ class Embark {
|
||||
|
||||
blockchain(env, client) {
|
||||
this.context = [constants.contexts.blockchain];
|
||||
return require('./cmds/blockchain/blockchain.js')(this.config.blockchainConfig, client, env).run();
|
||||
return require('./modules/blockchain_process/blockchain.js')(this.config.blockchainConfig, client, env).run();
|
||||
}
|
||||
|
||||
simulator(options) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user