Skip to content

Commit d78f262

Browse files
Release 1.186.0 (packages/sources/por-address-list)
1 parent 152d7cc commit d78f262

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

packages/sources/por-address-list/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @chainlink/por-address-list-source-adapter
22

3+
## 5.12.0
4+
5+
### Minor Changes
6+
7+
- [#3962](https://github.com/smartcontractkit/external-adapters-js/pull/3962) [`36ab417`](https://github.com/smartcontractkit/external-adapters-js/commit/36ab41730da606d90b754e41b458bde67d523543) Thanks [@Subarna-Singh](https://github.com/Subarna-Singh)! - Modify Por-addr-list to support integration of additional tokens by OpenEden
8+
39
## 5.11.1
410

511
### Patch Changes

packages/sources/por-address-list/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# POR_ADDRESS_LIST
22

3-
![5.11.1](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/por-address-list/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
3+
![5.12.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/por-address-list/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
44

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

@@ -196,11 +196,11 @@ Request:
196196

197197
### Input Params
198198

199-
| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
200-
| :-------: | :--------------------: | :-----: | :---------------------------------------------------------------------------------------------------: | :----: | :--------------: | :-----: | :--------: | :------------: |
201-
|| contractAddress | | The contract address holding the custodial addresses | string | | | | |
202-
|| contractAddressNetwork | | The network of the contract, used to match {NETWORK}\_RPC_URL and {NETWORK}\_RPC_CHAIN_ID in env var | string | | | | |
203-
|| type | | The type of addresses you are looking for. tbill returns only TBILL tokens, other returns all others. | string | `other`, `tbill` | | | |
199+
| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
200+
| :-------: | :--------------------: | :-----: | :------------------------------------------------------------------------------------------------------------------------------------------: | :----: | :----------------------------------: | :-----: | :--------: | :------------: |
201+
|| contractAddress | | The contract address holding the custodial addresses | string | | | | |
202+
|| contractAddressNetwork | | The network of the contract, used to match {NETWORK}\_RPC_URL and {NETWORK}\_RPC_CHAIN_ID in env var | string | | | | |
203+
|| type | | The type of addresses you are looking for. tbill/priced returns only priced tokens like TBILL, USYC tokens, other/pegged returns all others. | string | `other`, `pegged`, `priced`, `tbill` | | | |
204204

205205
### Example
206206

packages/sources/por-address-list/package.json

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

0 commit comments

Comments
 (0)