Skip to content

Commit

Permalink
update truffle config
Browse files Browse the repository at this point in the history
  • Loading branch information
vrolland committed Mar 29, 2018
1 parent bedcc29 commit 387bb4b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/requestNetworkSmartContracts/truffle-config.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
var HDWalletProvider = require("truffle-hdwallet-provider");

var mnemonicLocalhost = "candy maple cake sugar pudding cream honey rich smooth crumble sweet treat";

var mnemonicRinkeby = "";

var mnemonicMainnet = "";

module.exports = {
networks: {
development: {
provider: new HDWalletProvider(mnemonicLocalhost, "http://localhost:8545/"),
network_id: "*"
host: "localhost",
port: 8545,
network_id: "*" // Match any network id
},
rinkeby: {
provider: new HDWalletProvider(mnemonicRinkeby, "https://rinkeby.infura.io/"),
Expand Down

0 comments on commit 387bb4b

Please sign in to comment.