diff --git a/hardhat.config.js b/hardhat.config.js index 25091e18..7f816886 100644 --- a/hardhat.config.js +++ b/hardhat.config.js @@ -9,7 +9,10 @@ module.exports = { // brownie expects calls and transactions to throw on revert throwOnTransactionFailures: true, throwOnCallFailures: true, + accounts: { + mnemonic: + "there reopen orchard damage width skirt resource clap device idle tag twelve", + }, }, }, }; -