Skip to content

Commit 5b32db7

Browse files
Release 1.172.0 (packages/sources/tradinghours)
1 parent c4072d4 commit 5b32db7

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
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.2.0
4+
5+
### Minor Changes
6+
7+
- [#3899](https://github.com/smartcontractkit/external-adapters-js/pull/3899) [`76e8737`](https://github.com/smartcontractkit/external-adapters-js/commit/76e8737331c8f9d02b498d82c30c6acadb7a57d3) Thanks [@martin-cll](https://github.com/martin-cll)! - Add support for NYSE market
8+
39
## 0.1.17
410

511
### Patch Changes

packages/sources/tradinghours/README.md

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

3-
![0.1.17](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.2.0](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,19 +23,19 @@ 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 | [forex-market-status](#market-status-endpoint), [market-status](#market-status-endpoint), [metals-market-status](#market-status-endpoint), [wti-market-status](#market-status-endpoint) | `market-status` |
26+
| Required? | Name | Description | Type | Options | Default |
27+
| :-------: | :------: | :-----------------: | :----: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-------------: |
28+
| | endpoint | The endpoint to use | string | [forex-market-status](#market-status-endpoint), [market-status](#market-status-endpoint), [metals-market-status](#market-status-endpoint), [nyse-market-status](#market-status-endpoint), [wti-market-status](#market-status-endpoint) | `market-status` |
2929

3030
## Market-status Endpoint
3131

32-
Supported names for this endpoint are: `forex-market-status`, `market-status`, `metals-market-status`, `wti-market-status`.
32+
Supported names for this endpoint are: `forex-market-status`, `market-status`, `metals-market-status`, `nyse-market-status`, `wti-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 | `forex`, `metals`, `wti` | | | |
36+
| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
37+
| :-------: | :----: | :-----: | :--------------------: | :----: | :----------------------------------------------------------------: | :-----: | :--------: | :------------: |
38+
|| market | | The name of the market | string | `FOREX`, `METALS`, `NYSE`, `WTI`, `forex`, `metals`, `nyse`, `wti` | | | |
3939

4040
### Example
4141

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.1.17",
3+
"version": "0.2.0",
44
"description": "Chainlink TradingHours adapter",
55
"keywords": [
66
"Chainlink",

0 commit comments

Comments
 (0)