We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc27197 commit f41dc63Copy full SHA for f41dc63
packages/kit-bg/src/vaults/impls/ckb/settings.ts
@@ -24,7 +24,7 @@ const settings: IVaultSettings = {
24
coinTypeDefault: COINTYPE_CKB,
25
accountType: EDBAccountType.SIMPLE,
26
27
- importedAccountEnabled: true,
+ importedAccountEnabled: false,
28
hardwareAccountEnabled: true,
29
externalAccountEnabled: false,
30
watchingAccountEnabled: true,
0 commit comments