Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
feat: wip
  • Loading branch information
mathieuartu committed Dec 8, 2025
commit e42077cbba01bfb91e075afcaed0afe49c1b25c1
2 changes: 2 additions & 0 deletions packages/keyring-eth-qr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"@ethereumjs/util": "^9.1.0",
"@keystonehq/bc-ur-registry-eth": "^0.19.1",
"@metamask/eth-sig-util": "^8.2.0",
"@metamask/keyring-api": "workspace:^",
"@metamask/keyring-utils": "workspace:^",
"@metamask/utils": "^11.1.0",
"async-mutex": "^0.5.0",
Expand All @@ -63,6 +64,7 @@
"@ethereumjs/common": "^4.4.0",
"@keystonehq/metamask-airgapped-keyring": "^0.15.2",
"@lavamoat/allow-scripts": "^3.2.1",
"@metamask/account-api": "workspace:^",
"@metamask/auto-changelog": "^3.4.4",
"@types/hdkey": "^2.0.1",
"@types/jest": "^29.5.12",
Expand Down
1 change: 1 addition & 0 deletions packages/keyring-eth-qr/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ export {
type SerializedQrKeyringState,
type SerializedUR,
} from './qr-keyring';
export { QrKeyringV2, type QrKeyringV2Options } from './qr-keyring-v2';
Loading