Skip to content

Commit 3071dd3

Browse files
chore(deps): update dependency @api3/contracts to v34
1 parent 83e59af commit 3071dd3

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"update-proxy": "hardhat run scripts/update-proxy.js --network $NETWORK"
2323
},
2424
"devDependencies": {
25-
"@api3/contracts": "^32.2.0",
25+
"@api3/contracts": "^34.0.0",
2626
"@api3/dapi-management": "^4.0.0",
2727
"@api3/eslint-plugin-commons": "^3.0.0",
2828
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",

yarn.lock

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
winston-console-format "^1.0.8"
185185
zod "^4.0.10"
186186

187-
"@api3/contracts@^32.1.1", "@api3/contracts@^32.2.0":
187+
"@api3/contracts@^32.1.1":
188188
version "32.2.0"
189189
resolved "https://registry.yarnpkg.com/@api3/contracts/-/contracts-32.2.0.tgz#f9029a5441bfb7b1e639850ca724572e82211596"
190190
integrity sha512-ybfCMXd9CsUYi1VHnaxOrftnMEPQdWnoMTRSYRTryNrKVJpEddJtW5u0iS3mhTe3Xd3oeoXHcWccyo0hLqmOVw==
@@ -194,6 +194,16 @@
194194
yargs "^17.7.2"
195195
zod "^4.0.15"
196196

197+
"@api3/contracts@^34.0.0":
198+
version "34.0.0"
199+
resolved "https://registry.yarnpkg.com/@api3/contracts/-/contracts-34.0.0.tgz#46682d5e747480b348a3c5db5f582802ea6408c5"
200+
integrity sha512-jA/gBNb33zoEp1oDVDFl7xnLvTFkrVr+B3SICoiEXjdzMRPm0rsBIWKV2+r69MhDR+ZIjsd20cWuT53EZLbbZw==
201+
dependencies:
202+
ethers "^6.15.0"
203+
viem "^2.23.2"
204+
yargs "^17.7.2"
205+
zod "^4.0.15"
206+
197207
"@api3/dapi-management@^4.0.0":
198208
version "4.0.0"
199209
resolved "https://registry.yarnpkg.com/@api3/dapi-management/-/dapi-management-4.0.0.tgz#ad12ff31d0d51eb7f170a69b5a0b596ee7d81c69"

0 commit comments

Comments
 (0)