Skip to content

Commit

Permalink
Release 1.133.0 (packages/sources/superstate)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 27, 2024
1 parent 8fe1508 commit 1c031a5
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 6 deletions.
6 changes: 6 additions & 0 deletions packages/sources/superstate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @chainlink/superstate-adapter

## 1.1.0

### Minor Changes

- [#3448](https://github.com/smartcontractkit/external-adapters-js/pull/3448) [`0b01272`](https://github.com/smartcontractkit/external-adapters-js/commit/0b0127246511b750312fd64a3ca26da78b2aa39a) Thanks [@mxiao-cll](https://github.com/mxiao-cll)! - Report assets_under_management

## 1.0.6

### Patch Changes
Expand Down
21 changes: 16 additions & 5 deletions packages/sources/superstate/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SUPERSTATE

![1.0.6](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/superstate/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
![1.1.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/superstate/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)

This document was generated automatically. Please see [README Generator](../../scripts#readme-generator) for more info.

Expand Down Expand Up @@ -32,13 +32,24 @@ Supported names for this endpoint are: `nav`, `por`, `reserves`.

### Input Params

| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
| :-------: | :----: | :-----: | :---------: | :----: | :-----: | :-----: | :--------: | :------------: |
|| fundId | | Fund id | number | | | | |
| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
| :-------: | :---------: | :-----: | :----------------------: | :----: | :------------------------------------------: | :---------------: | :--------: | :------------: |
|| fundId | | Fund id | number | | | | |
| | reportValue | | Which value to report on | string | `assets_under_management`, `net_asset_value` | `net_asset_value` | | |

### Example

There are no examples for this endpoint.
Request:

```json
{
"data": {
"endpoint": "reserves",
"fundId": 1,
"reportValue": "net_asset_value"
}
}
```

---

Expand Down
2 changes: 1 addition & 1 deletion packages/sources/superstate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/superstate-adapter",
"version": "1.0.6",
"version": "1.1.0",
"description": "Chainlink superstate adapter.",
"keywords": [
"Chainlink",
Expand Down

0 comments on commit 1c031a5

Please sign in to comment.