Skip to content

Commit 990ad27

Browse files
Update api3 major updates to v26
1 parent f715e55 commit 990ad27

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"update-proxy": "hardhat run scripts/update-proxy.js --network $NETWORK"
2323
},
2424
"devDependencies": {
25-
"@api3/contracts": "24.0.0",
26-
"@api3/contracts-v9": "npm:@api3/contracts@9.1.0",
25+
"@api3/contracts": "26.0.0",
26+
"@api3/contracts-v9": "npm:@api3/contracts@26.0.0",
2727
"@nodary/utilities": "^6.0.0",
2828
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
2929
"@nomicfoundation/hardhat-network-helpers": "^1.0.12",

yarn.lock

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,27 @@
2020
ethers "^5.7.2"
2121
lodash "^4.17.21"
2222

23-
"@api3/contracts-v9@npm:@api3/[email protected]":
24-
version "9.1.0"
25-
resolved "https://registry.yarnpkg.com/@api3/contracts/-/contracts-9.1.0.tgz#2c99465e968dd0a83792d8fa92ee83b32a850724"
26-
integrity sha512-oXmRtP0CXBC9x3HyKztoOriK9P0c7KhwB3fBVxESQHWXSGWO79kLWrz4XZmrd7+975/p66Z8BJBZl20Wm5npCQ==
23+
"@api3/contracts-v9@npm:@api3/[email protected]":
24+
version "26.0.0"
25+
resolved "https://registry.yarnpkg.com/@api3/contracts/-/contracts-26.0.0.tgz#e03d9f177baf759a5069a4e39170f5f2fc8bc98f"
26+
integrity sha512-6hnNi3y8N2iaO8qBuHOhRFji5M6mPkFnwp5xfAmRAQgOaiQakuze8PKM1t5dud4cYhxc307AdAA4cDT7KcrgcA==
27+
dependencies:
28+
ethers "^6.13.2"
29+
viem "^2.23.2"
30+
yargs "^17.7.2"
31+
zod "^3.24.2"
32+
33+
34+
version "26.0.0"
35+
resolved "https://registry.yarnpkg.com/@api3/contracts/-/contracts-26.0.0.tgz#e03d9f177baf759a5069a4e39170f5f2fc8bc98f"
36+
integrity sha512-6hnNi3y8N2iaO8qBuHOhRFji5M6mPkFnwp5xfAmRAQgOaiQakuze8PKM1t5dud4cYhxc307AdAA4cDT7KcrgcA==
2737
dependencies:
2838
ethers "^6.13.2"
39+
viem "^2.23.2"
40+
yargs "^17.7.2"
41+
zod "^3.24.2"
2942

30-
"@api3/contracts@24.0.0", "@api3/contracts@^24.0.0":
43+
"@api3/contracts@^24.0.0":
3144
version "24.0.0"
3245
resolved "https://registry.yarnpkg.com/@api3/contracts/-/contracts-24.0.0.tgz#d365e2e0d449042321db68ef0a277624f9effae5"
3346
integrity sha512-3Ii5HBLSCH+uOBGMToy69L9O/yT36fN60nxuEm9Z8nECM6D28/elnWQQb5R6B0FGHgtpMUPpZOrqNM6AD/JdvA==

0 commit comments

Comments
 (0)