@metamask-previews/assets-controllers 101.0.1-preview-55f73f6ce → 102.0.0-preview-4f74a56
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 +21 -2
- package/package.json +18 -18
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [102.0.0]
|
|
11
|
+
|
|
10
12
|
### Added
|
|
11
13
|
|
|
12
14
|
- Add Tempo Mainnet (`4217`/`0x1079`) and Tempo Moderato Testnet (`42431`/`0xa5bf`) support ([#8258](https://github.com/MetaMask/core/pull/8258))
|
|
@@ -18,8 +20,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
18
20
|
|
|
19
21
|
- **BREAKING:** `AssetListState` type now requires a top-level `selectedAccountGroup` property, matching the updated `AccountTreeControllerState` shape where `selectedAccountGroup` was moved out of `accountTree` ([#8245](https://github.com/MetaMask/core/pull/8245))
|
|
20
22
|
- Bump `@metamask/keyring-api` from `^21.5.0` to `^21.6.0` ([#8259](https://github.com/MetaMask/core/pull/8259))
|
|
23
|
+
- Bump `@metamask/account-tree-controller` from `^5.0.1` to `^6.0.0` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
24
|
+
- Bump `@metamask/accounts-controller` from `^37.0.0` to `^37.1.0` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
25
|
+
- Bump `@metamask/approval-controller` from `^9.0.0` to `^9.0.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
26
|
+
- Bump `@metamask/base-controller` from `^9.0.0` to `^9.0.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
27
|
+
- Bump `@metamask/core-backend` from `^6.2.0` to `^6.2.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
28
|
+
- Bump `@metamask/keyring-controller` from `^25.1.0` to `^25.1.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
29
|
+
- Bump `@metamask/messenger` from `^0.3.0` to `^1.0.0` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
30
|
+
- Bump `@metamask/multichain-account-service` from `^7.1.0` to `^8.0.0` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
31
|
+
- Bump `@metamask/network-controller` from `^30.0.0` to `^30.0.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
32
|
+
- Bump `@metamask/network-enablement-controller` from `^5.0.0` to `^5.0.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
33
|
+
- Bump `@metamask/permission-controller` from `^12.2.1` to `^12.3.0` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
34
|
+
- Bump `@metamask/phishing-controller` from `^17.0.0` to `^17.1.0` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
35
|
+
- Bump `@metamask/polling-controller` from `^16.0.3` to `^16.0.4` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
36
|
+
- Bump `@metamask/preferences-controller` from `^23.0.0` to `^23.1.0` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
37
|
+
- Bump `@metamask/profile-sync-controller` from `^28.0.0` to `^28.0.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
38
|
+
- Bump `@metamask/storage-service` from `^1.0.0` to `^1.0.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
21
39
|
- `fetchTokenPrices` to use `SPOT_PRICES_SUPPORT_INFO` as override - use if defined - instead of fallback for native token price ([#8258](https://github.com/MetaMask/core/pull/8258))
|
|
22
|
-
- Bump `@metamask/transaction-controller` from `^63.0.0` to `^63.
|
|
40
|
+
- Bump `@metamask/transaction-controller` from `^63.0.0` to `^63.3.1` ([#8272](https://github.com/MetaMask/core/pull/8272), [#8301](https://github.com/MetaMask/core/pull/8301), [#8313](https://github.com/MetaMask/core/pull/8313), [#8317](https://github.com/MetaMask/core/pull/8317))
|
|
23
41
|
- Changed INK native asset to `slip44:60` (ETH) in `codefi-v2.ts` ([#8303](https://github.com/MetaMask/core/pull/8303))
|
|
24
42
|
|
|
25
43
|
## [101.0.1]
|
|
@@ -2858,7 +2876,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
2858
2876
|
|
|
2859
2877
|
- Use Ethers for AssetsContractController ([#845](https://github.com/MetaMask/core/pull/845))
|
|
2860
2878
|
|
|
2861
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@
|
|
2879
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@102.0.0...HEAD
|
|
2880
|
+
[102.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@101.0.1...@metamask/assets-controllers@102.0.0
|
|
2862
2881
|
[101.0.1]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@101.0.0...@metamask/assets-controllers@101.0.1
|
|
2863
2882
|
[101.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@100.2.1...@metamask/assets-controllers@101.0.0
|
|
2864
2883
|
[100.2.1]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@100.2.0...@metamask/assets-controllers@100.2.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/assets-controllers",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "102.0.0-preview-4f74a56",
|
|
4
4
|
"description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -57,32 +57,32 @@
|
|
|
57
57
|
"@ethersproject/contracts": "^5.7.0",
|
|
58
58
|
"@ethersproject/providers": "^5.7.0",
|
|
59
59
|
"@metamask/abi-utils": "^2.0.3",
|
|
60
|
-
"@metamask/account-tree-controller": "^
|
|
61
|
-
"@metamask/accounts-controller": "^37.
|
|
62
|
-
"@metamask/approval-controller": "^9.0.
|
|
63
|
-
"@metamask/base-controller": "^9.0.
|
|
60
|
+
"@metamask/account-tree-controller": "^6.0.0",
|
|
61
|
+
"@metamask/accounts-controller": "^37.1.0",
|
|
62
|
+
"@metamask/approval-controller": "^9.0.1",
|
|
63
|
+
"@metamask/base-controller": "^9.0.1",
|
|
64
64
|
"@metamask/contract-metadata": "^2.4.0",
|
|
65
65
|
"@metamask/controller-utils": "^11.19.0",
|
|
66
|
-
"@metamask/core-backend": "^6.2.
|
|
66
|
+
"@metamask/core-backend": "^6.2.1",
|
|
67
67
|
"@metamask/eth-query": "^4.0.0",
|
|
68
68
|
"@metamask/keyring-api": "^21.6.0",
|
|
69
|
-
"@metamask/keyring-controller": "^25.1.
|
|
70
|
-
"@metamask/messenger": "^0.
|
|
69
|
+
"@metamask/keyring-controller": "^25.1.1",
|
|
70
|
+
"@metamask/messenger": "^1.0.0",
|
|
71
71
|
"@metamask/metamask-eth-abis": "^3.1.1",
|
|
72
|
-
"@metamask/multichain-account-service": "^
|
|
73
|
-
"@metamask/network-controller": "^30.0.
|
|
74
|
-
"@metamask/network-enablement-controller": "^5.0.
|
|
75
|
-
"@metamask/permission-controller": "^12.
|
|
76
|
-
"@metamask/phishing-controller": "^17.
|
|
77
|
-
"@metamask/polling-controller": "^16.0.
|
|
78
|
-
"@metamask/preferences-controller": "^23.
|
|
79
|
-
"@metamask/profile-sync-controller": "^28.0.
|
|
72
|
+
"@metamask/multichain-account-service": "^8.0.0",
|
|
73
|
+
"@metamask/network-controller": "^30.0.1",
|
|
74
|
+
"@metamask/network-enablement-controller": "^5.0.1",
|
|
75
|
+
"@metamask/permission-controller": "^12.3.0",
|
|
76
|
+
"@metamask/phishing-controller": "^17.1.0",
|
|
77
|
+
"@metamask/polling-controller": "^16.0.4",
|
|
78
|
+
"@metamask/preferences-controller": "^23.1.0",
|
|
79
|
+
"@metamask/profile-sync-controller": "^28.0.1",
|
|
80
80
|
"@metamask/rpc-errors": "^7.0.2",
|
|
81
81
|
"@metamask/snaps-controllers": "^17.2.0",
|
|
82
82
|
"@metamask/snaps-sdk": "^10.3.0",
|
|
83
83
|
"@metamask/snaps-utils": "^11.7.0",
|
|
84
|
-
"@metamask/storage-service": "^1.0.
|
|
85
|
-
"@metamask/transaction-controller": "^63.
|
|
84
|
+
"@metamask/storage-service": "^1.0.1",
|
|
85
|
+
"@metamask/transaction-controller": "^63.3.1",
|
|
86
86
|
"@metamask/utils": "^11.9.0",
|
|
87
87
|
"@types/bn.js": "^5.1.5",
|
|
88
88
|
"@types/uuid": "^8.3.0",
|