Skip to content

Commit

Permalink
fix: Update hardhat-zksync-upgradable.md (matter-labs#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
alaukiknpant authored Jan 25, 2024
1 parent 59af719 commit 4c30075
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/build/tooling/hardhat/hardhat-zksync-upgradable.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,15 @@ npx hardhat run SCRIPT_FILE
- This provider is configured in the hardhat config file, by stating the RPC url of the network to connect to.
:::

### Openzeppelin Version

The plugin does not work with the latest versions due to a blocker on the `@matterlab/zksync-contracts` package.The solution is to change the development dependencies to the previous version in your `package.json`.

```
"@openzeppelin/contracts": "^4.9.5",
"@openzeppelin/contracts-upgradeable": "^4.9.5",
```

### Hardhat config

```typescript
Expand Down

0 comments on commit 4c30075

Please sign in to comment.