mirror of https://github.com/embarklabs/embark.git
wip fixes
This commit is contained in:
parent
96419f6856
commit
953a06ce05
|
@ -4,6 +4,11 @@ let accounts;
|
||||||
const Utils = require('embarkjs').Utils;
|
const Utils = require('embarkjs').Utils;
|
||||||
|
|
||||||
config({
|
config({
|
||||||
|
deployment: {
|
||||||
|
type: 'ws',
|
||||||
|
host: 'localhost',
|
||||||
|
port: '8546'
|
||||||
|
},
|
||||||
contracts: {
|
contracts: {
|
||||||
"SimpleStorage": {
|
"SimpleStorage": {
|
||||||
args: [100],
|
args: [100],
|
||||||
|
|
Loading…
Reference in New Issue