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 4c9532d commit de60d19Copy full SHA for de60d19
packages/multichain-account-controller/src/providers/BaseAccountProvider.ts
@@ -52,6 +52,9 @@ export abstract class BaseAccountProvider
52
const accounts: Bip44Account<InternalAccount>[] = [];
53
54
for (const account of this.messenger.call(
55
+ // NOTE: Even though the name is misleading, this only fetches all internal
56
+ // accounts, including EVM and non-EVM. We might wanna change this action
57
+ // name once we fully support multichain accounts.
58
'AccountsController:listMultichainAccounts',
59
)) {
60
if (
0 commit comments