Skip to content

Commit 4767ff4

Browse files
Release 1.302.0 (packages/sources/mobula-state)
1 parent 8769b4f commit 4767ff4

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

packages/sources/mobula-state/CHANGELOG.md

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

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- [#4745](https://github.com/smartcontractkit/external-adapters-js/pull/4745) [`65c455f`](https://github.com/smartcontractkit/external-adapters-js/commit/65c455fbe1ac3cedc0fc0b323c03acbe1ee807cf) Thanks [@chray-zhang](https://github.com/chray-zhang)! - Added protocol parameter to EA
8+
9+
### Patch Changes
10+
11+
- [#4598](https://github.com/smartcontractkit/external-adapters-js/pull/4598) [`14788ce`](https://github.com/smartcontractkit/external-adapters-js/commit/14788cecd69a8655f95b1af159fcbfae2d30b9fc) Thanks [@Fletch153](https://github.com/Fletch153)! - Bumped framework version
12+
13+
- [#4622](https://github.com/smartcontractkit/external-adapters-js/pull/4622) [`8488e03`](https://github.com/smartcontractkit/external-adapters-js/commit/8488e033e8783383b0a25d440b89b6e5d6d470b4) Thanks [@johnnymugs](https://github.com/johnnymugs)! - Bumped framework version
14+
315
## 2.0.4
416

517
### Patch Changes

packages/sources/mobula-state/README.md

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

3-
![2.0.4](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.1.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

@@ -64,6 +64,7 @@ Request:
6464
|| base | `coin`, `from`, `market`, `symbol` | The symbol of symbols of the currency to query | string | | | | |
6565
|| quote | `convert`, `to` | The symbol of the currency to convert to | string | | | | |
6666
|| exchange | | Which exchange to return the funding rate for | string | | | | |
67+
| | protocol | | The protocol to query funding rates for | string | | | | |
6768

6869
### Example
6970

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": "2.0.4",
3+
"version": "2.1.0",
44
"description": "Chainlink mobula-state adapter.",
55
"keywords": [
66
"Chainlink",

0 commit comments

Comments
 (0)