Skip to content

Commit f41dc63

Browse files
authored
fix: Disabled Nervos imported account (#6093)
1 parent cc27197 commit f41dc63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit-bg/src/vaults/impls/ckb/settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const settings: IVaultSettings = {
2424
coinTypeDefault: COINTYPE_CKB,
2525
accountType: EDBAccountType.SIMPLE,
2626

27-
importedAccountEnabled: true,
27+
importedAccountEnabled: false,
2828
hardwareAccountEnabled: true,
2929
externalAccountEnabled: false,
3030
watchingAccountEnabled: true,

0 commit comments

Comments
 (0)