Skip to content

Commit

Permalink
Release 1.126.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 19, 2024
1 parent a0335f0 commit a129ab9
Show file tree
Hide file tree
Showing 7 changed files with 70 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/soft-trainers-perform.md

This file was deleted.

3 changes: 2 additions & 1 deletion MASTERLIST.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Release 1.125.0
## Release 1.126.0

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

Expand Down Expand Up @@ -181,6 +181,7 @@ This document was generated automatically. Please see [Master List Generator](./
| [swell-address-list](packages/sources/swell-address-list/README.md) | `1.0.15` | `source` | v2 | Unknown | | `RPC_URL (✅)` | `address` | `address` | | [✅](packages/sources/swell-address-list/test/unit) | [✅](packages/sources/swell-address-list/test/integration) | [✅](packages/sources/swell-address-list/test/e2e) |
| [synth-index](packages/composites/synth-index/README.md) | `1.2.97` | `composite` | v2 | Unknown | `token-allocation-adapter` | `DEFAULT_NETWORK` | `value` | `value` | | [✅](packages/composites/synth-index/test/unit) | [✅](packages/composites/synth-index/test/integration) | |
| [synthetix-debt-pool](packages/sources/synthetix-debt-pool/README.md) | `4.1.6` | `source` | v2 | Unknown | | `ADDRESS_RESOLVER_PROXY_CONTRACT_ADDRESS`, `CHAIN_ID`, `GOERLI_ADDRESS_RESOLVER_PROXY_CONTRACT_ADDRESS`, `GOERLI_CHAIN_ID`, `GOERLI_OPTIMISM_CHAIN_ID`, `GOERLI_OPTIMISM_RPC_URL`, `GOERLI_RPC_URL`, `KOVAN_ADDRESS_RESOLVER_PROXY_CONTRACT_ADDRESS`, `KOVAN_CHAIN_ID`, `KOVAN_OPTIMISM_ADDRESS_RESOLVER_PROXY_CONTRACT_ADDRESS`, `KOVAN_OPTIMISM_CHAIN_ID`, `KOVAN_OPTIMISM_RPC_URL`, `KOVAN_RPC_URL`, `OPTIMISM_ADDRESS_RESOLVER_PROXY_CONTRACT_ADDRESS`, `OPTIMISM_CHAIN_ID`, `OPTIMISM_RPC_URL`, `RPC_URL` | `debt`, `debt-ratio` | `debt` | | [✅](packages/sources/synthetix-debt-pool/test/unit) | [✅](packages/sources/synthetix-debt-pool/test/integration) | [✅](packages/sources/synthetix-debt-pool/test/e2e) |
| [synthetix-feeds](packages/sources/synthetix-feeds/README.md) | `1.0.0` | `source` | v3 | Unknown | `external-adapter-framework` | `BACKGROUND_EXECUTE_MS`, `CHAIN_ID (✅)`, `RPC_URL (✅)` | `price` | `price` | | | [✅](packages/sources/synthetix-feeds/test/integration) | |
| [taapi](packages/sources/taapi/README.md) | `1.2.32` | `source` | v2 | `https://api.taapi.io/` | | `API_KEY (✅)` | `indicator` | `indicator` | | [✅](packages/sources/taapi/test/unit) | [✅](packages/sources/taapi/test/integration) | |
| [terra-view-function](packages/sources/terra-view-function/README.md) | `1.3.32` | `source` | v2 | Unknown | | `BOMBAY_12_LCD_URL (✅)`, `COLUMBUS_5_LCD_URL (✅)`, `DEFAULT_CHAIN_ID`, `LOCALTERRA_LCD_URL (✅)` | `view` | `view` | | [✅](packages/sources/terra-view-function/test/unit) | [✅](packages/sources/terra-view-function/test/integration) | [✅](packages/sources/terra-view-function/test/e2e) |
| [the-graph](packages/composites/the-graph/README.md) | `1.2.33` | `composite` | v2 | Unknown | `graphql-adapter` | `RPC_URL (✅)`, `UNISWAP_V3_SUBGRAPH_ENDPOINT` | `prices` | `prices` | | [✅](packages/composites/the-graph/test/unit) | | |
Expand Down
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.125.0",
"version": "1.126.0",
"license": "MIT",
"private": true,
"workspaces": [
Expand Down
1 change: 1 addition & 0 deletions packages/sources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ This document was generated automatically. Please see [Master List Generator](..
- [superstate](./superstate/README.md)
- [swell-address-list](./swell-address-list/README.md)
- [synthetix-debt-pool](./synthetix-debt-pool/README.md)
- [synthetix-feeds](./synthetix-feeds/README.md)
- [taapi](./taapi/README.md)
- [terra-view-function](./terra-view-function/README.md)
- [the-network-firm](./the-network-firm/README.md)
Expand Down
7 changes: 7 additions & 0 deletions packages/sources/synthetix-feeds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @chainlink/synthetix-feeds-adapter

## 1.0.0

### Major Changes

- [#3394](https://github.com/smartcontractkit/external-adapters-js/pull/3394) [`a0335f0`](https://github.com/smartcontractkit/external-adapters-js/commit/a0335f0cef306b38b53cffe7d098ed110a1075df) Thanks [@mxiao-cll](https://github.com/mxiao-cll)! - Serves sUSDe-USD Calculated and wstETH-USD Calculated Feed
60 changes: 58 additions & 2 deletions packages/sources/synthetix-feeds/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,59 @@
# Chainlink External Adapter for synthetix-feeds
# SYNTHETIX_FEEDS

This README will be generated automatically when code is merged to `main`. If you would like to generate a preview of the README, please run `yarn generate:readme 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)

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 | string | | |
|| CHAIN_ID | The chain id to connect to | number | | `1` |
| | BACKGROUND_EXECUTE_MS | The amount of time the background execute should sleep before performing the next request | number | | `10000` |

---

## Data Provider Rate Limits

There are no rate limits for this adapter.

---

## Input Parameters

| Required? | Name | Description | Type | Options | Default |
| :-------: | :------: | :-----------------: | :----: | :----------------------: | :-----: |
| | endpoint | The endpoint to use | string | [price](#price-endpoint) | `price` |

## Price Endpoint

`price` is the only supported name for this endpoint.

### Input Params

| 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

Request:

```json
{
"data": {
"endpoint": "price",
"base": "sUSDe",
"quote": "USD",
"base_address": "0x0000000000000000000000000000000000000000",
"quote_address": "0x0000000000000000000000000000000000000000"
}
}
```

---

MIT License
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": "0.0.0",
"version": "1.0.0",
"description": "Chainlink synthetix-feeds adapter.",
"keywords": [
"Chainlink",
Expand Down

0 comments on commit a129ab9

Please sign in to comment.