Skip to content

Commit

Permalink
Bump version to 1.0.0-beta.3 (#36)
Browse files Browse the repository at this point in the history
* Bump version to 1.0.0-beta.3

* docs(readme): tags updated to beta
  • Loading branch information
benceharomi authored Aug 30, 2024
1 parent 7c8d7e4 commit 3639e9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).

Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 3639e9e

Please sign in to comment.