Skip to content

Commit 8a8cba0

Browse files
Release 1.197.0 (#4051)
* Release 1.197.0 (deletions) * Release 1.197.0 (.) * Release 1.197.0 (packages/composites/llama-guard) * Release 1.197.0 (packages/sources/nomia) --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9b6f4d6 commit 8a8cba0

File tree

10 files changed

+28
-24
lines changed

10 files changed

+28
-24
lines changed

.changeset/brave-owls-cross.md

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

.changeset/curvy-seals-explode.md

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

MASTERLIST.md

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

packages/composites/llama-guard/CHANGELOG.md

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

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#4050](https://github.com/smartcontractkit/external-adapters-js/pull/4050) [`9b6f4d6`](https://github.com/smartcontractkit/external-adapters-js/commit/9b6f4d680dc8b354b706bff49aa21bb9fa997caf) Thanks [@mxiao-cll](https://github.com/mxiao-cll)! - Bug fix
8+
39
## 1.0.0
410

511
### Major Changes

packages/composites/llama-guard/README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# LLAMA_GUARD
22

3-
![1.0.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/composites/llama-guard/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/composites/llama-guard/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

@@ -32,12 +32,13 @@ There are no rate limits for this adapter.
3232

3333
### Input Params
3434

35-
| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
36-
| :-------: | :---------: | :-----: | :--------------------------------------------------------------------------------: | :----: | :-----: | :-----: | :--------: | :------------: |
37-
|| source | | Name of the Adapters that provides Nav data, requires ${source}\_EA_URL in env var | string | | | | |
38-
|| sourceInput | | JSON input to Adapters in string format | string | | | | |
39-
|| asset | | Address of asset in LlamaGuard's ParameterRegistry | string | | | | |
40-
|| registry | | Contract address of LlamaGuard's ParameterRegistry | string | | | | |
35+
| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
36+
| :-------: | :----------: | :-----: | :--------------------------------------------------------------------------------: | :-----: | :-----: | :-----: | :--------: | :------------: |
37+
|| source | | Name of the Adapters that provides Nav data, requires ${source}\_EA_URL in env var | string | | | | |
38+
|| sourceInput | | JSON input to Adapters in string format | string | | | | |
39+
| | sourceScaled | | Adapter return nav data scaled to output decimals or not | boolean | | | | |
40+
|| asset | | Address of asset in LlamaGuard's ParameterRegistry | string | | | | |
41+
|| registry | | Contract address of LlamaGuard's ParameterRegistry | string | | | | |
4142

4243
### Example
4344

@@ -49,6 +50,7 @@ Request:
4950
"endpoint": "nav",
5051
"source": "name",
5152
"sourceInput": "{'param': '1'}",
53+
"sourceScaled": false,
5254
"asset": "0x0",
5355
"registry": "0x1"
5456
}

packages/composites/llama-guard/package.json

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

packages/sources/nomia/CHANGELOG.md

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

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- [#4049](https://github.com/smartcontractkit/external-adapters-js/pull/4049) [`a11f786`](https://github.com/smartcontractkit/external-adapters-js/commit/a11f7866f4ed21b08a646de1e747838728ff31ef) Thanks [@cawthorne](https://github.com/cawthorne)! - Add deeper logging to NOMIA EA
8+
39
## 2.0.0
410

511
### Major Changes

packages/sources/nomia/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NOMIA
22

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

packages/sources/nomia/package.json

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

0 commit comments

Comments
 (0)