Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
fix: the word "make" was spelled incorrect (#1030)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickAlphaC authored Apr 24, 2024
1 parent deac195 commit 9a8a99c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ yarn add -D @matterlabs/zksync-contracts @openzeppelin/[email protected]

::: warning

This project does not use the latest version available of `@openzeppelin/contracts`. Mae sure you install the specific version mentioned above.
This project does not use the latest version available of `@openzeppelin/contracts`. Make sure you install the specific version mentioned above.

:::

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ yarn add -D @matterlabs/zksync-contracts @openzeppelin/[email protected]
```

::: warning
This project does not use the latest version available of `@openzeppelin/contracts`. Mae sure you install the specific version mentioned above.
This project does not use the latest version available of `@openzeppelin/contracts`. Make sure you install the specific version mentioned above.
:::

5. Include the `isSystem: true` setting in the `zksolc` section of the `hardhat.config.ts` configuration file to allow interaction with system contracts:
Expand Down

0 comments on commit 9a8a99c

Please sign in to comment.