Skip to content

Commit

Permalink
fix: fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
sahar-fehri committed Feb 7, 2025
1 parent 189917a commit 1c712fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/scripts/metamask-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,6 @@ export default class MetamaskController extends EventEmitter {
disabled: !this.preferencesController.state.useNftDetection,
});

// MultichainAssetsController
const multichainAssetsControllerMessenger =
this.controllerMessenger.getRestricted({
name: 'MultichainAssetsController',
Expand All @@ -808,8 +807,6 @@ export default class MetamaskController extends EventEmitter {
messenger: multichainAssetsControllerMessenger,
});

// MultichainAssetsController

const metaMetricsControllerMessenger =
this.controllerMessenger.getRestricted({
name: 'MetaMetricsController',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
"metaMetricsDataDeletionId": null,
"metaMetricsDataDeletionTimestamp": 0
},
"MultichainAssetsController": "object",
"MultichainBalancesController": { "balances": "object" },
"MultichainRatesController": {
"fiatCurrency": "usd",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,8 @@
"cacheTimestamp": "number",
"accounts": "object",
"accountsByChainId": "object",
"accountsAssets": "object",
"assetsMetadata": "object",
"marketData": "object",
"unapprovedDecryptMsgs": "object",
"unapprovedDecryptMsgCount": 0,
Expand Down

0 comments on commit 1c712fc

Please sign in to comment.