From ed4717e5ea482fbf443daa098b707a369799a1dd Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Wed, 5 Jul 2023 15:58:08 +0200 Subject: [PATCH] Fix hardhat error "invalid account" --- hardhat.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hardhat.config.js b/hardhat.config.js index 9737a7c..016d94a 100644 --- a/hardhat.config.js +++ b/hardhat.config.js @@ -29,7 +29,9 @@ module.exports = { }, taiko_test: { url: "https://rpc.test.taiko.xyz", - accounts: [""], + accounts: [ + // "" + ], }, }, }