Skip to content

Commit 90e86ab

Browse files
Update chronological-updates.md
1 parent 6545beb commit 90e86ab

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

chronological-updates.md

+27
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,33 @@ Keep this running in it's own terminal, and use the endpoint it gives you. To ki
6666

6767
--------
6868

69+
# Lesson 6
70+
71+
## New Hardhat Setup
72+
73+
As of `2.10.0` version of hardhat, when you first run `yarn hardhat` you'll get something like this instead:
74+
75+
```bash
76+
888 888 888 888 888
77+
888 888 888 888 888
78+
888 888 888 888 888
79+
8888888888 8888b. 888d888 .d88888 88888b. 8888b. 888888
80+
888 888 "88b 888P" d88" 888 888 "88b "88b 888
81+
888 888 .d888888 888 888 888 888 888 .d888888 888
82+
888 888 888 888 888 Y88b 888 888 888 888 888 Y88b.
83+
888 888 "Y888888 888 "Y88888 888 888 "Y888888 "Y888
84+
85+
👷 Welcome to Hardhat v2.10.0 👷‍
86+
87+
? What do you want to do? …
88+
❯ Create a JavaScript project
89+
Create a TypeScript project
90+
Create an empty hardhat.config.js
91+
Quit
92+
```
93+
94+
It's _roughly_ similar to the options in our video, but you can just pick the `JavaScript project` whenever we don't pick the `empty hardhat.config.js`.
95+
6996
# Lesson 9
7097
7198
## Keepers new UI

0 commit comments

Comments
 (0)