Skip to content

Commit c89538c

Browse files
Release 1.322.0 (#4872)
* Release 1.322.0 (deletions) * Release 1.322.0 (.) * Release 1.322.0 (packages/composites/gold) --------- Co-authored-by: app-token-issuer-data-feeds[bot] <134377064+app-token-issuer-data-feeds[bot]@users.noreply.github.com>
1 parent 3e5f51c commit c89538c

6 files changed

Lines changed: 14 additions & 12 deletions

File tree

.changeset/great-apes-float.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

MASTERLIST.md

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/external-adapters-js",
3-
"version": "1.321.0",
3+
"version": "1.322.0",
44
"license": "MIT",
55
"private": true,
66
"workspaces": [

packages/composites/gold/CHANGELOG.md

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

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- [#4867](https://github.com/smartcontractkit/external-adapters-js/pull/4867) [`62aafe1`](https://github.com/smartcontractkit/external-adapters-js/commit/62aafe1ce5aa1b5c9504772589202c5045afe68d) Thanks [@dskloetc](https://github.com/dskloetc)! - Change default deviation cap
8+
39
## 1.2.2
410

511
### Patch Changes

packages/composites/gold/README.md

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

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

@@ -18,7 +18,8 @@ This document was generated automatically. Please see [README Generator](../../s
1818
| | PRICE_STALE_TIMEOUT_MS | The amount of time in milliseconds before a price is considered stale if there has been no change | number | | `300000` |
1919
| | PREMIUM_EMA_TAU_MS | Time constant (tau) in milliseconds for the EMA filters used to calculate the average premium of tokenized streams over the XAU price | number | | `1000000` |
2020
| | DEVIATION_EMA_TAU_MS | Time constant (tau) in milliseconds for the EMA filters used to calculate the smoothed deviation from the XAU closing price | number | | `500000` |
21-
| | DEVIATION_CAP | Maximum deviation allowed from the closing price. Used deviation is clamped between this and minus this value. | number | | `0.02` |
21+
| | DEVIATION_CAP_LOW | Maximum downward deviation allowed from the closing price. Used deviation is clamped between this value and DEVIATION_CAP_HIGH. | number | | `-0.05` |
22+
| | DEVIATION_CAP_HIGH | Maximum upward deviation allowed from the closing price. Used deviation is clamped between DEVIATION_CAP_LOW and this value. | number | | `0.025` |
2223
| | TOKENIZED_PRICE_WEIGHT | Weight given to the tokenized stream derived price when calculating the composite price. 1.0 equals 100% | number | | `0.7` |
2324
| | CACHE_TTL_MS | How long to keep the state in the cache in milliseconds before reinitializing | number | | `604800000` |
2425
|| DATA_ENGINE_ADAPTER_URL | URL of data engine ea | string | | |

packages/composites/gold/package.json

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

0 commit comments

Comments
 (0)