@metamask-previews/assets-controllers 99.0.0-preview-9c68b732 → 99.1.0-preview-f12b43c
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 +8 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Bump `@metamask/transaction-controller` from `^62.11.0` to `^62.12.0` ([#7775](https://github.com/MetaMask/core/pull/7775))
|
|
13
|
+
|
|
14
|
+
## [99.1.0]
|
|
15
|
+
|
|
10
16
|
### Added
|
|
11
17
|
|
|
12
18
|
- Add multicall address for the chain: `Tempo Testnet` ([#7753](https://github.com/MetaMask/core/pull/7753))
|
|
@@ -2609,7 +2615,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
2609
2615
|
|
|
2610
2616
|
- Use Ethers for AssetsContractController ([#845](https://github.com/MetaMask/core/pull/845))
|
|
2611
2617
|
|
|
2612
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@99.
|
|
2618
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@99.1.0...HEAD
|
|
2619
|
+
[99.1.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@99.0.0...@metamask/assets-controllers@99.1.0
|
|
2613
2620
|
[99.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@98.0.0...@metamask/assets-controllers@99.0.0
|
|
2614
2621
|
[98.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@97.0.0...@metamask/assets-controllers@98.0.0
|
|
2615
2622
|
[97.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@96.0.0...@metamask/assets-controllers@97.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/assets-controllers",
|
|
3
|
-
"version": "99.
|
|
3
|
+
"version": "99.1.0-preview-f12b43c",
|
|
4
4
|
"description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"@metamask/snaps-sdk": "^10.3.0",
|
|
81
81
|
"@metamask/snaps-utils": "^11.7.0",
|
|
82
82
|
"@metamask/storage-service": "^0.0.1",
|
|
83
|
-
"@metamask/transaction-controller": "^62.
|
|
83
|
+
"@metamask/transaction-controller": "^62.12.0",
|
|
84
84
|
"@metamask/utils": "^11.9.0",
|
|
85
85
|
"@types/bn.js": "^5.1.5",
|
|
86
86
|
"@types/uuid": "^8.3.0",
|