From fa250b10428471951ae045540c5ad97a64b80a11 Mon Sep 17 00:00:00 2001 From: Tom Linton Date: Mon, 14 Mar 2022 15:26:21 +1300 Subject: [PATCH] Random mnemonic --- hardhat.config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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", + }, }, }, }; -