Skip to content

Commit 98ce3ba

Browse files
Release 1.315.0 (#4837)
* Release 1.315.0 (deletions) * Release 1.315.0 (.) * Release 1.315.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 4e1be98 commit 98ce3ba

6 files changed

Lines changed: 11 additions & 10 deletions

File tree

.changeset/gold-words-ring.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.314.0
1+
## Release 1.315.0
22

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

@@ -130,7 +130,7 @@ This document was generated automatically. Please see [Master List Generator](./
130130
| [oanda](packages/sources/oanda/README.md) | `1.1.49` | `source` | v3 | `https://exchange-rates-api.oanda.com/v2` | `external-adapter-framework` | `API_ACCOUNT_ID (✅)`, `API_ENDPOINT`, `API_KEY (✅)`, `INSTRUMENTS_API_ENDPOINT`, `SSE_API_ENDPOINT`, `SSE_API_KEY (✅)` | `forex`, `price` | `price` | | | | |
131131
| [onchain-gas](packages/sources/onchain-gas/README.md) | `1.3.48` | `source` | v2 | Unknown | | `ETHEREUM_RPC_URL (✅)`, `ETHEREUM_WS_RPC_URL (✅)` | `gas` | `gas` | ✅ | [✅](packages/sources/onchain-gas/test/unit) | [✅](packages/sources/onchain-gas/test/integration) | |
132132
| [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) | |
133-
| [onre](packages/sources/onre/README.md) | `1.2.0` | `source` | v3 | `https://core.api.onre.finance/data/nav` | `external-adapter-framework` | `API_ENDPOINT` | `nav`, `reserves` | `reserves` | | | [✅](packages/sources/onre/test/integration) | |
133+
| [onre](packages/sources/onre/README.md) | `1.3.0` | `source` | v3 | `https://core.api.onre.finance/data/nav` | `external-adapter-framework` | `API_ENDPOINT` | `nav`, `reserves` | `reserves` | | | [✅](packages/sources/onre/test/integration) | |
134134
| [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) | |
135135
| [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) | |
136136
| [polygon](packages/sources/polygon/README.md) | `2.0.40` | `source` | v3 | `https://api.polygon.io` | `external-adapter-framework` | `API_ENDPOINT`, `API_KEY (✅)` | `conversion`, `forex`, `price`, `tickers` | `tickers` | | | [✅](packages/sources/polygon/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.314.0",
3+
"version": "1.315.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.3.0
4+
5+
### Minor Changes
6+
7+
- [#4836](https://github.com/smartcontractkit/external-adapters-js/pull/4836) [`4e1be98`](https://github.com/smartcontractkit/external-adapters-js/commit/4e1be9872e7c85009e1ae8b1002128eea72a49f9) Thanks [@denis-chernov-smartcontract](https://github.com/denis-chernov-smartcontract)! - Unified streams adapter image
8+
39
## 1.2.0
410

511
### Minor Changes

packages/sources/onre/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ONRE
22

3-
![1.2.0](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.3.0](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

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.2.0",
3+
"version": "1.3.0",
44
"description": "Chainlink onre adapter.",
55
"keywords": [
66
"Chainlink",

0 commit comments

Comments
 (0)