Browse Source

test: use the same accounts in the hardhat network

Paul Razvan Berg 4 years ago
parent
commit
1cf5c01f86
1 changed files with 3 additions and 0 deletions
  1. 3 0
      hardhat.config.ts

+ 3 - 0
hardhat.config.ts

@@ -54,6 +54,9 @@ const config: HardhatUserConfig = {
   defaultNetwork: "hardhat",
   networks: {
     hardhat: {
+      accounts: {
+        mnemonic,
+      },
       chainId: chainIds.hardhat,
     },
     goerli: createTestnetConfig("goerli"),