Skip to content

Commit 68d63bf

Browse files
Release 1.258.0 (#4470)
* Release 1.258.0 (deletions) * Release 1.258.0 (.) * Release 1.258.0 (packages/composites) * Release 1.258.0 (packages/composites/gmx-tokens) * Release 1.258.0 (packages/composites/ondo-calculated) * Release 1.258.0 (packages/sources) --------- Co-authored-by: app-token-issuer-data-feeds[bot] <134377064+app-token-issuer-data-feeds[bot]@users.noreply.github.com>
1 parent a2bc3e7 commit 68d63bf

File tree

12 files changed

+103
-41
lines changed

12 files changed

+103
-41
lines changed

.changeset/cold-rules-hide.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/healthy-humans-flow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

MASTERLIST.md

Lines changed: 15 additions & 17 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/external-adapters-js",
3-
"version": "1.257.0",
3+
"version": "1.258.0",
44
"license": "MIT",
55
"private": true,
66
"workspaces": [

packages/composites/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ docker run -p 8080:8080 --env-file="~/PATH_TO_ENV" -it proof-of-reserves-adapter
5454

5555
## List
5656

57-
- [anchor](./anchor/README.md)
5857
- [augur](./augur/README.md)
5958
- [bitcoin-json-rpc](./bitcoin-json-rpc/README.md)
6059
- [bsol-price](./bsol-price/README.md)
@@ -64,6 +63,7 @@ docker run -p 8080:8080 --env-file="~/PATH_TO_ENV" -it proof-of-reserves-adapter
6463
- [defi-pulse](./defi-pulse/README.md)
6564
- [glv-token](./glv-token/README.md)
6665
- [gm-token](./gm-token/README.md)
66+
- [gmx-tokens](./gmx-tokens/README.md)
6767
- [historical-average](./historical-average/README.md)
6868
- [implied-price](./implied-price/README.md)
6969
- [implied-price-test](./implied-price-test/README.md)
@@ -74,6 +74,7 @@ docker run -p 8080:8080 --env-file="~/PATH_TO_ENV" -it proof-of-reserves-adapter
7474
- [multi-address-list](./multi-address-list/README.md)
7575
- [nexus-kiln](./nexus-kiln/README.md)
7676
- [nftx](./nftx/README.md)
77+
- [ondo-calculated](./ondo-calculated/README.md)
7778
- [proof-of-reserves](./proof-of-reserves/README.md)
7879
- [rocket-pool](./rocket-pool/README.md)
7980
- [savax-price](./savax-price/README.md)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @chainlink/gmx-tokens-adapter
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#4468](https://github.com/smartcontractkit/external-adapters-js/pull/4468) [`a2bc3e7`](https://github.com/smartcontractkit/external-adapters-js/commit/a2bc3e791b69e1b1ab6224bdf6551d49644c2e89) Thanks [@mohamed-mehany](https://github.com/mohamed-mehany)! - Adds gmx-token to fetch prices for GLV and GM tokens

packages/composites/gmx-tokens/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GMX_TOKENS
22

3-
![0.0.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/composites/gmx-tokens/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
3+
![1.0.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/composites/gmx-tokens/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

@@ -45,9 +45,9 @@ There are no rate limits for this adapter.
4545

4646
## Input Parameters
4747

48-
| Required? | Name | Description | Type | Options | Default |
49-
| :-------: | :------: | :-----------------: | :----: | :------------------------------------------------------------------------------------------------------------------------------------------: | :--------: |
50-
| | endpoint | The endpoint to use | string | [crypto-lwba](#glv-price-endpoint), [glv-crypto-lwba](#glv-price-endpoint), [glv-price](#glv-price-endpoint), [gm-price](#gm-price-endpoint) | `gm-price` |
48+
| Required? | Name | Description | Type | Options | Default |
49+
| :-------: | :------: | :-----------------: | :----: | :------------------------------------------------------------------------------------------------------: | :--------: |
50+
| | endpoint | The endpoint to use | string | [glv-crypto-lwba](#glv-price-endpoint), [glv-price](#glv-price-endpoint), [gm-price](#gm-price-endpoint) | `gm-price` |
5151

5252
## Gm-price Endpoint
5353

@@ -84,7 +84,7 @@ Request:
8484

8585
## Glv-price Endpoint
8686

87-
Supported names for this endpoint are: `crypto-lwba`, `glv-crypto-lwba`, `glv-price`.
87+
Supported names for this endpoint are: `glv-crypto-lwba`, `glv-price`.
8888

8989
### Input Params
9090

packages/composites/gmx-tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/gmx-tokens-adapter",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "Chainlink GM + GLV tokens composite adapter.",
55
"keywords": [
66
"Chainlink",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @chainlink/ondo-calculated-adapter
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#4455](https://github.com/smartcontractkit/external-adapters-js/pull/4455) [`83eaf39`](https://github.com/smartcontractkit/external-adapters-js/commit/83eaf39537172e393d71f6d0908cf4efe3008cd4) Thanks [@mxiao-cll](https://github.com/mxiao-cll)! - Init
Lines changed: 64 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,65 @@
1-
# Chainlink External Adapter for ondo-calculated
1+
# ONDO_CALCULATED
22

3-
This README will be generated automatically when code is merged to `main`. If you would like to generate a preview of the README, please run `yarn generate:readme ondo-calculated`.
3+
![1.0.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/composites/ondo-calculated/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
4+
5+
This document was generated automatically. Please see [README Generator](../../scripts#readme-generator) for more info.
6+
7+
## Environment Variables
8+
9+
| Required? | Name | Description | Type | Options | Default |
10+
| :-------: | :-------------------: | :---------------------------------------------------------------------------------------: | :----: | :-----: | :-----: |
11+
|| DATA_ENGINE_EA_URL | URL of data engine ea | string | | |
12+
|| ETHEREUM_RPC_URL | RPC URL of a Mainnet ETH node | string | | |
13+
| | ETHEREUM_RPC_CHAIN_ID | The chain id to connect to | number | | `1` |
14+
| | BACKGROUND_EXECUTE_MS | The amount of time the background execute should sleep before performing the next request | number | | `1000` |
15+
16+
---
17+
18+
## Data Provider Rate Limits
19+
20+
There are no rate limits for this adapter.
21+
22+
---
23+
24+
## Input Parameters
25+
26+
| Required? | Name | Description | Type | Options | Default |
27+
| :-------: | :------: | :-----------------: | :----: | :----------------------: | :-----: |
28+
| | endpoint | The endpoint to use | string | [price](#price-endpoint) | `price` |
29+
30+
## Price Endpoint
31+
32+
`price` is the only supported name for this endpoint.
33+
34+
### Input Params
35+
36+
| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
37+
| :-------: | :---------------: | :-----: | :----------------------------------------------------------: | :----: | :-----: | :-----: | :--------: | :------------: |
38+
|| registry | | Ondo on-chain registry address | string | | | | |
39+
|| asset | | Maps to the asset in ondo’s on-chain registry | string | | | | |
40+
|| regularStreamId | | Data Streams regular hour feed ID for the underlying asset | string | | | | |
41+
|| extendedStreamId | | Data Streams extended hour feed ID for the underlying asset | string | | | | |
42+
|| overnightStreamId | | Data Streams overnight hour feed ID for the underlying asset | string | | | | |
43+
| | decimals | | Decimals of output result | number | | `8` | | |
44+
45+
### Example
46+
47+
Request:
48+
49+
```json
50+
{
51+
"data": {
52+
"endpoint": "price",
53+
"registry": "0x0",
54+
"asset": "0x0",
55+
"regularStreamId": "0x0",
56+
"extendedStreamId": "0x0",
57+
"overnightStreamId": "0x0",
58+
"decimals": 8
59+
}
60+
}
61+
```
62+
63+
---
64+
65+
MIT License

0 commit comments

Comments
 (0)