Skip to content

Commit

Permalink
fix: migration on node v14.x.x
Browse files Browse the repository at this point in the history
  • Loading branch information
GMSteuart committed Aug 2, 2020
1 parent 9516350 commit d6b93f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions truffle-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ module.exports = {
return new HDWalletProvider(process.env.MNEMONIC, process.env.RPC_URL)
},
network_id: '*',
// ~~Necessary due to https://github.com/trufflesuite/truffle/issues/1971~~
// Necessary due to https://github.com/trufflesuite/truffle/issues/3008
skipDryRun: true,
},
},
compilers: {
Expand Down

0 comments on commit d6b93f1

Please sign in to comment.