Skip to content

Commit

Permalink
Release 1.148.0 (packages/sources/mobula-state)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 17, 2024
1 parent bfc18ac commit 6437dbe
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions packages/sources/mobula-state/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @chainlink/mobula-state-adapter

## 1.1.7

### Patch Changes

- [#3620](https://github.com/smartcontractkit/external-adapters-js/pull/3620) [`4bc9c06`](https://github.com/smartcontractkit/external-adapters-js/commit/4bc9c06a57ae947bc85f0b0298209848050e31c3) Thanks [@mxiao-cll](https://github.com/mxiao-cll)! - Update endpoint

## 1.1.6

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

![1.1.6](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)
![1.1.7](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.

## Environment Variables

| Required? | Name | Description | Type | Options | Default |
| :-------: | :-------------: | :---------------------------: | :----: | :-----: | :---------------------: |
| | WS_API_ENDPOINT | WS endpoint for Data Provider | string | | `wss://feed.zobula.xyz` |
|| API_KEY | An API key for Data Provider | string | | |
| Required? | Name | Description | Type | Options | Default |
| :-------: | :-------------: | :---------------------------: | :----: | :-----: | :-------------------------------: |
| | WS_API_ENDPOINT | WS endpoint for Data Provider | string | | `wss://production-feed.mobula.io` |
|| API_KEY | An API key for Data Provider | string | | |

---

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.1.6",
"version": "1.1.7",
"description": "Chainlink mobula-state adapter.",
"keywords": [
"Chainlink",
Expand Down

0 comments on commit 6437dbe

Please sign in to comment.