You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Perps market search now matches full market names — e.g. searching "bitcoin" finds BTC (and BCH), "tesla" finds TSLA, "spacex" finds SPCX. (#43456)
16
+
- Added design changes for swaps filter. (#43453)
17
+
- UI update for network filter. (#43310)
18
+
- Updated MM Pay token picker to use inline row layout with error messages shown above the payment details. (#43313)
19
+
- Added compliance blocking for restricted wallets using Perps. (#42519)
20
+
- Extends dapp scanning capability to include path-based domains. (#42311)
21
+
- Added a Batch Sell entry point in the wallet overview action area, allowing users to select and sell multiple tokens across supported networks in one flow. (#42408)
22
+
- Container-based responsive text. (#43184)
23
+
- Activity list redesign. (#42837)
24
+
25
+
### Changed
26
+
27
+
- Updated the Sei native token icon to Sei's maroon token mark. (#43173)
28
+
- Bump `@metamask/assets-controllers` from 108.5.0 to 109.0.0 (#43422)
29
+
30
+
### Fixed
31
+
32
+
- Fixed a false "Insufficient funds" error on perps when the size slider is set to 100%. (#43383)
33
+
- Asset picker network. (#43465)
34
+
- Updated gas token picker design to remove background pill and show a right-facing arrow. (#43165)
35
+
- Routed the default zkSync Era RPC through Infura for improved performance and reliability. (#43407)
36
+
- Fixed a bug where Firefox clipped the top of the search field focus outline in Send and Receive. (#43120)
37
+
- Fix trezor connection for Firefox browser. (#43179)
38
+
- Exclude Ondo assets from batch sell select screen. (#43327)
39
+
- Fixed a bug where switching the extension between side panel and popup view and back could reopen MetaMask in the popup,
40
+
sometimes leaving both the side panel and popup open at the same time. (#43221)
41
+
- Delete token list. (#43108)
42
+
- Fixed the Perps withdraw button doing nothing when a non-EVM network (Solana, Bitcoin, Tron) was selected. (#43212)
43
+
10
44
## [13.35.1]
11
45
12
46
### Added
13
47
14
48
- Added Arc network integration (#43509)
49
+
- Added swap bridge for Arc mainnet (#43485)
15
50
16
51
### Changed
17
52
@@ -27,14 +62,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
62
28
63
### Added
29
64
30
-
- Reduced false-positive RPC connection banners — single-provider outages no longer pop the banner, even when many popular (#43073)
31
-
networks fail at once.
65
+
- Reduced false-positive RPC connection banners — single-provider outages no longer pop the banner, even when many popular networks fail at once. (#43073)
32
66
- Added "Paid by MetaMask" label on the mUSD conversion confirmation screen when all transaction fees are sponsored (#43168)
33
67
- Add Arc as Default Network (network/native logo + native price + multicall) (#43114)
34
68
- Added a confirmation modal when closing all perpetual positions (#42613)
35
-
- Reduced false-positive RPC connection banners — single-provider outages no longer pop the banner, even when many popular
36
-
networks fail at once. (#43073)
37
69
- Add Telegram provider to Social Login options (#43125)
70
+
- Add new hardware wallet reconnection page. (#42680)
38
71
39
72
### Changed
40
73
@@ -44,18 +77,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
44
77
- chore(6921): upgrade React type definitions to v18 and codemod explicit children typing (#42616)
45
78
- Updated the Sei network and token logo to Sei's new brand mark. (#43117)
46
79
- chore: migrate `checkIsSeedlessPasswordOutdated` to `LegacyBackgroundApiService` (#43131)
80
+
- Removes `toggleNetworkMenuAfterSubmit ?` pre-condition for replacement RPC networks-form. (#42980)
81
+
- Update legacy settings routes to new correct ones. (#43111)
82
+
- Updated API for token management list. (#43401)
83
+
- Updated assets-controller patch to add reconciliation/self-healing metadata. (#43500)
47
84
48
85
### Fixed
49
86
50
87
- Fixed missing token icons (e.g. mUSD) in transaction confirmation rows and estimated changes. (#43133)
51
-
- Removes `toggleNetworkMenuAfterSubmit ?` pre-condition for replacement RPC networks-form (#42980)
52
-
- Update legacy settings routes to new correct ones (#43111)
53
-
- Fixed navigation issue where tapping "Add Funds" in the perps order screen caused the back button to require two taps (#43002)
54
-
- Add new hardware wallet reconnection page. (#42680)
55
-
- Fix aggregated balance (#43061)
88
+
- Fixed navigation issue where tapping "Add Funds" in the perps order screen caused the back button to require two taps. (#43002)
89
+
- Fix aggregated balance. (#43061)
56
90
- Disabled passkey unlock and setup on mobile browsers where the experience is unreliable. (#43009)
57
-
- Fix routing after hardware wallet onboarding (#42952)
0 commit comments