diff --git a/src/test/v06/account.constants.ts b/src/test/v06/account.constants.ts index ded6655..9afd7ac 100644 --- a/src/test/v06/account.constants.ts +++ b/src/test/v06/account.constants.ts @@ -22,8 +22,7 @@ const VIEM_WALLET_CLIENT_NO_HOIST = createWalletClient({ chain: localhost, transport: http(ETH_RPC), }); -const ETHERS_SIGNING_KEY = new ethers.SigningKey(EOA_PK); -const ETHERS_WALLET = new ethers.BaseWallet(ETHERS_SIGNING_KEY); +const ETHERS_WALLET = new ethers.BaseWallet(new ethers.SigningKey(EOA_PK)); export const ACCOUNTS = [ {