Skip to content

Commit 0fc9545

Browse files
committed
fix(transaction-pay-controller): simplify and deduplicate changelog entries
1 parent 1f4fb59 commit 0fc9545

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

packages/transaction-pay-controller/CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Changed
1111

12-
- `getLiveTokenBalance` now prefers the Infura RPC endpoint for a chain when querying live token balances, falling back to the chain's default endpoint if no Infura endpoint is configured ([#8839](https://github.com/MetaMask/core/pull/8839))
13-
- `rpcRequest` now accepts a single options object instead of positional parameters, and supports a generic type parameter for typed responses ([#8839](https://github.com/MetaMask/core/pull/8839))
12+
- `getLiveTokenBalance` now prefers the chain's Infura endpoint when querying live token balances, falling back to the default endpoint if no Infura endpoint is configured ([#8839](https://github.com/MetaMask/core/pull/8839))
13+
- Introduces a new `provider` utility module with `getNetworkClientId` and a refactored `rpcRequest` that accepts a single options object and supports a generic response type.
1414
- Bump `@metamask/assets-controllers` from `^108.1.0` to `^108.2.0` ([#8911](https://github.com/MetaMask/core/pull/8911))
1515
- Bump `@metamask/assets-controller` from `^8.0.1` to `^8.0.2` ([#8912](https://github.com/MetaMask/core/pull/8912))
1616
- Bump `@metamask/bridge-status-controller` from `^71.2.0` to `^71.2.1` ([#8912](https://github.com/MetaMask/core/pull/8912))
@@ -58,8 +58,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5858
- Bump `@metamask/bridge-status-controller` from `^71.1.4` to `^71.2.0` ([#8848](https://github.com/MetaMask/core/pull/8848))
5959
- Bump `@metamask/transaction-controller` from `^65.4.0` to `^66.0.0` ([#8848](https://github.com/MetaMask/core/pull/8848))
6060
- Bump `@metamask/gas-fee-controller` from `^26.2.1` to `^26.2.2` ([#8834](https://github.com/MetaMask/core/pull/8834))
61-
- `getLiveTokenBalance` now prefers the Infura RPC endpoint for a chain when querying live token balances, falling back to the chain's default endpoint if no Infura endpoint is configured ([#8839](https://github.com/MetaMask/core/pull/8839))
62-
- `rpcRequest` now accepts a single options object instead of positional parameters, and supports a generic type parameter for typed responses ([#8839](https://github.com/MetaMask/core/pull/8839))
6361

6462
### Fixed
6563

0 commit comments

Comments
 (0)