From 1fad427938b556a7e56c7d4667904187c64ff853 Mon Sep 17 00:00:00 2001 From: Tim Proctor Date: Fri, 10 Jun 2022 17:08:31 +0700 Subject: [PATCH] removing reference to same link --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c57ef73..cabd26b 100644 --- a/README.md +++ b/README.md @@ -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