diff --git a/truffle-config.js b/truffle-config.js index 3865690..046b94d 100644 --- a/truffle-config.js +++ b/truffle-config.js @@ -61,7 +61,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/YOUR-PROJECT-ID`), + // provider: () => new HDWalletProvider(mnemonic, `https://ropsten.infura.io/v3/${infuraKey}`), // 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)