From 35d9df88c2dc1f7a910637a42a67e2c7da5fbc6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 11:01:42 +0000 Subject: [PATCH] chore(deps-dev): bump @nomicfoundation/hardhat-ethers Bumps [@nomicfoundation/hardhat-ethers](https://github.com/NomicFoundation/hardhat/tree/HEAD/v-next/ethers) from 3.1.3 to 4.0.3. - [Release notes](https://github.com/NomicFoundation/hardhat/releases) - [Commits](https://github.com/NomicFoundation/hardhat/commits/@nomicfoundation/hardhat-ethers@4.0.3/v-next/ethers) --- updated-dependencies: - dependency-name: "@nomicfoundation/hardhat-ethers" dependency-version: 4.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/sdk/basic-strategy/package.json | 2 +- examples/sdk/rebalancing-strategy/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/sdk/basic-strategy/package.json b/examples/sdk/basic-strategy/package.json index 821162b..7e3db43 100644 --- a/examples/sdk/basic-strategy/package.json +++ b/examples/sdk/basic-strategy/package.json @@ -23,7 +23,7 @@ "devDependencies": { "@nomicfoundation/hardhat-toolbox": "^4.0.0", "@nomicfoundation/hardhat-chai-matchers": "^2.0.0", - "@nomicfoundation/hardhat-ethers": "^3.0.0", + "@nomicfoundation/hardhat-ethers": "^4.0.3", "@nomicfoundation/hardhat-network-helpers": "^1.0.0", "@nomicfoundation/hardhat-verify": "^2.0.0", "@typechain/ethers-v6": "^0.5.0", diff --git a/examples/sdk/rebalancing-strategy/package.json b/examples/sdk/rebalancing-strategy/package.json index cd1ce24..d66fc4e 100644 --- a/examples/sdk/rebalancing-strategy/package.json +++ b/examples/sdk/rebalancing-strategy/package.json @@ -22,7 +22,7 @@ "devDependencies": { "@nomicfoundation/hardhat-toolbox": "^4.0.0", "@nomicfoundation/hardhat-chai-matchers": "^2.0.0", - "@nomicfoundation/hardhat-ethers": "^3.0.0", + "@nomicfoundation/hardhat-ethers": "^4.0.3", "@nomicfoundation/hardhat-network-helpers": "^1.0.0", "@nomicfoundation/hardhat-verify": "^2.0.0", "@typechain/ethers-v6": "^0.5.0",