Fix hardhat error "invalid account"

This commit is contained in:
Mark Spanbroek 2023-07-05 15:58:08 +02:00 committed by markspanbroek
parent ffcc0e5ee6
commit ed4717e5ea
1 changed files with 3 additions and 1 deletions

View File

@ -29,7 +29,9 @@ module.exports = {
},
taiko_test: {
url: "https://rpc.test.taiko.xyz",
accounts: ["<YOUR_SEPOLIA_TEST_WALLET_PRIVATE_KEY_HERE>"],
accounts: [
// "<YOUR_SEPOLIA_TEST_WALLET_PRIVATE_KEY_HERE>"
],
},
},
}