web3 object first in config
This commit is contained in:
parent
def343d5a1
commit
c4090c3788
|
@ -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)
|
||||
]
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue