Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/assets-controllers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Add Blockaid token security scanning to `MultichainAssetsController` to filter out spam, malicious, and warning tokens during automatic asset detection ([#7923](https://github.com/MetaMask/core/pull/7923))
- Tokens with `assetNamespace` of "token" (e.g. SPL tokens) are scanned via the Blockaid bulk token scan API
- Only tokens with a `Benign` result are kept; native assets (e.g. `slip44`) are not scanned
- The filter fails open: if the API is unreachable or returns an error, all tokens are kept
- Filtering applies to account-added and asset-list-updated events; `addAssets` (curated list) is not filtered
- `CodefiTokenPricesServiceV2` now supports fetching prices of ETH on Ink Mainnet (chain `0xdef1`) ([#7688](https://github.com/MetaMask/core/pull/7688))

## [99.3.2]
Expand Down
Loading
Loading