Skip to content

Commit 4ad02c0

Browse files
Release 1.254.0 (packages/sources/onre)
1 parent 3ef2a84 commit 4ad02c0

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

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)