Skip to content

Commit

Permalink
dapp script
Browse files Browse the repository at this point in the history
  • Loading branch information
tiero committed Nov 30, 2017
1 parent ac669f9 commit b42721e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dao/js/market.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const account = "0x951BE8FAE44CD16a1152DA1CcC8c414f7aEC7bd6",
JOB_DESCRIPTOR = process.env.JOB_DESC || "0x0"

async function create() {
marketJob.setProvider(new Web3.providers.HttpProvider("http://52.18.144.116:8545"))
marketJob.setProvider(new Web3.providers.HttpProvider("http://localhost:8545"))

let tx
try {
Expand Down

0 comments on commit b42721e

Please sign in to comment.