Skip to content

Commit 62380a1

Browse files
Release 1.303.0 (#4762)
* Release 1.303.0 (deletions) * Release 1.303.0 (.) * Release 1.303.0 (packages/sources) * Release 1.303.0 (packages/sources/truflation) --------- Co-authored-by: app-token-issuer-data-feeds[bot] <134377064+app-token-issuer-data-feeds[bot]@users.noreply.github.com>
1 parent 01de736 commit 62380a1

File tree

7 files changed

+245
-192
lines changed

7 files changed

+245
-192
lines changed

.changeset/chubby-aliens-follow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

MASTERLIST.md

Lines changed: 184 additions & 183 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/external-adapters-js",
3-
"version": "1.302.0",
3+
"version": "1.303.0",
44
"license": "MIT",
55
"private": true,
66
"workspaces": [

packages/sources/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ This document was generated automatically. Please see [Master List Generator](..
143143
- [tradermade](./tradermade/README.md)
144144
- [tradinghours](./tradinghours/README.md)
145145
- [trueusd](./trueusd/README.md)
146+
- [truflation](./truflation/README.md)
146147
- [twelvedata](./twelvedata/README.md)
147148
- [twosigma](./twosigma/README.md)
148149
- [uniswap-v2](./uniswap-v2/README.md)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @chainlink/truflation-adapter
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#4749](https://github.com/smartcontractkit/external-adapters-js/pull/4749) [`b71bd55`](https://github.com/smartcontractkit/external-adapters-js/commit/b71bd55274690ca0433bcc9af8d4922792eb4a9b) Thanks [@mmcallister-cll](https://github.com/mmcallister-cll)! - Truflation initial release
Lines changed: 51 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
1-
# Chainlink External Adapter for truflation
1+
# TRUFLATION
22

3-
This README will be generated automatically when code is merged to `main`. If you would like to generate a preview of the README, please run `yarn generate:readme truflation`.
3+
![1.0.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/truflation/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
4+
5+
This document was generated automatically. Please see [README Generator](../../scripts#readme-generator) for more info.
6+
7+
## Environment Variables
8+
9+
| Required? | Name | Description | Type | Options | Default |
10+
| :-------: | :----------: | :-------------------------------: | :----: | :-----: | :----------------------------------------------------------------------------------------------: |
11+
|| API_KEY | An API key for Data Provider | string | | |
12+
| | API_ENDPOINT | An API endpoint for Data Provider | string | | `https://api.truflation.com/api/v1/feed/truflation/macro-data-us/truflation_us_cpi_frozen_index` |
13+
14+
---
15+
16+
## Data Provider Rate Limits
17+
18+
| Name | Requests/credits per second | Requests/credits per minute | Requests/credits per hour | Note |
19+
| :-----: | :-------------------------: | :-------------------------: | :-----------------------: | :--: |
20+
| default | | 6 | | |
21+
22+
---
23+
24+
## Input Parameters
25+
26+
| Required? | Name | Description | Type | Options | Default |
27+
| :-------: | :------: | :-----------------: | :----: | :------------------: | :-----: |
28+
| | endpoint | The endpoint to use | string | [cpi](#cpi-endpoint) | `cpi` |
29+
30+
## Cpi Endpoint
31+
32+
`cpi` is the only supported name for this endpoint.
33+
34+
### Input Params
35+
36+
There are no input parameters for this endpoint.
37+
38+
### Example
39+
40+
Request:
41+
42+
```json
43+
{
44+
"data": {
45+
"endpoint": "cpi"
46+
}
47+
}
48+
```
49+
50+
---
51+
52+
MIT License

packages/sources/truflation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/truflation-adapter",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "Chainlink truflation adapter.",
55
"keywords": [
66
"Chainlink",

0 commit comments

Comments
 (0)