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"
|
||||
},
|
||||
dappConnection: [
|
||||
"$WEB3",
|
||||
"ws://localhost:8546",
|
||||
"http://localhost:8550",
|
||||
"http://localhost:8545",
|
||||
"http://localhost:8550"
|
||||
"http://localhost:8550",
|
||||
"$WEB3"
|
||||
],
|
||||
gas: "auto",
|
||||
contracts: {
|
||||
|
|
Loading…
Reference in New Issue