@metamask-previews/transaction-pay-controller 19.0.3-preview-54abb25 → 19.0.3-preview-a37be9342

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
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
 
12
12
  - Support for perps deposit for Across ([#8334](https://github.com/MetaMask/core/pull/8334))
13
13
 
14
+ ### Changed
15
+
16
+ - Bump `@metamask/assets-controller` from `^4.0.0` to `^4.1.0` ([#8397](https://github.com/MetaMask/core/pull/8397))
17
+
14
18
  ### Fixed
15
19
 
16
20
  - Fix perps withdraw to Arbitrum USDC showing inflated transaction fee by bypassing same-token filter when `isHyperliquidSource` is set ([#8387](https://github.com/MetaMask/core/pull/8387))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/transaction-pay-controller",
3
- "version": "19.0.3-preview-54abb25",
3
+ "version": "19.0.3-preview-a37be9342",
4
4
  "description": "Manages alternate payment strategies to provide required funds for transactions in MetaMask",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -53,7 +53,7 @@
53
53
  "@ethersproject/abi": "^5.7.0",
54
54
  "@ethersproject/contracts": "^5.7.0",
55
55
  "@ethersproject/providers": "^5.7.0",
56
- "@metamask/assets-controller": "^4.0.0",
56
+ "@metamask/assets-controller": "^4.1.0",
57
57
  "@metamask/assets-controllers": "^103.1.1",
58
58
  "@metamask/base-controller": "^9.0.1",
59
59
  "@metamask/bridge-controller": "^70.0.1",