Skip to content
Merged
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/funny-chairs-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-snails-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-pans-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-fishes-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-apes-exist.md

This file was deleted.

8 changes: 5 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.199.0",
"version": "1.200.0",
"license": "MIT",
"private": true,
"workspaces": [
Expand Down
8 changes: 8 additions & 0 deletions packages/composites/llama-guard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @chainlink/llama-guard-adapter

## 1.2.0

### Minor Changes

- [#4060](https://github.com/smartcontractkit/external-adapters-js/pull/4060) [`3c75243`](https://github.com/smartcontractkit/external-adapters-js/commit/3c7524367fae43a07bfd0cbe12af4e66fbb6fbb9) Thanks [@mxiao-cll](https://github.com/mxiao-cll)! - Support 18 decimals

- [#4064](https://github.com/smartcontractkit/external-adapters-js/pull/4064) [`63f74f8`](https://github.com/smartcontractkit/external-adapters-js/commit/63f74f84434d4468b9656d086deef29034811bc0) Thanks [@mxiao-cll](https://github.com/mxiao-cll)! - Add metrics

## 1.1.0

### Minor Changes
Expand Down
13 changes: 7 additions & 6 deletions packages/composites/llama-guard/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# LLAMA_GUARD

![1.1.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/composites/llama-guard/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
![1.2.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/composites/llama-guard/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 |
| :-------: | :-------------------: | :---------------------------------------------------------------------------------------: | :----: | :-----: | :-----: |
| ✅ | ETHEREUM_RPC_URL | RPC URL of a Mainnet ETH node | string | | |
| | ETHEREUM_RPC_CHAIN_ID | The chain id to connect to | number | | `1` |
| | 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 |
| :-------: | :---------------------: | :---------------------------------------------------------------------------------------: | :----: | :-----: | :-----: |
| ✅ | ETHEREUM_RPC_URL | RPC URL of a Mainnet ETH node | string | | |
| | ETHEREUM_RPC_CHAIN_ID | The chain id to connect to | number | | `1` |
| | LLAMA_RISK_API_ENDPOINT | API endpoint for Llama Risk (contains API KEY) | 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/composites/llama-guard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/llama-guard-adapter",
"version": "1.1.0",
"version": "1.2.0",
"description": "Chainlink llama-guard adapter.",
"keywords": [
"Chainlink",
Expand Down
2 changes: 2 additions & 0 deletions packages/sources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ This document was generated automatically. Please see [Master List Generator](..
- [1forge](./1forge/README.md)
- [ada-balance](./ada-balance/README.md)
- [aleno](./aleno/README.md)
- [allium-state](./allium-state/README.md)
- [alphachain](./alphachain/README.md)
- [alpine](./alpine/README.md)
- [amberdata](./amberdata/README.md)
- [anchorage](./anchorage/README.md)
- [anyblock](./anyblock/README.md)
- [ap-election](./ap-election/README.md)
- [apex](./apex/README.md)
- [asseto-finance](./asseto-finance/README.md)
- [avalanche-platform](./avalanche-platform/README.md)
- [backed-fi](./backed-fi/README.md)
- [bank-frick](./bank-frick/README.md)
Expand Down
7 changes: 7 additions & 0 deletions packages/sources/allium-state/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @chainlink/allium-state-adapter

## 1.0.0

### Major Changes

- [#4061](https://github.com/smartcontractkit/external-adapters-js/pull/4061) [`18df82f`](https://github.com/smartcontractkit/external-adapters-js/commit/18df82f34f34e832540e5427cebdc9980361924d) Thanks [@jordanbounds](https://github.com/jordanbounds)! - allium-state initial release
56 changes: 54 additions & 2 deletions packages/sources/allium-state/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,55 @@
# Chainlink External Adapter for allium-state
# ALLIUM_STATE

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 allium-state`.
![1.0.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/allium-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.

## Environment Variables

| Required? | Name | Description | Type | Options | Default |
| :-------: | :-------------: | :--------------------------------------------: | :----: | :-----: | :----------------------------------------------------: |
| | WS_API_ENDPOINT | The WebSocket endpoint for Allium state prices | string | | `wss://api.allium.so/api/v1/developer/state-prices/ws` |
| ✅ | API_KEY | API key for Allium | string | | |

---

## Data Provider Rate Limits

There are no rate limits for this adapter.

---

## Input Parameters

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

## Price Endpoint

Supported names for this endpoint are: `crypto`, `price`, `state`.

### Input Params

| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
| :-------: | :---: | :------------: | :--------------------------------------------: | :----: | :-----: | :-----: | :--------: | :------------: |
| ✅ | base | `coin`, `from` | The symbol of symbols of the currency to query | string | | | | |
| ✅ | quote | `market`, `to` | The symbol of the currency to convert to | string | | | | |

### Example

Request:

```json
{
"data": {
"endpoint": "price",
"base": "BTC",
"quote": "USD"
}
}
```

---

MIT License
2 changes: 1 addition & 1 deletion packages/sources/allium-state/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/allium-state-adapter",
"version": "0.0.0",
"version": "1.0.0",
"description": "Chainlink allium-state adapter.",
"keywords": [
"Chainlink",
Expand Down
7 changes: 7 additions & 0 deletions packages/sources/asseto-finance/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @chainlink/asseto-finance-adapter

## 1.0.0

### Major Changes

- [#4046](https://github.com/smartcontractkit/external-adapters-js/pull/4046) [`5e5f86a`](https://github.com/smartcontractkit/external-adapters-js/commit/5e5f86a1ba6459dd4e5ce6a0b5cb63f9b838ba31) Thanks [@cl-mayowa](https://github.com/cl-mayowa)! - asseto-finance initial release
82 changes: 80 additions & 2 deletions packages/sources/asseto-finance/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,81 @@
# Chainlink External Adapter for asseto-finance
# ASSETO_FINANCE

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 asseto-finance`.
![1.0.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/asseto-finance/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 Data Provider | string | | `https://open.syncnav.com/api` |
| | CLIENT_ID | Data Provider client ID | string | | `chainlink` |
| ✅ | CLIENT_SECRET | Data Provider client secret | string | | |
| | GRANT_TYPE | Grant type for credentials | string | | `client_credentials` |
| | BACKGROUND_EXECUTE_MS | The amount of time the background execute should sleep before performing the next request | number | | `10000` |

---

## Data Provider Rate Limits

There are no rate limits for this adapter.

---

## Input Parameters

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

## Reserve Endpoint

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

### Input Params

| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
| :-------: | :----: | :-----: | :----------------------------------: | :----: | :-----: | :-----: | :--------: | :------------: |
| ✅ | fundId | | The fund id of the reserves to query | number | | | | |

### Example

Request:

```json
{
"data": {
"endpoint": "reserve",
"fundId": 3
}
}
```

---

## 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 |
| :-------: | :----: | :-----: | :----------------------------------: | :----: | :-----: | :-----: | :--------: | :------------: |
| ✅ | fundId | | The fund id of the reserves to query | number | | | | |

### Example

Request:

```json
{
"data": {
"endpoint": "nav",
"fundId": 3
}
}
```

---

MIT License
2 changes: 1 addition & 1 deletion packages/sources/asseto-finance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/asseto-finance-adapter",
"version": "0.0.0",
"version": "1.0.0",
"description": "Chainlink asseto-finance 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.4.0

### Minor Changes

- [#4063](https://github.com/smartcontractkit/external-adapters-js/pull/4063) [`32dd6a8`](https://github.com/smartcontractkit/external-adapters-js/commit/32dd6a8b552874da737317716b54c86a21cd44d7) Thanks [@mxiao-cll](https://github.com/mxiao-cll)! - Make regular calls to DP during open period. If you were ask by CLL to run this adapter using local cache, you can now safely switch back to redis.

## 1.3.0

### Minor Changes
Expand Down
3 changes: 2 additions & 1 deletion packages/sources/superstate/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SUPERSTATE

![1.3.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)
![1.4.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.

Expand All @@ -14,6 +14,7 @@ This document was generated automatically. Please see [README Generator](../../s
| | 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.3.0",
"version": "1.4.0",
"description": "Chainlink superstate adapter.",
"keywords": [
"Chainlink",
Expand Down
Loading