mirror of
https://github.com/status-im/dagger-contracts.git
synced 2025-01-13 15:56:32 +00:00
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…
x
Reference in New Issue
Block a user