Skip to content

Commit

Permalink
fix: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
montelaidev committed Jul 3, 2024
1 parent c4c1c7a commit 48990da
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/accounts-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Use `listMultichainAccounts` for non-EVM specific methods. ([#4494](https://github.com/MetaMask/core/pull/4494))
- Use `listMultichainAccounts` for non-EVM specific methods ([#4494](https://github.com/MetaMask/core/pull/4494))
- Set `lastSelected` for initial account ([#4494](https://github.com/MetaMask/core/pull/4494))

## [17.1.1]
Expand Down
16 changes: 10 additions & 6 deletions packages/gas-fee-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [18.0.0]

### Uncategorized
### Added

- **BREAKING** Added back the constructor options legacyAPIEndpoint and EIP1559APIEndpoint. These URLs are no longer hardcoded within the controller.

### Changed

- Changing `providerConfig` to `selectedNetworkClientId` ([#4356](https://github.com/MetaMask/core/pull/4356))

### Removed

- chore(gas-fee-controller): revert recent gas API endpoint ([#4446](https://github.com/MetaMask/core/pull/4446))
- chore: reduce diffs to GasFeeController.test.ts introduced by 2b1841c ([#4463](https://github.com/MetaMask/core/pull/4463))
- Enable `resetMocks` Jest configuration option ([#4417](https://github.com/MetaMask/core/pull/4417))
- Restore ESLint warnings as errors (ignoring them for now) ([#4382](https://github.com/MetaMask/core/pull/4382))
- GasFeeController: providerConfig -> selectedNetworkClientId ([#4356](https://github.com/MetaMask/core/pull/4356))
- **BREAKING** Removed the infuraAPIKey. This was used to construct and send the Authorization header for Infura gas API requests. ([#4446](https://github.com/MetaMask/core/pull/4446))

## [17.0.0]

Expand Down

0 comments on commit 48990da

Please sign in to comment.