mirror of https://github.com/embarklabs/embark.git
fix test app in develop (use WS instead of WEB3)
This commit is contained in:
parent
73668afd2e
commit
74cca483b8
|
@ -6,11 +6,11 @@ module.exports = {
|
||||||
type: "ws"
|
type: "ws"
|
||||||
},
|
},
|
||||||
dappConnection: [
|
dappConnection: [
|
||||||
"$WEB3",
|
|
||||||
"ws://localhost:8546",
|
"ws://localhost:8546",
|
||||||
"http://localhost:8550",
|
"http://localhost:8550",
|
||||||
"http://localhost:8545",
|
"http://localhost:8545",
|
||||||
"http://localhost:8550"
|
"http://localhost:8550",
|
||||||
|
"$WEB3"
|
||||||
],
|
],
|
||||||
gas: "auto",
|
gas: "auto",
|
||||||
contracts: {
|
contracts: {
|
||||||
|
|
Loading…
Reference in New Issue