diff --git a/.changeset/happy-states-chew.md b/.changeset/happy-states-chew.md deleted file mode 100644 index f70468ab7ff..00000000000 --- a/.changeset/happy-states-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@chainlink/mobula-state-adapter': minor ---- - -Added protocol parameter to EA diff --git a/.changeset/plump-hens-cluck.md b/.changeset/plump-hens-cluck.md deleted file mode 100644 index be667a80a86..00000000000 --- a/.changeset/plump-hens-cluck.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@chainlink/mobula-state-adapter': patch ---- - -Bumped framework version diff --git a/.changeset/silent-boxes-tickle.md b/.changeset/silent-boxes-tickle.md deleted file mode 100644 index be667a80a86..00000000000 --- a/.changeset/silent-boxes-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@chainlink/mobula-state-adapter': patch ---- - -Bumped framework version diff --git a/MASTERLIST.md b/MASTERLIST.md index f4a4b4acd09..1e0dceba2b8 100644 --- a/MASTERLIST.md +++ b/MASTERLIST.md @@ -1,4 +1,4 @@ -## Release 1.301.0 +## Release 1.302.0 This document was generated automatically. Please see [Master List Generator](./packages/scripts#master-list-generator) for more info. @@ -110,7 +110,7 @@ This document was generated automatically. Please see [Master List Generator](./ | [market-status](packages/composites/market-status/README.md) | `1.7.0` | `composite` | v3 | Unknown | `external-adapter-framework` | `BACKGROUND_EXECUTE_MS`, `FINNHUB_SECONDARY_ADAPTER_URL (✅)`, `NCFX_ADAPTER_URL (✅)`, `TRADINGHOURS_ADAPTER_URL (✅)` | `market-status`, `multi-market-status` | `market-status` | | [✅](packages/composites/market-status/test/unit) | [✅](packages/composites/market-status/test/integration) | | | [matrixdock](packages/sources/matrixdock/README.md) | `2.0.0` | `source` | v3 | `https://mapi.matrixport.com` | `external-adapter-framework` | `API_ENDPOINT`, `API_KEY (✅)`, `API_SECRET (✅)` | `nav` | `nav` | | [✅](packages/sources/matrixdock/test/unit) | [✅](packages/sources/matrixdock/test/integration) | | | [medianizer](packages/composites/medianizer/README.md) | `1.2.45` | `composite` | v2 | Unknown | | | `medianizer` | `medianizer` | | [✅](packages/composites/medianizer/test/unit) | [✅](packages/composites/medianizer/test/integration) | | -| [mobula-state](packages/sources/mobula-state/README.md) | `2.0.4` | `source` | v3 | Unknown | `external-adapter-framework` | `API_KEY (✅)`, `WS_API_ENDPOINT`, `WS_FUNDING_RATE_API_ENDPOINT` | `crypto`, `funding-rate`, `price`, `state` | `price` | ✅ | | [✅](packages/sources/mobula-state/test/integration) | | +| [mobula-state](packages/sources/mobula-state/README.md) | `2.1.0` | `source` | v3 | Unknown | `external-adapter-framework` | `API_KEY (✅)`, `WS_API_ENDPOINT`, `WS_FUNDING_RATE_API_ENDPOINT` | `crypto`, `funding-rate`, `price`, `state` | `price` | ✅ | | [✅](packages/sources/mobula-state/test/integration) | | | [mock-ea](packages/sources/mock-ea/README.md) | `2.2.1` | `source` | v2 | Unknown | | `DEVIATION_AMOUNT (✅)`, `MIN_RESULT (✅)`, `UPDATE_INTERVAL_IN_MS (✅)` | `price` | `price` | | | [✅](packages/sources/mock-ea/test/integration) | | | [moonbeam-address-list](packages/sources/moonbeam-address-list/README.md) | `1.1.51` | `source` | v3 | Unknown | `external-adapter-framework` | `CHAIN_ID`, `RPC_URL (✅)` | Unknown | `address` | | | [✅](packages/sources/moonbeam-address-list/test/integration) | [✅](packages/sources/moonbeam-address-list/test/e2e) | | [moore-hk](packages/sources/moore-hk/README.md) | `1.0.28` | `source` | v3 | `https://api.real-time-reserves.verinumus.io/v1/` | `external-adapter-framework` | `API_ENDPOINT` | `trueusd` | `trueusd` | | | [✅](packages/sources/moore-hk/test/integration) | | diff --git a/package.json b/package.json index d299ee8e361..a53829acb68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/external-adapters-js", - "version": "1.301.0", + "version": "1.302.0", "license": "MIT", "private": true, "workspaces": [ diff --git a/packages/sources/mobula-state/CHANGELOG.md b/packages/sources/mobula-state/CHANGELOG.md index c320d9be995..abb2acf9ec8 100644 --- a/packages/sources/mobula-state/CHANGELOG.md +++ b/packages/sources/mobula-state/CHANGELOG.md @@ -1,5 +1,17 @@ # @chainlink/mobula-state-adapter +## 2.1.0 + +### Minor Changes + +- [#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 + +### Patch Changes + +- [#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 + +- [#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 + ## 2.0.4 ### Patch Changes diff --git a/packages/sources/mobula-state/README.md b/packages/sources/mobula-state/README.md index d125194c67f..520761c673c 100644 --- a/packages/sources/mobula-state/README.md +++ b/packages/sources/mobula-state/README.md @@ -1,6 +1,6 @@ # MOBULA_STATE -![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) +![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) This document was generated automatically. Please see [README Generator](../../scripts#readme-generator) for more info. @@ -64,6 +64,7 @@ Request: | ✅ | 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 | | | | | | ✅ | exchange | | Which exchange to return the funding rate for | string | | | | | +| | protocol | | The protocol to query funding rates for | string | | | | | ### Example diff --git a/packages/sources/mobula-state/package.json b/packages/sources/mobula-state/package.json index 9200e03da43..ebadcb61944 100644 --- a/packages/sources/mobula-state/package.json +++ b/packages/sources/mobula-state/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/mobula-state-adapter", - "version": "2.0.4", + "version": "2.1.0", "description": "Chainlink mobula-state adapter.", "keywords": [ "Chainlink",