Skip to content

Commit d41c2fc

Browse files
Release 1.218.0 (packages/sources/ice)
1 parent 08d69de commit d41c2fc

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

packages/sources/ice/CHANGELOG.md

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

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#4240](https://github.com/smartcontractkit/external-adapters-js/pull/4240) [`540e192`](https://github.com/smartcontractkit/external-adapters-js/commit/540e1928191773f28d12eec6297256f0f5177ed4) Thanks [@karen-stepanyan](https://github.com/karen-stepanyan)! - Added inversion pairs
8+
39
## 1.0.3
410

511
### Patch Changes

packages/sources/ice/README.md

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

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

@@ -27,13 +27,13 @@ There are no rate limits for this adapter.
2727

2828
## Input Parameters
2929

30-
| Required? | Name | Description | Type | Options | Default |
31-
| :-------: | :------: | :-----------------: | :----: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----: |
32-
| | endpoint | The endpoint to use | string | [crypto-lwba](#price-endpoint), [crypto_lwba](#price-endpoint), [cryptolwba](#price-endpoint), [data-price](#price-endpoint), [getreqobjprice](#price-endpoint), [latest-price](#price-endpoint), [price](#price-endpoint) | `price` |
30+
| Required? | Name | Description | Type | Options | Default |
31+
| :-------: | :------: | :-----------------: | :----: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----: |
32+
| | endpoint | The endpoint to use | string | [commodities](#price-endpoint), [forex](#price-endpoint), [fx](#price-endpoint), [getreqobjprice](#price-endpoint), [price](#price-endpoint), [quote](#price-endpoint), [stock](#price-endpoint) | `price` |
3333

3434
## Price Endpoint
3535

36-
Supported names for this endpoint are: `crypto-lwba`, `crypto_lwba`, `cryptolwba`, `data-price`, `getreqobjprice`, `latest-price`, `price`.
36+
Supported names for this endpoint are: `commodities`, `forex`, `fx`, `getreqobjprice`, `price`, `quote`, `stock`.
3737

3838
### Input Params
3939

packages/sources/ice/package.json

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

0 commit comments

Comments
 (0)