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: [ + // "" + ], }, }, }