From 4b03e6ef2376f7a5c063722da26cca9ed93a5f0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 15:27:17 +0000 Subject: [PATCH] Update dependency @api3/chains to ^10.4.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3ea1679..d9b4c53 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "update-proxy": "hardhat run scripts/update-proxy.js --network $NETWORK" }, "devDependencies": { - "@api3/chains": "^10.2.2", + "@api3/chains": "^10.4.0", "@api3/contracts": "^9.0.0", "@nodary/utilities": "^3.12.0", "@nomicfoundation/hardhat-chai-matchers": "^1.0.6", diff --git a/yarn.lock b/yarn.lock index b8299ff..5f03ed4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -25,10 +25,10 @@ ethers "^5.7.2" lodash "^4.17.21" -"@api3/chains@^10.2.2": - version "10.2.2" - resolved "https://registry.yarnpkg.com/@api3/chains/-/chains-10.2.2.tgz#bea4b74396d866af80a762df47a98650b3a069ab" - integrity sha512-B9tSTO9IBNAE7D1bG6/7Vzfo1GS730BfcXT9wL5TbYJAf6jGDSEayfq6TBY0s3mZPX84VlFzjE01cKnwVxBNwg== +"@api3/chains@^10.4.0": + version "10.4.0" + resolved "https://registry.yarnpkg.com/@api3/chains/-/chains-10.4.0.tgz#d4438996023aa94596a1410175221496f03bec43" + integrity sha512-09hY7nOVvNy35Ca8v/f2cyw0ltFtD9MeIh/+LKJH9gclnwTOUibUmgn4l0GwHSYy2Z6mR9TcVUisd/bVqfuGkA== dependencies: viem "^2.21.1" zod "^3.23.8"