Skip to content

Commit

Permalink
Release 1.148.0 (#3622)
Browse files Browse the repository at this point in the history
* Release 1.148.0 (deletions)

* Release 1.148.0 (.)

* Release 1.148.0 (packages/sources/kaiko-state)

* Release 1.148.0 (packages/sources/mobula-state)

* Release 1.148.0 (packages/sources/nav-consulting)

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 17, 2024
1 parent 6bdc476 commit 3f3d59c
Show file tree
Hide file tree
Showing 13 changed files with 36 additions and 33 deletions.
5 changes: 0 additions & 5 deletions .changeset/rude-starfishes-sit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-pans-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-apples-flow.md

This file was deleted.

8 changes: 4 additions & 4 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.147.0",
"version": "1.148.0",
"license": "MIT",
"private": true,
"workspaces": [
Expand Down
6 changes: 6 additions & 0 deletions packages/sources/kaiko-state/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @chainlink/kaiko-state-adapter

## 1.0.4

### Patch Changes

- [#3621](https://github.com/smartcontractkit/external-adapters-js/pull/3621) [`6bdc476`](https://github.com/smartcontractkit/external-adapters-js/commit/6bdc4767602d74284b98980be735110efd5f768f) Thanks [@mmcallister-cll](https://github.com/mmcallister-cll)! - Add crypto alias to state endpoint

## 1.0.3

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

![1.0.3](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/kaiko-state/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
![1.0.4](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/kaiko-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 All @@ -22,13 +22,13 @@ There are no rate limits for this adapter.

## Input Parameters

| Required? | Name | Description | Type | Options | Default |
| :-------: | :------: | :-----------------: | :----: | :----------------------: | :-----: |
| | endpoint | The endpoint to use | string | [state](#state-endpoint) | `state` |
| Required? | Name | Description | Type | Options | Default |
| :-------: | :------: | :-----------------: | :----: | :-------------------------------------------------: | :-----: |
| | endpoint | The endpoint to use | string | [crypto](#state-endpoint), [state](#state-endpoint) | `state` |

## State Endpoint

`state` is the only supported name for this endpoint.
Supported names for this endpoint are: `crypto`, `state`.

### Input Params

Expand Down
2 changes: 1 addition & 1 deletion packages/sources/kaiko-state/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/kaiko-state-adapter",
"version": "1.0.3",
"version": "1.0.4",
"description": "Chainlink kaiko-state adapter.",
"keywords": [
"Chainlink",
Expand Down
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
6 changes: 6 additions & 0 deletions packages/sources/nav-consulting/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @chainlink/nav-consulting-adapter

## 1.1.2

### 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 rate limiter

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sources/nav-consulting/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/nav-consulting-adapter",
"version": "1.1.1",
"version": "1.1.2",
"description": "Chainlink nav-consulting adapter.",
"keywords": [
"Chainlink",
Expand Down

0 comments on commit 3f3d59c

Please sign in to comment.