fix test app in develop (use WS instead of WEB3)

This commit is contained in:
Jonathan Rainville 2018-10-23 11:23:42 -04:00
parent 73668afd2e
commit 74cca483b8
1 changed files with 2 additions and 2 deletions

View File

@ -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: {