Skip to content

Commit

Permalink
feat: trezor support
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 committed Oct 6, 2024
1 parent 3401d8d commit 9a1c302
Show file tree
Hide file tree
Showing 11 changed files with 1,745 additions and 201 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = {
"boltz-bolt12": "<rootDir>/tests/mocks/bolt12.ts",
"@ledgerhq/hw-app-eth": "<rootDir>/tests/mocks/LedgerMock.ts",
"@ledgerhq/hw-transport-webhid": "<rootDir>/tests/mocks/LedgerMock.ts",
"@trezor/connect-web": "<rootDir>/tests/mocks/TrezorMock.ts",
},
globals: {
Buffer: Buffer,
Expand Down
Loading

0 comments on commit 9a1c302

Please sign in to comment.