diff --git a/packages/sources/superstate/CHANGELOG.md b/packages/sources/superstate/CHANGELOG.md index a5807697aa..8e4d78caaa 100644 --- a/packages/sources/superstate/CHANGELOG.md +++ b/packages/sources/superstate/CHANGELOG.md @@ -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 diff --git a/packages/sources/superstate/README.md b/packages/sources/superstate/README.md index b025dc4e9e..d8dc82cbb8 100644 --- a/packages/sources/superstate/README.md +++ b/packages/sources/superstate/README.md @@ -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. @@ -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" + } +} +``` --- diff --git a/packages/sources/superstate/package.json b/packages/sources/superstate/package.json index 34b66a078e..eddfc88395 100644 --- a/packages/sources/superstate/package.json +++ b/packages/sources/superstate/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/superstate-adapter", - "version": "1.0.6", + "version": "1.1.0", "description": "Chainlink superstate adapter.", "keywords": [ "Chainlink",