We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 546dc9d commit 28baaf8Copy full SHA for 28baaf8
packages/bridge-status-controller/src/bridge-status-controller.ts
@@ -1605,10 +1605,7 @@ export class BridgeStatusController extends StaticIntervalPollingController<Brid
1605
const { quoteResponse, signature, accountAddress } = params;
1606
1607
// Build pre-confirmation properties for error tracking parity with submitTx
1608
- const account = this.messenger.call(
1609
- 'AccountsController:getAccountByAddress',
1610
- accountAddress,
1611
- );
+ const account = this.#getMultichainSelectedAccount(accountAddress);
1612
const isHardwareAccount = Boolean(account) && isHardwareWallet(account);
1613
const preConfirmationProperties = getPreConfirmationPropertiesFromQuote(
1614
quoteResponse,
0 commit comments