From 63be6f81bf4278de8fadd494a2466042fdb369aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20B=C3=A9ranger?= Date: Mon, 29 Jan 2024 18:24:41 +0100 Subject: [PATCH] Update OZ contracts version --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3b3212a..6090cbc 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This Hardhat template includes: - [Typescript](https://www.typescriptlang.org/) - [Ethers v6](https://docs.ethers.org/v6/) -- [Open Zeppelin contracts v4.9.3](https://github.com/OpenZeppelin/openzeppelin-contracts/tree/release-v4.9) +- [OpenZeppelin Contracts v5.0.1](https://github.com/OpenZeppelin/openzeppelin-contracts/releases/tag/v5.0.1) - [Hardhat Verify plugin](https://hardhat.org/hardhat-runner/plugins/nomicfoundation-hardhat-verify) - [Hardhat Deploy plugin](https://github.com/wighawag/hardhat-deploy) @@ -71,9 +71,9 @@ pnpm send: 8 - Node [v20.9.0](https://nodejs.org/uk/blog/release/v20.9.0/) - PNPM [v8.7.5](https://pnpm.io/pnpm-vs-npm) -- Hardhat [v2.17.2](https://github.com/NomicFoundation/hardhat/releases/tag/hardhat%402.17.2) -- OpenZeppelin Contracts [v4.9.3](https://github.com/OpenZeppelin/openzeppelin-contracts/releases/tag/v4.9.3) -- Ethers [v6](https://docs.ethers.org/v6/) +- Hardhat [v2.19.4](https://github.com/NomicFoundation/hardhat/releases/) +- OpenZeppelin Contracts [v5.0.1](https://github.com/OpenZeppelin/openzeppelin-contracts/releases/tag/v5.0.1) +- Ethers [v6.10.0](https://docs.ethers.org/v6/) ## Support