Update development dapp connection config

This commit is contained in:
Anthony Laibe 2018-09-18 09:26:47 +01:00
parent b03636c55b
commit fdf597f77f
1 changed files with 8 additions and 0 deletions

View File

@ -52,5 +52,13 @@ module.exports = {
protocol: 'https',
type: "rpc"
}
},
development: {
dappConnection: [
"ws://localhost:8546",
"http://localhost:8545",
"$WEB3" // uses pre existing web3 object if available (e.g in Mist)
]
}
}