Skip to content

Commit 2434ac9

Browse files
authored
Lesson 7: VRF Coordinator version
I added an additional note with respect to the VRF Coordinator version.
1 parent 27f2bd5 commit 2434ac9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: chronological-issues-from-video.md

+2
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ Whenever the terms Network ID and Chain ID are used without distinction, it shou
9999
## Lesson 7
100100
**In the video, we use Chainlink VRF v1 and the documentation has been updated to V2. You can view the [V1 documentation here](https://docs.chain.link/docs/get-a-random-number/v1/)**
101101

102+
- Looking for the VRF Coordinator contract by yourself will probably bring you to the v2 address of it. Make sure to use the v1 VRF Coordinator contract in the brownie-config.yaml file, because it won't work with the v2 contract. The repository has already the correct contract address.
103+
102104
- [8:06:54ish](https://youtu.be/M576WGiDBdQ?t=29214)
103105
- In the video, we use events exclusivly to test our contracts, however, we could have also used `tx.return_value` to get the return value of a function.
104106
- However, it's still best practice to learn how to use events, especially when updating mappings!

0 commit comments

Comments
 (0)