File tree Expand file tree Collapse file tree 3 files changed +52
-3
lines changed
packages/sources/renvm-address-set Expand file tree Collapse file tree 3 files changed +52
-3
lines changed Original file line number Diff line number Diff line change 1
1
# @chainlink/renvm-address-set-adapter
2
2
3
+ ## 1.5.116
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ ] :
8
+ - @chainlink/proof-of-reserves-adapter @1.26.10
9
+
3
10
## 1.5.115
4
11
5
12
### Patch Changes
Original file line number Diff line number Diff line change 1
1
# Chainlink External Adapters to query RenVM address set
2
2
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 )
4
4
5
5
This document was generated automatically. Please see [ README Generator] ( ../../scripts#readme-generator ) for more info.
6
6
@@ -41,7 +41,49 @@ Every EA supports base input parameters from [this list](../../core/bootstrap#ba
41
41
42
42
### Example
43
43
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
+ ```
45
87
46
88
---
47
89
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @chainlink/renvm-address-set-adapter" ,
3
- "version" : " 1.5.115 " ,
3
+ "version" : " 1.5.116 " ,
4
4
"description" : " Chainlink adapter to query RenVM address set." ,
5
5
"keywords" : [
6
6
" Chainlink" ,
You can’t perform that action at this time.
0 commit comments