Skip to content

Commit

Permalink
Release 1.127.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 21, 2024
1 parent e708db1 commit dc196c6
Show file tree
Hide file tree
Showing 13 changed files with 38 additions and 33 deletions.
5 changes: 0 additions & 5 deletions .changeset/good-points-sin.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/nice-apes-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-melons-rush.md

This file was deleted.

7 changes: 4 additions & 3 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.126.0",
"version": "1.127.0",
"license": "MIT",
"private": true,
"workspaces": [
Expand Down
1 change: 1 addition & 0 deletions packages/composites/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ docker run -p 8080:8080 --env-file="~/PATH_TO_ENV" -it proof-of-reserves-adapter
- [implied-price](./implied-price/README.md)
- [linear-finance](./linear-finance/README.md)
- [market-closure](./market-closure/README.md)
- [market-status](./market-status/README.md)
- [medianizer](./medianizer/README.md)
- [nftx](./nftx/README.md)
- [outlier-detection](./outlier-detection/README.md)
Expand Down
7 changes: 7 additions & 0 deletions packages/composites/market-status/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @chainlink/market-status-adapter

## 1.0.0

### Major Changes

- [#3395](https://github.com/smartcontractkit/external-adapters-js/pull/3395) [`e708db1`](https://github.com/smartcontractkit/external-adapters-js/commit/e708db177c613b06a60447b8094198966f8be1c4) Thanks [@martin-cll](https://github.com/martin-cll)! - Initial implementation
2 changes: 1 addition & 1 deletion packages/composites/market-status/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/market-status-adapter",
"version": "0.0.0",
"version": "1.0.0",
"description": "Chainlink market-status adapter.",
"keywords": [
"Chainlink",
Expand Down
10 changes: 10 additions & 0 deletions packages/sources/dlc-btc-por/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @chainlink/dlc-btc-por-adapter

## 4.0.0

### Major Changes

- [#3389](https://github.com/smartcontractkit/external-adapters-js/pull/3389) [`26a9a02`](https://github.com/smartcontractkit/external-adapters-js/commit/26a9a02e1b95a4b293a405777baaad89e3baae66) Thanks [@karen-stepanyan](https://github.com/karen-stepanyan)! - Modified vault fetching logic, added support for multiple networks.
[Breaking Changes]
Replaced DLC_CONTRACT env variable with 'dlcContract' input parameter.
Replaced RPC_URL, CHAIN_ID env variables with network-specific env variables ( {NETWORK}\_RPC_URL, {NETWORK}\_CHAIN_ID ).
Added new 'network' input parameter to specify the network.

## 3.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sources/dlc-btc-por/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/dlc-btc-por-adapter",
"version": "3.0.4",
"version": "4.0.0",
"description": "Chainlink dlc-btc-por adapter.",
"keywords": [
"Chainlink",
Expand Down
6 changes: 6 additions & 0 deletions packages/sources/synthetix-feeds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @chainlink/synthetix-feeds-adapter

## 1.1.0

### Minor Changes

- [#3401](https://github.com/smartcontractkit/external-adapters-js/pull/3401) [`bbee9bd`](https://github.com/smartcontractkit/external-adapters-js/commit/bbee9bd7b604cef7f971e46da1046236624ff769) Thanks [@mxiao-cll](https://github.com/mxiao-cll)! - USDe/USD $1 price cap

## 1.0.0

### Major Changes
Expand Down
13 changes: 6 additions & 7 deletions packages/sources/synthetix-feeds/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SYNTHETIX_FEEDS

![1.0.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/synthetix-feeds/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
![1.1.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/synthetix-feeds/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 Expand Up @@ -32,12 +32,11 @@ There are no rate limits for this adapter.

### Input Params

| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
| :-------: | :-----------: | :-----: | :--------------------------------------------------------------------: | :----: | :---------------: | :-----: | :--------: | :------------: |
|| base | | The symbol of symbols of the currency to query | string | `sUSDe`, `wstETH` | | | |
|| quote | | The symbol of the currency to convert to | string | `USD` | | | |
|| base_address | | The address of contract that convert base into an intermidate currency | string | | | | |
|| quote_address | | The address of contract that convert intermidate currency into quote | string | | | | |
| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
| :-------: | :--------: | :------------------------------------------------------------------------: | :---------: | :--: | :-----: | :-----: | :--------: | :------------: |
| | definition | | | | | | | |
|| examples | `[object Object]` | | | | | | |
|| params | `[object Object]`, `[object Object]`, `[object Object]`, `[object Object]` | | | | | | |

### Example

Expand Down
2 changes: 1 addition & 1 deletion packages/sources/synthetix-feeds/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/synthetix-feeds-adapter",
"version": "1.0.0",
"version": "1.1.0",
"description": "Chainlink synthetix-feeds adapter.",
"keywords": [
"Chainlink",
Expand Down

0 comments on commit dc196c6

Please sign in to comment.