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",