From 5624e0c9e45964367dd729d2786e24dd34f45ca7 Mon Sep 17 00:00:00 2001 From: Rohan Khandelwal Date: Mon, 2 Oct 2023 02:52:47 -0700 Subject: [PATCH] fixed wk4 title --- _modules/week-04.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_modules/week-04.md b/_modules/week-04.md index cc1092d..1d8c8a2 100644 --- a/_modules/week-04.md +++ b/_modules/week-04.md @@ -1,14 +1,14 @@ --- week: 4 -title: Ethers.js, Wagmi, and Connecting to the Web +title: Writing Efficient & Secure Solidity --- Sep 27 -: **LECTURE**{: .label .label-yellow } Ethers.js +: **LECTURE**{: .label .label-yellow } Writing Efficient & Secure Solidity : [Slides](https://docs.google.com/presentation/d/1qvmrl63hXH_CAPP84VjMzrIysORgJ2SmPrQrvQrUilI/edit#slide=id.p) : **VITAMIN**{: .label .label-green } Week 4 Quiz : [Submit](https://forms.gle/oduVbwHUFbpnerZW9) -: **HOMEWORK**{: .label .label-blue } Visualizing our NFT Marketplace +: **HOMEWORK**{: .label .label-blue } Gas Optimization : [GitHub repo](https://github.com/BerkeleyBlockchain/fa23-dev-decal/tree/main/hw4-Gas%20Optimization) Wed, Oct 4