Skip to content

Commit bfc18ac

Browse files
Release 1.148.0 (packages/sources/kaiko-state)
1 parent 269f056 commit bfc18ac

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

packages/sources/kaiko-state/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @chainlink/kaiko-state-adapter
22

3+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 1.0.3
410

511
### Patch Changes

packages/sources/kaiko-state/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# KAIKO_STATE
22

3-
![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)
3+
![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)
44

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

@@ -22,13 +22,13 @@ There are no rate limits for this adapter.
2222

2323
## Input Parameters
2424

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

2929
## State Endpoint
3030

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

3333
### Input Params
3434

packages/sources/kaiko-state/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/kaiko-state-adapter",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Chainlink kaiko-state adapter.",
55
"keywords": [
66
"Chainlink",

0 commit comments

Comments
 (0)