From 918bf83397de453b859cdb7d9edb5ffc088e7fa4 Mon Sep 17 00:00:00 2001 From: Jen <60794961+jennyg0@users.noreply.github.com> Date: Mon, 26 Aug 2024 16:44:32 -0400 Subject: [PATCH] chore: update use of quickstart template --- content/tutorials/custom-zk-chain/10.index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorials/custom-zk-chain/10.index.md b/content/tutorials/custom-zk-chain/10.index.md index 9df1bead..558ceccd 100644 --- a/content/tutorials/custom-zk-chain/10.index.md +++ b/content/tutorials/custom-zk-chain/10.index.md @@ -248,7 +248,7 @@ Now that your chain is deployed and your wallet is funded, let's create a templa Move out of your ecosystem folder and initialize a new hardhat project using ZKsync CLI: ```bash -npx zksync-cli@latest create --template qs-hello-zksync zk-chain-test +npx zksync-cli@latest create --template zksync-101 zk-chain-test cd zk-chain-test ```