Skip to content

Commit 4a1b4b2

Browse files
authored
Merge pull request #204 from 1inch/feature/bump-verify-dep
Bump `hardhat-verify` dep to version supports etherscan api v2
2 parents 2693fcd + e82c3c8 commit 4a1b4b2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@1inch/solidity-utils",
3-
"version": "6.7.0",
3+
"version": "6.7.1",
44
"main": "dist/src/index.js",
55
"types": "dist/src/index.d.ts",
66
"exports": {
@@ -42,7 +42,7 @@
4242
"@metamask/eth-sig-util": "8.0.0",
4343
"@nomicfoundation/hardhat-ethers": "3.0.8",
4444
"@nomicfoundation/hardhat-network-helpers": "1.0.12",
45-
"@nomicfoundation/hardhat-verify": "2.0.11",
45+
"@nomicfoundation/hardhat-verify": "2.0.14",
4646
"@openzeppelin/contracts": "5.1.0",
4747
"@uniswap/permit2-sdk": "1.3.0",
4848
"chai": "4.5.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1413,17 +1413,17 @@
14131413
dependencies:
14141414
ethereumjs-util "^7.1.4"
14151415

1416-
"@nomicfoundation/[email protected].11":
1417-
version "2.0.11"
1418-
resolved "https://registry.yarnpkg.com/@nomicfoundation/hardhat-verify/-/hardhat-verify-2.0.11.tgz#4ce12b592e01ee93a81933924609c233ed00d951"
1419-
integrity sha512-lGIo4dNjVQFdsiEgZp3KP6ntLiF7xJEJsbNHfSyIiFCyI0Yv0518ElsFtMC5uCuHEChiBBMrib9jWQvHHT+X3Q==
1416+
"@nomicfoundation/[email protected].14":
1417+
version "2.0.14"
1418+
resolved "https://registry.yarnpkg.com/@nomicfoundation/hardhat-verify/-/hardhat-verify-2.0.14.tgz#ba80918fac840f1165825f2a422a694486f82f6f"
1419+
integrity sha512-z3iVF1WYZHzcdMMUuureFpSAfcnlfJbJx3faOnGrOYg6PRTki1Ut9JAuRccnFzMHf1AmTEoSUpWcyvBCoxL5Rg==
14201420
dependencies:
14211421
"@ethersproject/abi" "^5.1.2"
14221422
"@ethersproject/address" "^5.0.2"
14231423
cbor "^8.1.0"
1424-
chalk "^2.4.2"
14251424
debug "^4.1.1"
14261425
lodash.clonedeep "^4.5.0"
1426+
picocolors "^1.1.0"
14271427
semver "^6.3.0"
14281428
table "^6.8.0"
14291429
undici "^5.14.0"

0 commit comments

Comments
 (0)