mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-21 12:49:11 +00:00
move dashboard api into dashboard module
This commit is contained in:
parent
7421a0091f
commit
3ea827fb58
@ -7,6 +7,7 @@ class WebServer {
|
||||
this.embark = embark;
|
||||
this.logger = embark.logger;
|
||||
this.events = embark.events;
|
||||
this.plugins = embark.plugins;
|
||||
this.webServerConfig = embark.config.webServerConfig;
|
||||
if (!this.webServerConfig.enabled) {
|
||||
return;
|
||||
|
@ -1,6 +1,5 @@
|
||||
pragma solidity ^0.4.17;
|
||||
contract AnotherStorage {
|
||||
|
||||
address public simpleStorageAddress;
|
||||
address simpleStorageAddress2;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user