Skip to content

Commit 92ecc50

Browse files
Release 1.294.0 (#4710)
* Release 1.294.0 (deletions) * Release 1.294.0 (.) * Release 1.294.0 (packages/sources/por-address-list) --------- Co-authored-by: app-token-issuer-data-feeds[bot] <134377064+app-token-issuer-data-feeds[bot]@users.noreply.github.com>
1 parent 6edf443 commit 92ecc50

File tree

8 files changed

+55
-26
lines changed

8 files changed

+55
-26
lines changed

.changeset/fair-pumas-return.md

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

.changeset/orange-dogs-wave.md

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

.changeset/prime-perch-dart.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.293.0",
3+
"version": "1.294.0",
44
"license": "MIT",
55
"private": true,
66
"workspaces": [

packages/sources/por-address-list/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @chainlink/por-address-list-source-adapter
22

3+
## 5.15.0
4+
5+
### Minor Changes
6+
7+
- [#4708](https://github.com/smartcontractkit/external-adapters-js/pull/4708) [`9d2e12f`](https://github.com/smartcontractkit/external-adapters-js/commit/9d2e12f2276cb0510e41006cc2f38699ba60fdf2) Thanks [@mxiao-cll](https://github.com/mxiao-cll)! - Add OKX
8+
9+
### Patch Changes
10+
11+
- [#4693](https://github.com/smartcontractkit/external-adapters-js/pull/4693) [`90485d6`](https://github.com/smartcontractkit/external-adapters-js/commit/90485d677f5aab0e5a08e744a0a90ab3e9fba948) Thanks [@dskloetc](https://github.com/dskloetc)! - Fix error message
12+
13+
- [#4598](https://github.com/smartcontractkit/external-adapters-js/pull/4598) [`14788ce`](https://github.com/smartcontractkit/external-adapters-js/commit/14788cecd69a8655f95b1af159fcbfae2d30b9fc) Thanks [@Fletch153](https://github.com/Fletch153)! - Bumped framework version
14+
315
## 5.14.3
416

517
### Patch Changes

packages/sources/por-address-list/README.md

Lines changed: 39 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# POR_ADDRESS_LIST
22

3-
![5.14.3](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/por-address-list/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
3+
![5.15.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/por-address-list/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

@@ -23,22 +23,23 @@ This document was generated automatically. Please see [README Generator](../../s
2323
| | ZEUS_ZBTC_API_URL | An API endpoint for Zeus native BTC wallet address | string | | `https://indexer.zeuslayer.io/api/v2/chainlink/proof-of-reserves` |
2424
| | VIRTUNE_API_URL | An API endpoint for Virtune address lists | string | | `https://proof-of-reserves-chainlink-283003lt.nw.gateway.dev/api/external/proof-of-reserves` |
2525
| | VIRTUNE_API_KEY | The API key for Virtune address list API | string | | `` |
26+
| | OKX_X_ASSET_API_URL | An API endpoint for OKX X-Asset address list | string | | `https://www.okx.com/v2/asset/audit/minted-coin-balances` |
2627

2728
---
2829

2930
## Data Provider Rate Limits
3031

31-
| Name | Requests/credits per second | Requests/credits per minute | Requests/credits per hour | Note |
32-
| :-----: | :-------------------------: | :-------------------------: | :-----------------------: | :--: |
33-
| default | 1 | | | |
32+
| Name | Requests/credits per second | Requests/credits per minute | Requests/credits per hour | Note |
33+
| :-----: | :-------------------------: | :-------------------------: | :-----------------------: | :-------------------------: |
34+
| default | 1 | | | shared across all endpoints |
3435

3536
---
3637

3738
## Input Parameters
3839

39-
| Required? | Name | Description | Type | Options | Default |
40-
| :-------: | :------: | :-----------------: | :----: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-------: |
41-
| | endpoint | The endpoint to use | string | [address](#address-endpoint), [bedrockbtcaddress](#bedrockbtcaddress-endpoint), [coinbasebtcaddress](#coinbasebtcaddress-endpoint), [multichainaddress](#multichainaddress-endpoint), [openedenaddress](#openedenaddress-endpoint), [solvbtcaddress](#solvbtcaddress-endpoint), [virtune-token](#virtune-token-endpoint), [virtune](#virtune-endpoint), [zeusbtcaddress](#zeusbtcaddress-endpoint) | `address` |
40+
| Required? | Name | Description | Type | Options | Default |
41+
| :-------: | :------: | :-----------------: | :----: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-------: |
42+
| | endpoint | The endpoint to use | string | [address](#address-endpoint), [bedrockbtcaddress](#bedrockbtcaddress-endpoint), [coinbasebtcaddress](#coinbasebtcaddress-endpoint), [multichainaddress](#multichainaddress-endpoint), [okxassetsaddress](#okxassetsaddress-endpoint), [openedenaddress](#openedenaddress-endpoint), [solvbtcaddress](#solvbtcaddress-endpoint), [virtune-token](#virtune-token-endpoint), [virtune](#virtune-endpoint), [zeusbtcaddress](#zeusbtcaddress-endpoint) | `address` |
4243

4344
## Address Endpoint
4445

@@ -306,4 +307,35 @@ Request:
306307

307308
---
308309

310+
## Okxassetsaddress Endpoint
311+
312+
`okxassetsaddress` is the only supported name for this endpoint.
313+
314+
### Input Params
315+
316+
| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
317+
| :-------: | :----------: | :-----: | :-------------------------------------------------------------: | :----: | :--------------------------------------: | :-----: | :--------: | :------------: |
318+
|| coin | | The coin to retrieve the address list for | string | | | | |
319+
|| addressField | | The field name in the API response that contains the addresses. | string | `lockAddresses`, `stakingBalanceDetails` | | | |
320+
|| network | | The network name to associate with the addresses | string | | | | |
321+
|| chainId | | The chain ID to associate with the addresses | string | | | | |
322+
323+
### Example
324+
325+
Request:
326+
327+
```json
328+
{
329+
"data": {
330+
"endpoint": "okxassetsaddress",
331+
"coin": "xBTC",
332+
"addressField": "lockAddresses",
333+
"network": "bitcoin",
334+
"chainId": "mainnet"
335+
}
336+
}
337+
```
338+
339+
---
340+
309341
MIT License

packages/sources/por-address-list/package.json

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

0 commit comments

Comments
 (0)