Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 1.0.0-beta.3 #36

Merged
merged 2 commits into from
Aug 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading