Skip to content

Commit 35e977f

Browse files
Release 1.158.0 (#3698)
* Release 1.158.0 (deletions) * Release 1.158.0 (.) * Release 1.158.0 (packages/sources/apex) --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9386505 commit 35e977f

File tree

6 files changed

+20
-19
lines changed

6 files changed

+20
-19
lines changed

.changeset/proud-dolphins-walk.md

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

MASTERLIST.md

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

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

packages/sources/apex/CHANGELOG.md

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

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- [#3697](https://github.com/smartcontractkit/external-adapters-js/pull/3697) [`9386505`](https://github.com/smartcontractkit/external-adapters-js/commit/938650552ffc49fafe7264b2cea872b4cf20b785) Thanks [@mxiao-cll](https://github.com/mxiao-cll)! - Update url
8+
39
## 1.0.0
410

511
### Major Changes

packages/sources/apex/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# APEX
22

3-
![1.0.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/apex/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
3+
![1.0.1](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/apex/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-
|| CLIENT_ID | Data Provider client ID | string | | |
12-
|| CLIENT_SECRET | Data Provider client secret | string | | |
13-
|| SCOPE | Scope of credentials | string | | |
14-
|| GRANT_TYPE | Grant type for credentials | string | | |
15-
| | NAV_API_ENDPOINT | An API endpoint for Data Provider | string | | `https://api.apexgroup.com/v1/reports/NAV` |
16-
|| AUTH_API_ENDPOINT | An auth API endpoint for Data Provider | string | | |
17-
| | BACKGROUND_EXECUTE_MS | The amount of time the background execute should sleep before performing the next request | number | | `10000` |
9+
| Required? | Name | Description | Type | Options | Default |
10+
| :-------: | :-------------------: | :---------------------------------------------------------------------------------------: | :----: | :-----: | :-------------------------------------------------------------------------: |
11+
|| CLIENT_ID | Data Provider client ID | string | | |
12+
|| CLIENT_SECRET | Data Provider client secret | string | | |
13+
|| SCOPE | Scope of credentials | string | | |
14+
|| GRANT_TYPE | Grant type for credentials | string | | |
15+
| | NAV_API_ENDPOINT | An API endpoint for Data Provider | string | | `https://api.apexgroup.com/1ASkuiqAPUyZTQqYIK8RlC6G8tWupuC7/v1/reports/NAV` |
16+
|| AUTH_API_ENDPOINT | An auth API endpoint for Data Provider | string | | |
17+
| | BACKGROUND_EXECUTE_MS | The amount of time the background execute should sleep before performing the next request | number | | `10000` |
1818

1919
---
2020

packages/sources/apex/package.json

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

0 commit comments

Comments
 (0)