Skip to content

Commit 64cad19

Browse files
Release 1.175.0 (packages/sources/onre)
1 parent 8d336f4 commit 64cad19

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

packages/sources/onre/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @chainlink/onre-adapter
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#3911](https://github.com/smartcontractkit/external-adapters-js/pull/3911) [`1aa2e41`](https://github.com/smartcontractkit/external-adapters-js/commit/1aa2e4118d69153e4a0cb7bd1f794933f298bd8e) Thanks [@Subarna-Singh](https://github.com/Subarna-Singh)! - OnRe EA

packages/sources/onre/README.md

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

3-
![0.0.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.0.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

@@ -22,20 +22,20 @@ This document was generated automatically. Please see [README Generator](../../s
2222

2323
## Input Parameters
2424

25-
| Required? | Name | Description | Type | Options | Default |
26-
| :-------: | :------: | :-----------------: | :----: | :----------------------------------------------------------------------------------: | :--------: |
27-
| | endpoint | The endpoint to use | string | [nav](#reserves-endpoint), [por](#reserves-endpoint), [reserves](#reserves-endpoint) | `reserves` |
25+
| Required? | Name | Description | Type | Options | Default |
26+
| :-------: | :------: | :-----------------: | :----: | :-------------------------------------------------------: | :--------: |
27+
| | endpoint | The endpoint to use | string | [nav](#reserves-endpoint), [reserves](#reserves-endpoint) | `reserves` |
2828

2929
## Reserves Endpoint
3030

31-
Supported names for this endpoint are: `nav`, `por`, `reserves`.
31+
Supported names for this endpoint are: `nav`, `reserves`.
3232

3333
### Input Params
3434

35-
| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
36-
| :-------: | :---------: | :-----: | :----------------------: | :----: | :---------------: | :---------------: | :--------: | :------------: |
37-
|| fundId | | Fund id | number | | | | |
38-
| | reportValue | | Which value to report on | string | `net_asset_value` | `net_asset_value` | | |
35+
| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
36+
| :-------: | :---------: | :-----: | :------------------------------------------: | :----: | :---------------: | :---------------: | :--------: | :------------: |
37+
|| fundId | | Fund id | number | | | | |
38+
| | reportValue | | Which value to report on as top-level result | string | `net_asset_value` | `net_asset_value` | | |
3939

4040
### Example
4141

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

0 commit comments

Comments
 (0)