Update development dapp connection config
This commit is contained in:
parent
b03636c55b
commit
fdf597f77f
|
@ -52,5 +52,13 @@ module.exports = {
|
||||||
protocol: 'https',
|
protocol: 'https',
|
||||||
type: "rpc"
|
type: "rpc"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
development: {
|
||||||
|
dappConnection: [
|
||||||
|
"ws://localhost:8546",
|
||||||
|
"http://localhost:8545",
|
||||||
|
"$WEB3" // uses pre existing web3 object if available (e.g in Mist)
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue