Skip to content

Commit 551160b

Browse files
committed
fix(transaction-pay-controller): fix changelog placeholder and add rpcRequest entry
1 parent ca9a0c7 commit 551160b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/transaction-pay-controller/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Changed
1111

1212
- Bump `@metamask/gas-fee-controller` from `^26.2.1` to `^26.2.2` ([#8834](https://github.com/MetaMask/core/pull/8834))
13-
- `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 ([#XXXX](https://github.com/MetaMask/core/pull/XXXX))
13+
- `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))
14+
- `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))
1415

1516
### Fixed
1617

0 commit comments

Comments
 (0)