Skip to content

Commit c9613af

Browse files
Release 1.254.0 (#4446)
* Release 1.254.0 (deletions) * Release 1.254.0 (.) * Release 1.254.0 (packages/sources/onre) --------- Co-authored-by: app-token-issuer-data-feeds[bot] <134377064+app-token-issuer-data-feeds[bot]@users.noreply.github.com>
1 parent a6701aa commit c9613af

File tree

6 files changed

+14
-13
lines changed

6 files changed

+14
-13
lines changed

.changeset/silver-seas-smash.md

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

MASTERLIST.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Release 1.253.0
1+
## Release 1.254.0
22

33
This document was generated automatically. Please see [Master List Generator](./packages/scripts#master-list-generator) for more info.
44

@@ -145,7 +145,7 @@ This document was generated automatically. Please see [Master List Generator](./
145145
| [oilpriceapi](packages/sources/oilpriceapi/README.md) | `2.1.47` | `source` | v2 | `https://api.oilpriceapi.com/v1/` | | `API_KEY (✅)` | `price` | `price` | | [✅](packages/sources/oilpriceapi/test/unit) | [✅](packages/sources/oilpriceapi/test/integration) | |
146146
| [onchain-gas](packages/sources/onchain-gas/README.md) | `1.3.47` | `source` | v2 | Unknown | | `ETHEREUM_RPC_URL (✅)`, `ETHEREUM_WS_RPC_URL (✅)` | `gas` | `gas` | ✅ | [✅](packages/sources/onchain-gas/test/unit) | [✅](packages/sources/onchain-gas/test/integration) | |
147147
| [ondo](packages/sources/ondo/README.md) | `1.0.3` | `source` | v3 | `https://api.gm.ondo.finance/` | `external-adapter-framework` | `API_ENDPOINT`, `API_KEY (✅)` | `price` | `price` | | | [✅](packages/sources/ondo/test/integration) | |
148-
| [onre](packages/sources/onre/README.md) | `1.1.3` | `source` | v3 | `https://onre-api-prod.ew.r.appspot.com/data/nav` | `external-adapter-framework` | `API_ENDPOINT` | `nav`, `reserves` | `reserves` | | | [✅](packages/sources/onre/test/integration) | |
148+
| [onre](packages/sources/onre/README.md) | `1.1.4` | `source` | v3 | `https://core.api.onre.finance/data/nav` | `external-adapter-framework` | `API_ENDPOINT` | `nav`, `reserves` | `reserves` | | | [✅](packages/sources/onre/test/integration) | |
149149
| [openexchangerates](packages/sources/openexchangerates/README.md) | `3.0.0` | `source` | v3 | `https://openexchangerates.org/api/` | `external-adapter-framework` | `API_ENDPOINT`, `API_KEY (✅)` | `forex`, `price` | `forex` | | | [✅](packages/sources/openexchangerates/test/integration) | |
150150
| [paypal](packages/sources/paypal/README.md) | `1.2.47` | `source` | v2 | Unknown | | `CLIENT_ID (✅)`, `CLIENT_SECRET (✅)`, `MODE` | `getpayout`, `read`, `sendpayout`, `write` | `sendpayout` | | [✅](packages/sources/paypal/test/unit) | | [✅](packages/sources/paypal/test/e2e) |
151151
| [polkadot-balance](packages/sources/polkadot-balance/README.md) | `2.0.0` | `source` | v3 | Unknown | `external-adapter-framework` | `BACKGROUND_EXECUTE_MS`, `BATCH_SIZE`, `RPC_URL (✅)` | Unknown | `balance` | | | [✅](packages/sources/polkadot-balance/test/integration) | |

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.253.0",
3+
"version": "1.254.0",
44
"license": "MIT",
55
"private": true,
66
"workspaces": [

packages/sources/onre/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @chainlink/onre-adapter
22

3+
## 1.1.4
4+
5+
### Patch Changes
6+
7+
- [#4444](https://github.com/smartcontractkit/external-adapters-js/pull/4444) [`a6701aa`](https://github.com/smartcontractkit/external-adapters-js/commit/a6701aa3896d26863218a1734a1f6cfc3c0a2fdd) Thanks [@mmcallister-cll](https://github.com/mmcallister-cll)! - Update default API_ENDPOINT
8+
39
## 1.1.3
410

511
### Patch Changes

packages/sources/onre/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# ONRE
22

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

77
## Environment Variables
88

9-
| Required? | Name | Description | Type | Options | Default |
10-
| :-------: | :----------: | :----------------------: | :----: | :-----: | :-----------------------------------------------: |
11-
| | API_ENDPOINT | An API endpoint for OnRe | string | | `https://onre-api-prod.ew.r.appspot.com/data/nav` |
9+
| Required? | Name | Description | Type | Options | Default |
10+
| :-------: | :----------: | :----------------------: | :----: | :-----: | :--------------------------------------: |
11+
| | API_ENDPOINT | An API endpoint for OnRe | string | | `https://core.api.onre.finance/data/nav` |
1212

1313
---
1414

packages/sources/onre/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/onre-adapter",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "Chainlink onre adapter.",
55
"keywords": [
66
"Chainlink",

0 commit comments

Comments
 (0)