You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/sources/por-address-list/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# @chainlink/por-address-list-source-adapter
2
2
3
+
## 5.13.0
4
+
5
+
### Minor Changes
6
+
7
+
-[#3990](https://github.com/smartcontractkit/external-adapters-js/pull/3990)[`78100bd`](https://github.com/smartcontractkit/external-adapters-js/commit/78100bde1fc7f7b6ff02c312e7d6b32183ec4fa7) Thanks [@dskloetc](https://github.com/dskloetc)! - Support Virtune API to get addresses
| ✅ | RPC_URL | The RPC URL to connect to the EVM chain the address manager contract is deployed to. | string |||
12
-
|| CHAIN_ID | The chain id to connect to for the RPC URL | number ||`1`|
13
-
|| GROUP_SIZE | The number of concurrent batched contract calls to make at a time. Setting this lower than the default may result in lower performance from the adapter. | number ||`100`|
14
-
|| BACKGROUND_EXECUTE_MS | The amount of time the background execute should sleep before performing the next request | number ||`10000`|
15
-
|| COINBASE_CBBTC_API_ENDPOINT | An API endpoint for Coinbase cbBTC native BTC wallet address | string ||`https://coinbase.com/cbbtc/proof-of-reserves.json`|
16
-
|| BEDROCK_UNIBTC_API_ENDPOINT | An API endpoint for Bedrock uniBTC native BTC wallet address | string ||`https://bedrock-datacenter.rockx.com/data/tvl/reserve_with_native.json`|
17
-
|| SOLVBTC_API_ENDPOINT | An API endpoint for SolvBTC native BTC wallet address | string ||`https://por.sft-api.com/solv-btc-addresses.json`|
18
-
|| SOLVBTC_BBN_API_ENDPOINT | An API endpoint for SolvBTC.BBN native BTC wallet address | string ||`https://por.sft-api.com/x-solv-btc-addresses.json`|
19
-
|| SOLVBTC_ENA_API_ENDPOINT | An API endpoint for SolvBTC.ENA native BTC wallet address. Deprecated | string ||`https://por.sft-api.com/solv-btc-ena-addresses.json`|
20
-
|| SOLVBTC_TRADING_API_ENDPOINT | An API endpoint for SolvBTC.TRADING native BTC wallet address | string ||`https://por.sft-api.com/solv-btc-trading-addresses.json`|
21
-
|| SOLVBTC_CORE_API_ENDPOINT | An API endpoint for SolvBTC.CORE native BTC wallet address | string ||`https://por.sft-api.com/solv-btc-core-addresses.json`|
22
-
|| SOLVBTC_JUP_API_ENDPOINT | An API endpoint for SolvBTC.JUP MirrorX AccountIDs on CEFFU | string ||`https://por.sft-api.com/solv-btc-jup-mirrorx.json`|
23
-
|| ZEUS_ZBTC_API_URL | An API endpoint for Zeus native BTC wallet address | string ||`https://indexer.zeuslayer.io/api/v2/chainlink/proof-of-reserves`|
9
+
| Required? | Name | Description | Type | Options | Default |
| ✅ | RPC_URL | The RPC URL to connect to the EVM chain the address manager contract is deployed to. | string |||
12
+
|| CHAIN_ID | The chain id to connect to for the RPC URL | number ||`1`|
13
+
|| GROUP_SIZE | The number of concurrent batched contract calls to make at a time. Setting this lower than the default may result in lower performance from the adapter. | number ||`100`|
14
+
|| BACKGROUND_EXECUTE_MS | The amount of time the background execute should sleep before performing the next request | number ||`10000`|
15
+
|| COINBASE_CBBTC_API_ENDPOINT | An API endpoint for Coinbase cbBTC native BTC wallet address | string ||`https://coinbase.com/cbbtc/proof-of-reserves.json`|
16
+
|| BEDROCK_UNIBTC_API_ENDPOINT | An API endpoint for Bedrock uniBTC native BTC wallet address | string ||`https://bedrock-datacenter.rockx.com/data/tvl/reserve_with_native.json`|
17
+
|| SOLVBTC_API_ENDPOINT | An API endpoint for SolvBTC native BTC wallet address | string ||`https://por.sft-api.com/solv-btc-addresses.json`|
18
+
|| SOLVBTC_BBN_API_ENDPOINT | An API endpoint for SolvBTC.BBN native BTC wallet address | string ||`https://por.sft-api.com/x-solv-btc-addresses.json`|
19
+
|| SOLVBTC_ENA_API_ENDPOINT | An API endpoint for SolvBTC.ENA native BTC wallet address. Deprecated | string ||`https://por.sft-api.com/solv-btc-ena-addresses.json`|
20
+
|| SOLVBTC_TRADING_API_ENDPOINT | An API endpoint for SolvBTC.TRADING native BTC wallet address | string ||`https://por.sft-api.com/solv-btc-trading-addresses.json`|
21
+
|| SOLVBTC_CORE_API_ENDPOINT | An API endpoint for SolvBTC.CORE native BTC wallet address | string ||`https://por.sft-api.com/solv-btc-core-addresses.json`|
22
+
|| SOLVBTC_JUP_API_ENDPOINT | An API endpoint for SolvBTC.JUP MirrorX AccountIDs on CEFFU | string ||`https://por.sft-api.com/solv-btc-jup-mirrorx.json`|
23
+
|| ZEUS_ZBTC_API_URL | An API endpoint for Zeus native BTC wallet address | string ||`https://indexer.zeuslayer.io/api/v2/chainlink/proof-of-reserves`|
24
+
|| VIRTUNE_API_URL | An API endpoint for Virtune address lists | string ||`https://proof-of-reserves-chainlink-283003lt.nw.gateway.dev/api/external/proof-of-reserves`|
25
+
|| VIRTUNE_API_KEY | The API key for Virtune address list API | string || `` |
24
26
25
27
---
26
28
@@ -34,9 +36,9 @@ This document was generated automatically. Please see [README Generator](../../s
34
36
35
37
## Input Parameters
36
38
37
-
| Required? | Name | Description | Type | Options | Default |
0 commit comments