Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0neerpat committed Feb 4, 2020
1 parent fa6a622 commit b921211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion truffle-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {
provider: () =>
new HDWalletProvider(
process.env.TESTNET_MNEMONIC,
'https://kovan.infura.io/v3/ebe4d04169c4443ebe87905060aa16eb',
`https://kovan.infura.io/v3/${process.env.INFURA_ENDPOINT_KEY}`,
// `https://kovan.io/v3/${process.env.INFURA_ENDPOINT_KEY}`,
0, //address_index
10, // num_addresses
Expand Down

0 comments on commit b921211

Please sign in to comment.