Skip to content
Closed
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/brave-ducks-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-peaches-camp.md

This file was deleted.

8 changes: 4 additions & 4 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.236.0",
"version": "1.237.0",
"license": "MIT",
"private": true,
"workspaces": [
Expand Down
7 changes: 7 additions & 0 deletions packages/composites/multi-address-list/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @chainlink/multi-address-list-adapter

## 1.0.25

### Patch Changes

- Updated dependencies [[`d61b0e6`](https://github.com/smartcontractkit/external-adapters-js/commit/d61b0e699224ea2b393d717f2cfb4376f921444c)]:
- @chainlink/[email protected]

## 1.0.24

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/composites/multi-address-list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/multi-address-list-adapter",
"version": "1.0.24",
"version": "1.0.25",
"description": "Chainlink multi-address-list adapter.",
"keywords": [
"Chainlink",
Expand Down
6 changes: 6 additions & 0 deletions packages/sources/anchorage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @chainlink/anchorage-adapter

## 2.2.0

### Minor Changes

- [#4340](https://github.com/smartcontractkit/external-adapters-js/pull/4340) [`d61b0e6`](https://github.com/smartcontractkit/external-adapters-js/commit/d61b0e699224ea2b393d717f2cfb4376f921444c) Thanks [@mxiao-cll](https://github.com/mxiao-cll)! - Return number instead of string

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sources/anchorage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/anchorage-adapter",
"version": "2.1.0",
"version": "2.2.0",
"description": "Chainlink anchorage adapter.",
"keywords": [
"Chainlink",
Expand Down
6 changes: 6 additions & 0 deletions packages/sources/superstate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @chainlink/superstate-adapter

## 1.5.0

### Minor Changes

- [#4325](https://github.com/smartcontractkit/external-adapters-js/pull/4325) [`3ddd7ce`](https://github.com/smartcontractkit/external-adapters-js/commit/3ddd7ce9b9a790b24af861dd2250441b7c08b186) Thanks [@Subarna-Singh](https://github.com/Subarna-Singh)! - Modify result data

## 1.4.3

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

![1.4.3](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/superstate/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
![1.5.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/superstate/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 |
| :-------: | :--------------------: | :-------------------------------------------------------------------------------------------: | :----: | :-----: | :-----: |
| | API_ENDPOINT | An API endpoint for Superstate | string | | |
| | TRANSACTION_API_KEY | Api key for /v2/transactions API endpoints | string | | |
| | TRANSACTION_API_SECRET | Api secret for /v2/transactions API endpoints | string | | |
| | LOOKBACK_DAYS | The number of days of historical data to retrieve | number | | `10` |
| | RETRY_INTERVAL_MS | The amount of time (in ms) to wait before sending a new request for getting an updated price. | number | | `60000` |
| | BACKGROUND_EXECUTE_MS | The amount of time the background execute should sleep before performing the next request | number | | `10000` |
| | NAV_CRON_INTERVAL_MIN | How many minutes do we wait between each cron job that fetches Nav | number | | `10` |
| Required? | Name | Description | Type | Options | Default |
| :-------: | :--------------------: | :-------------------------------------------------------------------------------------------: | :----: | :-----: | :-----------------------------: |
| | API_ENDPOINT | An API endpoint for Superstate | string | | `https://api.superstate.com/v1` |
| | TRANSACTION_API_KEY | Api key for /v2/transactions API endpoints | string | | |
| | TRANSACTION_API_SECRET | Api secret for /v2/transactions API endpoints | string | | |
| | LOOKBACK_DAYS | The number of days of historical data to retrieve | number | | `10` |
| | RETRY_INTERVAL_MS | The amount of time (in ms) to wait before sending a new request for getting an updated price. | number | | `60000` |
| | BACKGROUND_EXECUTE_MS | The amount of time the background execute should sleep before performing the next request | number | | `10000` |
| | NAV_CRON_INTERVAL_MIN | How many minutes do we wait between each cron job that fetches Nav | number | | `10` |

---

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