Skip to content

Commit 542c53a

Browse files
Release 1.250.0 (#4433)
* Release 1.250.0 (deletions) * Release 1.250.0 (.) * Release 1.250.0 (packages/sources/bank-frick) --------- Co-authored-by: app-token-issuer-data-feeds[bot] <134377064+app-token-issuer-data-feeds[bot]@users.noreply.github.com>
1 parent 7ffa544 commit 542c53a

File tree

6 files changed

+11
-10
lines changed

6 files changed

+11
-10
lines changed

.changeset/sweet-teeth-strive.md

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

MASTERLIST.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Release 1.249.0
1+
## Release 1.250.0
22

33
This document was generated automatically. Please see [Master List Generator](./packages/scripts#master-list-generator) for more info.
44

@@ -19,7 +19,7 @@ This document was generated automatically. Please see [Master List Generator](./
1919
| [augur](packages/composites/augur/README.md) | `2.0.31` | `composite` | v2 | Unknown | `sportsdataio-adapter`, `therundown-adapter` | `ETHEREUM_CHAIN_ID`, `PRIVATE_KEY (✅)`, `RPC_URL` | Unknown | Unknown | | | | |
2020
| [avalanche-platform](packages/sources/avalanche-platform/README.md) | `2.1.2` | `source` | v3 | Unknown | `external-adapter-framework` | `BACKGROUND_EXECUTE_MS`, `GROUP_SIZE`, `P_CHAIN_RPC_URL (✅)` | `balance`, `totalbalance` | `balance` | | [✅](packages/sources/avalanche-platform/test/unit) | [✅](packages/sources/avalanche-platform/test/integration) | |
2121
| [backed-fi](packages/sources/backed-fi/README.md) | `1.0.3` | `source` | v3 | `https://api.backed.fi/api/v1/token` | `external-adapter-framework` | `API_ENDPOINT` | `multiplier` | `multiplier` | | | [✅](packages/sources/backed-fi/test/integration) | |
22-
| [bank-frick](packages/sources/bank-frick/README.md) | `1.1.53` | `source` | v3 | `https://olbsandbox.bankfrick.li/webapi/v2` | `external-adapter-framework` | `API_ENDPOINT`, `API_KEY (✅)`, `PAGE_SIZE`, `PRIVATE_KEY (✅)` | `accounts` | `accounts` | | | [✅](packages/sources/bank-frick/test/integration) | |
22+
| [bank-frick](packages/sources/bank-frick/README.md) | `1.1.54` | `source` | v3 | `https://olbsandbox.bankfrick.li/webapi/v2` | `external-adapter-framework` | `API_ENDPOINT`, `API_KEY (✅)`, `PAGE_SIZE`, `PRIVATE_KEY (✅)` | `accounts` | `accounts` | | | [✅](packages/sources/bank-frick/test/integration) | |
2323
| [bea](packages/sources/bea/README.md) | `1.3.47` | `source` | v2 | `https://apps.bea.gov/api` | | `API_ENDPOINT`, `API_KEY (✅)` | `average` | `average` | | [✅](packages/sources/bea/test/unit) | [✅](packages/sources/bea/test/integration) | [✅](packages/sources/bea/test/e2e) |
2424
| [binance](packages/sources/binance/README.md) | `1.4.47` | `source` | v2 | `https://api.binance.com` | | `API_ENDPOINT`, `WS_API_ENDPOINT` | `crypto`, `ticker` | `crypto` | ✅ | [✅](packages/sources/binance/test/unit) | [✅](packages/sources/binance/test/integration) | |
2525
| [bitcoin-json-rpc](packages/composites/bitcoin-json-rpc/README.md) | `1.3.47` | `composite` | v2 | Unknown | `json-rpc-adapter` | `BITCOIN_RPC_URL` | `difficulty`, `getblockchaininfo`, `height`, `scan`, `scanobject`, `scantxoutset` | `getblockchaininfo` | | | [✅](packages/composites/bitcoin-json-rpc/test/integration) | [✅](packages/composites/bitcoin-json-rpc/test/e2e) |

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.249.0",
3+
"version": "1.250.0",
44
"license": "MIT",
55
"private": true,
66
"workspaces": [

packages/sources/bank-frick/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @chainlink/bank-frick-adapter
22

3+
## 1.1.54
4+
5+
### Patch Changes
6+
7+
- [#4430](https://github.com/smartcontractkit/external-adapters-js/pull/4430) [`75c2a8a`](https://github.com/smartcontractkit/external-adapters-js/commit/75c2a8ab3ec37d06788f954f141c60f7ae628873) Thanks [@cl-efornaciari](https://github.com/cl-efornaciari)! - Bumped framework version
8+
39
## 1.1.53
410

511
### Patch Changes

packages/sources/bank-frick/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BANK_FRICK
22

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

packages/sources/bank-frick/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/bank-frick-adapter",
3-
"version": "1.1.53",
3+
"version": "1.1.54",
44
"description": "Chainlink bank-frick adapter.",
55
"keywords": [
66
"Chainlink",

0 commit comments

Comments
 (0)