@metamask-previews/assets-controllers 109.4.1-preview-68ba7f84e → 110.0.0-preview-5959fe813
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 +6 -2
- package/package.json +7 -7
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
|
+
## [110.0.0]
|
|
11
|
+
|
|
10
12
|
### Added
|
|
11
13
|
|
|
12
14
|
- Add `DeFiPositionsControllerV2`, which fetches DeFi positions from the Accounts API v6 multiaccount balances endpoint and stores them in a client-ready shape under `allDeFiPositionsV2` ([#9503](https://github.com/MetaMask/core/pull/9503))
|
|
@@ -29,7 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
29
31
|
- Bump `@metamask/network-enablement-controller` from `^5.5.0` to `^5.6.0` ([#9520](https://github.com/MetaMask/core/pull/9520))
|
|
30
32
|
- Bump `@metamask/phishing-controller` from `^17.2.1` to `^17.3.0` ([#9532](https://github.com/MetaMask/core/pull/9532))
|
|
31
33
|
- Modified native asset addresses for Stable (`988`), Rootstock (`30`) and Gnosis (`100`) in `codefi-v2.ts` ([#9386](https://github.com/MetaMask/core/pull/9386))
|
|
32
|
-
- Bump `@metamask/transaction-controller` from `^69.0.0` to `^69.1
|
|
34
|
+
- Bump `@metamask/transaction-controller` from `^69.0.0` to `^69.2.1` ([#9568](https://github.com/MetaMask/core/pull/9568), [#9589](https://github.com/MetaMask/core/pull/9589), [#9593](https://github.com/MetaMask/core/pull/9593))
|
|
35
|
+
- Bump `@metamask/core-backend` from `^6.5.0` to `^7.0.0` ([#9593](https://github.com/MetaMask/core/pull/9593))
|
|
33
36
|
|
|
34
37
|
### Removed
|
|
35
38
|
|
|
@@ -3331,7 +3334,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
3331
3334
|
|
|
3332
3335
|
- Use Ethers for AssetsContractController ([#845](https://github.com/MetaMask/core/pull/845))
|
|
3333
3336
|
|
|
3334
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@
|
|
3337
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@110.0.0...HEAD
|
|
3338
|
+
[110.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@109.4.1...@metamask/assets-controllers@110.0.0
|
|
3335
3339
|
[109.4.1]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@109.4.0...@metamask/assets-controllers@109.4.1
|
|
3336
3340
|
[109.4.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@109.3.1...@metamask/assets-controllers@109.4.0
|
|
3337
3341
|
[109.3.1]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@109.3.0...@metamask/assets-controllers@109.3.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/assets-controllers",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "110.0.0-preview-5959fe813",
|
|
4
4
|
"description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"@metamask/base-controller": "^9.1.0",
|
|
69
69
|
"@metamask/contract-metadata": "^2.4.0",
|
|
70
70
|
"@metamask/controller-utils": "^12.3.0",
|
|
71
|
-
"@metamask/core-backend": "^
|
|
71
|
+
"@metamask/core-backend": "^7.0.0",
|
|
72
72
|
"@metamask/eth-query": "^4.0.0",
|
|
73
73
|
"@metamask/keyring-api": "^23.5.0",
|
|
74
74
|
"@metamask/keyring-controller": "^27.1.0",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"@metamask/snaps-sdk": "^11.0.0",
|
|
88
88
|
"@metamask/snaps-utils": "^12.1.2",
|
|
89
89
|
"@metamask/storage-service": "^1.0.2",
|
|
90
|
-
"@metamask/transaction-controller": "^69.1
|
|
90
|
+
"@metamask/transaction-controller": "^69.2.1",
|
|
91
91
|
"@metamask/utils": "^11.11.0",
|
|
92
92
|
"@tanstack/query-core": "^5.62.16",
|
|
93
93
|
"@types/bn.js": "^5.1.5",
|
|
@@ -111,14 +111,14 @@
|
|
|
111
111
|
"@metamask/keyring-snap-client": "^9.2.0",
|
|
112
112
|
"@metamask/providers": "^22.1.0",
|
|
113
113
|
"@ts-bridge/cli": "^0.6.4",
|
|
114
|
-
"@types/jest": "^
|
|
114
|
+
"@types/jest": "^30.0.0",
|
|
115
115
|
"@types/lodash": "^4.14.191",
|
|
116
116
|
"@types/node": "^16.18.54",
|
|
117
117
|
"deepmerge": "^4.2.2",
|
|
118
|
-
"jest": "^
|
|
119
|
-
"jest-environment-jsdom": "^
|
|
118
|
+
"jest": "^30.4.2",
|
|
119
|
+
"jest-environment-jsdom": "^30.4.1",
|
|
120
120
|
"nock": "^13.3.1",
|
|
121
|
-
"ts-jest": "^29.
|
|
121
|
+
"ts-jest": "^29.4.11",
|
|
122
122
|
"tsx": "^4.20.5",
|
|
123
123
|
"typedoc": "^0.25.13",
|
|
124
124
|
"typedoc-plugin-missing-exports": "^2.0.0",
|