Skip to content

Commit

Permalink
start controller
Browse files Browse the repository at this point in the history
  • Loading branch information
owencraston committed Dec 16, 2024
1 parent 55f3df0 commit b382ed0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/core/Engine/Engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1719,6 +1719,9 @@ export class Engine {

// leaving the reference of TransactionController here, rather than importing it from utils to avoid circular dependency
TransactionController.startIncomingTransactionPolling([chainId]);

this.context.MultichainBalancesController.start();
this.context.MultichainBalancesController.updateBalances();
}

configureControllersOnNetworkChange() {
Expand Down

0 comments on commit b382ed0

Please sign in to comment.