File tree Expand file tree Collapse file tree 7 files changed +245
-192
lines changed
Expand file tree Collapse file tree 7 files changed +245
-192
lines changed Load Diff This file was deleted.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 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" : [
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments