Skip to content

Commit

Permalink
Release 1.158.0 (#3698)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
github-actions[bot] authored Feb 24, 2025
1 parent 9386505 commit 35e977f
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/proud-dolphins-walk.md

This file was deleted.

4 changes: 2 additions & 2 deletions MASTERLIST.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/external-adapters-js",
"version": "1.157.0",
"version": "1.158.0",
"license": "MIT",
"private": true,
"workspaces": [
Expand Down
6 changes: 6 additions & 0 deletions packages/sources/apex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @chainlink/apex-adapter

## 1.0.1

### Patch Changes

- [#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

## 1.0.0

### Major Changes
Expand Down
20 changes: 10 additions & 10 deletions packages/sources/apex/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# APEX

![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)
![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)

This document was generated automatically. Please see [README Generator](../../scripts#readme-generator) for more info.

## Environment Variables

| Required? | Name | Description | Type | Options | Default |
| :-------: | :-------------------: | :---------------------------------------------------------------------------------------: | :----: | :-----: | :----------------------------------------: |
|| CLIENT_ID | Data Provider client ID | string | | |
|| CLIENT_SECRET | Data Provider client secret | string | | |
|| SCOPE | Scope of credentials | string | | |
|| GRANT_TYPE | Grant type for credentials | string | | |
| | NAV_API_ENDPOINT | An API endpoint for Data Provider | string | | `https://api.apexgroup.com/v1/reports/NAV` |
|| AUTH_API_ENDPOINT | An auth API endpoint for Data Provider | string | | |
| | BACKGROUND_EXECUTE_MS | The amount of time the background execute should sleep before performing the next request | number | | `10000` |
| Required? | Name | Description | Type | Options | Default |
| :-------: | :-------------------: | :---------------------------------------------------------------------------------------: | :----: | :-----: | :-------------------------------------------------------------------------: |
|| CLIENT_ID | Data Provider client ID | string | | |
|| CLIENT_SECRET | Data Provider client secret | string | | |
|| SCOPE | Scope of credentials | string | | |
|| GRANT_TYPE | Grant type for credentials | string | | |
| | NAV_API_ENDPOINT | An API endpoint for Data Provider | string | | `https://api.apexgroup.com/1ASkuiqAPUyZTQqYIK8RlC6G8tWupuC7/v1/reports/NAV` |
|| AUTH_API_ENDPOINT | An auth API endpoint for Data Provider | string | | |
| | BACKGROUND_EXECUTE_MS | The amount of time the background execute should sleep before performing the next request | number | | `10000` |

---

Expand Down
2 changes: 1 addition & 1 deletion packages/sources/apex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/apex-adapter",
"version": "1.0.0",
"version": "1.0.1",
"description": "Chainlink apex adapter.",
"keywords": [
"Chainlink",
Expand Down

0 comments on commit 35e977f

Please sign in to comment.