Skip to content

Commit 26204e2

Browse files
Merge branch 'main' into tiingo-uppercase
2 parents e7b59d7 + 3f3d59c commit 26204e2

File tree

377 files changed

+5017
-4051
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

377 files changed

+5017
-4051
lines changed

.changeset/fifty-penguins-help.md

-5
This file was deleted.

.changeset/true-symbols-cross.md

-94
This file was deleted.

.pnp.cjs

+178-232
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

MASTERLIST.md

+109-107
Large diffs are not rendered by default.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/external-adapters-js",
3-
"version": "1.145.0",
3+
"version": "1.148.0",
44
"license": "MIT",
55
"private": true,
66
"workspaces": [
@@ -54,7 +54,7 @@
5454
"source-map-support": "0.5.21"
5555
},
5656
"devDependencies": {
57-
"@chainlink/external-adapter-framework": "1.7.3",
57+
"@chainlink/external-adapter-framework": "1.7.7",
5858
"@changesets/changelog-github": "0.5.0",
5959
"@changesets/cli": "2.27.9",
6060
"@types/babel__core": "7.20.5",

packages/composites/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ docker run -p 8080:8080 --env-file="~/PATH_TO_ENV" -it proof-of-reserves-adapter
6868
- [dns-record-check](./dns-record-check/README.md)
6969
- [dxdao](./dxdao/README.md)
7070
- [dydx-rewards](./dydx-rewards/README.md)
71+
- [glv-token](./glv-token/README.md)
7172
- [gm-token](./gm-token/README.md)
7273
- [google-weather](./google-weather/README.md)
7374
- [historical-average](./historical-average/README.md)

packages/composites/apy-finance-test/CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# @chainlink/apy-finance-test-adapter
22

3+
## 0.2.17
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- [#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
10+
11+
- Updated dependencies [[`55df8b1`](https://github.com/smartcontractkit/external-adapters-js/commit/55df8b1867403001c5bb11339bb2244e6c219c3f), [`e30440e`](https://github.com/smartcontractkit/external-adapters-js/commit/e30440e20f06c72eb701ac539692815e77978a73)]:
12+
- @chainlink/token-allocation-test-adapter@0.0.17
13+
14+
## 0.2.16
15+
16+
### Patch Changes
17+
18+
- [#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
19+
20+
- [#3595](https://github.com/smartcontractkit/external-adapters-js/pull/3595) [`8a15f40`](https://github.com/smartcontractkit/external-adapters-js/commit/8a15f408d53ccbf131e16c39faefa0ecabbe6ac7) Thanks [@mxiao-cll](https://github.com/mxiao-cll)! - Bumped framework version
21+
22+
- Updated dependencies [[`f9a4dc2`](https://github.com/smartcontractkit/external-adapters-js/commit/f9a4dc24e77f1f5b5e967b5f2d03eb58c15ef9b2), [`8a15f40`](https://github.com/smartcontractkit/external-adapters-js/commit/8a15f408d53ccbf131e16c39faefa0ecabbe6ac7)]:
23+
- @chainlink/token-allocation-test-adapter@0.0.16
24+
325
## 0.2.15
426

527
### Patch Changes

packages/composites/apy-finance-test/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# APY_FINANCE_TEST
22

3-
![0.2.15](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/composites/apy-finance-test/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
3+
![0.2.17](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/composites/apy-finance-test/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
44

55
This document was generated automatically. Please see [README Generator](../../scripts#readme-generator) for more info.
66

packages/composites/apy-finance-test/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/apy-finance-test-adapter",
3-
"version": "0.2.15",
3+
"version": "0.2.17",
44
"description": "Chainlink APY Finance TVL adapter.",
55
"keywords": [
66
"Chainlink",
@@ -28,9 +28,9 @@
2828
"start": "yarn server:dist"
2929
},
3030
"dependencies": {
31-
"@chainlink/external-adapter-framework": "1.7.3",
31+
"@chainlink/external-adapter-framework": "1.7.7",
3232
"@chainlink/token-allocation-test-adapter": "workspace:*",
33-
"axios": "1.7.8",
33+
"axios": "1.7.9",
3434
"ethers": "5.4.7",
3535
"tslib": "^2.3.1"
3636
},

packages/composites/apy-finance/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @chainlink/apy-finance-adapter
22

3+
## 2.0.91
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`55df8b1`](https://github.com/smartcontractkit/external-adapters-js/commit/55df8b1867403001c5bb11339bb2244e6c219c3f), [`e30440e`](https://github.com/smartcontractkit/external-adapters-js/commit/e30440e20f06c72eb701ac539692815e77978a73)]:
8+
- @chainlink/token-allocation-adapter@1.13.4
9+
10+
## 2.0.90
11+
12+
### Patch Changes
13+
14+
- Updated dependencies [[`f9a4dc2`](https://github.com/smartcontractkit/external-adapters-js/commit/f9a4dc24e77f1f5b5e967b5f2d03eb58c15ef9b2), [`8a15f40`](https://github.com/smartcontractkit/external-adapters-js/commit/8a15f408d53ccbf131e16c39faefa0ecabbe6ac7)]:
15+
- @chainlink/token-allocation-adapter@1.13.3
16+
317
## 2.0.89
418

519
### Patch Changes

packages/composites/apy-finance/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/apy-finance-adapter",
3-
"version": "2.0.89",
3+
"version": "2.0.91",
44
"description": "Chainlink APY Finance TVL adapter",
55
"keywords": [
66
"Chainlink",

packages/composites/bsol-price/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @chainlink/bsol-price-adapter
22

3+
## 2.2.110
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`55df8b1`](https://github.com/smartcontractkit/external-adapters-js/commit/55df8b1867403001c5bb11339bb2244e6c219c3f), [`e30440e`](https://github.com/smartcontractkit/external-adapters-js/commit/e30440e20f06c72eb701ac539692815e77978a73)]:
8+
- @chainlink/token-allocation-adapter@1.13.4
9+
10+
## 2.2.109
11+
12+
### Patch Changes
13+
14+
- [#3600](https://github.com/smartcontractkit/external-adapters-js/pull/3600) [`4c2583c`](https://github.com/smartcontractkit/external-adapters-js/commit/4c2583c5bfce4f9362e52d126837e5e92eac468f) Thanks [@mmcallister-cll](https://github.com/mmcallister-cll)! - Update solana/web3 version to >= 1.95.8
15+
16+
- Updated dependencies [[`4c2583c`](https://github.com/smartcontractkit/external-adapters-js/commit/4c2583c5bfce4f9362e52d126837e5e92eac468f), [`f9a4dc2`](https://github.com/smartcontractkit/external-adapters-js/commit/f9a4dc24e77f1f5b5e967b5f2d03eb58c15ef9b2), [`8a15f40`](https://github.com/smartcontractkit/external-adapters-js/commit/8a15f408d53ccbf131e16c39faefa0ecabbe6ac7)]:
17+
- @chainlink/solana-view-function-adapter@2.2.37
18+
- @chainlink/token-allocation-adapter@1.13.3
19+
320
## 2.2.108
421

522
### Patch Changes

packages/composites/bsol-price/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Chainlink bSOL Price Composite Adapter
22

3-
![2.2.108](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/composites/bsol-price/package.json) ![v2](https://img.shields.io/badge/framework%20version-v2-blueviolet)
3+
![2.2.110](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/composites/bsol-price/package.json) ![v2](https://img.shields.io/badge/framework%20version-v2-blueviolet)
44

55
This document was generated automatically. Please see [README Generator](../../scripts#readme-generator) for more info.
66

packages/composites/bsol-price/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/bsol-price-adapter",
3-
"version": "2.2.108",
3+
"version": "2.2.110",
44
"description": "Chainlink bsol-price adapter.",
55
"keywords": [
66
"Chainlink",
@@ -34,7 +34,7 @@
3434
"@chainlink/ea-test-helpers": "workspace:*",
3535
"@chainlink/solana-view-function-adapter": "workspace:*",
3636
"@chainlink/token-allocation-adapter": "workspace:*",
37-
"@solana/web3.js": "^1.33.0",
37+
"@solana/web3.js": "^1.95.8",
3838
"@types/bn.js": "^5.1.0",
3939
"bignumber.js": "^9.0.0",
4040
"bn.js": "^5.2.0",

packages/composites/crypto-volatility-index/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @chainlink/crypto-volatility-index-adapter
22

3+
## 1.4.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`55df8b1`](https://github.com/smartcontractkit/external-adapters-js/commit/55df8b1867403001c5bb11339bb2244e6c219c3f), [`e30440e`](https://github.com/smartcontractkit/external-adapters-js/commit/e30440e20f06c72eb701ac539692815e77978a73)]:
8+
- @chainlink/token-allocation-adapter@1.13.4
9+
10+
## 1.4.5
11+
12+
### Patch Changes
13+
14+
- Updated dependencies [[`f9a4dc2`](https://github.com/smartcontractkit/external-adapters-js/commit/f9a4dc24e77f1f5b5e967b5f2d03eb58c15ef9b2), [`8a15f40`](https://github.com/smartcontractkit/external-adapters-js/commit/8a15f408d53ccbf131e16c39faefa0ecabbe6ac7)]:
15+
- @chainlink/token-allocation-adapter@1.13.3
16+
317
## 1.4.4
418

519
### Patch Changes

packages/composites/crypto-volatility-index/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/crypto-volatility-index-adapter",
3-
"version": "1.4.4",
3+
"version": "1.4.6",
44
"description": "The Crypto volatility index (CVI)",
55
"keywords": [
66
"Chainlink",

packages/composites/curve-3pool/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @chainlink/curve-3pool-adapter
22

3+
## 3.0.91
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`55df8b1`](https://github.com/smartcontractkit/external-adapters-js/commit/55df8b1867403001c5bb11339bb2244e6c219c3f), [`e30440e`](https://github.com/smartcontractkit/external-adapters-js/commit/e30440e20f06c72eb701ac539692815e77978a73)]:
8+
- @chainlink/token-allocation-adapter@1.13.4
9+
10+
## 3.0.90
11+
12+
### Patch Changes
13+
14+
- Updated dependencies [[`f9a4dc2`](https://github.com/smartcontractkit/external-adapters-js/commit/f9a4dc24e77f1f5b5e967b5f2d03eb58c15ef9b2), [`8a15f40`](https://github.com/smartcontractkit/external-adapters-js/commit/8a15f408d53ccbf131e16c39faefa0ecabbe6ac7)]:
15+
- @chainlink/token-allocation-adapter@1.13.3
16+
317
## 3.0.89
418

519
### Patch Changes

packages/composites/curve-3pool/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/curve-3pool-adapter",
3-
"version": "3.0.89",
3+
"version": "3.0.91",
44
"description": "Chainlink Curve 3Pool adapter",
55
"keywords": [
66
"Chainlink",

packages/composites/defi-dozen/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @chainlink/defi-dozen-adapter
22

3+
## 1.2.110
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`55df8b1`](https://github.com/smartcontractkit/external-adapters-js/commit/55df8b1867403001c5bb11339bb2244e6c219c3f), [`e30440e`](https://github.com/smartcontractkit/external-adapters-js/commit/e30440e20f06c72eb701ac539692815e77978a73)]:
8+
- @chainlink/token-allocation-adapter@1.13.4
9+
10+
## 1.2.109
11+
12+
### Patch Changes
13+
14+
- Updated dependencies [[`f9a4dc2`](https://github.com/smartcontractkit/external-adapters-js/commit/f9a4dc24e77f1f5b5e967b5f2d03eb58c15ef9b2), [`8a15f40`](https://github.com/smartcontractkit/external-adapters-js/commit/8a15f408d53ccbf131e16c39faefa0ecabbe6ac7)]:
15+
- @chainlink/token-allocation-adapter@1.13.3
16+
317
## 1.2.108
418

519
### Patch Changes

packages/composites/defi-dozen/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/defi-dozen-adapter",
3-
"version": "1.2.108",
3+
"version": "1.2.110",
44
"description": "Chainlink defi-dozen adapter.",
55
"keywords": [
66
"Chainlink",

packages/composites/defi-pulse/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @chainlink/defi-pulse-adapter
22

3+
## 1.2.110
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`55df8b1`](https://github.com/smartcontractkit/external-adapters-js/commit/55df8b1867403001c5bb11339bb2244e6c219c3f), [`e30440e`](https://github.com/smartcontractkit/external-adapters-js/commit/e30440e20f06c72eb701ac539692815e77978a73)]:
8+
- @chainlink/token-allocation-adapter@1.13.4
9+
10+
## 1.2.109
11+
12+
### Patch Changes
13+
14+
- Updated dependencies [[`f9a4dc2`](https://github.com/smartcontractkit/external-adapters-js/commit/f9a4dc24e77f1f5b5e967b5f2d03eb58c15ef9b2), [`8a15f40`](https://github.com/smartcontractkit/external-adapters-js/commit/8a15f408d53ccbf131e16c39faefa0ecabbe6ac7)]:
15+
- @chainlink/token-allocation-adapter@1.13.3
16+
317
## 1.2.108
418

519
### Patch Changes

packages/composites/defi-pulse/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/defi-pulse-adapter",
3-
"version": "1.2.108",
3+
"version": "1.2.110",
44
"description": "Chainlink defi pulse adapter",
55
"keywords": [
66
"Chainlink",

packages/composites/dxdao/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @chainlink/dxdao-adapter
22

3+
## 2.0.91
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`55df8b1`](https://github.com/smartcontractkit/external-adapters-js/commit/55df8b1867403001c5bb11339bb2244e6c219c3f), [`e30440e`](https://github.com/smartcontractkit/external-adapters-js/commit/e30440e20f06c72eb701ac539692815e77978a73)]:
8+
- @chainlink/token-allocation-adapter@1.13.4
9+
10+
## 2.0.90
11+
12+
### Patch Changes
13+
14+
- Updated dependencies [[`f9a4dc2`](https://github.com/smartcontractkit/external-adapters-js/commit/f9a4dc24e77f1f5b5e967b5f2d03eb58c15ef9b2), [`8a15f40`](https://github.com/smartcontractkit/external-adapters-js/commit/8a15f408d53ccbf131e16c39faefa0ecabbe6ac7)]:
15+
- @chainlink/token-allocation-adapter@1.13.3
16+
317
## 2.0.89
418

519
### Patch Changes

packages/composites/dxdao/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/dxdao-adapter",
3-
"version": "2.0.89",
3+
"version": "2.0.91",
44
"description": "Chainlink dxdao adapter.",
55
"keywords": [
66
"Chainlink",

0 commit comments

Comments
 (0)