Skip to content

Commit b768940

Browse files
committed
fix: clean up
1 parent 6a6b910 commit b768940

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

packages/assets-controller/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- Added `isOnboarded` option to `AssetsControllerOptions` and `RpcDataSourceConfig` ([#8430](https://github.com/MetaMask/core/pull/8430))
1313
- When `isOnboarded` returns `false`, `RpcDataSource` skips `fetch` and `subscribe` calls, preventing on-chain RPC calls before onboarding is complete.
1414
- Defaults to `() => true` so existing consumers are unaffected.
15-
15+
1616
### Changed
1717

1818
- Bump `@metamask/transaction-controller` from `^64.0.0` to `^64.1.0` ([#8432](https://github.com/MetaMask/core/pull/8432))

packages/assets-controller/src/data-sources/StakedBalanceDataSource.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,5 +619,4 @@ describe('StakedBalanceDataSource', () => {
619619
});
620620
});
621621
});
622-
623622
});

0 commit comments

Comments
 (0)