mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-05-31 09:51:04 +00:00
Use @polkadot/hw-ledger from common (#429)
This commit is contained in:
@@ -14,10 +14,10 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"@polkadot/keyring": "^5.2.4-4",
|
||||
"@polkadot/ledger": "^0.65.2-4",
|
||||
"@polkadot/hw-ledger": "^5.2.4-6",
|
||||
"@polkadot/keyring": "^5.2.4-6",
|
||||
"@polkadot/ui-settings": "0.65.2-4",
|
||||
"@polkadot/util": "^5.2.4-4",
|
||||
"@polkadot/util": "^5.2.4-6",
|
||||
"@polkadot/x-rxjs": "^3.4.2-8",
|
||||
"mkdirp": "^1.0.4",
|
||||
"store": "^2.0.12"
|
||||
|
||||
@@ -5,7 +5,7 @@ import './detectPackage';
|
||||
|
||||
import { Keyring } from './Keyring';
|
||||
|
||||
export { Ledger } from '@polkadot/ledger';
|
||||
export { Ledger } from '@polkadot/hw-ledger';
|
||||
|
||||
const keyring = new Keyring();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user