We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c014c2 commit cfb24edCopy full SHA for cfb24ed
1 file changed
packages/assets-controllers/CHANGELOG.md
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### Added
11
+
12
+- Add RWA (Real World Assets) data support for token metadata endpoint ([#7595](https://github.com/MetaMask/core/pull/7595))
13
+ - Update token service to include RWA data in API requests by appending `includeRwaData=true` parameter to token list API calls
14
+ - `TokenListController` now includes `rwaData` optional field in `TokenListToken` type to support RWA data in token list retrieval
15
+ - Reduced `TokenListController` cache time from 24hrs to 4hrs.
16
17
### Changed
18
19
- Bump `@metamask/multichain-account-service` from `^4.1.0` to `^5.0.0` ([#7594](https://github.com/MetaMask/core/pull/7594))
0 commit comments