Skip to content

Commit c7fca49

Browse files
chore(deps): update dependency @api3/chains to v10
1 parent c43d981 commit c7fca49

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

packages/airnode-node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@api3/airnode-protocol": "^0.14.0",
3030
"@api3/airnode-utilities": "^0.14.0",
3131
"@api3/airnode-validator": "^0.14.0",
32-
"@api3/chains": "^8.1.1",
32+
"@api3/chains": "^10.1.0",
3333
"@api3/commons": "^0.9.0",
3434
"@api3/ois": "2.3.2",
3535
"@api3/promise-utils": "^0.4.0",

packages/airnode-protocol/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"write-example-env-file": "hardhat run scripts/write-example-env-file.ts"
3030
},
3131
"devDependencies": {
32-
"@api3/chains": "^8.1.1",
32+
"@api3/chains": "^10.1.0",
3333
"@nomicfoundation/hardhat-verify": "^2.0.6",
3434
"@nomiclabs/hardhat-ethers": "^2.2.3",
3535
"@nomiclabs/hardhat-waffle": "^2.0.6",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
dependencies:
2828
"@openzeppelin/contracts" "4.8.2"
2929

30-
"@api3/chains@^8.1.1":
31-
version "8.1.1"
32-
resolved "https://registry.yarnpkg.com/@api3/chains/-/chains-8.1.1.tgz#1f292eba31e4395d89c6b067f2b2a86955fca0b6"
33-
integrity sha512-2woMgPksMEzH2tU7ZH5tHNHr9qbZDG+bEWcAGcs+A3/GJKNBaTmxVerIyTo4IZA9f6vN91i7fH3UPAq/S8KQDw==
30+
"@api3/chains@^10.1.0":
31+
version "10.1.0"
32+
resolved "https://registry.yarnpkg.com/@api3/chains/-/chains-10.1.0.tgz#c7f06e175ac929310f0e4fbb330856c199be2770"
33+
integrity sha512-Cgo6ojd1idK99vIcJ2JiEfOyCTu34+pbQ6IM1LD4wEi6cHBrf8FZWs51LjcjKrDEV8R74o0IqX0QvvkvyyNkVA==
3434
dependencies:
35-
viem "^2.16.5"
35+
viem "^2.18.8"
3636
zod "^3.23.8"
3737

3838
"@api3/commons@^0.9.0":
@@ -15158,10 +15158,10 @@ [email protected]:
1515815158
core-util-is "1.0.2"
1515915159
extsprintf "^1.2.0"
1516015160

15161-
viem@^2.16.5:
15162-
version "2.18.0"
15163-
resolved "https://registry.yarnpkg.com/viem/-/viem-2.18.0.tgz#ea0d037f0db356e6d71f1251243825345d6dc08f"
15164-
integrity sha512-HA4Dj+PCNWvvZDThWcUPg0sjiS8uwGRaxs3CMBOASL/j0p2pD4nR9vY/y/pAiRr491hGCnrSCVCmb/qqA57wIw==
15161+
viem@^2.18.8:
15162+
version "2.21.1"
15163+
resolved "https://registry.yarnpkg.com/viem/-/viem-2.21.1.tgz#7d07e4302297d1b44b4c97b8fece3b6ebb73b1ef"
15164+
integrity sha512-nlIc2LLS6aqkngULS9UJ2Sg3nHKAgF9bbpDUwjUoAUBijd69mrCWPBXQ8jmbzcx12uZUfd9Nc//CHgSVZiMwyg==
1516515165
dependencies:
1516615166
"@adraffy/ens-normalize" "1.10.0"
1516715167
"@noble/curves" "1.4.0"

0 commit comments

Comments
 (0)