Use @polkadot/hw-ledger from common (#429)

This commit is contained in:
Jaco Greeff
2021-01-14 22:54:38 +01:00
committed by GitHub
parent 089b24f505
commit 19c68dada7
25 changed files with 96 additions and 813 deletions
+1 -1
View File
@@ -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();