Skip to content

Commit 0edeeee

Browse files
Release 1.266.0 (#4511)
* Release 1.266.0 (deletions) * Release 1.266.0 (.) * Release 1.266.0 (packages/composites) * Release 1.266.0 (packages/sources) * Release 1.266.0 (packages/sources/dlc-cbtc-por) --------- Co-authored-by: app-token-issuer-data-feeds[bot] <134377064+app-token-issuer-data-feeds[bot]@users.noreply.github.com>
1 parent 3a73c41 commit 0edeeee

File tree

8 files changed

+300
-203
lines changed

8 files changed

+300
-203
lines changed

.changeset/new-drinks-suffer.md

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

MASTERLIST.md

Lines changed: 193 additions & 194 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.265.0",
3+
"version": "1.266.0",
44
"license": "MIT",
55
"private": true,
66
"workspaces": [

packages/composites/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ docker run -p 8080:8080 --env-file="~/PATH_TO_ENV" -it proof-of-reserves-adapter
6767
- [implied-price](./implied-price/README.md)
6868
- [implied-price-test](./implied-price-test/README.md)
6969
- [llama-guard](./llama-guard/README.md)
70-
- [market-closure](./market-closure/README.md)
7170
- [market-status](./market-status/README.md)
7271
- [medianizer](./medianizer/README.md)
7372
- [multi-address-list](./multi-address-list/README.md)

packages/sources/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ This document was generated automatically. Please see [Master List Generator](..
5555
- [deribit](./deribit/README.md)
5656
- [deutsche-boerse](./deutsche-boerse/README.md)
5757
- [dlc-btc-por](./dlc-btc-por/README.md)
58+
- [dlc-cbtc-por](./dlc-cbtc-por/README.md)
5859
- [dns-query](./dns-query/README.md)
5960
- [dxfeed](./dxfeed/README.md)
6061
- [elwood](./elwood/README.md)
@@ -67,7 +68,6 @@ This document was generated automatically. Please see [Master List Generator](..
6768
- [ethgaswatch](./ethgaswatch/README.md)
6869
- [exchange-copter](./exchange-copter/README.md)
6970
- [expand-network](./expand-network/README.md)
70-
- [fcsapi](./fcsapi/README.md)
7171
- [finage](./finage/README.md)
7272
- [finalto](./finalto/README.md)
7373
- [finnhub](./finnhub/README.md)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @chainlink/dlc-cbtc-por-adapter
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#4443](https://github.com/smartcontractkit/external-adapters-js/pull/4443) [`3a73c41`](https://github.com/smartcontractkit/external-adapters-js/commit/3a73c41eefa657c9b4826f752d4e522cbc4df6c9) Thanks [@Fletch153](https://github.com/Fletch153)! - dlc-cbtc-por initial release
Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
# DLC_CBTC_POR
2+
3+
![1.0.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/dlc-cbtc-por/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
4+
5+
This document was generated automatically. Please see [README Generator](../../scripts#readme-generator) for more info.
6+
7+
## Environment Variables
8+
9+
| Required? | Name | Description | Type | Options | Default |
10+
| :-------: | :-------------------: | :-----------------------------------------------------------------: | :----: | :-------------------------------------------------: | :--------------: |
11+
|| ATTESTER_API_URLS | Comma-separated list of DLC.Link Attester API URLs | string | | |
12+
| | CANTON_API_URL | Digital Asset API endpoint URL for CBTC token metadata | string | | |
13+
| | CHAIN_NAME | Chain name to filter addresses from Attester API | enum | `canton-devnet`, `canton-mainnet`, `canton-testnet` | `canton-mainnet` |
14+
|| BITCOIN_RPC_ENDPOINT | Electrs-compatible Bitcoin blockchain API endpoint for UTXO queries | string | | |
15+
| | BACKGROUND_EXECUTE_MS | Interval in milliseconds between background executions | number | | `10000` |
16+
17+
---
18+
19+
## Data Provider Rate Limits
20+
21+
There are no rate limits for this adapter.
22+
23+
---
24+
25+
## Input Parameters
26+
27+
| Required? | Name | Description | Type | Options | Default |
28+
| :-------: | :------: | :-----------------: | :----: | :-----------------------------------------------------------------------------------------------------------------------------------: | :--------------: |
29+
| | endpoint | The endpoint to use | string | [attestersupply](#attestersupply-endpoint), [dasupply](#dasupply-endpoint), [por](#reserves-endpoint), [reserves](#reserves-endpoint) | `attestersupply` |
30+
31+
## Attestersupply Endpoint
32+
33+
`attestersupply` is the only supported name for this endpoint.
34+
35+
### Input Params
36+
37+
There are no input parameters for this endpoint.
38+
39+
### Example
40+
41+
Request:
42+
43+
```json
44+
{
45+
"data": {
46+
"endpoint": "attestersupply"
47+
}
48+
}
49+
```
50+
51+
---
52+
53+
## Dasupply Endpoint
54+
55+
`dasupply` is the only supported name for this endpoint.
56+
57+
### Input Params
58+
59+
There are no input parameters for this endpoint.
60+
61+
### Example
62+
63+
Request:
64+
65+
```json
66+
{
67+
"data": {
68+
"endpoint": "dasupply"
69+
}
70+
}
71+
```
72+
73+
---
74+
75+
## Reserves Endpoint
76+
77+
Supported names for this endpoint are: `por`, `reserves`.
78+
79+
### Input Params
80+
81+
There are no input parameters for this endpoint.
82+
83+
### Example
84+
85+
Request:
86+
87+
```json
88+
{
89+
"data": {
90+
"endpoint": "reserves"
91+
}
92+
}
93+
```
94+
95+
---
96+
97+
MIT License

packages/sources/dlc-cbtc-por/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/dlc-cbtc-por-adapter",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "Chainlink DLC CBTC Proof of Reserves adapter. Queries Attester APIs, Digital Asset API, and Bitcoin blockchain for CBTC reserves.",
55
"keywords": [
66
"Chainlink",

0 commit comments

Comments
 (0)