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/grumpy-toys-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-cups-draw.md

This file was deleted.

4 changes: 2 additions & 2 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.260.0",
"version": "1.261.0",
"license": "MIT",
"private": true,
"workspaces": [
Expand Down
10 changes: 10 additions & 0 deletions packages/sources/por-indexer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @chainlink/por-indexer-adapter

## 2.3.0

### Minor Changes

- [#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

### Patch Changes

- [#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

## 2.2.4

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

![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)
![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)

This document was generated automatically. Please see [README Generator](../../scripts#readme-generator) for more info.

Expand All @@ -25,6 +25,7 @@ The `MAX_PAYLOAD_SIZE_LIMIT` environment variable is used for controlling the ma
| | DOGECOIN_MAINNET_POR_INDEXER_URL | Indexer URL for Dogecoin mainnet | string | | `` |
| | DOGECOIN_TESTNET_POR_INDEXER_URL | Indexer URL for Dogecoin testnet | string | | `` |
| | ZEUS_ZBTC_API_URL | API url for zeus zBTC | string | | `https://indexer.zeuslayer.io/api/v2/chainlink/proof-of-reserves` |
| | BATCH_SIZE | Maximum number of addresses to send in a single request to the balance indexer | number | | `5000` |
| | 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/sources/por-indexer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/por-indexer-adapter",
"version": "2.2.4",
"version": "2.3.0",
"description": "Chainlink por-indexer adapter.",
"keywords": [
"Chainlink",
Expand Down
Loading