Skip to content

Commit c1b911b

Browse files
Release 1.190.0 (packages/sources/the-network-firm)
1 parent 508878a commit c1b911b

File tree

3 files changed

+36
-5
lines changed

3 files changed

+36
-5
lines changed

packages/sources/the-network-firm/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @chainlink/the-network-firm-adapter
22

3+
## 1.5.0
4+
5+
### Minor Changes
6+
7+
- [#3984](https://github.com/smartcontractkit/external-adapters-js/pull/3984) [`a978f31`](https://github.com/smartcontractkit/external-adapters-js/commit/a978f31a014abf752a68dc65da8dc2a905eaa20a) Thanks [@cl-mayowa](https://github.com/cl-mayowa)! - Update `The Network Firm` EA with a new client-agnostic endpoint called `reserve`
8+
39
## 1.4.1
410

511
### Patch Changes

packages/sources/the-network-firm/README.md

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THE_NETWORK_FIRM
22

3-
![1.4.1](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/the-network-firm/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
3+
![1.5.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/the-network-firm/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

@@ -25,9 +25,9 @@ This document was generated automatically. Please see [README Generator](../../s
2525

2626
## Input Parameters
2727

28-
| Required? | Name | Description | Type | Options | Default |
29-
| :-------: | :------: | :-----------------: | :----: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----: |
30-
| | endpoint | The endpoint to use | string | [backed](#backed-endpoint), [balance](#mco2-endpoint), [emgemx](#emgemx-endpoint), [eurr](#eurr-endpoint), [gift](#gift-endpoint), [mco2](#mco2-endpoint), [stbt](#stbt-endpoint), [uranium](#uranium-endpoint), [usdr](#usdr-endpoint) | `mco2` |
28+
| Required? | Name | Description | Type | Options | Default |
29+
| :-------: | :------: | :-----------------: | :----: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----: |
30+
| | endpoint | The endpoint to use | string | [backed](#backed-endpoint), [balance](#mco2-endpoint), [emgemx](#emgemx-endpoint), [eurr](#eurr-endpoint), [gift](#gift-endpoint), [mco2](#mco2-endpoint), [reserve](#reserve-endpoint), [stbt](#stbt-endpoint), [uranium](#uranium-endpoint), [usdr](#usdr-endpoint) | `mco2` |
3131

3232
## Backed Endpoint
3333

@@ -208,4 +208,29 @@ Request:
208208

209209
---
210210

211+
## Reserve Endpoint
212+
213+
`reserve` is the only supported name for this endpoint.
214+
215+
### Input Params
216+
217+
| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
218+
| :-------: | :----: | :-----: | :----------------------------------------: | :----: | :-----: | :-----: | :--------: | :------------: |
219+
|| client | | The name of the TNF client to consume from | string | | | | |
220+
221+
### Example
222+
223+
Request:
224+
225+
```json
226+
{
227+
"data": {
228+
"endpoint": "reserve",
229+
"client": "acme"
230+
}
231+
}
232+
```
233+
234+
---
235+
211236
MIT License

packages/sources/the-network-firm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/the-network-firm-adapter",
3-
"version": "1.4.1",
3+
"version": "1.5.0",
44
"description": "Chainlink's The Network Firm adapter.",
55
"keywords": [
66
"Chainlink",

0 commit comments

Comments
 (0)