Skip to content

Commit

Permalink
Fix truffle.js config file
Browse files Browse the repository at this point in the history
  • Loading branch information
tiero committed Nov 28, 2017
1 parent a1c9709 commit f82b1ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dao/truffle.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const HDWalletProvider = require("truffle-hdwallet-provider")
const mnemonic //MNEMONIC
const host //NODE
const mnemonic = "word word word" //MNEMONIC
const host = "http://localhost:8545"//NODE

module.exports = {
networks: {
Expand Down

0 comments on commit f82b1ec

Please sign in to comment.