brownie-mix / aave-flashloan-mix

A Brownie mix containing all you need to get started with developing flash loans
GNU Affero General Public License v3.0
399 stars 274 forks source link

private key must be exactly 32 bytes long #29

Closed kkproc closed 2 years ago

kkproc commented 2 years ago

Hey there,

I am currently experiencing the issue that i can not use my MetaMask Private key. Brownie is able to detect the Private Key but is not able to preceed and exiting with following error:

ValueError: The private key must be exactly 32 bytes long, instead of 67 bytes.

"0x" ist set 0xisset

brownie-config.yaml includes "dotenv: .env"

Am not really sure how to resolve this issue and would be very thankful for help!

Cheers, Kevin