add ws to dappConnection list of the templates

This commit is contained in:
Iuri Matias 2018-06-12 12:33:21 -04:00
parent 5b1eeab7ed
commit e1b127138e
3 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,7 @@ module.exports = {
// order of connections the dapp should connect to
dappConnection: [
"$WEB3", // uses pre existing web3 object if available (e.g in Mist)
"ws://localhost:8546",
"http://localhost:8545"
],
gas: "auto",

View File

@ -10,6 +10,7 @@ module.exports = {
// order of connections the dapp should connect to
dappConnection: [
"$WEB3", // uses pre existing web3 object if available (e.g in Mist)
"ws://localhost:8546",
"http://localhost:8545"
],
gas: "auto",

View File

@ -10,6 +10,7 @@ module.exports = {
// order of connections the dapp should connect to
dappConnection: [
"$WEB3", // uses pre existing web3 object if available (e.g in Mist)
"ws://localhost:8546",
"http://localhost:8545"
],
gas: "auto",