Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.155.0 #3668

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/chilled-shrimps-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-beans-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-glasses-switch.md

This file was deleted.

7 changes: 4 additions & 3 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.154.0",
"version": "1.155.0",
"license": "MIT",
"private": true,
"workspaces": [
Expand Down
6 changes: 6 additions & 0 deletions packages/composites/glv-token/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @chainlink/glv-token-adapter

## 1.0.3

### Patch Changes

- [#3669](https://github.com/smartcontractkit/external-adapters-js/pull/3669) [`29cf6c0`](https://github.com/smartcontractkit/external-adapters-js/commit/29cf6c028f4677a86017b02219886f1488693468) Thanks [@akuzni2](https://github.com/akuzni2)! - test fix

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/composites/glv-token/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GLV_TOKEN

![1.0.2](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/composites/glv-token/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
![1.0.3](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/composites/glv-token/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.

Expand Down
2 changes: 1 addition & 1 deletion packages/composites/glv-token/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/glv-token-adapter",
"version": "1.0.2",
"version": "1.0.3",
"description": "Chainlink glv-token adapter.",
"keywords": [
"Chainlink",
Expand Down
1 change: 1 addition & 0 deletions packages/sources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ This document was generated automatically. Please see [Master List Generator](..
- [anchorage](./anchorage/README.md)
- [anyblock](./anyblock/README.md)
- [ap-election](./ap-election/README.md)
- [apex](./apex/README.md)
- [avalanche-platform](./avalanche-platform/README.md)
- [bank-frick](./bank-frick/README.md)
- [bea](./bea/README.md)
Expand Down
7 changes: 7 additions & 0 deletions packages/sources/apex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @chainlink/apex-adapter

## 1.0.0

### Major Changes

- [#3672](https://github.com/smartcontractkit/external-adapters-js/pull/3672) [`805468b`](https://github.com/smartcontractkit/external-adapters-js/commit/805468bb897609126d60ec267b8d21cbd6d7c3cf) Thanks [@mmcallister-cll](https://github.com/mmcallister-cll)! - Apex EA Initial Commit
61 changes: 59 additions & 2 deletions packages/sources/apex/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,60 @@
# Chainlink External Adapter for apex
# APEX

This README will be generated automatically when code is merged to `main`. If you would like to generate a preview of the README, please run `yarn generate:readme 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)

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` |

---

## Data Provider Rate Limits

| Name | Requests/credits per second | Requests/credits per minute | Requests/credits per hour | Note |
| :-----: | :-------------------------: | :-------------------------: | :-----------------------: | :-------------------------------: |
| default | | 6 | | Setting reasonable default limits |

---

## Input Parameters

| Required? | Name | Description | Type | Options | Default |
| :-------: | :------: | :-----------------: | :----: | :------------------: | :-----: |
| | endpoint | The endpoint to use | string | [nav](#nav-endpoint) | `nav` |

## Nav Endpoint

`nav` is the only supported name for this endpoint.

### Input Params

| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
| :-------: | :---------: | :-----: | :-----------------------: | :----: | :-----: | :-----: | :--------: | :------------: |
| ✅ | accountName | | The account name to query | string | | | | |

### Example

Request:

```json
{
"data": {
"endpoint": "nav",
"accountName": "EXAMPLE"
}
}
```

---

MIT License
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": "0.0.0",
"version": "1.0.0",
"description": "Chainlink apex adapter.",
"keywords": [
"Chainlink",
Expand Down
6 changes: 6 additions & 0 deletions packages/sources/kaiko-state/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @chainlink/kaiko-state-adapter

## 1.0.7

### Patch Changes

- [#3665](https://github.com/smartcontractkit/external-adapters-js/pull/3665) [`1147f46`](https://github.com/smartcontractkit/external-adapters-js/commit/1147f46ab6680200fdcaf0bcadd2c74b86622d4d) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependency @grpc/grpc-js to v1.12.5

## 1.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sources/kaiko-state/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# KAIKO_STATE

![1.0.6](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/kaiko-state/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
![1.0.7](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/kaiko-state/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.

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