Skip to content

Commit 564864b

Browse files
Release 1.248.0 (packages/sources/finage)
1 parent 01841dd commit 564864b

File tree

3 files changed

+19
-13
lines changed

3 files changed

+19
-13
lines changed

packages/sources/finage/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## v1.1.0
22

3+
## 2.4.1
4+
5+
### Patch Changes
6+
7+
- [#4408](https://github.com/smartcontractkit/external-adapters-js/pull/4408) [`61646b0`](https://github.com/smartcontractkit/external-adapters-js/commit/61646b0ba7d111607a7c84e7d9f85de41b0ee947) Thanks [@mxiao-cll](https://github.com/mxiao-cll)! - Allow STOCK_QUOTES_WS_API_ENDPOINT to contain token
8+
39
## 2.4.0
410

511
### Minor Changes

packages/sources/finage/README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# FINAGE
22

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

@@ -20,17 +20,17 @@ Similarly, for the `crypto` endpoint, [these asset pairs](https://github.com/sma
2020

2121
## Environment Variables
2222

23-
| Required? | Name | Description | Type | Options | Default |
24-
| :-------: | :--------------------------: | :---------------------------------------------------------------------: | :-----: | :-----: | :-------------------------------: |
25-
| | API_ENDPOINT | API endpoint for Finage | string | | `https://api.finage.co.uk` |
26-
|| API_KEY | An API key that can be obtained from the data provider's dashboard | string | | |
27-
|| WS_SOCKET_KEY | A WEBSOCKET key that can be obtained from the data provider's dashboard | string | | |
28-
| | STOCK_WS_API_ENDPOINT | The Websocket endpoint to connect to for stock trades data | string | | `wss://e4s39ar3mr.finage.ws:7002` |
29-
| | STOCK_QUOTES_WS_API_ENDPOINT | The Websocket endpoint to connect to for stock quotes data | string | | `wss://xs68rzvrjn.finage.ws:7003` |
30-
| | FOREX_WS_API_ENDPOINT | The Websocket endpoint to connect to for forex data | string | | `wss://w29hxx2ndd.finage.ws:8001` |
31-
| | CRYPTO_WS_API_ENDPOINT | The Websocket endpoint to connect to for crypto data | string | | `wss://72x8wsyx7t.finage.ws:6008` |
32-
| | ETF_WS_API_ENDPOINT | The Websocket endpoint to connect to for etf data | string | | `wss://8umh1cipe9.finage.ws:9001` |
33-
| | WS_ENABLED | Whether data should be returned from websocket or not | boolean | | `false` |
23+
| Required? | Name | Description | Type | Options | Default |
24+
| :-------: | :--------------------------: | :------------------------------------------------------------------------------------------------------: | :-----: | :-----: | :-------------------------------: |
25+
| | API_ENDPOINT | API endpoint for Finage | string | | `https://api.finage.co.uk` |
26+
|| API_KEY | An API key that can be obtained from the data provider's dashboard | string | | |
27+
|| WS_SOCKET_KEY | A WEBSOCKET key that can be obtained from the data provider's dashboard | string | | |
28+
| | STOCK_WS_API_ENDPOINT | The Websocket endpoint to connect to for stock trades data | string | | `wss://e4s39ar3mr.finage.ws:7002` |
29+
| | STOCK_QUOTES_WS_API_ENDPOINT | The Websocket endpoint to connect to for stock quotes data, uses WS_SOCKET_KEY if /?token= is not in url | string | | `wss://xs68rzvrjn.finage.ws:7003` |
30+
| | FOREX_WS_API_ENDPOINT | The Websocket endpoint to connect to for forex data | string | | `wss://w29hxx2ndd.finage.ws:8001` |
31+
| | CRYPTO_WS_API_ENDPOINT | The Websocket endpoint to connect to for crypto data | string | | `wss://72x8wsyx7t.finage.ws:6008` |
32+
| | ETF_WS_API_ENDPOINT | The Websocket endpoint to connect to for etf data | string | | `wss://8umh1cipe9.finage.ws:9001` |
33+
| | WS_ENABLED | Whether data should be returned from websocket or not | boolean | | `false` |
3434

3535
---
3636

packages/sources/finage/package.json

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

0 commit comments

Comments
 (0)