Fix hardhat error "invalid account"
This commit is contained in:
parent
ffcc0e5ee6
commit
ed4717e5ea
|
@ -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>"
|
||||
],
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue