@metamask-previews/assets-controllers 100.2.1-preview-47d64d8 → 100.2.1-preview-6e94df150
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.
- package/CHANGELOG.md +4 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
9
9
|
|
|
10
10
|
### Added
|
|
11
11
|
|
|
12
|
+
- Add Stable network (chain 988) support ([#8185](https://github.com/MetaMask/core/pull/8185))
|
|
13
|
+
- Add `0x3dc` to `SPOT_PRICES_SUPPORT_INFO` in `codefi-v2.ts`
|
|
14
|
+
- Add `0x3dc` to `chainIdToNativeTokenAddress` in `codefi-v2.ts`
|
|
15
|
+
- Add `0x3dc` to `MULTICALL_CONTRACT_BY_CHAINID` in `multicall.ts`
|
|
12
16
|
- Expose missing public `AssetsContractController` methods through its messenger ([#8164](https://github.com/MetaMask/core/pull/8164))
|
|
13
17
|
- The following action is now available:
|
|
14
18
|
- `AssetsContractController:getStakedBalanceForChain`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/assets-controllers",
|
|
3
|
-
"version": "100.2.1-preview-
|
|
3
|
+
"version": "100.2.1-preview-6e94df150",
|
|
4
4
|
"description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|