mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-14 09:15:54 +00:00
add ws to dappConnection list of the templates
This commit is contained in:
parent
5b1eeab7ed
commit
e1b127138e
@ -10,6 +10,7 @@ module.exports = {
|
||||
// order of connections the dapp should connect to
|
||||
dappConnection: [
|
||||
"$WEB3", // uses pre existing web3 object if available (e.g in Mist)
|
||||
"ws://localhost:8546",
|
||||
"http://localhost:8545"
|
||||
],
|
||||
gas: "auto",
|
||||
|
@ -10,6 +10,7 @@ module.exports = {
|
||||
// order of connections the dapp should connect to
|
||||
dappConnection: [
|
||||
"$WEB3", // uses pre existing web3 object if available (e.g in Mist)
|
||||
"ws://localhost:8546",
|
||||
"http://localhost:8545"
|
||||
],
|
||||
gas: "auto",
|
||||
|
@ -10,6 +10,7 @@ module.exports = {
|
||||
// order of connections the dapp should connect to
|
||||
dappConnection: [
|
||||
"$WEB3", // uses pre existing web3 object if available (e.g in Mist)
|
||||
"ws://localhost:8546",
|
||||
"http://localhost:8545"
|
||||
],
|
||||
gas: "auto",
|
||||
|
Loading…
x
Reference in New Issue
Block a user