Hello,
I am trying to deploy the scaffold eth contract into the goerli testnet, but I am facing an error while deploying.
Error HH103: Account 0x959fd7ef9089b7142b6b908dc3a8af7aa8ff0fa1 is not managed by the node you are connected to.
I have passed the private key in the network object in the config file.
Where else do I need to change the account.
Nov 4, 2022, 5:04 AM
did you forget --network yournet ?
Nov 4, 2022, 5:33 AM
No, I solved it
Actually, the account was generated using the mnemonic
And I didn't know that because I have always deployed contracts by passing the array of accounts in the network object in the config file
Now I passed the mnemonic of my account and it works.
Actually, the account was generated using the mnemonic
And I didn't know that because I have always deployed contracts by passing the array of accounts in the network object in the config file
Now I passed the mnemonic of my account and it works.
Nov 4, 2022, 5:42 AM