mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-27 14:05:27 +00:00
update tests
This commit is contained in:
parent
728aea6e04
commit
d9ac76a0b7
@ -34,7 +34,8 @@ describe('embark.Blockchain', function () {
|
|||||||
wsApi: [ "eth", "web3", "net", "shh" ],
|
wsApi: [ "eth", "web3", "net", "shh" ],
|
||||||
wsHost: "localhost",
|
wsHost: "localhost",
|
||||||
wsOrigins: false,
|
wsOrigins: false,
|
||||||
wsPort: 8546
|
wsPort: 8546,
|
||||||
|
wsRPC: true
|
||||||
};
|
};
|
||||||
let blockchain = new Blockchain(config, 'geth');
|
let blockchain = new Blockchain(config, 'geth');
|
||||||
|
|
||||||
@ -67,7 +68,8 @@ describe('embark.Blockchain', function () {
|
|||||||
wsApi: [ "eth", "web3", "net", "shh" ],
|
wsApi: [ "eth", "web3", "net", "shh" ],
|
||||||
wsHost: "localhost",
|
wsHost: "localhost",
|
||||||
wsOrigins: false,
|
wsOrigins: false,
|
||||||
wsPort: 8546
|
wsPort: 8546,
|
||||||
|
wsRPC: true
|
||||||
};
|
};
|
||||||
let blockchain = new Blockchain(config, 'geth');
|
let blockchain = new Blockchain(config, 'geth');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user