Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/large-cycles-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mobula-includes-additions.md

This file was deleted.

6 changes: 3 additions & 3 deletions MASTERLIST.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/external-adapters-js",
"version": "1.235.0",
"version": "1.236.0",
"license": "MIT",
"private": true,
"workspaces": [
Expand Down
16 changes: 16 additions & 0 deletions packages/sources/mobula-state/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @chainlink/mobula-state-adapter

## 2.0.0

### Major Changes

- [#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.

## Upgrade Instructions

No changes are required on the NOPs part in order to upgrade.

**Do not upgrade to this version until instructed to do so.**

### Patch Changes

- [#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)

## 1.3.8

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/sources/mobula-state/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MOBULA_STATE

![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)
![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)

This document was generated automatically. Please see [README Generator](../../scripts#readme-generator) for more info.

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

### Input Params

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

### Example

Expand All @@ -45,7 +45,7 @@ Request:
{
"data": {
"endpoint": "price",
"base": "ETH",
"base": "EZETH",
"quote": "USD"
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/sources/mobula-state/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/mobula-state-adapter",
"version": "1.3.8",
"version": "2.0.0",
"description": "Chainlink mobula-state adapter.",
"keywords": [
"Chainlink",
Expand Down
Loading