diff --git a/packages/plugin-hardhat/package.json b/packages/plugin-hardhat/package.json index bae12ed33..87676725d 100644 --- a/packages/plugin-hardhat/package.json +++ b/packages/plugin-hardhat/package.json @@ -22,7 +22,7 @@ }, "devDependencies": { "@nomicfoundation/hardhat-ethers": "^3.0.5", - "@nomicfoundation/hardhat-verify": "^1.1.0", + "@nomicfoundation/hardhat-verify": "^2.0.0", "@openzeppelin/contracts": "4.8.3", "@openzeppelin/contracts-5.0": "npm:@openzeppelin/contracts@^5.0.0-rc.0", "@openzeppelin/contracts-upgradeable": "4.8.3", @@ -49,7 +49,7 @@ }, "peerDependencies": { "@nomicfoundation/hardhat-ethers": "^3.0.0", - "@nomicfoundation/hardhat-verify": "^1.1.0", + "@nomicfoundation/hardhat-verify": "^2.0.0", "ethers": "^6.6.0", "hardhat": "^2.0.2" }, diff --git a/yarn.lock b/yarn.lock index e8d68f11f..339c83c2d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1970,10 +1970,10 @@ debug "^4.1.1" lodash.isequal "^4.5.0" -"@nomicfoundation/hardhat-verify@^1.1.0": - version "1.1.0" - resolved "https://registry.yarnpkg.com/@nomicfoundation/hardhat-verify/-/hardhat-verify-1.1.0.tgz#36c7f78adebd641d641ab5dd4660111520bb3055" - integrity sha512-mXHP17gz4wDsWiXIz8fBRE/8T2KJglWE/QGk5A6nwsubyeqWgjqimfbwTLyaPESphKvis3hX6G75QP5a9Cd8cQ== +"@nomicfoundation/hardhat-verify@^2.0.0": + version "2.0.1" + resolved "https://registry.yarnpkg.com/@nomicfoundation/hardhat-verify/-/hardhat-verify-2.0.1.tgz#1b9d707516f8e5db4e1d6bd679acbfd71e567928" + integrity sha512-TuJrhW5p9x92wDRiRhNkGQ/wzRmOkfCLkoRg8+IRxyeLigOALbayQEmkNiGWR03vGlxZS4znXhKI7y97JwZ6Og== dependencies: "@ethersproject/abi" "^5.1.2" "@ethersproject/address" "^5.0.2"