WebHid selection (#477)

This commit is contained in:
Jaco
2021-06-03 08:02:42 +03:00
committed by GitHub
parent d3e5ba557d
commit dd21ee2eb4
12 changed files with 137 additions and 112 deletions
+2 -2
View File
@@ -10,8 +10,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.14.0",
"@polkadot/networks": "^6.6.1",
"@polkadot/util": "^6.6.1",
"@polkadot/networks": "^6.6.2-8",
"@polkadot/util": "^6.6.2-8",
"eventemitter3": "^4.0.7",
"store": "^2.0.12"
},
+6 -1
View File
@@ -19,7 +19,12 @@ export const LEDGER_CONN: Option[] = [
// },
{
info: 'webusb',
text: 'Attach Ledger via WebUSB',
text: 'Attach Ledger via WebUSB (Chrome, recommended)',
value: 'webusb'
},
{
info: 'hid',
text: 'Attach Ledger via WebHID (Chrome)',
value: 'hid'
}
];