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 afe8b16 commit f3f2e8cCopy full SHA for f3f2e8c
packages/accounts-controller/src/utils.ts
@@ -34,6 +34,9 @@ export function keyringTypeToName(keyringType: string): string {
34
case KeyringTypes.lattice: {
35
return 'Lattice';
36
}
37
+ case KeyringTypes.keystone: {
38
+ return 'Keystone';
39
+ }
40
case KeyringTypes.qr: {
41
return 'QR';
42
packages/keyring-controller/src/KeyringController.ts
@@ -56,6 +56,7 @@ export enum KeyringTypes {
56
oneKey = 'OneKey Hardware',
57
ledger = 'Ledger Hardware',
58
lattice = 'Lattice Hardware',
59
+ keystone = 'Keystone Hardware',
60
snap = 'Snap Keyring',
61
62
0 commit comments