mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-20 12:18:49 +00:00
move dashboard api into dashboard module
This commit is contained in:
parent
e3933ac9c6
commit
88df7be49b
@ -8,6 +8,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