Skip to content

Commit 3a41c79

Browse files
Release 1.208.0 (#4138)
* Release 1.208.0 (deletions) * Release 1.208.0 (.) * Release 1.208.0 (packages/composites/gm-token) --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b1a1237 commit 3a41c79

File tree

6 files changed

+15
-13
lines changed

6 files changed

+15
-13
lines changed

.changeset/yellow-waves-itch.md

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

MASTERLIST.md

Lines changed: 2 additions & 2 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.207.0",
3+
"version": "1.208.0",
44
"license": "MIT",
55
"private": true,
66
"workspaces": [

packages/composites/gm-token/CHANGELOG.md

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

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- [#4135](https://github.com/smartcontractkit/external-adapters-js/pull/4135) [`b1a1237`](https://github.com/smartcontractkit/external-adapters-js/commit/b1a123774478954c2261c7ef35feb91e2b541950) Thanks [@mohamed-mehany](https://github.com/mohamed-mehany)! - Adds support to Blocksize Capital as an additional DP
8+
39
## 1.2.2
410

511
### Patch Changes

packages/composites/gm-token/README.md

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

3-
![1.2.2](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/composites/gm-token/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/gm-token/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

@@ -19,9 +19,10 @@ This document was generated automatically. Please see [README Generator](../../s
1919
|| ARBITRUM_TOKENS_INFO_URL | URL to token meta data supported by GMX on Arbitrum | string | | `https://arbitrum-api.gmxinfra.io/tokens` |
2020
|| BOTANIX_TOKENS_INFO_URL | URL to token meta data supported by GMX on Botanix | string | | `https://botanix-api.gmxinfra.io/tokens` |
2121
|| PNL_FACTOR_TYPE | PnL factor type. See https://github.com/gmx-io/gmx-synthetics#market-token-price | string | | `MAX_PNL_FACTOR_FOR_TRADERS` |
22-
|| TIINGO_ADAPTER_URL | URL of Tiingo EA | string | | |
23-
|| NCFX_ADAPTER_URL | URL of NCFX EA | string | | |
24-
|| COINMETRICS_ADAPTER_URL | URL of Coinmetrics EA | string | | |
22+
| | TIINGO_ADAPTER_URL | URL of Tiingo EA | string | | |
23+
| | NCFX_ADAPTER_URL | URL of NCFX EA | string | | |
24+
| | COINMETRICS_ADAPTER_URL | URL of Coinmetrics EA | string | | |
25+
| | BLOCKSIZE_CAPITAL_ADAPTER_URL | URL of Blocksize Capital EA | string | | |
2526
|| MIN_REQUIRED_SOURCE_SUCCESS | Minimum number of source EAs that need to successfully return a value. | number | | `2` |
2627
| | BACKGROUND_EXECUTE_MS | The amount of time the background execute should sleep before performing the next request | number | | `10000` |
2728

packages/composites/gm-token/package.json

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

0 commit comments

Comments
 (0)