Skip to content

Commit d08c00a

Browse files
Release 1.244.0 (#4386)
* Release 1.244.0 (deletions) * Release 1.244.0 (.) * Release 1.244.0 (packages/composites/glv-token) * Release 1.244.0 (packages/composites/gm-token) * Release 1.244.0 (packages/sources/data-engine) --------- Co-authored-by: app-token-issuer-data-feeds[bot] <134377064+app-token-issuer-data-feeds[bot]@users.noreply.github.com>
1 parent c2eb031 commit d08c00a

File tree

14 files changed

+38
-31
lines changed

14 files changed

+38
-31
lines changed

.changeset/curvy-teachers-end.md

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

.changeset/gold-rats-talk.md

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

.changeset/purple-steaks-deliver.md

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

MASTERLIST.md

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

packages/composites/glv-token/CHANGELOG.md

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

3+
## 2.0.2
4+
5+
### Patch Changes
6+
7+
- [#4379](https://github.com/smartcontractkit/external-adapters-js/pull/4379) [`06afaab`](https://github.com/smartcontractkit/external-adapters-js/commit/06afaab4529058375b99f5db953b05336f182b5a) Thanks [@mxiao-cll](https://github.com/mxiao-cll)! - Bump framework
8+
9+
- Updated dependencies [[`06afaab`](https://github.com/smartcontractkit/external-adapters-js/commit/06afaab4529058375b99f5db953b05336f182b5a), [`611a336`](https://github.com/smartcontractkit/external-adapters-js/commit/611a33634f9e8126de3de0b8fccf8e35966e8794)]:
10+
- @chainlink/data-engine-adapter@1.1.1
11+
312
## 2.0.1
413

514
### Patch Changes

packages/composites/glv-token/README.md

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

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

@@ -11,7 +11,7 @@ This document was generated automatically. Please see [README Generator](../../s
1111
|| ARBITRUM_RPC_URL | RPC url of Arbitrum node | string | | |
1212
|| ARBITRUM_CHAIN_ID | The chain id to connect to | number | | `42161` |
1313
|| DATASTORE_CONTRACT_ADDRESS | Address of Data Store contract | string | | `0xFD70de6b91282D8017aA4E741e9Ae325CAb992d8` |
14-
|| GLV_READER_CONTRACT_ADDRESS | Address of Glv Reader Contract | string | | `0x6a9505D0B44cFA863d9281EA5B0b34cB36243b45` |
14+
|| GLV_READER_CONTRACT_ADDRESS | Address of Glv Reader Contract | string | | `0x2C670A23f1E798184647288072e84054938B5497` |
1515
|| DATA_ENGINE_ADAPTER_URL | URL of Data Engine EA | string | | |
1616
|| MARKET_INFO_API | URL market meta data supported by Glv | string | | `https://arbitrum-api.gmxinfra.io/markets` |
1717
|| TOKEN_INFO_API | URL to token meta data supported by Glv | string | | `https://arbitrum-api.gmxinfra.io/tokens` |

packages/composites/glv-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/glv-token-adapter",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Chainlink glv-token adapter.",
55
"keywords": [
66
"Chainlink",

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.1
4+
5+
### Patch Changes
6+
7+
- [#4380](https://github.com/smartcontractkit/external-adapters-js/pull/4380) [`1ab5e75`](https://github.com/smartcontractkit/external-adapters-js/commit/1ab5e75ce59287bbeb51e9abd4242d7eed5b699b) Thanks [@mohamed-mehany](https://github.com/mohamed-mehany)! - Updates Reader contract addresses for Arbitrum and Botanix
8+
39
## 1.3.0
410

511
### Minor Changes

packages/composites/gm-token/README.md

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

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)
3+
![1.3.1](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

@@ -14,8 +14,8 @@ This document was generated automatically. Please see [README Generator](../../s
1414
| | BOTANIX_CHAIN_ID | The chain id to connect to | number | | `3637` |
1515
|| DATASTORE_CONTRACT_ADDRESS | Address of Data Store contract | string | | `0xFD70de6b91282D8017aA4E741e9Ae325CAb992d8` |
1616
|| BOTANIX_DATASTORE_CONTRACT_ADDRESS | Address of Data Store contract | string | | `0xA23B81a89Ab9D7D89fF8fc1b5d8508fB75Cc094d` |
17-
|| READER_CONTRACT_ADDRESS | Address of Reader contract | string | | `0xf60becbba223EEA9495Da3f606753867eC10d139` |
18-
|| BOTANIX_READER_CONTRACT_ADDRESS | Address of Reader contract | string | | `0xa254B60cbB85a92F6151B10E1233639F601f2F0F` |
17+
|| READER_CONTRACT_ADDRESS | Address of Reader contract on Arbitrum | string | | `0x470fbC46bcC0f16532691Df360A07d8Bf5ee0789` |
18+
|| BOTANIX_READER_CONTRACT_ADDRESS | Address of Reader contract on Botanix | string | | `0x922766ca6234cD49A483b5ee8D86cA3590D0Fb0E` |
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` |

0 commit comments

Comments
 (0)