From 1db6920985936dd75223c0962c4cead9a570e93b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 11:01:12 +0000 Subject: [PATCH] chore(deps-dev): bump @nomicfoundation/hardhat-verify Bumps [@nomicfoundation/hardhat-verify](https://github.com/NomicFoundation/hardhat/tree/HEAD/v-next/hardhat-verify) from 2.1.3 to 3.0.8. - [Release notes](https://github.com/NomicFoundation/hardhat/releases) - [Changelog](https://github.com/NomicFoundation/hardhat/blob/main/v-next/hardhat-verify/CHANGELOG.md) - [Commits](https://github.com/NomicFoundation/hardhat/commits/@nomicfoundation/hardhat-verify@3.0.8/v-next/hardhat-verify) --- updated-dependencies: - dependency-name: "@nomicfoundation/hardhat-verify" dependency-version: 3.0.8 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..fc44261 100644 --- a/examples/sdk/basic-strategy/package.json +++ b/examples/sdk/basic-strategy/package.json @@ -25,7 +25,7 @@ "@nomicfoundation/hardhat-chai-matchers": "^2.0.0", "@nomicfoundation/hardhat-ethers": "^3.0.0", "@nomicfoundation/hardhat-network-helpers": "^1.0.0", - "@nomicfoundation/hardhat-verify": "^2.0.0", + "@nomicfoundation/hardhat-verify": "^3.0.8", "@typechain/ethers-v6": "^0.5.0", "@typechain/hardhat": "^9.0.0", "@types/chai": "^4.3.11", diff --git a/examples/sdk/rebalancing-strategy/package.json b/examples/sdk/rebalancing-strategy/package.json index cd1ce24..c8371b6 100644 --- a/examples/sdk/rebalancing-strategy/package.json +++ b/examples/sdk/rebalancing-strategy/package.json @@ -24,7 +24,7 @@ "@nomicfoundation/hardhat-chai-matchers": "^2.0.0", "@nomicfoundation/hardhat-ethers": "^3.0.0", "@nomicfoundation/hardhat-network-helpers": "^1.0.0", - "@nomicfoundation/hardhat-verify": "^2.0.0", + "@nomicfoundation/hardhat-verify": "^3.0.8", "@typechain/ethers-v6": "^0.5.0", "@typechain/hardhat": "^9.0.0", "@types/chai": "^4.3.11",