diff --git a/.changeset/purple-hornets-applaud.md b/.changeset/purple-hornets-applaud.md new file mode 100644 index 0000000000..e415e65c51 --- /dev/null +++ b/.changeset/purple-hornets-applaud.md @@ -0,0 +1,5 @@ +--- +'@chainlink/por-indexer-adapter': patch +--- + +Typo diff --git a/.pnp.cjs b/.pnp.cjs index 229c77a42b..6d626ea7da 100644 --- a/.pnp.cjs +++ b/.pnp.cjs @@ -318,10 +318,6 @@ const RAW_RUNTIME_STATE = "name": "@chainlink/btc.com-adapter",\ "reference": "workspace:packages/sources/btc.com"\ },\ - {\ - "name": "@chainlink/bx-digital-adapter",\ - "reference": "workspace:packages/sources/bx-digital"\ - },\ {\ "name": "@chainlink/cache.gold-adapter",\ "reference": "workspace:packages/sources/cache.gold"\ @@ -990,7 +986,6 @@ const RAW_RUNTIME_STATE = ["@chainlink/bravenewcoin-adapter", ["workspace:packages/sources/bravenewcoin"]],\ ["@chainlink/bsol-price-adapter", ["workspace:packages/composites/bsol-price"]],\ ["@chainlink/btc.com-adapter", ["workspace:packages/sources/btc.com"]],\ - ["@chainlink/bx-digital-adapter", ["workspace:packages/sources/bx-digital"]],\ ["@chainlink/cache.gold-adapter", ["workspace:packages/sources/cache.gold"]],\ ["@chainlink/ccip-read-adapter", ["workspace:packages/sources/ccip-read"]],\ ["@chainlink/ceffu-adapter", ["workspace:packages/sources/ceffu"]],\ @@ -5729,21 +5724,6 @@ const RAW_RUNTIME_STATE = "linkType": "SOFT"\ }]\ ]],\ - ["@chainlink/bx-digital-adapter", [\ - ["workspace:packages/sources/bx-digital", {\ - "packageLocation": "./packages/sources/bx-digital/",\ - "packageDependencies": [\ - ["@chainlink/bx-digital-adapter", "workspace:packages/sources/bx-digital"],\ - ["@chainlink/external-adapter-framework", "npm:2.1.0"],\ - ["@types/jest", "npm:27.5.2"],\ - ["@types/node", "npm:22.12.0"],\ - ["nock", "npm:13.5.6"],\ - ["tslib", "npm:2.4.1"],\ - ["typescript", "patch:typescript@npm%3A5.6.3#optional!builtin::version=5.6.3&hash=8c6c40"]\ - ],\ - "linkType": "SOFT"\ - }]\ - ]],\ ["@chainlink/cache.gold-adapter", [\ ["workspace:packages/sources/cache.gold", {\ "packageLocation": "./packages/sources/cache.gold/",\ @@ -42857,7 +42837,7 @@ class MountFS extends BasePortableFakeFS { if (this.notMount.has(filePath)) continue; try { - if (this.typeCheck !== null && (this.baseFs.lstatSync(filePath).mode & fs.constants.S_IFMT) !== this.typeCheck) { + if (this.typeCheck !== null && (this.baseFs.statSync(filePath).mode & fs.constants.S_IFMT) !== this.typeCheck) { this.notMount.add(filePath); continue; } diff --git a/.yarn/cache/fsevents-patch-6b67494872-10.zip b/.yarn/cache/fsevents-patch-6b67494872-10.zip new file mode 100644 index 0000000000..9887ada72d Binary files /dev/null and b/.yarn/cache/fsevents-patch-6b67494872-10.zip differ diff --git a/.yarn/cache/fsevents-patch-afc6995412-10.zip b/.yarn/cache/fsevents-patch-afc6995412-10.zip new file mode 100644 index 0000000000..34871c571d Binary files /dev/null and b/.yarn/cache/fsevents-patch-afc6995412-10.zip differ diff --git a/packages/sources/README.md b/packages/sources/README.md index 9c002ad056..2642e41aa8 100644 --- a/packages/sources/README.md +++ b/packages/sources/README.md @@ -33,7 +33,6 @@ This document was generated automatically. Please see [Master List Generator](.. - [bob](./bob/README.md) - [bravenewcoin](./bravenewcoin/README.md) - [btc.com](./btc.com/README.md) -- [bx-digital](./bx-digital/README.md) - [cache.gold](./cache.gold/README.md) - [ccip-read](./ccip-read/README.md) - [ceffu](./ceffu/README.md) diff --git a/packages/sources/bx-digital/CHANGELOG.md b/packages/sources/bx-digital/CHANGELOG.md deleted file mode 100644 index 3a4ed6d5b5..0000000000 --- a/packages/sources/bx-digital/CHANGELOG.md +++ /dev/null @@ -1,45 +0,0 @@ -# @chainlink/bx-digital-adapter - -## 1.0.4 - -### Patch Changes - -- [#3673](https://github.com/smartcontractkit/external-adapters-js/pull/3673) [`1e1c478`](https://github.com/smartcontractkit/external-adapters-js/commit/1e1c4785e78eeeda775b6a7630594498f60ad9bf) Thanks [@Subarna-Singh](https://github.com/Subarna-Singh)! - Bumped framework version - -## 1.0.3 - -### Patch Changes - -- [#3656](https://github.com/smartcontractkit/external-adapters-js/pull/3656) [`f32e247`](https://github.com/smartcontractkit/external-adapters-js/commit/f32e2477bcc37a8e37b73676616c8d9e5dce9a45) Thanks [@renovate](https://github.com/apps/renovate)! - Update Node.js to v22.13.1 - -- [#3564](https://github.com/smartcontractkit/external-adapters-js/pull/3564) [`3fac674`](https://github.com/smartcontractkit/external-adapters-js/commit/3fac674cfeb93f73009959ba2ea0fbf342c3c66d) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependency nock to v13.5.6 - -## 1.0.2 - -### Patch Changes - -- [#3629](https://github.com/smartcontractkit/external-adapters-js/pull/3629) [`0bede17`](https://github.com/smartcontractkit/external-adapters-js/commit/0bede1726a01a0fc4c5831be521b974dfac79234) Thanks [@mxiao-cll](https://github.com/mxiao-cll)! - Bumped framework version, includes fastify v4 to v5 upgrade - -- [#3634](https://github.com/smartcontractkit/external-adapters-js/pull/3634) [`1c516b6`](https://github.com/smartcontractkit/external-adapters-js/commit/1c516b6b6609c037c607346c8ab156694564ea3e) Thanks [@mxiao-cll](https://github.com/mxiao-cll)! - Adjust rate limiter - -## 1.0.1 - -### Patch Changes - -- [#3619](https://github.com/smartcontractkit/external-adapters-js/pull/3619) [`55df8b1`](https://github.com/smartcontractkit/external-adapters-js/commit/55df8b1867403001c5bb11339bb2244e6c219c3f) Thanks [@mxiao-cll](https://github.com/mxiao-cll)! - Bumped framework version - -- [#3618](https://github.com/smartcontractkit/external-adapters-js/pull/3618) [`e30440e`](https://github.com/smartcontractkit/external-adapters-js/commit/e30440e20f06c72eb701ac539692815e77978a73) Thanks [@mmcallister-cll](https://github.com/mmcallister-cll)! - Bumped framework version - -## 1.0.0 - -### Major Changes - -- [#3597](https://github.com/smartcontractkit/external-adapters-js/pull/3597) [`8c5177d`](https://github.com/smartcontractkit/external-adapters-js/commit/8c5177dddb1b99534940de0a083ac1dcedb557b1) Thanks [@mxiao-cll](https://github.com/mxiao-cll)! - Init - -### Patch Changes - -- [#3602](https://github.com/smartcontractkit/external-adapters-js/pull/3602) [`e4586c1`](https://github.com/smartcontractkit/external-adapters-js/commit/e4586c17bc03321d776e93068ebbc90b81f4a098) Thanks [@mxiao-cll](https://github.com/mxiao-cll)! - Update user agent - -- [#3612](https://github.com/smartcontractkit/external-adapters-js/pull/3612) [`8bd801d`](https://github.com/smartcontractkit/external-adapters-js/commit/8bd801daca510bd92089c8dd734672cf7268a2f2) Thanks [@mxiao-cll](https://github.com/mxiao-cll)! - Remove user agent - -- [#3598](https://github.com/smartcontractkit/external-adapters-js/pull/3598) [`f9a4dc2`](https://github.com/smartcontractkit/external-adapters-js/commit/f9a4dc24e77f1f5b5e967b5f2d03eb58c15ef9b2) Thanks [@mxiao-cll](https://github.com/mxiao-cll)! - Bumped framework version diff --git a/packages/sources/bx-digital/README.md b/packages/sources/bx-digital/README.md deleted file mode 100644 index 8ff53abf12..0000000000 --- a/packages/sources/bx-digital/README.md +++ /dev/null @@ -1,55 +0,0 @@ -# BX_DIGITAL - -![1.0.4](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/bx-digital/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet) - -This document was generated automatically. Please see [README Generator](../../scripts#readme-generator) for more info. - -## Environment Variables - -| Required? | Name | Description | Type | Options | Default | -| :-------: | :----------: | :-------------------------------: | :----: | :-----: | :-------------------------------------------------: | -| ✅ | API_KEY | An API key for Data Provider | string | | | -| | API_ENDPOINT | An API endpoint for Data Provider | string | | `https://dev-cdf-stage-k8s.bxdigital.ch/securities` | - ---- - -## Data Provider Rate Limits - -| Name | Requests/credits per second | Requests/credits per minute | Requests/credits per hour | Note | -| :-----: | :-------------------------: | :-------------------------: | :-----------------------: | :---------------: | -| default | | 1 | | Reasonable limits | - ---- - -## Input Parameters - -| Required? | Name | Description | Type | Options | Default | -| :-------: | :------: | :-----------------: | :----: | :----------------------: | :-----: | -| | endpoint | The endpoint to use | string | [price](#price-endpoint) | `price` | - -## Price Endpoint - -`price` is the only supported name for this endpoint. - -### Input Params - -| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With | -| :-------: | :--------: | :-----: | :-----------------------------------: | :----: | :-----: | :-----: | :--------: | :------------: | -| ✅ | securityId | | ID of the security to report price on | string | | | | | - -### Example - -Request: - -```json -{ - "data": { - "endpoint": "price", - "securityId": "CH0012032048" - } -} -``` - ---- - -MIT License diff --git a/packages/sources/bx-digital/package.json b/packages/sources/bx-digital/package.json deleted file mode 100644 index 525ef5c07d..0000000000 --- a/packages/sources/bx-digital/package.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "@chainlink/bx-digital-adapter", - "version": "1.0.4", - "description": "Chainlink bx-digital adapter.", - "keywords": [ - "Chainlink", - "LINK", - "blockchain", - "oracle", - "bx-digital" - ], - "main": "dist/index.js", - "types": "dist/index.d.ts", - "files": [ - "dist" - ], - "repository": { - "url": "https://github.com/smartcontractkit/external-adapters-js", - "type": "git" - }, - "license": "MIT", - "scripts": { - "clean": "rm -rf dist && rm -f tsconfig.tsbuildinfo", - "prepack": "yarn build", - "build": "tsc -b", - "server": "node -e 'require(\"./index.js\").server()'", - "server:dist": "node -e 'require(\"./dist/index.js\").server()'", - "start": "yarn server:dist" - }, - "devDependencies": { - "@types/jest": "27.5.2", - "@types/node": "22.12.0", - "nock": "13.5.6", - "typescript": "5.6.3" - }, - "dependencies": { - "@chainlink/external-adapter-framework": "2.1.0", - "tslib": "2.4.1" - } -} diff --git a/packages/sources/bx-digital/src/config/index.ts b/packages/sources/bx-digital/src/config/index.ts deleted file mode 100644 index ed1ebbed26..0000000000 --- a/packages/sources/bx-digital/src/config/index.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { AdapterConfig } from '@chainlink/external-adapter-framework/config' - -export const config = new AdapterConfig({ - API_KEY: { - description: 'An API key for Data Provider', - type: 'string', - required: true, - sensitive: true, - }, - API_ENDPOINT: { - description: 'An API endpoint for Data Provider', - type: 'string', - default: 'https://dev-cdf-stage-k8s.bxdigital.ch/securities', - }, -}) diff --git a/packages/sources/bx-digital/src/endpoint/index.ts b/packages/sources/bx-digital/src/endpoint/index.ts deleted file mode 100644 index 11a44912b4..0000000000 --- a/packages/sources/bx-digital/src/endpoint/index.ts +++ /dev/null @@ -1 +0,0 @@ -export { endpoint as price } from './price' diff --git a/packages/sources/bx-digital/src/endpoint/price.ts b/packages/sources/bx-digital/src/endpoint/price.ts deleted file mode 100644 index 2e1861be36..0000000000 --- a/packages/sources/bx-digital/src/endpoint/price.ts +++ /dev/null @@ -1,33 +0,0 @@ -import { AdapterEndpoint } from '@chainlink/external-adapter-framework/adapter' -import { InputParameters } from '@chainlink/external-adapter-framework/validation' -import { SingleNumberResultResponse } from '@chainlink/external-adapter-framework/util' -import { config } from '../config' -import { httpTransport } from '../transport/price' - -export const inputParameters = new InputParameters( - { - securityId: { - required: true, - type: 'string', - description: 'ID of the security to report price on', - }, - }, - [ - { - securityId: 'CH0012032048', - }, - ], -) - -export type BaseEndpointTypes = { - Parameters: typeof inputParameters.definition - Response: SingleNumberResultResponse - Settings: typeof config.settings -} - -export const endpoint = new AdapterEndpoint({ - name: 'price', - aliases: [], - transport: httpTransport, - inputParameters, -}) diff --git a/packages/sources/bx-digital/src/index.ts b/packages/sources/bx-digital/src/index.ts deleted file mode 100644 index a2dc712f31..0000000000 --- a/packages/sources/bx-digital/src/index.ts +++ /dev/null @@ -1,21 +0,0 @@ -import { expose, ServerInstance } from '@chainlink/external-adapter-framework' -import { Adapter } from '@chainlink/external-adapter-framework/adapter' -import { config } from './config' -import { price } from './endpoint' - -export const adapter = new Adapter({ - defaultEndpoint: price.name, - name: 'BX_DIGITAL', - config, - endpoints: [price], - rateLimiting: { - tiers: { - default: { - rateLimit1m: 1, - note: 'Reasonable limits', - }, - }, - }, -}) - -export const server = (): Promise => expose(adapter) diff --git a/packages/sources/bx-digital/src/transport/price.ts b/packages/sources/bx-digital/src/transport/price.ts deleted file mode 100644 index 6c3db0e56d..0000000000 --- a/packages/sources/bx-digital/src/transport/price.ts +++ /dev/null @@ -1,83 +0,0 @@ -import { HttpTransport } from '@chainlink/external-adapter-framework/transports' -import { BaseEndpointTypes } from '../endpoint/price' - -export interface ResponseSchema { - securityId: string - lastModifiedTime: number - closingPrice: string -} - -export type HttpTransportTypes = BaseEndpointTypes & { - Provider: { - RequestBody: never - ResponseBody: ResponseSchema[] - } -} -export const httpTransport = new HttpTransport({ - prepareRequests: (params, config) => { - return params.map((param) => { - return { - params: [param], - request: { - baseURL: config.API_ENDPOINT, - headers: { - 'API-key': config.API_KEY, - }, - }, - } - }) - }, - parseResponse: (params, response) => { - if (!response.data) { - return params.map((param) => { - return { - params: param, - response: { - errorMessage: `The data provider didn't return any value`, - statusCode: 502, - }, - } - }) - } - - const missing = params - .filter((p) => !response.data.map((s) => s.securityId).includes(p.securityId)) - .map((p) => ({ - params: p, - response: { - errorMessage: `The data provider didn't return any value for ${p.securityId}`, - statusCode: 502, - }, - })) - - const valid = response.data.map((security) => { - const params = { - securityId: security.securityId, - } - if (isNaN(Number(security?.closingPrice))) { - return { - params, - response: { - errorMessage: `The data provider didn't return valid value for ${security.securityId}`, - statusCode: 502, - }, - } - } else { - return { - params, - response: { - result: Number(security.closingPrice), - data: { - result: Number(security.closingPrice), - }, - timestamps: { - providerIndicatedTimeUnixMs: security.lastModifiedTime * 1000, - }, - }, - } - } - }) - - return valid.concat(missing) - }, -}) diff --git a/packages/sources/bx-digital/test-payload.json b/packages/sources/bx-digital/test-payload.json deleted file mode 100644 index a53ae99171..0000000000 --- a/packages/sources/bx-digital/test-payload.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "requests": [{ - "securityId": "CH0012032048" - }] -} diff --git a/packages/sources/bx-digital/test/integration/__snapshots__/adapter.test.ts.snap b/packages/sources/bx-digital/test/integration/__snapshots__/adapter.test.ts.snap deleted file mode 100644 index 03cb60123c..0000000000 --- a/packages/sources/bx-digital/test/integration/__snapshots__/adapter.test.ts.snap +++ /dev/null @@ -1,42 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`execute price endpoint should return failure for Nan 1`] = ` -{ - "errorMessage": "The data provider didn't return valid value for 3", - "statusCode": 502, - "timestamps": { - "providerDataReceivedUnixMs": 978347471111, - "providerDataRequestedUnixMs": 978347471111, - }, -} -`; - -exports[`execute price endpoint should return success for security 1 1`] = ` -{ - "data": { - "result": 111.11, - }, - "result": 111.11, - "statusCode": 200, - "timestamps": { - "providerDataReceivedUnixMs": 978347471111, - "providerDataRequestedUnixMs": 978347471111, - "providerIndicatedTimeUnixMs": 1733155814000, - }, -} -`; - -exports[`execute price endpoint should return success for security 2 1`] = ` -{ - "data": { - "result": 222.22, - }, - "result": 222.22, - "statusCode": 200, - "timestamps": { - "providerDataReceivedUnixMs": 978347471111, - "providerDataRequestedUnixMs": 978347471111, - "providerIndicatedTimeUnixMs": 1733153530000, - }, -} -`; diff --git a/packages/sources/bx-digital/test/integration/adapter.test.ts b/packages/sources/bx-digital/test/integration/adapter.test.ts deleted file mode 100644 index b91abcd232..0000000000 --- a/packages/sources/bx-digital/test/integration/adapter.test.ts +++ /dev/null @@ -1,65 +0,0 @@ -import { - TestAdapter, - setEnvVariables, -} from '@chainlink/external-adapter-framework/util/testing-utils' -import * as nock from 'nock' -import { mockResponseSuccess } from './fixtures' - -describe('execute', () => { - let spy: jest.SpyInstance - let testAdapter: TestAdapter - let oldEnv: NodeJS.ProcessEnv - - beforeAll(async () => { - oldEnv = JSON.parse(JSON.stringify(process.env)) - process.env.API_ENDPOINT = 'https://fake-api' - process.env.API_KEY = 'fake-api-key' - - const mockDate = new Date('2001-01-01T11:11:11.111Z') - spy = jest.spyOn(Date, 'now').mockReturnValue(mockDate.getTime()) - - const adapter = (await import('./../../src')).adapter - adapter.rateLimiting = undefined - testAdapter = await TestAdapter.startWithMockedCache(adapter, { - testAdapter: {} as TestAdapter, - }) - }) - - afterAll(async () => { - setEnvVariables(oldEnv) - await testAdapter.api.close() - nock.restore() - nock.cleanAll() - spy.mockRestore() - }) - - describe('price endpoint', () => { - it('should return success for security 1', async () => { - const data = { - securityId: '1', - } - mockResponseSuccess() - const response = await testAdapter.request(data) - expect(response.statusCode).toBe(200) - expect(response.json()).toMatchSnapshot() - }) - it('should return success for security 2', async () => { - const data = { - securityId: '2', - } - mockResponseSuccess() - const response = await testAdapter.request(data) - expect(response.statusCode).toBe(200) - expect(response.json()).toMatchSnapshot() - }) - it('should return failure for Nan', async () => { - const data = { - securityId: '3', - } - mockResponseSuccess() - const response = await testAdapter.request(data) - expect(response.statusCode).toBe(502) - expect(response.json()).toMatchSnapshot() - }) - }) -}) diff --git a/packages/sources/bx-digital/test/integration/fixtures.ts b/packages/sources/bx-digital/test/integration/fixtures.ts deleted file mode 100644 index f002f3afe1..0000000000 --- a/packages/sources/bx-digital/test/integration/fixtures.ts +++ /dev/null @@ -1,26 +0,0 @@ -import nock from 'nock' - -export const mockResponseSuccess = (): nock.Scope => - nock('https://fake-api', { - encodedQueryParams: true, - }) - .get('/') - .reply( - 200, - () => [ - { securityId: '1', lastModifiedTime: 1733155814, closingPrice: '111.11' }, - { securityId: '2', lastModifiedTime: 1733153530, closingPrice: '222.22' }, - { securityId: '3', lastModifiedTime: 1733156220, closingPrice: 'lol' }, - ], - [ - 'Content-Type', - 'application/json', - 'Connection', - 'close', - 'Vary', - 'Accept-Encoding', - 'Vary', - 'Origin', - ], - ) - .persist() diff --git a/packages/sources/bx-digital/tsconfig.json b/packages/sources/bx-digital/tsconfig.json deleted file mode 100644 index f59363fd76..0000000000 --- a/packages/sources/bx-digital/tsconfig.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "extends": "../../tsconfig.base.json", - "compilerOptions": { - "outDir": "dist", - "rootDir": "src" - }, - "include": ["src/**/*", "src/**/*.json"], - "exclude": ["dist", "**/*.spec.ts", "**/*.test.ts"] -} diff --git a/packages/sources/bx-digital/tsconfig.test.json b/packages/sources/bx-digital/tsconfig.test.json deleted file mode 100755 index e3de28cb5c..0000000000 --- a/packages/sources/bx-digital/tsconfig.test.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../../tsconfig.base.json", - "include": ["src/**/*", "**/test", "src/**/*.json"], - "compilerOptions": { - "noEmit": true - } -} diff --git a/packages/sources/por-indexer/docs/known-issues.md b/packages/sources/por-indexer/docs/known-issues.md index 3d4eb62bce..799205dd33 100644 --- a/packages/sources/por-indexer/docs/known-issues.md +++ b/packages/sources/por-indexer/docs/known-issues.md @@ -8,4 +8,4 @@ Follow [this deployment documentation](https://chainlink.notion.site/Bitcoin-Pro ### MAX_PAYLOAD_SIZE_LIMIT configuration -The `MAX_PAYLOAD_SIZE_LIMIT` environment variable is used for controlling the maximum size of the incoming request body that the EA can handle. If you decide to customize this value it's essential to ensure that any reverse proxy or web server in front of the EA, such as Nginx, is also configured with a corresponding limit. This alignment prevents scenarios where Nginx rejects a request for exceeding its payload size limit before it reaches the EA. +The `MAX_PAYLOAD_SIZE_LIMIT` environment variable is used for controlling the maximum size of the incoming request body that the EA can handle. If you decided to customize this value it's essential to ensure that any reverse proxy or web server in front of the EA, such as Nginx, is also configured with a corresponding limit. This alignment prevents scenarios where Nginx rejects a request for exceeding its payload size limit before it reaches the EA. diff --git a/packages/tsconfig.json b/packages/tsconfig.json index 8b6891966a..b2e76d2203 100644 --- a/packages/tsconfig.json +++ b/packages/tsconfig.json @@ -218,9 +218,6 @@ { "path": "./sources/btc.com" }, - { - "path": "./sources/bx-digital" - }, { "path": "./sources/cache.gold" }, diff --git a/packages/tsconfig.test.json b/packages/tsconfig.test.json index ca710faf44..1d84bcaf16 100644 --- a/packages/tsconfig.test.json +++ b/packages/tsconfig.test.json @@ -218,9 +218,6 @@ { "path": "./sources/btc.com/tsconfig.test.json" }, - { - "path": "./sources/bx-digital/tsconfig.test.json" - }, { "path": "./sources/cache.gold/tsconfig.test.json" }, diff --git a/yarn.lock b/yarn.lock index b884ed4ad9..44fb29b8d1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2904,19 +2904,6 @@ __metadata: languageName: unknown linkType: soft -"@chainlink/bx-digital-adapter@workspace:packages/sources/bx-digital": - version: 0.0.0-use.local - resolution: "@chainlink/bx-digital-adapter@workspace:packages/sources/bx-digital" - dependencies: - "@chainlink/external-adapter-framework": "npm:2.1.0" - "@types/jest": "npm:27.5.2" - "@types/node": "npm:22.12.0" - nock: "npm:13.5.6" - tslib: "npm:2.4.1" - typescript: "npm:5.6.3" - languageName: unknown - linkType: soft - "@chainlink/cache.gold-adapter@workspace:packages/sources/cache.gold": version: 0.0.0-use.local resolution: "@chainlink/cache.gold-adapter@workspace:packages/sources/cache.gold"