From c90b008c422c36e425fb564664191019368564f5 Mon Sep 17 00:00:00 2001 From: Derek Croote Date: Thu, 18 Jan 2024 21:10:06 -0800 Subject: [PATCH] feat: bump api3/chains, add blast-sepolia-testnet to migration guide --- docs/reference/airnode/next/migration.md | 4 ++-- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/reference/airnode/next/migration.md b/docs/reference/airnode/next/migration.md index 99fb3b24..29d2468f 100644 --- a/docs/reference/airnode/next/migration.md +++ b/docs/reference/airnode/next/migration.md @@ -67,6 +67,6 @@ for completeness. post-processing. More details can be found in the [OIS reference](/reference/ois/latest/processing.md#v2). - OEV gateway AWS lambda memory has been increased from 256 MB to 2048 MB -- Airnode protocol contracts have been deployed on LightLink and LightLink - Goerli Testnet chains. You can find the addresses on the +- Airnode protocol contracts have been deployed on LightLink, LightLink Goerli + Testnet, and Blast Sepolia Testnet chains. You can find the addresses on the [Contracts page](/reference/airnode/next/index.md). diff --git a/package.json b/package.json index d9d094d9..9b791d92 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "zip:config-check": "node libs/checkZipConfigs.js;" }, "devDependencies": { - "@api3/chains": "^4.3.0", + "@api3/chains": "^4.4.0", "adm-zip": "^0.5.10", "axios": "^1.6.0", "colors": "^1.4.0", diff --git a/yarn.lock b/yarn.lock index 33a9dddf..21aa37f1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -143,10 +143,10 @@ "@algolia/logger-common" "4.19.1" "@algolia/requester-common" "4.19.1" -"@api3/chains@^4.3.0": - version "4.3.0" - resolved "https://registry.yarnpkg.com/@api3/chains/-/chains-4.3.0.tgz#97942268588e63ee030323f622f144eb2ec240a2" - integrity sha512-ME9Vun5enzz3WFmLNRj8lnRmW/zLYimu8KvoqoyZBVAdRDasSWF9FeuOcdQ42sc8l2GF48RuPQCvIhm905tVZg== +"@api3/chains@^4.4.0": + version "4.4.0" + resolved "https://registry.yarnpkg.com/@api3/chains/-/chains-4.4.0.tgz#aaf04e792719b2af33f397498d46fcee5b31f7b9" + integrity sha512-fIRwjZHcNZar/LQ3MID4LcSr0J6ODC5Z8twaXfl/YTs+W/br12OJMNHp8O0WOQmUddVrjsg/SoAcbsLL4CW8aw== dependencies: viem "^2.0.6" zod "^3.22.4"