@metamask-previews/bridge-controller 77.6.0-preview-924c21f38 → 77.6.0-preview-7144a6308

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ### Changed
11
+
12
+ - Bump `@metamask/transaction-controller` from `^69.0.0` to `^69.1.0` ([#9568](https://github.com/MetaMask/core/pull/9568))
13
+
10
14
  ### Fixed
11
15
 
12
16
  - Fix `selectExchangeRateByAssetId` returning a `"0"` exchange rate for EVM tokens whose market data entry has a missing or zero price. It now returns `{}` in that case, so `selectIsAssetExchangeRateInState` no longer treats such tokens as already priced (a non-empty `"0"` string is truthy) and the controller fetches the token's real rate. This fixes quotes into these tokens (e.g. mUSD) displaying a `$0.00` fiat value. ([#9556](https://github.com/MetaMask/core/pull/9556))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/bridge-controller",
3
- "version": "77.6.0-preview-924c21f38",
3
+ "version": "77.6.0-preview-7144a6308",
4
4
  "description": "Manages bridge-related quote fetching functionality for MetaMask",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -74,7 +74,7 @@
74
74
  "@metamask/profile-sync-controller": "^28.3.0",
75
75
  "@metamask/remote-feature-flag-controller": "^4.2.2",
76
76
  "@metamask/snaps-controllers": "^19.0.0",
77
- "@metamask/transaction-controller": "^69.0.0",
77
+ "@metamask/transaction-controller": "^69.1.0",
78
78
  "@metamask/utils": "^11.11.0",
79
79
  "bignumber.js": "^9.1.2",
80
80
  "reselect": "^5.1.1",