From 6df611ac7254a3fa91f206d80964db27bc9feada Mon Sep 17 00:00:00 2001 From: ChrisD <18092467+ChristopherDedominici@users.noreply.github.com> Date: Thu, 21 Nov 2024 11:10:04 +0100 Subject: [PATCH] fix error with ethers version --- pnpm-lock.yaml | 2 +- v-next/hardhat-chai-matchers/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 843689cf3a..c10b2fd660 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1625,7 +1625,7 @@ importers: specifier: ^8.0.0 version: 8.0.0(chai@5.1.2) ethers: - specifier: ^6.13.4 + specifier: ^6.13.2 version: 6.13.4 devDependencies: '@eslint-community/eslint-plugin-eslint-comments': 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" } }