From f5d7cf8b72d672fbd6308d8fd88c499e0313d287 Mon Sep 17 00:00:00 2001 From: Ahmed Ali Date: Fri, 7 Jul 2023 16:46:31 +0500 Subject: [PATCH] docs: yarn pkgs --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 16c3865..e20288b 100644 --- a/README.md +++ b/README.md @@ -115,11 +115,12 @@ make sure these packages are present in your `dependencies` or `devDependencies` ```sh yarn add --dev \ @nomicfoundation/hardhat-chai-matchers \ + @nomicfoundation/hardhat-ethers \ @nomicfoundation/hardhat-network-helpers \ @nomicfoundation/hardhat-toolbox \ - @nomiclabs/hardhat-ethers \ - @nomiclabs/hardhat-etherscan \ - @typechain/ethers-v5 \ + @nomicfoundation/hardhat-verify \ + @typechain/ethers-v6 \ + @typechain/hardhat \ @types/chai \ @types/mocha \ chai \