diff --git a/.changeset/purple-jars-raise.md b/.changeset/purple-jars-raise.md new file mode 100644 index 0000000000..0c578e3ea5 --- /dev/null +++ b/.changeset/purple-jars-raise.md @@ -0,0 +1,5 @@ +--- +'@chainlink/view-function-multi-chain-adapter': patch +--- + +Update framework version to 2.10 diff --git a/.pnp.cjs b/.pnp.cjs index a969aca289..476c4e7b4c 100644 --- a/.pnp.cjs +++ b/.pnp.cjs @@ -9479,7 +9479,7 @@ const RAW_RUNTIME_STATE = "packageLocation": "./packages/sources/view-function-multi-chain/",\ "packageDependencies": [\ ["@chainlink/view-function-multi-chain-adapter", "workspace:packages/sources/view-function-multi-chain"],\ - ["@chainlink/external-adapter-framework", "npm:2.8.0"],\ + ["@chainlink/external-adapter-framework", "npm:2.10.0"],\ ["@types/jest", "npm:29.5.14"],\ ["@types/node", "npm:22.14.1"],\ ["ethers", "npm:6.15.0"],\ diff --git a/packages/sources/view-function-multi-chain/package.json b/packages/sources/view-function-multi-chain/package.json index 3f46c9583c..df333daf24 100644 --- a/packages/sources/view-function-multi-chain/package.json +++ b/packages/sources/view-function-multi-chain/package.json @@ -34,7 +34,7 @@ "typescript": "5.8.3" }, "dependencies": { - "@chainlink/external-adapter-framework": "2.8.0", + "@chainlink/external-adapter-framework": "2.10.0", "ethers": "^6.13.2", "tslib": "2.4.1" } diff --git a/yarn.lock b/yarn.lock index 77b6da758a..70bd17d257 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6277,7 +6277,7 @@ __metadata: version: 0.0.0-use.local resolution: "@chainlink/view-function-multi-chain-adapter@workspace:packages/sources/view-function-multi-chain" dependencies: - "@chainlink/external-adapter-framework": "npm:2.8.0" + "@chainlink/external-adapter-framework": "npm:2.10.0" "@types/jest": "npm:^29.5.14" "@types/node": "npm:22.14.1" ethers: "npm:^6.13.2"