web3 object first in config

This commit is contained in:
Andrea Franz 2019-04-08 12:05:07 +02:00
parent def343d5a1
commit c4090c3788
No known key found for this signature in database
GPG Key ID: 4F0D2F2D9DE7F29D
1 changed files with 1 additions and 1 deletions

View File

@ -60,9 +60,9 @@ module.exports = {
// assumed to be the intended environment by `embark run`
development: {
dappConnection: [
"$WEB3", // uses pre existing web3 object if available (e.g in Mist)
"ws://localhost:8546",
"http://localhost:8545",
"$WEB3" // uses pre existing web3 object if available (e.g in Mist)
]
},