Lesson 15:Error HH8: There's one or more errors in your config file #787
-
When I`m trying to compile my files I get this error :
I have my .env in the right place. hardhat.config,js
example.env
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Make sure that your |
Beta Was this translation helpful? Give feedback.
-
Make sure in your .env the format is Object ie: RINKEBY_RPC_URL=https://eth-rinkeby.alchemyapi.io/v2/ |
Beta Was this translation helpful? Give feedback.
Make sure that your
.env
matches thehardhat.config,js
. I recommend copying thehardhat. config
from the repo from lesson 15 and make sure it matches the.env
.