@metamask-previews/bridge-controller 77.3.1-preview-552ea4bd3 → 77.3.2-preview-a1e525c77
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/keyring-api` from `^23.3.0` to `^23.4.0` ([#9377](https://github.com/MetaMask/core/pull/9377))
|
|
13
|
+
|
|
14
|
+
## [77.3.2]
|
|
15
|
+
|
|
10
16
|
### Fixed
|
|
11
17
|
|
|
12
18
|
- Fix Arc native token symbol from `USDC-native` to `USDC` ([#9364](https://github.com/MetaMask/core/pull/9364))
|
|
@@ -1719,7 +1725,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1719
1725
|
|
|
1720
1726
|
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
|
|
1721
1727
|
|
|
1722
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@77.3.
|
|
1728
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@77.3.2...HEAD
|
|
1729
|
+
[77.3.2]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@77.3.1...@metamask/bridge-controller@77.3.2
|
|
1723
1730
|
[77.3.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@77.3.0...@metamask/bridge-controller@77.3.1
|
|
1724
1731
|
[77.3.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@77.2.0...@metamask/bridge-controller@77.3.0
|
|
1725
1732
|
[77.2.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@77.1.0...@metamask/bridge-controller@77.2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/bridge-controller",
|
|
3
|
-
"version": "77.3.
|
|
3
|
+
"version": "77.3.2-preview-a1e525c77",
|
|
4
4
|
"description": "Manages bridge-related quote fetching functionality for MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"@metamask/base-controller": "^9.1.0",
|
|
64
64
|
"@metamask/controller-utils": "^12.3.0",
|
|
65
65
|
"@metamask/gas-fee-controller": "^26.2.4",
|
|
66
|
-
"@metamask/keyring-api": "^23.
|
|
66
|
+
"@metamask/keyring-api": "^23.4.0",
|
|
67
67
|
"@metamask/messenger": "^1.2.0",
|
|
68
68
|
"@metamask/metamask-eth-abis": "^3.1.1",
|
|
69
69
|
"@metamask/multichain-network-controller": "^3.2.1",
|