Skip to content

Commit c918856

Browse files
Release 1.84.0
1 parent 52b58f4 commit c918856

File tree

7 files changed

+63
-36
lines changed

7 files changed

+63
-36
lines changed

.changeset/orange-coats-do.md

-5
This file was deleted.

.changeset/rich-emus-agree.md

-5
This file was deleted.

MASTERLIST.md

+20-20
Large diffs are not rendered by default.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/external-adapters-js",
3-
"version": "1.83.0",
3+
"version": "1.84.0",
44
"license": "MIT",
55
"private": true,
66
"workspaces": [

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

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @chainlink/the-network-firm-adapter
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- d127d1287: Added the 'backed' endpoint
8+
- 52b58f481: Added the USDR endpoint
9+
310
## 1.0.0
411

512
### Major Changes

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

+34-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THE_NETWORK_FIRM
22

3-
![1.0.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)
3+
![1.1.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

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

2525
Every EA supports base input parameters from [this list](https://github.com/smartcontractkit/ea-framework-js/blob/main/src/config/index.ts)
2626

27-
| Required? | Name | Description | Type | Options | Default |
28-
| :-------: | :------: | :-----------------: | :----: | :-----------------------------------------------------------------------: | :-----: |
29-
| | endpoint | The endpoint to use | string | [balance](#mco2-endpoint), [mco2](#mco2-endpoint), [stbt](#stbt-endpoint) | `mco2` |
27+
| Required? | Name | Description | Type | Options | Default |
28+
| :-------: | :------: | :-----------------: | :----: | :---------------------------------------------------------------------------------------------------------------------------: | :-----: |
29+
| | endpoint | The endpoint to use | string | [backed](#backed-endpoint), [balance](#mco2-endpoint), [mco2](#mco2-endpoint), [stbt](#stbt-endpoint), [usdr](#usdr-endpoint) | `mco2` |
3030

3131
## Mco2 Endpoint
3232

@@ -56,4 +56,34 @@ There are no examples for this endpoint.
5656

5757
---
5858

59+
## Backed Endpoint
60+
61+
`backed` is the only supported name for this endpoint.
62+
63+
### Input Params
64+
65+
| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
66+
| :-------: | :---------: | :-----: | :------------------------------------------------: | :----: | :-----: | :-----: | :--------: | :------------: |
67+
|| accountName | | The account name to retrieve the total reserve for | string | | | | |
68+
69+
### Example
70+
71+
There are no examples for this endpoint.
72+
73+
---
74+
75+
## Usdr Endpoint
76+
77+
`usdr` is the only supported name for this endpoint.
78+
79+
### Input Params
80+
81+
There are no input parameters for this endpoint.
82+
83+
### Example
84+
85+
There are no examples for this endpoint.
86+
87+
---
88+
5989
MIT License

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

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

0 commit comments

Comments
 (0)