From 63f70a3bffbc842d23975f7cd92824cade5c8130 Mon Sep 17 00:00:00 2001 From: Bence Haromi <56651250+benceharomi@users.noreply.github.com> Date: Fri, 30 Aug 2024 13:28:15 +0100 Subject: [PATCH 1/2] Bump version to 1.0.0-beta.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ac3b60b..2383f80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@matterlabs/zksync-contracts", - "version": "1.0.0-beta.2", + "version": "1.0.0-beta.3", "description": "ZKsync Smart Contracts", "repository": { "type": "git", From bd64493c06a4cf3bf2bdaaf446e2d674523c3dfd Mon Sep 17 00:00:00 2001 From: Bence Haromi <56651250+benceharomi@users.noreply.github.com> Date: Fri, 30 Aug 2024 13:38:29 +0100 Subject: [PATCH 2/2] docs(readme): tags updated to beta --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 674e08e..2fd8196 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ZKsync Contracts -[![Logo](https://raw.githubusercontent.com/matter-labs/v2-testnet-contracts/main/logo.svg)](https://zksync.io) +[![Logo](https://raw.githubusercontent.com/matter-labs/v2-testnet-contracts/beta/logo.svg)](https://zksync.io) This package contains ZKsync L1, L2 and System Contracts. For more details see the [source repository](https://github.com/matter-labs/era-contracts). @@ -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@1.0.0-beta.1 +yarn add @matterlabs/zksync-contracts@beta ``` ### Foundry ```bash -forge install matter-labs/v2-testnet-contracts@1.0.0-beta.1 +forge install matter-labs/v2-testnet-contracts@beta ``` Add the following to the `remappings.txt` file of your project: