Skip to content

Commit 55c0757

Browse files
Update api3 major updates to v21
1 parent 1aaa815 commit 55c0757

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
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": "18.2.0",
26-
"@api3/contracts-v9": "npm:@api3/contracts@9.1.0",
25+
"@api3/contracts": "21.1.0",
26+
"@api3/contracts-v9": "npm:@api3/contracts@21.1.0",
2727
"@nodary/utilities": "^5.1.0",
2828
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
2929
"@nomicfoundation/hardhat-network-helpers": "^1.0.12",

yarn.lock

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,20 @@
2020
ethers "^5.7.2"
2121
lodash "^4.17.21"
2222

23-
"@api3/contracts-v9@npm:@api3/contracts@9.1.0":
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/contracts@21.1.0":
24+
version "21.1.0"
25+
resolved "https://registry.yarnpkg.com/@api3/contracts/-/contracts-21.1.0.tgz#b58fefc9cb91f520f9bb84d8841e5f71a49d2fa5"
26+
integrity sha512-6Jo/noB4W6Mmvn/2USiM4zEpOD5Nr6POI+vOdrdd7kmvO3+zSommqVXpQG8KXu349zKr0VYEwALzYLBPoqonmQ==
2727
dependencies:
2828
ethers "^6.13.2"
29+
viem "^2.23.2"
30+
yargs "^17.7.2"
31+
zod "^3.24.2"
2932

30-
"@api3/contracts@18.2.0":
31-
version "18.2.0"
32-
resolved "https://registry.yarnpkg.com/@api3/contracts/-/contracts-18.2.0.tgz#44c7e360601bb7674bdb02dfe1dd8d6cd56da68e"
33-
integrity sha512-LkELtgelRJEIVgCkdrXQfHIjJBgtwtEgpeBCp3dIgc+e0N4D0YzAzSm5YiURFJJ+IHxxMLjwb6ST4+nJ2/HWug==
33+
"@api3/contracts@21.1.0":
34+
version "21.1.0"
35+
resolved "https://registry.yarnpkg.com/@api3/contracts/-/contracts-21.1.0.tgz#b58fefc9cb91f520f9bb84d8841e5f71a49d2fa5"
36+
integrity sha512-6Jo/noB4W6Mmvn/2USiM4zEpOD5Nr6POI+vOdrdd7kmvO3+zSommqVXpQG8KXu349zKr0VYEwALzYLBPoqonmQ==
3437
dependencies:
3538
ethers "^6.13.2"
3639
viem "^2.23.2"

0 commit comments

Comments
 (0)