Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/tron-wallet-snap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- Add `CoreAssetsAdapter` and `mapControllerAsset` for AssetsController integration (wired unused until routing lands) ([#144](https://github.com/MetaMask/internal-snaps/pull/144))
- Use the Core's AssetsController as assets source of truth when the migration feature flag is on ([#145](https://github.com/MetaMask/internal-snaps/pull/145))
Comment thread
ulissesferreira marked this conversation as resolved.

### Changed

Expand Down
2 changes: 1 addition & 1 deletion packages/tron-wallet-snap/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/MetaMask/internal-snaps.git"
},
"source": {
"shasum": "glaFBmbkBLS+Kyce06loy6aDIpNwrx6Zyn2uxz0RUrI=",
"shasum": "HXp6HwlGcTT8c6/VTouopZN+DVcCK5WmhSgjIoDFBXE=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
1 change: 1 addition & 0 deletions packages/tron-wallet-snap/src/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ const coreAssetsAdapter = new CoreAssetsAdapter({
const assetsService = new AssetsService({
snapAdapter: snapAssetsAdapter,
coreAdapter: coreAssetsAdapter,
remoteFeatureFlagsProvider,
});

const transactionsService = new TransactionsService({
Expand Down
Loading