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;
|
||||
|
||||
config({
|
||||
deployment: {
|
||||
type: 'ws',
|
||||
host: 'localhost',
|
||||
port: '8546'
|
||||
},
|
||||
contracts: {
|
||||
"SimpleStorage": {
|
||||
args: [100],
|
||||
|
|
Loading…
Reference in New Issue