Skip to content

Commit 9a9114a

Browse files
Release 1.269.0 (packages/sources/tradinghours)
1 parent 840d812 commit 9a9114a

File tree

3 files changed

+17
-11
lines changed

3 files changed

+17
-11
lines changed

packages/sources/tradinghours/CHANGELOG.md

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

3+
## 0.4.2
4+
5+
### Patch Changes
6+
7+
- [#4526](https://github.com/smartcontractkit/external-adapters-js/pull/4526) [`08e608a`](https://github.com/smartcontractkit/external-adapters-js/commit/08e608a594a6a06690e9c169f5e21c3be0a6fc28) Thanks [@mohamed-mehany](https://github.com/mohamed-mehany)! - Support Tradegate market hours
8+
39
## 0.4.1
410

511
### Patch Changes

packages/sources/tradinghours/README.md

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

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

@@ -23,21 +23,21 @@ This document was generated automatically. Please see [README Generator](../../s
2323

2424
## Input Parameters
2525

26-
| Required? | Name | Description | Type | Options | Default |
27-
| :-------: | :------: | :-----------------: | :----: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-------------: |
28-
| | endpoint | The endpoint to use | string | [euronext_milan-market-status](#market-status-endpoint), [euronext_paris-market-status](#market-status-endpoint), [forex-market-status](#market-status-endpoint), [lse-market-status](#market-status-endpoint), [market-status](#market-status-endpoint), [metals-market-status](#market-status-endpoint), [nyse-market-status](#market-status-endpoint), [six-market-status](#market-status-endpoint), [wti-market-status](#market-status-endpoint), [xetra-market-status](#market-status-endpoint) | `market-status` |
26+
| Required? | Name | Description | Type | Options | Default |
27+
| :-------: | :------: | :-----------------: | :----: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-------------: |
28+
| | endpoint | The endpoint to use | string | [euronext_milan-market-status](#market-status-endpoint), [euronext_paris-market-status](#market-status-endpoint), [forex-market-status](#market-status-endpoint), [lse-market-status](#market-status-endpoint), [market-status](#market-status-endpoint), [metals-market-status](#market-status-endpoint), [nyse-market-status](#market-status-endpoint), [six-market-status](#market-status-endpoint), [tradegate-market-status](#market-status-endpoint), [wti-market-status](#market-status-endpoint), [xetra-market-status](#market-status-endpoint) | `market-status` |
2929

3030
## Market-status Endpoint
3131

32-
Supported names for this endpoint are: `euronext_milan-market-status`, `euronext_paris-market-status`, `forex-market-status`, `lse-market-status`, `market-status`, `metals-market-status`, `nyse-market-status`, `six-market-status`, `wti-market-status`, `xetra-market-status`.
32+
Supported names for this endpoint are: `euronext_milan-market-status`, `euronext_paris-market-status`, `forex-market-status`, `lse-market-status`, `market-status`, `metals-market-status`, `nyse-market-status`, `six-market-status`, `tradegate-market-status`, `wti-market-status`, `xetra-market-status`.
3333

3434
### Input Params
3535

36-
| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
37-
| :-------: | :-----: | :-----: | :---------------------------------------------------------------------------------: | :----: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-------: | :--------: | :------------: |
38-
|| market | | The name of the market | string | `EURONEXT_MILAN`, `EURONEXT_PARIS`, `FOREX`, `LSE`, `METALS`, `NYSE`, `SIX`, `WTI`, `XETRA`, `euronext_milan`, `euronext_paris`, `forex`, `lse`, `metals`, `nyse`, `six`, `wti`, `xetra` | | | |
39-
| | type | | Type of the market status | string | `24/5`, `regular` | `regular` | | |
40-
| | weekend | | DHH-DHH:TZ, 520-020:America/New_York means Fri 20:00 to Sun 20:00 Eastern Time Zone | string | | | | |
36+
| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
37+
| :-------: | :-----: | :-----: | :---------------------------------------------------------------------------------: | :----: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-------: | :--------: | :------------: |
38+
|| market | | The name of the market | string | `EURONEXT_MILAN`, `EURONEXT_PARIS`, `FOREX`, `LSE`, `METALS`, `NYSE`, `SIX`, `TRADEGATE`, `WTI`, `XETRA`, `euronext_milan`, `euronext_paris`, `forex`, `lse`, `metals`, `nyse`, `six`, `tradegate`, `wti`, `xetra` | | | |
39+
| | type | | Type of the market status | string | `24/5`, `regular` | `regular` | | |
40+
| | weekend | | DHH-DHH:TZ, 520-020:America/New_York means Fri 20:00 to Sun 20:00 Eastern Time Zone | string | | | | |
4141

4242
### Example
4343

packages/sources/tradinghours/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/tradinghours-adapter",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "Chainlink TradingHours adapter",
55
"keywords": [
66
"Chainlink",

0 commit comments

Comments
 (0)