From 1ec827d429687a6579d2c3af18612e9896ffaa28 Mon Sep 17 00:00:00 2001 From: Jen <60794961+jennyg0@users.noreply.github.com> Date: Wed, 28 Aug 2024 23:07:20 -0400 Subject: [PATCH] fix: fix last updated date for web3js (#54) # Description change the `last updated` date to aug ## Linked Issues ## Additional context --- content/tutorials/guide-web3js/_dir.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorials/guide-web3js/_dir.yml b/content/tutorials/guide-web3js/_dir.yml index 88ccae2b..c6c2d38a 100644 --- a/content/tutorials/guide-web3js/_dir.yml +++ b/content/tutorials/guide-web3js/_dir.yml @@ -17,7 +17,7 @@ what_you_will_learn: - How to setup a Web3.js project using ZKsync CLI - How to install Web3.js and the ZKsync plugin in an existing project - How to send RPC requests to ZKsync -updated: 2024-05-09 +updated: 2024-08-29 tools: - Web3.js - ZKsync CLI