Explorar el Código

test: use the same accounts in the hardhat network

Paul Razvan Berg hace 4 años
padre
commit
1cf5c01f86
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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"),