DEV Community

Discussion on: Ethereum Dapp Crash Course: Make an ERC20 token faucet + Frontend

Collapse
 
senorgeno profile image
Gene

Hey, I am getting "Error: Expected private key to be an Uint8Array with length 32" when trying to deploy to Goreli. Any ideas?

Collapse
 
klaudioz profile image
Claudio Canales

You're using Account #0 address instead the Private Key address.

Collapse
 
richardmelko profile image
Richard Melkonian

not sure.. make sure your storing your private key as the correct variable type in your .env file