Skip to content

Commit 73a7c62

Browse files
Release 1.176.0 (#3922)
* Release 1.176.0 (deletions) * Release 1.176.0 (.) * Release 1.176.0 (packages/sources) * Release 1.176.0 (packages/sources/wisdomtree) * 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 afc403e commit 73a7c62

File tree

7 files changed

+66
-10
lines changed

7 files changed

+66
-10
lines changed

.changeset/curvy-olives-destroy.md

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

MASTERLIST.md

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

packages/sources/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ This document was generated automatically. Please see [Master List Generator](..
185185
- [view-function-multi-chain](./view-function-multi-chain/README.md)
186186
- [view-starknet-latest-answer](./view-starknet-latest-answer/README.md)
187187
- [wbtc-address-set](./wbtc-address-set/README.md)
188+
- [wisdomtree](./wisdomtree/README.md)
188189
- [wootrade](./wootrade/README.md)
189190
- [wrapped](./wrapped/README.md)
190191
- [xbto](./xbto/README.md)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @chainlink/wisdomtree-adapter
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#3914](https://github.com/smartcontractkit/external-adapters-js/pull/3914) [`afc403e`](https://github.com/smartcontractkit/external-adapters-js/commit/afc403e2bcb0a1ecb6578152f1b56913f560e501) Thanks [@mohamed-mehany](https://github.com/mohamed-mehany)! - Adds Wisdomtree adapter

packages/sources/wisdomtree/README.md

Lines changed: 54 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,55 @@
1-
# Chainlink External Adapter for wisdomtree
1+
# WISDOMTREE
22

3-
This README will be generated automatically when code is merged to `main`. If you would like to generate a preview of the README, please run `yarn generate:readme wisdomtree`.
3+
![1.0.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/wisdomtree/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
4+
5+
This document was generated automatically. Please see [README Generator](../../scripts#readme-generator) for more info.
6+
7+
## Environment Variables
8+
9+
| Required? | Name | Description | Type | Options | Default |
10+
| :-------: | :----------: | :-------------------------------: | :----: | :-----: | :----------------------------------: |
11+
| | API_ENDPOINT | An API endpoint for Data Provider | string | | `https://dataspanapi.wisdomtree.com` |
12+
|| API_KEY | WisdomTree API key value | string | | |
13+
14+
---
15+
16+
## Data Provider Rate Limits
17+
18+
| Name | Requests/credits per second | Requests/credits per minute | Requests/credits per hour | Note |
19+
| :-----: | :-------------------------: | :-------------------------: | :-----------------------: | :---------------: |
20+
| default | | 2 | | Reasonable limits |
21+
22+
---
23+
24+
## Input Parameters
25+
26+
| Required? | Name | Description | Type | Options | Default |
27+
| :-------: | :------: | :-----------------: | :----: | :------------------: | :-----: |
28+
| | endpoint | The endpoint to use | string | [nav](#nav-endpoint) | `nav` |
29+
30+
## Nav Endpoint
31+
32+
`nav` is the only supported name for this endpoint.
33+
34+
### Input Params
35+
36+
| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
37+
| :-------: | :----: | :----------------: | :------------------------------------: | :----: | :-----: | :-----: | :--------: | :------------: |
38+
|| ticker | `fundId`, `symbol` | The symbol of the fund ticker to query | string | | | | |
39+
40+
### Example
41+
42+
Request:
43+
44+
```json
45+
{
46+
"data": {
47+
"endpoint": "nav",
48+
"ticker": "WTGXX"
49+
}
50+
}
51+
```
52+
53+
---
54+
55+
MIT License

packages/sources/wisdomtree/package.json

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

0 commit comments

Comments
 (0)