@metamask-previews/assets-controllers 68.1.0-preview-39fa8d37 → 68.1.0-preview-ef0f18a
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 +9 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -9,9 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
9
9
|
|
10
10
|
## [68.1.0]
|
11
11
|
|
12
|
+
### Added
|
13
|
+
|
14
|
+
- Added Base Network for networks to track in `TokenDetectionController` ([#5902](https://github.com/MetaMask/core/pull/5902))
|
15
|
+
- Network changes were added in `@metamask/controller-utils`
|
16
|
+
- Added Metamask pooled staking token for Ethereum Hoodi testnet ([#5855](https://github.com/MetaMask/core/pull/5855))
|
17
|
+
|
12
18
|
### Changed
|
13
19
|
|
14
|
-
-
|
20
|
+
- Bump `@metamask/controller-utils` to `^11.10.0` ([#5935](https://github.com/MetaMask/core/pull/5935))
|
15
21
|
|
16
22
|
## [68.0.0]
|
17
23
|
|
@@ -1702,7 +1708,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
1702
1708
|
|
1703
1709
|
- Use Ethers for AssetsContractController ([#845](https://github.com/MetaMask/core/pull/845))
|
1704
1710
|
|
1705
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@68.
|
1711
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@68.1.0...HEAD
|
1712
|
+
[68.1.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@68.0.0...@metamask/assets-controllers@68.1.0
|
1706
1713
|
[68.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@67.0.0...@metamask/assets-controllers@68.0.0
|
1707
1714
|
[67.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@66.0.0...@metamask/assets-controllers@67.0.0
|
1708
1715
|
[66.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@65.0.0...@metamask/assets-controllers@66.0.0
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@metamask-previews/assets-controllers",
|
3
|
-
"version": "68.1.0-preview-
|
3
|
+
"version": "68.1.0-preview-ef0f18a",
|
4
4
|
"description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
|
5
5
|
"keywords": [
|
6
6
|
"MetaMask",
|
@@ -56,7 +56,7 @@
|
|
56
56
|
"@metamask/abi-utils": "^2.0.3",
|
57
57
|
"@metamask/base-controller": "^8.0.1",
|
58
58
|
"@metamask/contract-metadata": "^2.4.0",
|
59
|
-
"@metamask/controller-utils": "^11.
|
59
|
+
"@metamask/controller-utils": "^11.10.0",
|
60
60
|
"@metamask/eth-query": "^4.0.0",
|
61
61
|
"@metamask/keyring-api": "^18.0.0",
|
62
62
|
"@metamask/metamask-eth-abis": "^3.1.1",
|
@@ -81,17 +81,17 @@
|
|
81
81
|
"@metamask/approval-controller": "^7.1.3",
|
82
82
|
"@metamask/auto-changelog": "^3.4.4",
|
83
83
|
"@metamask/ethjs-provider-http": "^0.3.0",
|
84
|
-
"@metamask/keyring-controller": "^22.0.
|
84
|
+
"@metamask/keyring-controller": "^22.0.2",
|
85
85
|
"@metamask/keyring-internal-api": "^6.2.0",
|
86
86
|
"@metamask/keyring-snap-client": "^5.0.0",
|
87
|
-
"@metamask/network-controller": "^23.
|
87
|
+
"@metamask/network-controller": "^23.6.0",
|
88
88
|
"@metamask/permission-controller": "^11.0.6",
|
89
89
|
"@metamask/phishing-controller": "^12.5.0",
|
90
90
|
"@metamask/preferences-controller": "^18.1.0",
|
91
91
|
"@metamask/providers": "^22.1.0",
|
92
92
|
"@metamask/snaps-controllers": "^12.3.1",
|
93
93
|
"@metamask/snaps-sdk": "^7.1.0",
|
94
|
-
"@metamask/transaction-controller": "^57.
|
94
|
+
"@metamask/transaction-controller": "^57.2.0",
|
95
95
|
"@types/jest": "^27.4.1",
|
96
96
|
"@types/lodash": "^4.14.191",
|
97
97
|
"@types/node": "^16.18.54",
|