Skip to content

Commit ab2a5eb

Browse files
Release 1.178.0 (#3927)
* Release 1.178.0 (deletions) * Release 1.178.0 (.) * Release 1.178.0 (packages/sources/the-network-firm) * trigger ci --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matthew McAllister <matthew.mcallister@smartcontract.com>
1 parent 229ac4c commit ab2a5eb

File tree

6 files changed

+48
-24
lines changed

6 files changed

+48
-24
lines changed

.changeset/lazy-coats-shave.md

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

MASTERLIST.md

Lines changed: 2 additions & 2 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.177.0",
3+
"version": "1.178.0",
44
"license": "MIT",
55
"private": true,
66
"workspaces": [

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.4.0
4+
5+
### Minor Changes
6+
7+
- [#3926](https://github.com/smartcontractkit/external-adapters-js/pull/3926) [`229ac4c`](https://github.com/smartcontractkit/external-adapters-js/commit/229ac4c787777ddea6385db0bc0ec8219c7b7a2d) Thanks [@mmcallister-cll](https://github.com/mmcallister-cll)! - Add uranium endpoint
8+
39
## 1.3.0
410

511
### Minor Changes

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

Lines changed: 38 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
# THE_NETWORK_FIRM
22

3-
![1.3.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.4.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

77
## Environment Variables
88

9-
| Required? | Name | Description | Type | Options | Default |
10-
| :-------: | :--------------: | :------------------------------: | :----: | :-----: | :-------------------------------------------------------------------------: |
11-
| | API_ENDPOINT | API Endpoint to use | string | | `https://api.oracle-services.ledgerlens.io/v1/chainlink/proof-of-reserves/` |
12-
| | ALT_API_ENDPOINT | TNF alt API Endpoint | string | | `https://api.ledgerlens.io/oc/v1` |
13-
| | EMGEMX_API_KEY | API key used for emgemx endpoint | string | | `` |
9+
| Required? | Name | Description | Type | Options | Default |
10+
| :-------: | :--------------: | :-------------------------------: | :----: | :-----: | :-------------------------------------------------------------------------: |
11+
| | API_ENDPOINT | API Endpoint to use | string | | `https://api.oracle-services.ledgerlens.io/v1/chainlink/proof-of-reserves/` |
12+
| | ALT_API_ENDPOINT | TNF alt API Endpoint | string | | `https://api.ledgerlens.io/oc/v1` |
13+
| | EMGEMX_API_KEY | API key used for emgemx endpoint | string | | `` |
14+
| | URANIUM_API_KEY | API key used for uranium endpoint | string | | `` |
1415

1516
---
1617

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

2526
## Input Parameters
2627

27-
| Required? | Name | Description | Type | Options | Default |
28-
| :-------: | :------: | :-----------------: | :----: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----: |
29-
| | 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), [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), [stbt](#stbt-endpoint), [uranium](#uranium-endpoint), [usdr](#usdr-endpoint) | `mco2` |
3031

3132
## Backed Endpoint
3233

@@ -53,6 +54,28 @@ Request:
5354

5455
---
5556

57+
## Emgemx Endpoint
58+
59+
`emgemx` is the only supported name for this endpoint.
60+
61+
### Input Params
62+
63+
There are no input parameters for this endpoint.
64+
65+
### Example
66+
67+
Request:
68+
69+
```json
70+
{
71+
"data": {
72+
"endpoint": "emgemx"
73+
}
74+
}
75+
```
76+
77+
---
78+
5679
## Eurr Endpoint
5780

5881
`eurr` is the only supported name for this endpoint.
@@ -141,9 +164,9 @@ Request:
141164

142165
---
143166

144-
## Usdr Endpoint
167+
## Uranium Endpoint
145168

146-
`usdr` is the only supported name for this endpoint.
169+
`uranium` is the only supported name for this endpoint.
147170

148171
### Input Params
149172

@@ -156,16 +179,16 @@ Request:
156179
```json
157180
{
158181
"data": {
159-
"endpoint": "usdr"
182+
"endpoint": "uranium"
160183
}
161184
}
162185
```
163186

164187
---
165188

166-
## Emgemx Endpoint
189+
## Usdr Endpoint
167190

168-
`emgemx` is the only supported name for this endpoint.
191+
`usdr` is the only supported name for this endpoint.
169192

170193
### Input Params
171194

@@ -178,7 +201,7 @@ Request:
178201
```json
179202
{
180203
"data": {
181-
"endpoint": "emgemx"
204+
"endpoint": "usdr"
182205
}
183206
}
184207
```

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.3.0",
3+
"version": "1.4.0",
44
"description": "Chainlink's The Network Firm adapter.",
55
"keywords": [
66
"Chainlink",

0 commit comments

Comments
 (0)