Skip to content

Commit

Permalink
bug: fixed truffle config error: Cannot read property '_alreadyWrappe…
Browse files Browse the repository at this point in the history
…d' of undefined
  • Loading branch information
limcheekin committed Sep 21, 2021
1 parent 69ca9fe commit a609a79
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 @@ -74,7 +74,7 @@ module.exports = {
rinkeby: {
provider: () => {
const privateKey = process.env.RINKEBY_PRIVATE_KEY;
new HDWalletProvider(
return new HDWalletProvider(
privateKey,
`https://rinkeby.infura.io/v3/${infuraProjectId}`
)
Expand Down

0 comments on commit a609a79

Please sign in to comment.