Skip to content

Commit b4bd695

Browse files
Release 1.236.0 (#4343)
* Release 1.236.0 (deletions) * Release 1.236.0 (.) * Release 1.236.0 (packages/sources/mobula-state) --------- Co-authored-by: app-token-issuer-data-feeds[bot] <134377064+app-token-issuer-data-feeds[bot]@users.noreply.github.com>
1 parent 1d7e193 commit b4bd695

File tree

7 files changed

+27
-27
lines changed

7 files changed

+27
-27
lines changed

.changeset/large-cycles-admire.md

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

.changeset/mobula-includes-additions.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.235.0",
3+
"version": "1.236.0",
44
"license": "MIT",
55
"private": true,
66
"workspaces": [

packages/sources/mobula-state/CHANGELOG.md

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

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- [#4136](https://github.com/smartcontractkit/external-adapters-js/pull/4136) [`649c81b`](https://github.com/smartcontractkit/external-adapters-js/commit/649c81bac10684d944adbb934f89672d8ace33e8) Thanks [@FionnL](https://github.com/FionnL)! - **BREAKING CHANGE:** Migrated from v1 firehose WebSocket API to v2 targeted asset_id-based subscriptions.
8+
9+
## Upgrade Instructions
10+
11+
No changes are required on the NOPs part in order to upgrade.
12+
13+
**Do not upgrade to this version until instructed to do so.**
14+
15+
### Patch Changes
16+
17+
- [#4342](https://github.com/smartcontractkit/external-adapters-js/pull/4342) [`1d7e193`](https://github.com/smartcontractkit/external-adapters-js/commit/1d7e193c9cb7f17cb89812d397246b6f4e54c919) Thanks [@FionnL](https://github.com/FionnL)! - Add missing production pairs and regression fixes to includes.json (AGEUR, EURA, APU, 21BTC, BOLD, KUDAI, METRO, SRM, XSGD, BTC.B, BTCB, USDM)
18+
319
## 1.3.8
420

521
### Patch Changes

packages/sources/mobula-state/README.md

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

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

@@ -32,10 +32,10 @@ Supported names for this endpoint are: `crypto`, `price`, `state`.
3232

3333
### Input Params
3434

35-
| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
36-
| :-------: | :---: | :--------------------------------: | :--------------------------------------------: | :----: | :-----: | :-----: | :--------: | :------------: |
37-
|| base | `coin`, `from`, `market`, `symbol` | The symbol of symbols of the currency to query | string | | | | |
38-
|| quote | `convert`, `to` | The symbol of the currency to convert to | string | | | | |
35+
| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
36+
| :-------: | :---: | :----------------------: | :--------------------------------------------: | :----: | :-----: | :-----: | :--------: | :------------: |
37+
|| base | `coin`, `from`, `symbol` | The symbol of symbols of the currency to query | string | | | | |
38+
|| quote | `market`, `to` | The symbol of the currency to convert to | string | | | | |
3939

4040
### Example
4141

@@ -45,7 +45,7 @@ Request:
4545
{
4646
"data": {
4747
"endpoint": "price",
48-
"base": "ETH",
48+
"base": "EZETH",
4949
"quote": "USD"
5050
}
5151
}

packages/sources/mobula-state/package.json

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

0 commit comments

Comments
 (0)