Skip to content

Commit 38debeb

Browse files
Merge pull request #154 from threshold-network/upgrade-hardhat-deploy-plugin
Upgrade `hardhat-deploy` plugin to `0.1.37` version
2 parents 0d52607 + 06ed81a commit 38debeb

File tree

2 files changed

+98
-12
lines changed

2 files changed

+98
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"ethers": "^5.5.3",
4747
"hardhat": "^2.8.3",
4848
"hardhat-contract-sizer": "^2.5.0",
49-
"hardhat-deploy": "^0.11.15",
49+
"hardhat-deploy": "^0.11.37",
5050
"hardhat-gas-reporter": "^1.0.6",
5151
"prettier": "^2.3.2",
5252
"prettier-plugin-sh": "^0.7.1",

yarn.lock

Lines changed: 97 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
"@ethersproject/properties" "^5.6.0"
267267
"@ethersproject/strings" "^5.6.1"
268268

269-
"@ethersproject/abi@^5.5.0":
269+
"@ethersproject/abi@^5.5.0", "@ethersproject/abi@^5.7.0":
270270
version "5.7.0"
271271
resolved "https://registry.yarnpkg.com/@ethersproject/abi/-/abi-5.7.0.tgz#b3f3e045bbbeed1af3947335c247ad625a44e449"
272272
integrity sha512-351ktp42TiRcYB3H1OP8yajPeAQstMW/yCFokj/AthP9bLHzQFPlOrxOcwYEDkUAICmOHljvN4K39OMTMUa9RA==
@@ -532,6 +532,22 @@
532532
"@ethersproject/properties" "^5.6.0"
533533
"@ethersproject/transactions" "^5.6.2"
534534

535+
"@ethersproject/contracts@^5.7.0":
536+
version "5.7.0"
537+
resolved "https://registry.yarnpkg.com/@ethersproject/contracts/-/contracts-5.7.0.tgz#c305e775abd07e48aa590e1a877ed5c316f8bd1e"
538+
integrity sha512-5GJbzEU3X+d33CdfPhcyS+z8MzsTrBGk/sc+G+59+tPa9yFkl6HQ9D6L0QMgNTA9q8dT0XKxxkyp883XsQvbbg==
539+
dependencies:
540+
"@ethersproject/abi" "^5.7.0"
541+
"@ethersproject/abstract-provider" "^5.7.0"
542+
"@ethersproject/abstract-signer" "^5.7.0"
543+
"@ethersproject/address" "^5.7.0"
544+
"@ethersproject/bignumber" "^5.7.0"
545+
"@ethersproject/bytes" "^5.7.0"
546+
"@ethersproject/constants" "^5.7.0"
547+
"@ethersproject/logger" "^5.7.0"
548+
"@ethersproject/properties" "^5.7.0"
549+
"@ethersproject/transactions" "^5.7.0"
550+
535551
"@ethersproject/[email protected]", "@ethersproject/hash@>=5.0.0-beta.128":
536552
version "5.5.0"
537553
resolved "https://registry.yarnpkg.com/@ethersproject/hash/-/hash-5.5.0.tgz#7cee76d08f88d1873574c849e0207dcb32380cc9"
@@ -667,7 +683,7 @@
667683
aes-js "3.0.0"
668684
scrypt-js "3.0.1"
669685

670-
"@ethersproject/json-wallets@^5.5.0":
686+
"@ethersproject/json-wallets@^5.5.0", "@ethersproject/json-wallets@^5.7.0":
671687
version "5.7.0"
672688
resolved "https://registry.yarnpkg.com/@ethersproject/json-wallets/-/json-wallets-5.7.0.tgz#5e3355287b548c32b368d91014919ebebddd5360"
673689
integrity sha512-8oee5Xgu6+RKgJTkvEMl2wDgSPSAQ9MB/3JYjFV9jlKvcYHUXZC+cQp0njgmxdHkYWn8s6/IqIZYm0YWCjO/0g==
@@ -842,6 +858,32 @@
842858
bech32 "1.1.4"
843859
ws "7.4.6"
844860

861+
"@ethersproject/providers@^5.7.2":
862+
version "5.7.2"
863+
resolved "https://registry.yarnpkg.com/@ethersproject/providers/-/providers-5.7.2.tgz#f8b1a4f275d7ce58cf0a2eec222269a08beb18cb"
864+
integrity sha512-g34EWZ1WWAVgr4aptGlVBF8mhl3VWjv+8hoAnzStu8Ah22VHBsuGzP17eb6xDVRzw895G4W7vvx60lFFur/1Rg==
865+
dependencies:
866+
"@ethersproject/abstract-provider" "^5.7.0"
867+
"@ethersproject/abstract-signer" "^5.7.0"
868+
"@ethersproject/address" "^5.7.0"
869+
"@ethersproject/base64" "^5.7.0"
870+
"@ethersproject/basex" "^5.7.0"
871+
"@ethersproject/bignumber" "^5.7.0"
872+
"@ethersproject/bytes" "^5.7.0"
873+
"@ethersproject/constants" "^5.7.0"
874+
"@ethersproject/hash" "^5.7.0"
875+
"@ethersproject/logger" "^5.7.0"
876+
"@ethersproject/networks" "^5.7.0"
877+
"@ethersproject/properties" "^5.7.0"
878+
"@ethersproject/random" "^5.7.0"
879+
"@ethersproject/rlp" "^5.7.0"
880+
"@ethersproject/sha2" "^5.7.0"
881+
"@ethersproject/strings" "^5.7.0"
882+
"@ethersproject/transactions" "^5.7.0"
883+
"@ethersproject/web" "^5.7.0"
884+
bech32 "1.1.4"
885+
ws "7.4.6"
886+
845887
"@ethersproject/[email protected]":
846888
version "5.5.1"
847889
resolved "https://registry.yarnpkg.com/@ethersproject/random/-/random-5.5.1.tgz#7cdf38ea93dc0b1ed1d8e480ccdaf3535c555415"
@@ -977,6 +1019,18 @@
9771019
"@ethersproject/sha2" "^5.6.1"
9781020
"@ethersproject/strings" "^5.6.1"
9791021

1022+
"@ethersproject/solidity@^5.7.0":
1023+
version "5.7.0"
1024+
resolved "https://registry.yarnpkg.com/@ethersproject/solidity/-/solidity-5.7.0.tgz#5e9c911d8a2acce2a5ebb48a5e2e0af20b631cb8"
1025+
integrity sha512-HmabMd2Dt/raavyaGukF4XxizWKhKQ24DoLtdNbBmNKUOPqwjsKQSdV9GQtj9CBEea9DlzETlVER1gYeXXBGaA==
1026+
dependencies:
1027+
"@ethersproject/bignumber" "^5.7.0"
1028+
"@ethersproject/bytes" "^5.7.0"
1029+
"@ethersproject/keccak256" "^5.7.0"
1030+
"@ethersproject/logger" "^5.7.0"
1031+
"@ethersproject/sha2" "^5.7.0"
1032+
"@ethersproject/strings" "^5.7.0"
1033+
9801034
"@ethersproject/[email protected]", "@ethersproject/strings@>=5.0.0-beta.130":
9811035
version "5.5.0"
9821036
resolved "https://registry.yarnpkg.com/@ethersproject/strings/-/strings-5.5.0.tgz#e6784d00ec6c57710755699003bc747e98c5d549"
@@ -1109,6 +1163,27 @@
11091163
"@ethersproject/transactions" "^5.6.2"
11101164
"@ethersproject/wordlists" "^5.6.1"
11111165

1166+
"@ethersproject/wallet@^5.7.0":
1167+
version "5.7.0"
1168+
resolved "https://registry.yarnpkg.com/@ethersproject/wallet/-/wallet-5.7.0.tgz#4e5d0790d96fe21d61d38fb40324e6c7ef350b2d"
1169+
integrity sha512-MhmXlJXEJFBFVKrDLB4ZdDzxcBxQ3rLyCkhNqVu3CDYvR97E+8r01UgrI+TI99Le+aYm/in/0vp86guJuM7FCA==
1170+
dependencies:
1171+
"@ethersproject/abstract-provider" "^5.7.0"
1172+
"@ethersproject/abstract-signer" "^5.7.0"
1173+
"@ethersproject/address" "^5.7.0"
1174+
"@ethersproject/bignumber" "^5.7.0"
1175+
"@ethersproject/bytes" "^5.7.0"
1176+
"@ethersproject/hash" "^5.7.0"
1177+
"@ethersproject/hdnode" "^5.7.0"
1178+
"@ethersproject/json-wallets" "^5.7.0"
1179+
"@ethersproject/keccak256" "^5.7.0"
1180+
"@ethersproject/logger" "^5.7.0"
1181+
"@ethersproject/properties" "^5.7.0"
1182+
"@ethersproject/random" "^5.7.0"
1183+
"@ethersproject/signing-key" "^5.7.0"
1184+
"@ethersproject/transactions" "^5.7.0"
1185+
"@ethersproject/wordlists" "^5.7.0"
1186+
11121187
"@ethersproject/[email protected]":
11131188
version "5.5.1"
11141189
resolved "https://registry.yarnpkg.com/@ethersproject/web/-/web-5.5.1.tgz#cfcc4a074a6936c657878ac58917a61341681316"
@@ -5721,11 +5796,22 @@ hardhat-contract-sizer@^2.5.0:
57215796
chalk "^4.0.0"
57225797
cli-table3 "^0.6.0"
57235798

5724-
hardhat-deploy@^0.11.15:
5725-
version "0.11.15"
5726-
resolved "https://registry.yarnpkg.com/hardhat-deploy/-/hardhat-deploy-0.11.15.tgz#5b5f6f762caa3c4d30e6e2800379ea7817a861b5"
5727-
integrity sha512-7e/GfVLmSXlcVePVFbC/xZ8mD97ChR6gHeUbejWMvzXpZ6I5bjSPZuaH5AebRRlb/6LjeIrN1+bKnayY0Sw9aA==
5799+
hardhat-deploy@^0.11.37:
5800+
version "0.11.37"
5801+
resolved "https://registry.yarnpkg.com/hardhat-deploy/-/hardhat-deploy-0.11.37.tgz#6a771b859c82ae25292321a6d510d7c0eda09d2b"
5802+
integrity sha512-pohPSEEo/X9Yfv0Fc0kXBQW6JO0LNOILBGCP69Ci1COJvLht1hLjAtXt/hccyvD9qY/uwJAM75fmsf41Y9N7lg==
57285803
dependencies:
5804+
"@ethersproject/abi" "^5.7.0"
5805+
"@ethersproject/abstract-signer" "^5.7.0"
5806+
"@ethersproject/address" "^5.7.0"
5807+
"@ethersproject/bignumber" "^5.7.0"
5808+
"@ethersproject/bytes" "^5.7.0"
5809+
"@ethersproject/constants" "^5.7.0"
5810+
"@ethersproject/contracts" "^5.7.0"
5811+
"@ethersproject/providers" "^5.7.2"
5812+
"@ethersproject/solidity" "^5.7.0"
5813+
"@ethersproject/transactions" "^5.7.0"
5814+
"@ethersproject/wallet" "^5.7.0"
57295815
"@types/qs" "^6.9.7"
57305816
axios "^0.21.1"
57315817
chalk "^4.1.2"
@@ -5738,7 +5824,7 @@ hardhat-deploy@^0.11.15:
57385824
match-all "^1.2.6"
57395825
murmur-128 "^0.2.1"
57405826
qs "^6.9.4"
5741-
zksync-web3 "^0.8.1"
5827+
zksync-web3 "^0.14.3"
57425828

57435829
hardhat-gas-reporter@^1.0.6:
57445830
version "1.0.8"
@@ -11165,7 +11251,7 @@ yocto-queue@^0.1.0:
1116511251
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
1116611252
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
1116711253

11168-
zksync-web3@^0.8.1:
11169-
version "0.8.1"
11170-
resolved "https://registry.yarnpkg.com/zksync-web3/-/zksync-web3-0.8.1.tgz#db289d8f6caf61f4d5ddc471fa3448d93208dc14"
11171-
integrity sha512-1A4aHPQ3MyuGjpv5X/8pVEN+MdZqMjfVmiweQSRjOlklXYu65wT9BGEOtCmMs5d3gIvLp4ssfTeuR5OCKOD2kw==
11254+
zksync-web3@^0.14.3:
11255+
version "0.14.3"
11256+
resolved "https://registry.yarnpkg.com/zksync-web3/-/zksync-web3-0.14.3.tgz#64ac2a16d597464c3fc4ae07447a8007631c57c9"
11257+
integrity sha512-hT72th4AnqyLW1d5Jlv8N2B/qhEnl2NePK2A3org7tAa24niem/UAaHMkEvmWI3SF9waYUPtqAtjpf+yvQ9zvQ==

0 commit comments

Comments
 (0)