Skip to content

Commit

Permalink
docs(readme): beta version specified in install examples
Browse files Browse the repository at this point in the history
  • Loading branch information
benceharomi authored Aug 29, 2024
1 parent df8fb68 commit a63a949
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a63a949

Please sign in to comment.