From 4dc6468deca339fb05a16bd3775fac2c05895ecb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joseph-Andr=C3=A9=20Turk?= Date: Wed, 21 Feb 2024 15:04:52 +0100 Subject: [PATCH] fix: updated hardhat config to have same accounts in mocked mode as in fhevm mode --- hardhat.config.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hardhat.config.ts b/hardhat.config.ts index 6cd7835..94e8fd1 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -141,6 +141,13 @@ const config: HardhatUserConfig = { src: './examples', }, networks: { + hardhat: { + accounts: { + count: 10, + mnemonic, + path: "m/44'/60'/0'/0", + }, + }, zama: getChainConfig('zama'), localDev: getChainConfig('local'), local: getChainConfig('local'),