Skip to content

Commit 4989e0a

Browse files
committed
fixed hardhat-ethers version
1 parent bff6e8b commit 4989e0a

File tree

3 files changed

+14
-99
lines changed

3 files changed

+14
-99
lines changed

.syncpackrc.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,11 @@ versionGroups:
2121
dependencies:
2222
- "stack-trace"
2323
pinVersion: "0.0.10"
24+
- label: Pin hardhat-ethers due to a bug during deployment of contracts
25+
dependencies:
26+
- "@nomicfoundation/hardhat-ethers"
27+
pinVersion: "3.1.2"
28+
- label: Pin hardhat
29+
dependencies:
30+
- "hardhat"
31+
pinVersion: "2.26.1"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.0.0",
55
"devDependencies": {
66
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
7-
"@nomicfoundation/hardhat-ethers": "^3.1.0",
7+
"@nomicfoundation/hardhat-ethers": "3.1.2",
88
"@nomicfoundation/hardhat-verify": "^2.1.1",
99
"@nomiclabs/hardhat-web3": "^2.1.0",
1010
"@openzeppelin/test-helpers": "^0.5.16",
@@ -23,7 +23,7 @@
2323
"eslint-plugin-eslint-comments": "^3.2.0",
2424
"eslint-plugin-import": "^2.29.1",
2525
"eslint-plugin-prettier": "^5.2.1",
26-
"hardhat": "^2.26.1",
26+
"hardhat": "2.26.1",
2727
"hardhat-deploy": "^1.0.4",
2828
"husky": "^9.1.5",
2929
"lerna": "^8.1.8",

yarn.lock

Lines changed: 4 additions & 97 deletions
Original file line numberDiff line numberDiff line change
@@ -2850,84 +2850,36 @@
28502850
resolved "https://registry.yarnpkg.com/@nomicfoundation/edr-darwin-arm64/-/edr-darwin-arm64-0.11.3.tgz#d8e2609fc24cf20e75c3782e39cd5a95f7488075"
28512851
integrity sha512-w0tksbdtSxz9nuzHKsfx4c2mwaD0+l5qKL2R290QdnN9gi9AV62p9DHkOgfBdyg6/a6ZlnQqnISi7C9avk/6VA==
28522852

2853-
"@nomicfoundation/edr-darwin-arm64@0.12.0-next.22":
2854-
version "0.12.0-next.22"
2855-
resolved "https://registry.yarnpkg.com/@nomicfoundation/edr-darwin-arm64/-/edr-darwin-arm64-0.12.0-next.22.tgz#2033c1b49461212682fd557002feb41b68677042"
2856-
integrity sha512-TpEBSKyMZJEPvYwBPYclC2b+qobKjn1YhVa7aJ1R7RMPy5dJ/PqsrUK5UuUFFybBqoIorru5NTcsyCMWP5T/Fg==
2857-
28582853
"@nomicfoundation/edr-darwin-x64@0.11.3":
28592854
version "0.11.3"
28602855
resolved "https://registry.yarnpkg.com/@nomicfoundation/edr-darwin-x64/-/edr-darwin-x64-0.11.3.tgz#7a9e94cee330269a33c7f1dce267560c7e12dbd3"
28612856
integrity sha512-QR4jAFrPbOcrO7O2z2ESg+eUeIZPe2bPIlQYgiJ04ltbSGW27FblOzdd5+S3RoOD/dsZGKAvvy6dadBEl0NgoA==
28622857

2863-
"@nomicfoundation/edr-darwin-x64@0.12.0-next.22":
2864-
version "0.12.0-next.22"
2865-
resolved "https://registry.yarnpkg.com/@nomicfoundation/edr-darwin-x64/-/edr-darwin-x64-0.12.0-next.22.tgz#f140f5150c80ca6135704831d31875c077309985"
2866-
integrity sha512-aK/+m8xUkR4u+czTVGU06nSFVH43AY6XCBoR2YjO8SglAAjCSTWK3WAfVb6FcsriMmKv4PrvoyHLMbMP+fXcGA==
2867-
28682858
"@nomicfoundation/edr-linux-arm64-gnu@0.11.3":
28692859
version "0.11.3"
28702860
resolved "https://registry.yarnpkg.com/@nomicfoundation/edr-linux-arm64-gnu/-/edr-linux-arm64-gnu-0.11.3.tgz#cd5ec90c7263045c3dfd0b109c73206e488edc27"
28712861
integrity sha512-Ktjv89RZZiUmOFPspuSBVJ61mBZQ2+HuLmV67InNlh9TSUec/iDjGIwAn59dx0bF/LOSrM7qg5od3KKac4LJDQ==
28722862

2873-
"@nomicfoundation/edr-linux-arm64-gnu@0.12.0-next.22":
2874-
version "0.12.0-next.22"
2875-
resolved "https://registry.yarnpkg.com/@nomicfoundation/edr-linux-arm64-gnu/-/edr-linux-arm64-gnu-0.12.0-next.22.tgz#54eb2c8c285067fb5970442a8d8a3252a8b2d23e"
2876-
integrity sha512-W5vXMleG14hVzRYGPEwlHLJ6iiQE8Qh63Uj538nAz4YUI6wWSgUOZE7K2Gt1EdujZGnrt7kfDslgJ96n4nKQZw==
2877-
28782863
"@nomicfoundation/edr-linux-arm64-musl@0.11.3":
28792864
version "0.11.3"
28802865
resolved "https://registry.yarnpkg.com/@nomicfoundation/edr-linux-arm64-musl/-/edr-linux-arm64-musl-0.11.3.tgz#ed23df2d9844470f5661716da27d99a72a69e99e"
28812866
integrity sha512-B3sLJx1rL2E9pfdD4mApiwOZSrX0a/KQSBWdlq1uAhFKqkl00yZaY4LejgZndsJAa4iKGQJlGnw4HCGeVt0+jA==
28822867

2883-
"@nomicfoundation/edr-linux-arm64-musl@0.12.0-next.22":
2884-
version "0.12.0-next.22"
2885-
resolved "https://registry.yarnpkg.com/@nomicfoundation/edr-linux-arm64-musl/-/edr-linux-arm64-musl-0.12.0-next.22.tgz#3862beb688bc2d460d8a2400d4d4e206357dfbc9"
2886-
integrity sha512-VDp7EB3iY8MH/fFVcgEzLDGYmtS6j2honNc0RNUCFECKPrdsngGrTG8p+YFxyVjq2m5GEsdyKo4e+BKhaUNPdg==
2887-
28882868
"@nomicfoundation/edr-linux-x64-gnu@0.11.3":
28892869
version "0.11.3"
28902870
resolved "https://registry.yarnpkg.com/@nomicfoundation/edr-linux-x64-gnu/-/edr-linux-x64-gnu-0.11.3.tgz#87a62496c2c4b808bc4a9ae96cca1642a21c2b51"
28912871
integrity sha512-D/4cFKDXH6UYyKPu6J3Y8TzW11UzeQI0+wS9QcJzjlrrfKj0ENW7g9VihD1O2FvXkdkTjcCZYb6ai8MMTCsaVw==
28922872

2893-
"@nomicfoundation/edr-linux-x64-gnu@0.12.0-next.22":
2894-
version "0.12.0-next.22"
2895-
resolved "https://registry.yarnpkg.com/@nomicfoundation/edr-linux-x64-gnu/-/edr-linux-x64-gnu-0.12.0-next.22.tgz#eea4bf9850c8aa37661e8a7625249e43a57014da"
2896-
integrity sha512-XL6oA3ymRSQYyvg6hF1KIax6V/9vlWr5gJ8GPHVVODk1a/YfuEEY1osN5Zmo6aztUkSGKwSuac/3Ax7rfDDiSg==
2897-
28982873
"@nomicfoundation/edr-linux-x64-musl@0.11.3":
28992874
version "0.11.3"
29002875
resolved "https://registry.yarnpkg.com/@nomicfoundation/edr-linux-x64-musl/-/edr-linux-x64-musl-0.11.3.tgz#8cfe408c73bcb9ed5e263910c313866d442f4b48"
29012876
integrity sha512-ergXuIb4nIvmf+TqyiDX5tsE49311DrBky6+jNLgsGDTBaN1GS3OFwFS8I6Ri/GGn6xOaT8sKu3q7/m+WdlFzg==
29022877

2903-
"@nomicfoundation/edr-linux-x64-musl@0.12.0-next.22":
2904-
version "0.12.0-next.22"
2905-
resolved "https://registry.yarnpkg.com/@nomicfoundation/edr-linux-x64-musl/-/edr-linux-x64-musl-0.12.0-next.22.tgz#801cfad4063b831f0bea8d57a34a47e782f44536"
2906-
integrity sha512-hmkRIXxWa9P0PwfXOAO6WUw11GyV5gpxcMunqWBTkwZ4QW/hi/CkXmlLo6VHd6ceCwpUNLhCGndBtrOPrNRi4A==
2907-
29082878
"@nomicfoundation/edr-win32-x64-msvc@0.11.3":
29092879
version "0.11.3"
29102880
resolved "https://registry.yarnpkg.com/@nomicfoundation/edr-win32-x64-msvc/-/edr-win32-x64-msvc-0.11.3.tgz#fb208b94553c7eb22246d73a1ac4de5bfdb97d01"
29112881
integrity sha512-snvEf+WB3OV0wj2A7kQ+ZQqBquMcrozSLXcdnMdEl7Tmn+KDCbmFKBt3Tk0X3qOU4RKQpLPnTxdM07TJNVtung==
29122882

2913-
"@nomicfoundation/edr-win32-x64-msvc@0.12.0-next.22":
2914-
version "0.12.0-next.22"
2915-
resolved "https://registry.yarnpkg.com/@nomicfoundation/edr-win32-x64-msvc/-/edr-win32-x64-msvc-0.12.0-next.22.tgz#303a1d274ccb1a2c4ff1f73b734ebb5c280f1311"
2916-
integrity sha512-X7f+7KUMm00trsXAHCHJa+x1fc3QAbk2sBctyOgpET+GLrfCXbxqrccKi7op8f0zTweAVGg1Hsc8SjjC7kwFLw==
2917-
2918-
"@nomicfoundation/edr@0.12.0-next.22":
2919-
version "0.12.0-next.22"
2920-
resolved "https://registry.yarnpkg.com/@nomicfoundation/edr/-/edr-0.12.0-next.22.tgz#f40b373eec002c0170068e39eb90df6037a0d3dc"
2921-
integrity sha512-JigYWf2stjpDxSndBsxRoobQHK8kz4SAVaHtTIKQLIHbsBwymE8i120Ejne6Jk+Ndc5CsNINXB8/bK6vLPe9jA==
2922-
dependencies:
2923-
"@nomicfoundation/edr-darwin-arm64" "0.12.0-next.22"
2924-
"@nomicfoundation/edr-darwin-x64" "0.12.0-next.22"
2925-
"@nomicfoundation/edr-linux-arm64-gnu" "0.12.0-next.22"
2926-
"@nomicfoundation/edr-linux-arm64-musl" "0.12.0-next.22"
2927-
"@nomicfoundation/edr-linux-x64-gnu" "0.12.0-next.22"
2928-
"@nomicfoundation/edr-linux-x64-musl" "0.12.0-next.22"
2929-
"@nomicfoundation/edr-win32-x64-msvc" "0.12.0-next.22"
2930-
29312883
"@nomicfoundation/edr@^0.11.3":
29322884
version "0.11.3"
29332885
resolved "https://registry.yarnpkg.com/@nomicfoundation/edr/-/edr-0.11.3.tgz#e8b30b868788e45d7a2ee2359a021ef7dcb96952"
@@ -2952,10 +2904,10 @@
29522904
deep-eql "^4.0.1"
29532905
ordinal "^1.0.3"
29542906

2955-
"@nomicfoundation/hardhat-ethers@^3.1.0":
2956-
version "3.1.3"
2957-
resolved "https://registry.yarnpkg.com/@nomicfoundation/hardhat-ethers/-/hardhat-ethers-3.1.3.tgz#fc0d96083f8f28d82c7c45231f40257da7e67bf9"
2958-
integrity sha512-208JcDeVIl+7Wu3MhFUUtiA8TJ7r2Rn3Wr+lSx9PfsDTKkbsAsWPY6N6wQ4mtzDv0/pB9nIbJhkjoHe1EsgNsA==
2907+
"@nomicfoundation/hardhat-ethers@3.1.2":
2908+
version "3.1.2"
2909+
resolved "https://registry.yarnpkg.com/@nomicfoundation/hardhat-ethers/-/hardhat-ethers-3.1.2.tgz#8f9e6ee32514e9a65b047735dca2c02c60e814ed"
2910+
integrity sha512-7xEaz2X8p47qWIAqtV2z03MmusheHm8bvY2mDlxo9JiT2BgSx59GSdv5+mzwOvsuKDbTij7oqDnwFyYOlHREEQ==
29592911
dependencies:
29602912
debug "^4.1.1"
29612913
lodash.isequal "^4.5.0"
@@ -11020,51 +10972,6 @@ hardhat@2.26.1:
1102010972
uuid "^8.3.2"
1102110973
ws "^7.4.6"
1102210974

11023-
hardhat@^2.26.1:
11024-
version "2.28.4"
11025-
resolved "https://registry.yarnpkg.com/hardhat/-/hardhat-2.28.4.tgz#d61ede03ba9637756173f77cfbea32cedc26ca1b"
11026-
integrity sha512-iQC4WNWjWMz7cVVFqzEBNisUQ/EEEJrWysJ2hRAMTnfXJx6Y11UXdmtz4dHIzvGL0z27XCCaJrcApDPH0KaZEg==
11027-
dependencies:
11028-
"@ethereumjs/util" "^9.1.0"
11029-
"@ethersproject/abi" "^5.1.2"
11030-
"@nomicfoundation/edr" "0.12.0-next.22"
11031-
"@nomicfoundation/solidity-analyzer" "^0.1.0"
11032-
"@sentry/node" "^5.18.1"
11033-
adm-zip "^0.4.16"
11034-
aggregate-error "^3.0.0"
11035-
ansi-escapes "^4.3.0"
11036-
boxen "^5.1.2"
11037-
chokidar "^4.0.0"
11038-
ci-info "^2.0.0"
11039-
debug "^4.1.1"
11040-
enquirer "^2.3.0"
11041-
env-paths "^2.2.0"
11042-
ethereum-cryptography "^1.0.3"
11043-
find-up "^5.0.0"
11044-
fp-ts "1.19.3"
11045-
fs-extra "^7.0.1"
11046-
immutable "^4.0.0-rc.12"
11047-
io-ts "1.10.4"
11048-
json-stream-stringify "^3.1.4"
11049-
keccak "^3.0.2"
11050-
lodash "^4.17.11"
11051-
micro-eth-signer "^0.14.0"
11052-
mnemonist "^0.38.0"
11053-
mocha "^10.0.0"
11054-
p-map "^4.0.0"
11055-
picocolors "^1.1.0"
11056-
raw-body "^2.4.1"
11057-
resolve "1.17.0"
11058-
semver "^6.3.0"
11059-
solc "0.8.26"
11060-
source-map-support "^0.5.13"
11061-
stacktrace-parser "^0.1.10"
11062-
tinyglobby "^0.2.6"
11063-
tsort "0.0.1"
11064-
undici "^5.14.0"
11065-
uuid "^8.3.2"
11066-
ws "^7.4.6"
11067-
1106810975
has-ansi@^2.0.0:
1106910976
version "2.0.0"
1107010977
resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91"

0 commit comments

Comments
 (0)