mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-11 23:11:02 +00:00
WebHid selection (#477)
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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'
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user