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 9522cc5 commit 6980dbfCopy full SHA for 6980dbf
1 file changed
packages/account-api/src/api/group.ts
@@ -21,7 +21,7 @@ export enum AccountGroupType {
21
MultichainAccount = 'multichain-account',
22
23
/** Group that represents a single account. */
24
- Account = 'account',
+ SingleAccount = 'single-account',
25
}
26
27
/**
0 commit comments