From a63a94970d06da560efda1c5be0d1feefc68c054 Mon Sep 17 00:00:00 2001 From: Bence Haromi <56651250+benceharomi@users.noreply.github.com> Date: Thu, 29 Aug 2024 15:36:49 +0100 Subject: [PATCH] docs(readme): beta version specified in install examples --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c54c91..674e08e 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,13 @@ This package contains ZKsync L1, L2 and System Contracts. For more details see t ### Hardhat ```bash -yarn add @matterlabs/zksync-contracts +yarn add @matterlabs/zksync-contracts@1.0.0-beta.1 ``` ### Foundry ```bash -forge install matter-labs/v2-testnet-contracts +forge install matter-labs/v2-testnet-contracts@1.0.0-beta.1 ``` Add the following to the `remappings.txt` file of your project: