diff --git a/.changeset/silver-seas-smash.md b/.changeset/silver-seas-smash.md deleted file mode 100644 index db48783a0c..0000000000 --- a/.changeset/silver-seas-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@chainlink/onre-adapter': patch ---- - -Update default API_ENDPOINT diff --git a/MASTERLIST.md b/MASTERLIST.md index 5c8c09ca99..5c8b52e270 100644 --- a/MASTERLIST.md +++ b/MASTERLIST.md @@ -1,4 +1,4 @@ -## Release 1.253.0 +## Release 1.254.0 This document was generated automatically. Please see [Master List Generator](./packages/scripts#master-list-generator) for more info. @@ -145,7 +145,7 @@ This document was generated automatically. Please see [Master List Generator](./ | [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) | | | [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) | | | [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) | | -| [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) | | +| [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) | | | [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) | | | [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) | | [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) | | diff --git a/package.json b/package.json index 9161ede56f..3bbbf5aad1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/external-adapters-js", - "version": "1.253.0", + "version": "1.254.0", "license": "MIT", "private": true, "workspaces": [ diff --git a/packages/sources/onre/CHANGELOG.md b/packages/sources/onre/CHANGELOG.md index 78c8c4bf96..f9473d68f1 100644 --- a/packages/sources/onre/CHANGELOG.md +++ b/packages/sources/onre/CHANGELOG.md @@ -1,5 +1,11 @@ # @chainlink/onre-adapter +## 1.1.4 + +### Patch Changes + +- [#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 + ## 1.1.3 ### Patch Changes diff --git a/packages/sources/onre/README.md b/packages/sources/onre/README.md index c5f07c822e..c62417a202 100644 --- a/packages/sources/onre/README.md +++ b/packages/sources/onre/README.md @@ -1,14 +1,14 @@ # ONRE -![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) +![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) This document was generated automatically. Please see [README Generator](../../scripts#readme-generator) for more info. ## Environment Variables -| Required? | Name | Description | Type | Options | Default | -| :-------: | :----------: | :----------------------: | :----: | :-----: | :-----------------------------------------------: | -| | API_ENDPOINT | An API endpoint for OnRe | string | | `https://onre-api-prod.ew.r.appspot.com/data/nav` | +| Required? | Name | Description | Type | Options | Default | +| :-------: | :----------: | :----------------------: | :----: | :-----: | :--------------------------------------: | +| | API_ENDPOINT | An API endpoint for OnRe | string | | `https://core.api.onre.finance/data/nav` | --- diff --git a/packages/sources/onre/package.json b/packages/sources/onre/package.json index 6bc3f0ea35..ea9b1bf8fc 100644 --- a/packages/sources/onre/package.json +++ b/packages/sources/onre/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/onre-adapter", - "version": "1.1.3", + "version": "1.1.4", "description": "Chainlink onre adapter.", "keywords": [ "Chainlink",