Skip to content

Commit eae2950

Browse files
Release 1.255.0 (packages/sources/token-balance)
1 parent e9cd044 commit eae2950

File tree

3 files changed

+17
-9
lines changed

3 files changed

+17
-9
lines changed

packages/sources/token-balance/CHANGELOG.md

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

3+
## 3.4.0
4+
5+
### Minor Changes
6+
7+
- [#4445](https://github.com/smartcontractkit/external-adapters-js/pull/4445) [`1478f47`](https://github.com/smartcontractkit/external-adapters-js/commit/1478f473df722ab911b6bb1cdedd0643945c7e64) Thanks [@mohamed-mehany](https://github.com/mohamed-mehany)! - Updates etherFi logic to include queued to withdrawal shares
8+
39
## 3.3.1
410

511
### Patch Changes

packages/sources/token-balance/README.md

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

3-
![3.3.1](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/token-balance/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
3+
![3.4.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/token-balance/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

@@ -131,12 +131,13 @@ Request:
131131

132132
### Input Params
133133

134-
| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
135-
| :-------: | :---------------: | :-----: | :-------------------------------: | :----: | :-----: | :-----: | :--------: | :------------: |
136-
|| splitMain | | Address of splitMain contract | string | | | | |
137-
|| splitMainAccount | | Input to splitMain contract | string | | | | |
138-
|| eigenStrategy | | Address of eigenStrategy contract | string | | | | |
139-
|| eigenStrategyUser | | Input to eigenStrategy contract | string | | | | |
134+
| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
135+
| :-------: | :---------------: | :-----: | :---------------------------------------------------------------: | :----: | :-----: | :------------------------------------------: | :--------: | :------------: |
136+
|| splitMain | | Address of splitMain contract | string | | | | |
137+
|| splitMainAccount | | Input to splitMain contract | string | | | | |
138+
|| eigenStrategy | | Address of eigenStrategy contract | string | | | | |
139+
|| eigenStrategyUser | | Input to eigenStrategy contract | string | | | | |
140+
| | eigenPodManager | | EigenPodManager contract address used to query queued withdrawals | string | | `0x39053D51B77DC0d36036Fc1fCc8Cb819df8Ef37A` | | |
140141

141142
### Example
142143

@@ -149,7 +150,8 @@ Request:
149150
"splitMain": "0x2ed6c4B5dA6378c7897AC67Ba9e43102Feb694EE",
150151
"splitMainAccount": "",
151152
"eigenStrategy": "0x93c4b944D05dfe6df7645A86cd2206016c51564D",
152-
"eigenStrategyUser": ""
153+
"eigenStrategyUser": "",
154+
"eigenPodManager": "0x39053D51B77DC0d36036Fc1fCc8Cb819df8Ef37A"
153155
}
154156
}
155157
```

packages/sources/token-balance/package.json

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

0 commit comments

Comments
 (0)