Skip to content

Commit 12b06ce

Browse files
Release 1.179.0 (packages/sources/renvm-address-set)
1 parent 986b851 commit 12b06ce

File tree

3 files changed

+52
-3
lines changed

3 files changed

+52
-3
lines changed

packages/sources/renvm-address-set/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @chainlink/renvm-address-set-adapter
22

3+
## 1.5.116
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @chainlink/proof-of-reserves-adapter@1.26.10
9+
310
## 1.5.115
411

512
### Patch Changes

packages/sources/renvm-address-set/README.md

Lines changed: 44 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Chainlink External Adapters to query RenVM address set
22

3-
![1.5.115](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/renvm-address-set/package.json) ![v2](https://img.shields.io/badge/framework%20version-v2-blueviolet)
3+
![1.5.116](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/renvm-address-set/package.json) ![v2](https://img.shields.io/badge/framework%20version-v2-blueviolet)
44

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

@@ -41,7 +41,49 @@ Every EA supports base input parameters from [this list](../../core/bootstrap#ba
4141

4242
### Example
4343

44-
There are no examples for this endpoint.
44+
Request:
45+
46+
```json
47+
{
48+
"id": "1",
49+
"data": {
50+
"network": "testnet",
51+
"tokenOrContract": "btc",
52+
"endpoint": "address"
53+
},
54+
"debug": {
55+
"cacheKey": "GmO7zrjuwJ1pbYY0e4npsh2kUD0="
56+
}
57+
}
58+
```
59+
60+
Response:
61+
62+
```json
63+
{
64+
"jobRunID": "1",
65+
"data": {
66+
"result": [
67+
{
68+
"address": "mytu3FGw8cTzGTBTQZoVcZ2CZaYpRdk2YA",
69+
"coin": "btc",
70+
"network": "bitcoin",
71+
"chainId": "testnet"
72+
}
73+
]
74+
},
75+
"result": [
76+
{
77+
"address": "mytu3FGw8cTzGTBTQZoVcZ2CZaYpRdk2YA",
78+
"coin": "btc",
79+
"network": "bitcoin",
80+
"chainId": "testnet"
81+
}
82+
],
83+
"statusCode": 200,
84+
"providerStatusCode": 200
85+
}
86+
```
4587

4688
---
4789

packages/sources/renvm-address-set/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/renvm-address-set-adapter",
3-
"version": "1.5.115",
3+
"version": "1.5.116",
44
"description": "Chainlink adapter to query RenVM address set.",
55
"keywords": [
66
"Chainlink",

0 commit comments

Comments
 (0)