From 2e321b9eafa84e3448fe079f3e5d628d08babbec Mon Sep 17 00:00:00 2001 From: ChrisD <18092467+ChristopherDedominici@users.noreply.github.com> Date: Thu, 21 Nov 2024 11:06:07 +0100 Subject: [PATCH] fix ethers version --- v-next/hardhat-chai-matchers/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v-next/hardhat-chai-matchers/package.json b/v-next/hardhat-chai-matchers/package.json index bfbeda2afb..7b9cfd0a8f 100644 --- a/v-next/hardhat-chai-matchers/package.json +++ b/v-next/hardhat-chai-matchers/package.json @@ -77,6 +77,6 @@ "@ignored/hardhat-vnext-ethers": "workspace:^3.0.0-next.12", "@ignored/hardhat-vnext-mocha-test-runner": "workspace:^3.0.0-next.12", "chai": "^5.1.2", - "ethers": "^6.13.4" + "ethers": "^6.13.2" } }