From b4d85a26211dee95963020dde55fa634676c0bc4 Mon Sep 17 00:00:00 2001 From: Jen <60794961+jennyg0@users.noreply.github.com> Date: Tue, 27 Aug 2024 10:42:33 -0400 Subject: [PATCH] fix: update --- 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 558ceccd..e5842875 100644 --- a/content/tutorials/custom-zk-chain/10.index.md +++ b/content/tutorials/custom-zk-chain/10.index.md @@ -269,7 +269,7 @@ defaultNetwork: "dockerizedNode", Finally, compile the contract and run the deploy script: ```bash -yarn compile && yarn deploy +yarn compile && yarn deploy:hello-zksync ``` Nice - you just deployed a contract to your own local ZK chain!