use metamask/status in development mode
This commit is contained in:
parent
c2946874b4
commit
7a81eb3f6a
|
@ -49,9 +49,9 @@ module.exports = {
|
||||||
// assumed to be the intended environment by `embark run`
|
// assumed to be the intended environment by `embark run`
|
||||||
development: {
|
development: {
|
||||||
dappConnection: [
|
dappConnection: [
|
||||||
|
'$WEB3', // uses pre existing web3 object if available (e.g in Mist)
|
||||||
'ws://localhost:8546',
|
'ws://localhost:8546',
|
||||||
'http://localhost:8545',
|
'http://localhost:8545',
|
||||||
'$WEB3', // uses pre existing web3 object if available (e.g in Mist)
|
|
||||||
],
|
],
|
||||||
strategy: 'explicit',
|
strategy: 'explicit',
|
||||||
contracts: {
|
contracts: {
|
||||||
|
|
Loading…
Reference in New Issue