use metamask/status in development mode

This commit is contained in:
Barry Gitarts 2018-11-29 16:00:51 -05:00
parent c2946874b4
commit 7a81eb3f6a
1 changed files with 1 additions and 1 deletions

View File

@ -49,9 +49,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)
],
strategy: 'explicit',
contracts: {