Skip to content

Commit

Permalink
Merge branch 'main' into tiingo-uppercase
Browse files Browse the repository at this point in the history
  • Loading branch information
app-token-issuer-data-feeds[bot] authored Nov 26, 2024
2 parents c1b51ed + 1583166 commit e944902
Show file tree
Hide file tree
Showing 16 changed files with 51 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/plenty-badgers-clap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-peas-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-parents-press.md

This file was deleted.

10 changes: 5 additions & 5 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.143.0",
"version": "1.144.0",
"license": "MIT",
"private": true,
"workspaces": [
Expand Down
9 changes: 9 additions & 0 deletions packages/composites/proof-of-reserves/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @chainlink/proof-of-reserves-adapter

## 1.24.1

### Patch Changes

- Updated dependencies [[`9d3814e`](https://github.com/smartcontractkit/external-adapters-js/commit/9d3814e47e5674b1d66a070c26b5fa993b96823c), [`46b9d57`](https://github.com/smartcontractkit/external-adapters-js/commit/46b9d5749276ee140138ddedb619e3d1c205c5e9), [`c033089`](https://github.com/smartcontractkit/external-adapters-js/commit/c033089d85cd153b01dc349d3ec7ccaf7ca3393d)]:
- @chainlink/por-address-list-adapter@5.4.1
- @chainlink/token-balance-adapter@1.0.1
- @chainlink/renvm-address-set-adapter@1.5.91

## 1.24.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/composites/proof-of-reserves/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/proof-of-reserves-adapter",
"version": "1.24.0",
"version": "1.24.1",
"description": "Chainlink BTC Proof of Reserves composite adapter. Combines multiple adapters to find total balance in custody for wBTC or renBTC.",
"keywords": [
"Chainlink",
Expand Down
8 changes: 8 additions & 0 deletions packages/sources/por-address-list/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @chainlink/por-address-list-source-adapter

## 5.4.1

### Patch Changes

- [#3586](https://github.com/smartcontractkit/external-adapters-js/pull/3586) [`9d3814e`](https://github.com/smartcontractkit/external-adapters-js/commit/9d3814e47e5674b1d66a070c26b5fa993b96823c) Thanks [@mxiao-cll](https://github.com/mxiao-cll)! - Update Solv endpoint

- [#3583](https://github.com/smartcontractkit/external-adapters-js/pull/3583) [`c033089`](https://github.com/smartcontractkit/external-adapters-js/commit/c033089d85cd153b01dc349d3ec7ccaf7ca3393d) Thanks [@mxiao-cll](https://github.com/mxiao-cll)! - Fix bedrock address logic

## 5.4.0

### Minor Changes
Expand Down
18 changes: 9 additions & 9 deletions packages/sources/por-address-list/README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# POR_ADDRESS_LIST

![5.4.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)
![5.4.1](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)

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

## Environment Variables

| Required? | Name | Description | Type | Options | Default |
| :-------: | :-------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------: | :----: | :-----: | :-------------------------------------------------------------------------------: |
|| RPC_URL | The RPC URL to connect to the EVM chain the address manager contract is deployed to. | string | | |
| | CHAIN_ID | The chain id to connect to for the RPC URL | number | | `1` |
| | GROUP_SIZE | The number of concurrent batched contract calls to make at a time. Setting this lower than the default may result in lower performance from the adapter. | number | | `100` |
| | BACKGROUND_EXECUTE_MS | The amount of time the background execute should sleep before performing the next request | number | | `10000` |
| | BEDROCK_UNIBTC_API_ENDPOINT | An API endpoint for Bedrock uniBTC native BTC wallet address | string | | `https://bedrock-datacenter.rockx.com/data/tvl/reserve_with_native.json` |
| | SOLVBTC_API_ENDPOINT | An API endpoint for SolvBTC native BTC wallet address | string | | `https://solv-btcaddress-test.s3.us-east-1.amazonaws.com/solv-btc-addresses.json` |
| Required? | Name | Description | Type | Options | Default |
| :-------: | :-------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------: | :----: | :-----: | :----------------------------------------------------------------------: |
|| RPC_URL | The RPC URL to connect to the EVM chain the address manager contract is deployed to. | string | | |
| | CHAIN_ID | The chain id to connect to for the RPC URL | number | | `1` |
| | GROUP_SIZE | The number of concurrent batched contract calls to make at a time. Setting this lower than the default may result in lower performance from the adapter. | number | | `100` |
| | BACKGROUND_EXECUTE_MS | The amount of time the background execute should sleep before performing the next request | number | | `10000` |
| | BEDROCK_UNIBTC_API_ENDPOINT | An API endpoint for Bedrock uniBTC native BTC wallet address | string | | `https://bedrock-datacenter.rockx.com/data/tvl/reserve_with_native.json` |
| | SOLVBTC_API_ENDPOINT | An API endpoint for SolvBTC native BTC wallet address | string | | `https://por.sft-api.com/solv-btc-addresses.json` |

---

Expand Down
2 changes: 1 addition & 1 deletion packages/sources/por-address-list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/por-address-list-adapter",
"version": "5.4.0",
"version": "5.4.1",
"description": "Chainlink por-address-list adapter.",
"keywords": [
"Chainlink",
Expand Down
7 changes: 7 additions & 0 deletions packages/sources/renvm-address-set/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @chainlink/renvm-address-set-adapter

## 1.5.91

### Patch Changes

- Updated dependencies []:
- @chainlink/proof-of-reserves-adapter@1.24.1

## 1.5.90

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sources/renvm-address-set/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Chainlink External Adapters to query RenVM address set

![1.5.90](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/renvm-address-set/package.json) ![v2](https://img.shields.io/badge/framework%20version-v2-blueviolet)
![1.5.91](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/renvm-address-set/package.json) ![v2](https://img.shields.io/badge/framework%20version-v2-blueviolet)

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

Expand Down
2 changes: 1 addition & 1 deletion packages/sources/renvm-address-set/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/renvm-address-set-adapter",
"version": "1.5.90",
"version": "1.5.91",
"description": "Chainlink adapter to query RenVM address set.",
"keywords": [
"Chainlink",
Expand Down
6 changes: 6 additions & 0 deletions packages/sources/token-balance/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @chainlink/token-balance-adapter

## 1.0.1

### Patch Changes

- [#3585](https://github.com/smartcontractkit/external-adapters-js/pull/3585) [`46b9d57`](https://github.com/smartcontractkit/external-adapters-js/commit/46b9d5749276ee140138ddedb619e3d1c205c5e9) Thanks [@mmcallister-cll](https://github.com/mmcallister-cll)! - log descriptive error if ethers call fails

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sources/token-balance/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TOKEN_BALANCE

![1.0.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/token-balance/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
![1.0.1](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/token-balance/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 Down
2 changes: 1 addition & 1 deletion packages/sources/token-balance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/token-balance-adapter",
"version": "1.0.0",
"version": "1.0.1",
"description": "Chainlink token-balance adapter.",
"keywords": [
"Chainlink",
Expand Down

0 comments on commit e944902

Please sign in to comment.