From 2fb0c485585572c04fb888d42fb3cdd8c5ca802a Mon Sep 17 00:00:00 2001 From: Darshil Desai <32188374+dexter-morgan@users.noreply.github.com> Date: Wed, 16 Oct 2019 13:05:09 +0530 Subject: [PATCH] Update truffle-config.js --- truffle-config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/truffle-config.js b/truffle-config.js index 070dfc1..59912c5 100644 --- a/truffle-config.js +++ b/truffle-config.js @@ -19,7 +19,7 @@ */ var HDWalletProvider = require('truffle-hdwallet-provider'); -var MNEMONIC = 'spell lunar soldier because choice destroy virus boring bright raise stand quick'; +var MNEMONIC = '<'; var Web3 = require('web3'); // Set variable to the web3 modulevar web3 = new Web3(Web3.givenProvider || "ws://localhost:8545"); // const infuraKey = "fj4jll3k....."; // @@ -63,7 +63,7 @@ module.exports = { // Useful for deploying to a public network. // NB: It's important to wrap the provider as a function. ropsten: { - provider: () => new HDWalletProvider(MNEMONIC, `https://ropsten.infura.io/v3/d8c2933a044346b985e27033bd995433`), + provider: () => new HDWalletProvider(MNEMONIC, ``), network_id: 3, // Ropsten's id gas: 5500000, // Ropsten has a lower block limit than mainnet // confirmations: 2, // # of confs to wait between deployments. (default: 0)