removing reference to same link

This commit is contained in:
Tim Proctor
2022-06-10 17:08:31 +07:00
committed by GitHub
parent 6314455d61
commit 1fad427938

View File

@@ -1135,7 +1135,6 @@ yarn add --dev @nomiclabs/hardhat-ethers@npm:hardhat-deploy-ethers ethers @nomic
## Raffle.sol Setup
- [Custom Errors in Solidity](https://blog.soliditylang.org/2021/04/21/custom-errors/)
## Introduction to Events
- [Events and Logging](https://www.youtube.com/watch?v=KDYJC85eS5M)
- [Events & Logging Video](https://www.youtube.com/watch?v=KDYJC85eS5M)
- [Events & Logging in Hardhat](https://github.com/PatrickAlphaC/hardhat-events-logs)
## Events in Raffle.sol