@metamask-previews/earn-controller 0.14.0-preview-d9a49231 → 0.14.0-preview-c4b7ea2e

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -7,9 +7,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ### Added
11
+
12
+ - Added new lending-related types:
13
+ - `LendingMarketWithPosition`
14
+ - `LendingPositionWithMarket`
15
+ - `LendingPositionWithMarketReference`
16
+ - Added new lending-related selectors:
17
+ - `selectLendingMarkets`
18
+ - `selectLendingPositions`
19
+ - `selectLendingMarketsWithPosition`
20
+ - `selectLendingPositionsByProtocol`
21
+ - `selectLendingMarketByProtocolAndTokenAddress`
22
+ - `selectLendingMarketForProtocolAndTokenAddress`
23
+ - `selectLendingPositionsByChainId`
24
+ - `selectLendingMarketsByChainId`
25
+ - `selectLendingMarketsByProtocolAndId`
26
+ - `selectLendingMarketForProtocolAndId`
27
+ - `selectLendingPositionsWithMarket`
28
+ - `selectLendingMarketsForChainId`
29
+ - `selectIsLendingEligible`
30
+
10
31
  ### Changed
11
32
 
12
33
  - Bump `@metamask/controller-utils` to `^11.9.0` ([#5812](https://github.com/MetaMask/core/pull/5812))
34
+ - Bump `@metamask/stake-sdk` dependency to `^3.2.0` ([#5828](https://github.com/MetaMask/core/pull/5828))
35
+ - Add `@ethersproject/bignumber` as a dependency ([#5828](https://github.com/MetaMask/core/pull/5828))
36
+ - Add `reselect` as a dependency ([#5828](https://github.com/MetaMask/core/pull/5828))
37
+ - Remove StablecoinLendingState type
38
+ - Remove StablecoinVault type
13
39
 
14
40
  ## [0.14.0]
15
41