Skip to content

Commit 7c2b96c

Browse files
Release 1.261.0 (#4480)
* Release 1.261.0 (deletions) * Release 1.261.0 (.) * Release 1.261.0 (packages/sources/por-indexer) --------- Co-authored-by: app-token-issuer-data-feeds[bot] <134377064+app-token-issuer-data-feeds[bot]@users.noreply.github.com>
1 parent 9d4e808 commit 7c2b96c

File tree

7 files changed

+16
-15
lines changed

7 files changed

+16
-15
lines changed

.changeset/grumpy-toys-flash.md

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

.changeset/tiny-cups-draw.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.260.0",
3+
"version": "1.261.0",
44
"license": "MIT",
55
"private": true,
66
"workspaces": [

packages/sources/por-indexer/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @chainlink/por-indexer-adapter
22

3+
## 2.3.0
4+
5+
### Minor Changes
6+
7+
- [#4454](https://github.com/smartcontractkit/external-adapters-js/pull/4454) [`2abe81e`](https://github.com/smartcontractkit/external-adapters-js/commit/2abe81e03bf7242c5652899c6bf8f6c41940ae18) Thanks [@dskloetc](https://github.com/dskloetc)! - Batch addresses to bitcoin-por-indexer
8+
9+
### Patch Changes
10+
11+
- [#4426](https://github.com/smartcontractkit/external-adapters-js/pull/4426) [`753e6c9`](https://github.com/smartcontractkit/external-adapters-js/commit/753e6c97d8c69eac04a0c2816277282b2ac12166) Thanks [@dskloetc](https://github.com/dskloetc)! - Remove quadratic loop over addresses
12+
313
## 2.2.4
414

515
### Patch Changes

packages/sources/por-indexer/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# POR_INDEXER
22

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

@@ -25,6 +25,7 @@ The `MAX_PAYLOAD_SIZE_LIMIT` environment variable is used for controlling the ma
2525
| | DOGECOIN_MAINNET_POR_INDEXER_URL | Indexer URL for Dogecoin mainnet | string | | `` |
2626
| | DOGECOIN_TESTNET_POR_INDEXER_URL | Indexer URL for Dogecoin testnet | string | | `` |
2727
| | ZEUS_ZBTC_API_URL | API url for zeus zBTC | string | | `https://indexer.zeuslayer.io/api/v2/chainlink/proof-of-reserves` |
28+
| | BATCH_SIZE | Maximum number of addresses to send in a single request to the balance indexer | number | | `5000` |
2829
| | BACKGROUND_EXECUTE_MS | The amount of time the background execute should sleep before performing the next request | number | | `10000` |
2930

3031
---

packages/sources/por-indexer/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-indexer-adapter",
3-
"version": "2.2.4",
3+
"version": "2.3.0",
44
"description": "Chainlink por-indexer adapter.",
55
"keywords": [
66
"Chainlink",

0 commit comments

Comments
 (0)